acl: Don't use GETACLCNT and similar ops, since they are unreliable.
[gnulib.git] / ChangeLog
1 2012-02-19  Paul Eggert  <eggert@cs.ucla.edu>
2             Bruno Haible  <bruno@clisp.org>
3
4         acl: Don't use GETACLCNT and similar ops, since they are unreliable.
5
6          - There were several instances of this pattern:
7
8              for (;;) {
9                n = acl (f, GETACLCNT, 0, NULL);
10                [ allocate an array A of size N ]
11                if (acl (f, GETACL, n, a) == n)
12                  break;
13              }
14
15            This loop might never terminate if some other process is constantly
16            manipulating the file's ACL.  The loop should be rewritten to
17            terminate.
18
19          - The acl (... GETACLNT ...) call is merely an optimization; its value
20            is merely a hint as to how big to make the array.  A better
21            optimization is to avoid the acl (... GETACLNT ...)  call entirely,
22            and just guess a reasonably-big size, growing the size and trying
23            again if it's not large enough.  This guarantees termination, and
24            saves a system call.
25
26         * lib/acl-internal.h: Include <limits.h>.
27         (MIN, SIZE_MAX): New macros.
28         * lib/file-has-acl.c (file_has_acl) [Solaris]: Read the entries into
29         a stack-allocated buffer, and use malloc if it does not fit. Don't
30         use GETACLCNT.
31         * lib/set-mode-acl.c (qset_acl) [Solaris]: Likewise.
32
33 2012-02-19  Bruno Haible  <bruno@clisp.org>
34
35         acl: Fix endless loop on Solaris with vxfs.
36         * lib/file-has-acl.c (file_has_acl) [Solaris]: Treat a failing
37         acl()/facl() call for ACE_GETACL like a failing call for ACE_GETACLCNT.
38         * lib/set-mode-acl.c (qset_acl) [Solaris]: Likewise.
39         * lib/copy-acl.c (qcopy_acl)[Solaris]: Likewise.
40         * tests/test-sameacls.c (main)[Solaris]: Likewise.
41         Reported by Bill Jones in
42         <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=10639>, via Paul Eggert.
43
44 2012-02-19  Bruno Haible  <bruno@clisp.org>
45
46         acl: Fix copy-acl test failure on Solaris 11 2011-11.
47         * lib/file-has-acl.c (NEW_ACE_WRITEA_DATA): New macro.
48         (acl_ace_nontrivial): Relax the restrictions on access_masks[] so
49         that this function returns 0 in some more cases.
50
51 2012-02-19  Bruno Haible  <bruno@clisp.org>
52
53         acl: Update doc references.
54         * doc/acl-resources.txt: Update links to Solaris documentation.
55
56 2012-02-19  Bruno Haible  <bruno@clisp.org>
57
58         Fix test failure in many locales on Solaris 11.
59         * tests/test-pipe-filter-gi1.c (main): Don't use range expression in
60         'tr' arguments.
61         * tests/test-pipe-filter-ii1.c (main): Likewise.
62         * build-aux/bootstrap (check_versions): Run 'tr' command with range
63         expressions in the C locale.
64         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_POSIX): Likewise.
65         * m4/host-os.m4 (gl_HOST_OS): Likewise.
66
67 2012-02-19  Bruno Haible  <bruno@clisp.org>
68
69         gnulib-tool: Improve usage message.
70         * gnulib-tool (func_usage): Move doc of --help and --version to the
71         section "Operation modes".
72
73 2012-02-18  Reuben Thomas  <rrt@sc3d.org>
74
75         README-release: make it easier to execute commands
76         * top/README-release: break commands out on to separate lines.
77
78 2012-02-16  Stefano Lattarini  <stefano.lattarini@gmail.com>
79
80         GNUmakefile: simplify detection of unconfigured trees
81         * top/GNUmakefile: Use $(wildcard) instead of $(shell) to determine
82         whether the tree make is being run from is already configured or
83         not.  Related simplifications.
84
85 2012-02-13  Simon Josefsson  <simon@josefsson.org>
86
87         * gnulib-tool (func_usage): Document --help and --version.
88
89 2012-02-11  Jim Meyering  <meyering@redhat.com>
90
91         bootstrap: don't exit 0 upon gnulib-tool failure
92         * build-aux/bootstrap (gnulib_tool): If gnulib-tool fails, exit with
93         its exit status, not 0.
94
95 2011-12-19  Reuben Thomas  <rrt@sc3d.org>
96
97         README-release: various improvements
98         * top/README-release: Give a command to push changes for the
99         release.  Add "distcheck" to list of other pre-release checks.
100         Fix instance of "make stable" which should be "make TYPE".
101
102 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
103
104         maint: replace FSF snail-mail addresses with URLs
105         * config/argz.mk, lib/accept4.c, lib/alignof.h, lib/alloca.in.h:
106         * lib/alphasort.c, lib/arcfour.c, lib/arcfour.h, lib/arctwo.c:
107         * lib/arctwo.h, lib/argz.c, lib/arpa_inet.in.h, lib/asnprintf.c:
108         * lib/asprintf.c, lib/assert.in.h, lib/base32.c, lib/base32.h:
109         * lib/base64.c, lib/base64.h, lib/c-ctype.c, lib/c-ctype.h:
110         * lib/c-strcase.h, lib/c-strcasecmp.c, lib/c-strncasecmp.c:
111         * lib/check-version.c, lib/check-version.h, lib/config.charset:
112         * lib/ctype.in.h, lib/des.c, lib/des.h, lib/dup3.c, lib/errno.in.h:
113         * lib/float+.h, lib/fnmatch.c, lib/fnmatch.in.h, lib/fnmatch_loop.c:
114         * lib/fseeko.c, lib/gai_strerror.c, lib/gc-gnulib.c:
115         * lib/gc-libgcrypt.c, lib/gc-pbkdf2-sha1.c, lib/gc.h:
116         * lib/getaddrinfo.c, lib/getdelim.c, lib/getfilecon.c, lib/getline.c:
117         * lib/getlogin_r.c, lib/getpass.c, lib/getpass.h, lib/gettext.h:
118         * lib/gettimeofday.c, lib/glob.in.h, lib/glthread/cond.c:
119         * lib/glthread/cond.h, lib/glthread/lock.c, lib/glthread/lock.h:
120         * lib/glthread/thread.c, lib/glthread/thread.h:
121         * lib/glthread/threadlib.c, lib/glthread/yield.h, lib/hmac-md5.c:
122         * lib/hmac-sha1.c, lib/hmac.h, lib/iconv.c, lib/iconv.in.h:
123         * lib/iconv_close.c, lib/iconv_open.c, lib/inet_ntop.c, lib/isfinite.c:
124         * lib/isinf.c, lib/iswblank.c, lib/langinfo.in.h, lib/link.c:
125         * lib/localcharset.c, lib/localcharset.h, lib/lseek.c, lib/malloc.c:
126         * lib/malloca.c, lib/malloca.h, lib/md2.c, lib/md2.h, lib/md4.c:
127         * lib/md4.h, lib/md5.c, lib/md5.h, lib/memmem.c, lib/mempcpy.c:
128         * lib/memset.c, lib/memxor.c, lib/memxor.h, lib/minmax.h, lib/mktime.c:
129         * lib/msvc-inval.c, lib/msvc-inval.h, lib/msvc-nothrow.c:
130         * lib/msvc-nothrow.h, lib/netdb.in.h, lib/netinet_in.in.h, lib/nproc.c:
131         * lib/nproc.h, lib/obstack_printf.c, lib/pathmax.h, lib/pipe.c:
132         * lib/pipe2.c, lib/poll.c, lib/poll.in.h, lib/printf-args.c:
133         * lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h:
134         * lib/pselect.c, lib/pthread.in.h, lib/pty-private.h, lib/pty.in.h:
135         * lib/read-file.c, lib/read-file.h, lib/ref-add.sin, lib/ref-del.sin:
136         * lib/regcomp.c, lib/regex.c, lib/regex.h, lib/regex_internal.c:
137         * lib/regex_internal.h, lib/regexec.c, lib/rijndael-alg-fst.c:
138         * lib/rijndael-alg-fst.h, lib/rijndael-api-fst.c:
139         * lib/rijndael-api-fst.h, lib/rint.c, lib/rintf.c, lib/rintl.c:
140         * lib/round.c, lib/roundf.c, lib/roundl.c, lib/scandir.c, lib/select.c:
141         * lib/sha1.c, lib/sha1.h, lib/size_max.h, lib/snprintf.c:
142         * lib/stdalign.in.h, lib/stdarg.in.h, lib/stdbool.in.h:
143         * lib/stddef.in.h, lib/stdint.in.h, lib/stdio.in.h, lib/str-kmp.h:
144         * lib/str-two-way.h, lib/strcasecmp.c, lib/strcasestr.c, lib/strdup.c:
145         * lib/striconv.c, lib/striconv.h, lib/string.in.h, lib/strings.in.h:
146         * lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c, lib/strpbrk.c:
147         * lib/strptime.c, lib/strsep.c, lib/strstr.c, lib/strverscmp.c:
148         * lib/sys_file.in.h, lib/sys_ioctl.in.h, lib/sys_select.in.h:
149         * lib/sys_socket.in.h, lib/sys_stat.in.h, lib/sys_time.in.h:
150         * lib/sys_times.in.h, lib/sys_types.in.h, lib/sys_uio.in.h:
151         * lib/sys_utsname.in.h, lib/sys_wait.in.h, lib/tcgetsid.c:
152         * lib/termios.in.h, lib/time.in.h, lib/time_r.c, lib/timegm.c:
153         * lib/times.c, lib/unictype/3level.h, lib/unictype/3levelbit.h:
154         * lib/unistd.in.h, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c:
155         * lib/vsnprintf.c, lib/waitpid.c, lib/wchar.in.h, lib/wctype.in.h:
156         * lib/xsize.h, tests/test-closein.c, tests/test-des.c:
157         * tests/test-fclose.c, tests/test-fgetc.c, tests/test-filevercmp.c:
158         * tests/test-fputc.c, tests/test-fread.c, tests/test-fwrite.c:
159         * tests/test-gc-arcfour.c, tests/test-gc-arctwo.c, tests/test-gc-des.c:
160         * tests/test-gc-hmac-md5.c, tests/test-gc-hmac-sha1.c:
161         * tests/test-gc-md2.c, tests/test-gc-md4.c, tests/test-gc-md5.c:
162         * tests/test-gc-pbkdf2-sha1.c, tests/test-gc-rijndael.c:
163         * tests/test-gc-sha1.c, tests/test-gc.c, tests/test-getdelim.c:
164         * tests/test-getline.c, tests/test-getndelim2.c, tests/test-md2.c:
165         * tests/test-md4.c, tests/test-parse-datetime.c, tests/test-perror.c:
166         * tests/test-perror2.c, tests/test-pipe.c, tests/test-pipe2.c:
167         * tests/test-poll.c, tests/test-quotearg-simple.c:
168         * tests/test-quotearg.c, tests/test-quotearg.h:
169         * tests/test-round-ieee.c, tests/test-round1.c:
170         * tests/test-roundf-ieee.c, tests/test-roundf1.c:
171         * tests/test-roundl-ieee.c, tests/test-roundl.c:
172         * tests/test-safe-alloc.c, tests/test-sigpipe.c:
173         * tests/test-spawn-pipe-child.c, tests/test-spawn-pipe-main.c:
174         * tests/test-strerror.c, tests/test-strerror_r.c:
175         * tests/test-strsignal.c, tests/test-strverscmp.c:
176         * tests/test-xmemdup0.c:
177         Replace FSF snail mail addresses with URLs, as per GNU coding
178         standards.  See glibc bug
179         <http://sourceware.org/bugzilla/show_bug.cgi?id=13673>.
180
181 2011-12-22  Reuben Thomas  <rrt@sc3d.org>
182
183         README-release: capitalize a word and split a line
184         * top/README-release: Fix punctuation and spacing.
185
186 2012-02-08  Akim Demaille  <demaille@gostai.com>
187
188         fatal-signal: use C prototypes (with explicit void).
189         * lib/fatal-signal.c (uninstall_handlers, install_handlers)
190         (init_fatal_signal_set, block_fatal_signals): Fix signatures.
191
192 2012-02-07  Paul Eggert  <eggert@cs.ucla.edu>
193
194         regex: spelling fix
195         * lib/regexec.c: spelling fix
196
197         regex: rely on stdint.h for SIZE_MAX
198         * lib/regex_internal.h (SIZE_MAX): Remove; stdint.h supplies this now.
199
200 2012-02-07  Paul Eggert  <eggert@cs.ucla.edu>
201
202         regex: merge glibc changes
203
204         * lib/regcomp.c (init_dfa): Tighten overflow checks to test
205         for IDX_MAX too, since IDX_MAX can be much less than SIZE_MAX.
206         (init_word_char): Work even if bitset words are not exactly 32 or
207         64 bits wide.  Don't assume there are no padding bits.
208         * lib/regex.c [_LIBC]: Do not include <config.h>.
209         [!_LIBC]: Add pragmas to ignore -Wsuggest-attributes=pure
210         and -Wtype-limits.
211         * lib/regex.h (__USE_GNU): Renamed from __USE_GNU_REGEX, to avoid
212         needless disagreement with glibc.  All uses changed.  Define it to
213         1 only if _GNU_SOURCE, to match glibc.
214         (_REG_RM_NAME): Remove; no longer needed, since the names in
215         question are now all protected by __USE_GNU.
216         (_REG_RE_NAME): Remove; replaced by glibc's __REPB_PREFIX.
217         (REG_TRANSLATE_TYPE): Remove; replaced by glibc's __RE_TRANSLATE_TYPE.
218         * lib/regex_internal.h (MIN): New macro.
219
220         2012-01-03 Ulrich Drepper <drepper@gmail.com>
221         * lib/regcomp.c (init_word_char): Optimize regex a bit.
222
223         2011-12-30 Jakub Jelinek <jakub@redhat.com>
224         * lib/regex_internal.c (re_string_fetch_byte_case):
225         Fix up regcomp/regexec.  The problem is that parse_bracket_symbol
226         is miscompiled, and it turns out it is because of an incorrect
227         attribute on re_string_fetch_byte_case.  Unlike
228         re_string_peek_byte_case, this one is really not pure, it modifies
229         memory (increments pstr->cur_idx), and with the pure attribute GCC
230         assumed it doesn't and it cached the presumed value of
231         regexp->cur_idx in a variable across the
232          for (;; ++i)
233            {
234              if (i >= BRACKET_NAME_BUF_SIZE)
235                return REG_EBRACK;
236              if (token->type == OP_OPEN_CHAR_CLASS)
237                ch = re_string_fetch_byte_case (regexp);
238              else
239                ch = re_string_fetch_byte (regexp);
240              if (re_string_eoi(regexp))
241                return REG_EBRACK;
242              if (ch == delim && re_string_peek_byte (regexp, 0) == ']')
243                break;
244              elem->opr.name[i] = ch;
245            }
246
247         2011-11-29 Andreas Schwab <schwab@redhat.com>
248         * lib/regcomp.c (build_equiv_class):
249         Fix access after end of search string in regex matcher.
250
251         2011-11-12 Ulrich Drepper <drepper@redhat.com>
252         * lib/regex_internal.c, lib/regex_internal.h: Fix warnings in regex.
253
254         2011-10-12 Ulrich Drepper <drepper@redhat.com>
255         * lib/regcomp.c (parse_branch): One more regex memory leak fixed.
256
257         2011-10-11 Ulrich Drepper <drepper@redhat.com>
258         * lib/regcomp.c (parse_branch, parse_sub_exp):
259         More regex memory leak fixes and tests.
260         (parse_sub_exp, parse_bracket_exp):
261         Fix memory leak for some invalid regular expressions.
262
263         2011-05-28 Ulrich Drepper <drepper@gmail.com>
264         * lib/regex_internal.c, lib/regexec.c:
265         Fix unnecessary overallocation due to incomplete character.  When
266         incomplete characters are found at the end of a string the code
267         ran amok and allocated lots of memory.  Stricter limits are now in
268         place.
269
270         2011-05-20 Reuben Thomas <rrt@sc3d.org>
271         * lib/regex.h: Update documentation.
272
273         2011-05-16 Aharon Robbins <arnold@skeeve.com>
274         * lib/regex.h: Update RE_SYNTAX*_AWK constants.
275
276         2010-05-05 Andreas Schwab <schwab@redhat.com>
277         * lib/regexec.c (find_collation_sequence_value):
278         Fix lookup of collation sequence value during regexp matching.
279
280         2010-01-22 Ulrich Drepper <drepper@redhat.com>
281         * lib/regex_internal.c (re_dfa_add_node): Extend overflow detection.
282
283         2008-01-16 Ulrich Drepper <drepper@redhat.com>
284         * lib/regex.h: Cleanup namespace.
285
286         2007-11-26 Ulrich Drepper <drepper@redhat.com>
287         * lib/regex.h (REG_ENOSYS): Define REG_ENOSYS also for __USE_XOPEN2K.
288
289         2007-08-26 Ulrich Drepper <drepper@redhat.com>
290         * lib/regex_internal.h: Prevent some declarations and definitions
291         to be seen when used in tests.
292
293         2005-05-06 Ulrich Drepper <drepper@redhat.com>
294         * lib/regex_internal.h: Include bits/libc-lock.h or define dummy
295         __libc_lock_* macros if not _LIBC.
296         (struct re_dfa_t): Add lock.
297
298 2012-02-07  Eric Blake  <eblake@redhat.com>
299
300         maint.mk: also prohibit lower-case @var@
301         * top/maint.mk (sc_makefile_at_at_check): Enhance check to cover
302         lower case, like @top_srcdir@.
303
304 2012-02-04  Eric Blake  <eblake@redhat.com>
305
306         canonicalize: avoid uninitialized memory use
307         * lib/canonicalize-lgpl.c (__realpath): Avoid possibility of
308         random '/' left in dest.
309         * lib/canonicalize.c (canonicalize_filename_mode): Likewise.
310
311 2012-02-04  Bruno Haible  <bruno@clisp.org>
312
313         isatty: Fix test failure of ptsname_r on native Windows.
314         * lib/isatty.c (_isatty_nothrow): Upon exception, return 0, not -1,
315         and don't set errno.
316         (isatty): Test first whether fd is valid. Set errno when returning 0.
317
318 2012-02-04  Bruno Haible  <bruno@clisp.org>
319
320         spawn-pipe tests: Fix a NULL program name in a diagnostic.
321         * tests/test-spawn-pipe-main.c: Include progname.h.
322         (main): Invoke set_program_name.
323         * modules/spawn-pipe-tests (Depends-on): Add progname.
324
325         nonblocking-socket tests: Fix a NULL program name in a diagnostic.
326         * tests/test-nonblocking-socket-main.c: Include progname.h.
327         (main): Invoke set_program_name.
328         * modules/nonblocking-socket-tests (Depends-on): Add progname.
329
330         nonblocking-pipe tests: Fix a NULL program name in a diagnostic.
331         * tests/test-nonblocking-pipe-main.c: Include progname.h.
332         (main): Invoke set_program_name.
333         * modules/nonblocking-pipe-tests (Depends-on): Add progname.
334
335 2012-02-04  Eric Blake  <eblake@redhat.com>
336
337         canonicalize-lgpl: fix // handling
338         * lib/canonicalize-lgpl.c (__realpath): Don't convert /// to //.
339
340         canonicalize: fix // handling
341         * lib/canonicalize.c (canonicalize_filename_mode): Don't convert
342         /// to //, since only // is special.
343
344 2012-02-04  Bruno Haible  <bruno@clisp.org>
345
346         ioctl: Fix test failure on native Windows.
347         * lib/ioctl.c: Include msvc-nothrow.h.
348         (primary_ioctl): If fd is not a valid handle, set errno to EBADF.
349
350 2012-02-04  Bruno Haible  <bruno@clisp.org>
351
352         fsync: Avoid test failure on native Windows.
353         * lib/fsync.c (fsync) [Windows]: Don't fail if the handle is merely
354         read-only.
355
356 2012-02-04  Bruno Haible  <bruno@clisp.org>
357
358         sys_select: Avoid syntax error on OpenBSD 5.0.
359         * lib/sys_select.in.h [OpenBSD]: When /usr/include/pthread.h is
360         currently being included, just include the system's <sys/select.h>.
361
362 2012-02-04  Bruno Haible  <bruno@clisp.org>
363
364         sys_select: Avoid syntax error on OpenBSD 5.0.
365         * lib/sys_select.in.h: Include <signal.h> only after the include_next
366         <sys/select.h>, not before.
367         Reported by Jiri B <jirib@devio.us>.
368
369 2012-02-04  Bruno Haible  <bruno@clisp.org>
370
371         get-rusage-as, get-rusage-data tests: Avoid test failure with gcc-4.7.
372         * tests/test-get-rusage-as.c (main): Assign the malloc() results to
373         global variables.
374         * tests/test-get-rusage-data.c (main): Likewise.
375         Reported by Jim Meyering.
376
377 2012-02-04  Bruno Haible  <bruno@clisp.org>
378
379         stdioext: Fix last commit.
380         * lib/fwritable.c [EPLAN9]: Include <fcntl.h>.
381
382 2012-02-03  Bruno Haible  <bruno@clisp.org>
383
384         stdioext: Add tentative support for Plan9.
385         * lib/stdio-impl.h: Include <errno.h>.
386         * lib/fseterr.c (fseterr) [EPLAN9]: Add conditional code.
387         * lib/freadable.c (freadable): Likewise.
388         * lib/fwritable.c (fwritable): Likewise.
389         * lib/fbufmode.c (fbufmode): Likewise.
390         * lib/freading.c (freading): Likewise.
391         * lib/fwriting.c (fwriting): Likewise.
392         * lib/freadptr.c (freadptr): Likewise.
393         * lib/freadseek.c (freadptrinc): Likewise.
394         * lib/freadahead.c (freadahead): Likewise.
395         * lib/fpurge.c (fpurge): Likewise.
396         * lib/fseeko.c (rpl_fseeko): Likewise.
397         * m4/fpending.m4 (gl_PREREQ_FPENDING): Add a variant for Plan9.
398         Reported by Jens Staal <staal1978@gmail.com>.
399
400 2012-02-02  Jim Meyering  <meyering@redhat.com>
401
402         file-has-acl: suppress a warning from gcc -Wsuggest-attribute=const
403         * lib/file-has-acl.c (file_has_acl): This function (for some #ifdefs)
404         would evoke a new gcc warning.  Given all of the #ifdefs, it is better
405         not even to try to add the attribute.  Instead, add a pragma to suppress
406         the suggestion/warning.
407
408 2012-01-31  Karl Berry  <karl@gnu.org>
409
410         setstate doc: typo.
411         * doc/posix-functions/setstate.texi (setstate): { not (.
412
413 2012-01-31  Bruno Haible  <bruno@clisp.org>
414
415         popen: Make more robust on Windows.
416         * lib/popen.c: On native Windows, use the _popen based code even if
417         HAVE_POPEN is set.
418         * doc/posix-functions/popen.texi: Mention necessity of COMSPEC
419         environment variable on native Windows.
420
421 2012-01-30  Bruno Haible  <bruno@clisp.org>
422
423         pclose: Fix typo.
424         * lib/stdio.in.h (pclose): Fix typo in warning message.
425
426 2012-01-30  Bruno Haible  <bruno@clisp.org>
427
428         doc about getlogin_r, setstate.
429         * doc/posix-functions/getlogin_r.texi: List the incompatible
430         declaration problem under "not fixed by gnulib".
431         * doc/posix-functions/setstate.texi: Mention incompatible declaration
432         problem on Solaris 11 and other platforms.
433
434 2012-01-30  Chuanchang Jia  <chuanchang.jia@gmail.com>  (tiny change)
435             Bruno Haible  <bruno@clisp.org>
436
437         poll tests: Make test more robust.
438         * tests/test-poll.c: Include macros.h.
439         (test_accept_first, test_pair, test_socket_pair, test_pipe): Verify
440         return value of various I/O operations.
441         * modules/poll-tests (Files): Add tests/macros.h.
442
443 2012-01-30  Bruno Haible  <bruno@clisp.org>
444
445         sys_stat: Fix support for mingw64 and MSVC.
446         * lib/sys_stat.in.h (stat) [AIX]: Don't redefine 'stat' if the system
447         header files already do it.
448         (stat) [mingw, msvc]: Redefine the symbol to which stat is defined, not
449         stat itself.
450         Reported by Marc-André Lureau <marcandre.lureau@redhat.com>.
451
452 2012-01-30  Bruno Haible  <bruno@clisp.org>
453
454         wcwidth: Work around bug in UTF-8 locale on OpenBSD 5.0.
455         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test also wcwidth of U+05B0.
456         * doc/posix-functions/wcwidth.texi: Mention the OpenBSD 5.0 bug.
457
458 2012-01-29  Bruno Haible  <bruno@clisp.org>
459
460         quotearg: Fix test failure on MacOS X 10.5.
461         * tests/test-quotearg-simple.c: Include localcharset.h.
462         (main): If the locale encoding is not ASCII, bypass the tests of
463         locale_quoting_style and clocale_quoting_style.
464         * modules/quotearg-tests (Depends-on): Add 'localcharset'.
465
466 2012-01-29  Jim Meyering  <meyering@redhat.com>
467
468         maint.mk: sc_prohibit_canonicalize_without_use: avoid false positive
469         * top/maint.mk (sc_prohibit_canonicalize_without_use): Also
470         detect uses of canonicalize_file_name.
471
472 2012-01-28  Bruno Haible  <bruno@clisp.org>
473
474         test-framework-sh: Fix test failure with AIX 7.1 diff.
475         * tests/init.sh (compare_): Don't use 'diff -u' if it inserts a space
476         in column 1, like 'diff -c' does.
477         * tests/test-init.sh (test_compare): Don't repeat the test from init.sh
478         whether 'diff -u' is used. Instead, test whether the output contains
479         some '@' character.
480
481 2012-01-28  Paul Eggert  <eggert@cs.ucla.edu>
482
483         strtoimax: eliminate need for stdint.h, inttypes.h checks
484         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Don't use
485         gl_AC_HEADER_STDINT_H or gl_AC_HEADER_INTTYPES_H.  This reduces
486         the prerequisites for a recently-introduced strtoimax test.
487         I guess this might cause strtoimax to be replaced when not
488         strictly necessary on older hosts, but this shouldn't introduce
489         any bugs and it should make Emacs 'configure' faster on typical
490         modern hosts.  Problem discovered when importing the latest gnulib
491         to an Emacs test version.
492         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4.
493
494 2012-01-28  Bruno Haible  <bruno@clisp.org>
495
496         sys_time: Override 'struct timeval' on some native Windows platforms.
497         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Test whether tv_sec
498         has the right type. Set REPLACE_STRUCT_TIMEVAL if not.
499         (gl_HEADER_SYS_TIME_H_DEFAULTS): Initialize REPLACE_STRUCT_TIMEVAL.
500         * lib/sys_time.in.h: Include <winsock2.h> also when 'struct timeval'
501         needs to be overridden.
502         (timeval): Override if REPLACE_STRUCT_TIMEVAL is set.
503         * modules/sys_time (Makefile.am): Substitute REPLACE_STRUCT_TIMEVAL.
504         * tests/test-sys_select.c: Check that the tv_sec member has the same
505         size as a 'time_t'.
506         * tests/test-sys_time.c: Likewise.
507         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): If REPLACE_STRUCT_TIMEVAL
508         is set, set also REPLACE_GETTIMEOFDAY.
509         * lib/gettimeofday.c (gettimeofday): If 'struct timeval' is overridden,
510         convert the resulting 'struct timeval' before returning.
511         * lib/select.c: Include <sys/time.h>.
512         (select, timeval): Undefine at the right place.
513         * modules/select (Depends-on): Add sys_time.
514         * doc/posix-headers/sys_time.texi: Mention the problem with tv_sec on
515         some Windows platforms.
516         Reported by Marc-André Lureau <marcandre.lureau@redhat.com>.
517
518 2012-01-28  Marc-André Lureau  <marcandre.lureau@redhat.com>  (tiny change)
519
520         accept4, fcntl, socket modules: Avoid warnings on x86_64 mingw64.
521         * lib/accept4.c (accept4): Use intptr_t to convert handle pointer to
522         an integer.
523         * lib/fcntl.c (dupfd): Likewise.
524         * lib/w32sock.h (SOCKET_TO_FD): Likewise.
525
526 2012-01-28  Bruno Haible  <bruno@clisp.org>
527
528         fcntl: Avoid compilation error on native Windows.
529         * modules/fcntl (Depends-on): Add 'close'.
530
531 2012-01-28  Marc-André Lureau  <marcandre.lureau@redhat.com>  (tiny change)
532
533         select, poll, isatty: Avoid warnings on x86_64 mingw64.
534         * lib/select.c (IsConsoleHandle): Use intptr_t to convert handle
535         pointer to an integer.
536         * lib/poll.c (IsConsoleHandle): Likewise.
537         * lib/isatty.c (IsConsoleHandle): Likewise.
538
539 2012-01-28  Jim Meyering  <meyering@redhat.com>
540
541         doc: clarify README-release
542         * top/README-release: Clarify: you should make a point to have
543         the latest stable versions of build tools in your PATH, and the
544         reference to buildreq is solely for its list of tool names, not
545         for its minimal-functional version numbers.
546         Prompted by discussion with Reuben Thomas and Gary V. Vaughan.
547
548         maint.mk: use more readable (yet functionally equivalent) quoting
549         It is common to quote a single quote in a single quoted string like
550         this:  '...'\''...'.  Unless you know the idiom, that looks like
551         gibberish, so prefer to double-quote the string when possible.
552         Then you can use a more readable, lone single quote: "...'..."
553         * top/maint.mk (sc_cast_of_argument_to_free): Quoting like this
554         "don't" is more readable than the equivalent 'don'\''t'.
555         (sc_cast_of_x_alloc_return_value): Likewise.
556         (sc_cast_of_alloca_return_value): Likewise.
557         (sc_makefile_path_separator_check): Similar: use ":" in '...',
558         rather than '\'':'\''.
559
560 2012-01-27  Paul Eggert  <eggert@cs.ucla.edu>
561
562         stdalign: relax _Alignof and tighten _Alignas test
563         * m4/stdalign.m4 (gl_STDALIGN_H): Relax the _Alignof test,
564         as it was too strict: alignof must divide offsetof, but it need
565         not equal offsetof.  Inspired by Joseph S. Myers's comment
566         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52023#c10>.
567         Conversely, tighten the _Alignas test a bit, as the resulting
568         alignment must be exactly 8.
569
570 2012-01-27  Bruno Haible  <bruno@clisp.org>
571
572         stdalign: Document the last change.
573         * doc/posix-headers/stdalign.texi: Mention GCC bug 52023.
574
575 2012-01-27  Paul Eggert  <eggert@cs.ucla.edu>
576
577         stdalign: check that alignof and offsetof are consistent
578         * m4/stdalign.m4 (gl_STDALIGN_H): Check for GCC bug 52023.
579         Problem reported for gnulib by Richard W.M. Jones in
580         <http://lists.gnu.org/archive/html/bug-gnulib/2012-01/msg00340.html>.
581
582 2012-01-27  Jim Meyering  <meyering@redhat.com>
583
584         update-copyright: accept new option: UPDATE_COPYRIGHT_USE_INTERVALS=2
585         * build-aux/update-copyright: When UPDATE_COPYRIGHT_USE_INTERVALS=2,
586         convert a sequence with gaps to the minimal containing range.
587         For example, convert 2000, 2004-2007, 2009 to 2000-2009.
588         * tests/test-update-copyright.sh: Test for this.
589         The FSF confirmed it is ok to do this, assuming there is at
590         least one significant change per year in the affected range:
591         http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/29554/focus=29860
592
593 2012-01-26  Bruno Haible  <bruno@clisp.org>
594
595         pipe2: refine doc about thread-safety
596         * doc/glibc-functions/pipe2.texi: Clarify the extent of the
597         multithread-safety problem.
598         * doc/glibc-functions/accept4.texi: Likewise.
599
600 2012-01-26  Bruno Haible  <bruno@clisp.org>
601
602         posix_spawn_file_actions_addopen: Fix 2012-01-08 commit.
603         * m4/posix_spawn.m4 (gl_FUNC_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN):
604         In the test program, include <fcntl.h>, for O_RDONLY.
605
606 2012-01-26  Eric Blake  <eblake@redhat.com>
607
608         pipe2: document lack of thread-safety in replacement
609         * doc/glibc-functions/pipe2.texi (pipe2): Mention thread safety
610         issue in replacement.
611         * doc/glibc-functions/accept4.texi (accept4): Likewise.
612         Based on a report by Eric Wong.
613
614 2012-01-24  Marc-André Lureau  <marcandre.lureau@redhat.com>  (tiny change)
615             Bruno Haible  <bruno@clisp.org>
616
617         malloca: Avoid warnings on x86_64 mingw64.
618         * lib/malloca.c: Include <stdint.h>.
619         (mmalloca, freea): Use uintptr_t to convert pointers to integers.
620         * modules/malloca (Depends-on): Add stdint.
621         * modules/relocatable-prog-wrapper (Depends-on): Likewise.
622
623 2012-01-25  Paul Eggert  <eggert@cs.ucla.edu>
624
625         obstack: remove __STDC__ conditionals
626         * lib/obstack.h: Remove __STDC__ conditionals, as suggested by Joseph
627         S. Myers in <http://cygwin.com/ml/libc-alpha/2012-01/msg00104.html>.
628         This leaves lib/localcharset.c, m4/iconv.m4, and a confusing comment in
629         m4/include_next.m4 as the only gnulib-maintained places that still
630         refer to __STDC__.
631
632 2012-01-24  Bruno Haible  <bruno@clisp.org>
633
634         havelib: Modern quoting.
635         * build-aux/config.rpath: Quote 'like this', not `like this', as per
636         the recent change to the GNU coding standards.
637
638 2012-01-24  Bruno Haible  <bruno@clisp.org>
639
640         stdint: Improve support for Android.
641         * lib/stdint.in.h: Test __ANDROID__, not __BIONIC__.
642         Reported by Simon Josefsson <simon@josefsson.org>.
643
644 2012-01-23  Paul Eggert  <eggert@cs.ucla.edu>
645
646         doc: omit trailing empty lines from INSTALL etc.
647         * doc/Makefile (INSTALL): Omit trailing empty lines.
648         (INSTALL.ISO, INSTALL.UTF-8): Build from INSTALL, so that these also
649         omit trailing empty lines.  This simplifies the build procedure.
650
651 2012-01-23  Jim Meyering  <meyering@redhat.com>
652
653         tests: avoid spurious warnings about gl_sockets_startup
654         Fedora rawhide's gcc version 4.7.0 20120119 with -Wunused-value
655         would warn about every use of "gl_sockets_startup (SOCKETS_1_1);"
656         reporting a "statement with no effect".
657         * tests/test-accept.c (main): Mark as "(void)".
658         * tests/test-accept4.c (main): Likewise.
659         * tests/test-bind.c (main): Likewise.
660         * tests/test-connect.c (main): Likewise.
661         * tests/test-getpeername.c (main): Likewise.
662         * tests/test-getsockname.c (main): Likewise.
663         * tests/test-getsockopt.c (main): Likewise.
664         * tests/test-listen.c (main): Likewise.
665         * tests/test-recv.c (main): Likewise.
666         * tests/test-recvfrom.c (main): Likewise.
667         * tests/test-send.c (main): Likewise.
668         * tests/test-sendto.c (main): Likewise.
669         * tests/test-setsockopt.c (main): Likewise.
670         * tests/test-shutdown.c (main): Likewise.
671
672 2012-01-21  Bruno Haible  <bruno@clisp.org>
673
674         locale-fr.m4: Fix for Android.
675         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Avoid compilation
676         failure of the test program on Bionic libc.
677
678 2012-01-21  Jim Meyering  <meyering@redhat.com>
679
680         bootstrap: fail when bootstrap_post_import_hook fails
681         Otherwise, it's far too easy to miss diagnostics emitted
682         between gnulib-tool's output and that of running configure.
683         * build-aux/bootstrap: Fail when bootstrap_post_import_hook fails.
684
685 2012-01-17  Jim Meyering  <meyering@redhat.com>
686
687         maint: enable sc_trailing_blank
688         * build-aux/pmccabe.css: Remove trailing blanks.
689         * doc/acl-cygwin.txt: Likewise.
690         * doc/gnu-oids.texi: Likewise
691         * cfg.mk: Enable sc_trailing_blank.
692         Exempt build-aux/texinfo.tex and doc/Copyright/assign.future.manual.
693
694 2012-01-17  Jim Meyering  <meyering@redhat.com>
695
696         maint: enable sc_prohibit_openat_without_use
697         * cfg.mk: Enable sc_prohibit_openat_without_use.
698         Exempt lib/selinux-at.c.
699
700 2012-01-17  Jim Meyering  <meyering@redhat.com>
701
702         maint: enable sc_prohibit_cloexec_without_use
703         * cfg.mk: Enable sc_prohibit_cloexec_without_use.
704         * lib/dup-safer-flag.c: Don't include "cloexec.h".  Not needed.
705
706 2012-01-17  Jim Meyering  <meyering@redhat.com>
707
708         maint: enable sc_prohibit_intprops_without_use
709         * cfg.mk: Enable sc_prohibit_intprops_without_use
710         * tests/test-nanosleep.c: Don't include "intprops.h".  Not needed.
711
712 2012-01-17  Jim Meyering  <meyering@redhat.com>
713
714         maint: enable sc_prohibit_hash_pjw_without_use
715         * cfg.mk: Enable sc_prohibit_hash_pjw_without_use.
716         * top/maint.mk (sc_prohibit_hash_pjw_without_use): Adjust regexp
717         to match any use of \<hash_pjw\>, i.e., not necessarily with a
718         following " (".
719
720 2012-01-17  Jim Meyering  <meyering@redhat.com>
721
722         maint: enable double-word-prohibiting rule
723         * cfg.mk (local-checks-to-skip): Enable sc_prohibit_doubled_word.
724         Exempt three files.
725
726 2012-01-17  Jim Meyering  <meyering@redhat.com>
727
728         maint: remove empty lines at EOF, but excluding modules/*
729         Apply syntax rules at home as well as abroad.  Most changes
730         were induced by running this:
731           make srcdir=. _build-aux=build-aux -f top/maint.mk \
732             sc_prohibit_empty_lines_at_EOF | grep -v modules/ \
733             | xargs perl -pi -0777 -e 's/\n\n+$/\n/'
734         * cfg.mk (local-checks-to-skip): Enable sc_prohibit_empty_lines_at_EOF.
735         Exempt modules/* and two binary files.
736         Also exempt doc/INSTALL*, per request from Bruno Haible.
737         * doc/regexprops-generic.texi: *Add* a newline at EOF.  There was none.
738         * doc/Copyright/assign.translation.manual: Remove empty lines at EOF.
739         * doc/Copyright/request-assign.future: Likewise.
740         * doc/Copyright/request-disclaim.changes: Likewise.
741         * doc/INSTALL: Likewise.
742         * doc/INSTALL.ISO: Likewise.
743         * doc/INSTALL.UTF-8: Likewise.
744         * doc/acl-cygwin.txt: Likewise.
745         * doc/acl-resources.txt: Likewise.
746         * doc/fdl-1.2.texi: Likewise.
747         * doc/fdl-1.3.texi: Likewise.
748         * doc/fdl.texi: Likewise.
749         * lib/argp-pin.c: Likewise.
750         * lib/round.c: Likewise.
751         * lib/unicase/u16-totitle.c: Likewise.
752         * lib/unictype/block_test.c: Likewise.
753         * lib/uninorm/canonical-decomposition.c: Likewise.
754         * m4/README: Likewise.
755         * m4/relocatable-lib.m4: Likewise.
756         * tests/test-isnand-nolibm.c: Likewise.
757         * tests/test-isnand.c: Likewise.
758         * tests/uninorm/NormalizationTest.txt: Likewise.
759
760 2012-01-17  Jim Meyering  <meyering@redhat.com>
761
762         maint: add framework to run syntax-check rules against gnulib sources
763         * cfg.mk: New file, to disable all currently-failing tests.
764         We'll enable them one by one, as they are made to pass.
765         * Makefile (sc_maint): New rule.
766
767 2012-01-21  Bruno Haible  <bruno@clisp.org>
768
769         stdint: Add support for Android.
770         * lib/stdint.in.h: When included from Bionic <sys/types.h>, just
771         include the system's <stdint.h>.
772         Reported by Simon Josefsson <simon@josefsson.org>.
773
774 2012-01-19  Jim Meyering  <meyering@redhat.com>
775
776         bootstrap: add bootstrap_post_import_hook
777         Bison does still need something like the gnulib_mk_hook whose
778         invocation I had to remove along with slurp in commit 767ccd40.
779         Technically, we could get along without it, but doing so would
780         have required living with a warning and a mandatory post-bootstrap
781         automake rerun.
782         * build-aux/bootstrap (gnulib_mk_hook): Remove definition, too.
783         (bootstrap_post_import_hook): New function.
784         Invoke it after gnulib-tool --import and before autoreconf.
785
786 2012-01-18  Jim Meyering  <meyering@redhat.com>
787
788         gitlog-to-changelog: don't use "no_"-prefixed variable name
789         * build-aux/gitlog-to-changelog (main): Use getopt's "!" attribute
790         to enable both --cluster and --no-cluster.  Change variable name,
791         s/\$no_cluster/$cluster/, and reverse usage to match.
792
793         gitlog-to-changelog: use "||", not "or" in expressions
794         * build-aux/gitlog-to-changelog (main): Use "||", not "or" in
795         expressions.
796
797 2012-01-17  Joel E. Denny  <joeldenny@joeldenny.org>
798
799         gitlog-to-changelog: new option --no-cluster
800         * build-aux/gitlog-to-changelog: New option --no-cluster, disables
801         clustering of adjacent commit messages.
802
803 2012-01-17  Jim Meyering  <meyering@redhat.com>
804
805         maint: spell file systems with two words, not one
806         * m4/ls-mntd-fs.m4 (MOUNTED_INTERIX_STATVFS): Spell file systems with
807         two words, not one.
808
809 2012-01-16  Jim Meyering  <meyering@redhat.com>
810
811         bootstrap: add a FIXME comment to ensure we eventually remove the hack
812         * build-aux/bootstrap (gnulib_tool_options): Add comment.
813
814 2012-01-16  Eric Blake  <eblake@redhat.com>
815
816         bootstrap: cater to autoconf 2.59
817         * build-aux/bootstrap (AUTORECONF): Work even when --no-recursive
818         is not available.
819
820         bootstrap: properly check for libtool
821         * build-aux/bootstrap (libtoolize): Also run libtool when older
822         usage is detected.
823
824 2012-01-15  Bruno Haible  <bruno@clisp.org>
825
826         Improve support for MSVC 9.
827         * lib/unistd.in.h: Include <io.h> when needed to avoid redefinition
828         clashes on MSVC.
829         * lib/fcntl.in.h: Likewise.
830         * lib/stdlib.in.h: Likewise.
831         * lib/sys_stat.in.h: Likewise.
832
833 2011-01-15  Stefano Lattarini  <stefano.lattarini@gmail.com>
834
835         gnupload: we hold the master copy of this script now
836         For motivation and more information, see:
837         <http://lists.gnu.org/archive/html/bug-gnulib/2012-01/msg00222.html>
838         * build-aux/gnupload: Make it clear in the heading comments that the
839         master copy of this file is maintained by gnulib.  Since we are at
840         it, bump its copyright year and ...
841         ($scriptversion): ... the date in its version.
842         ($usage): Patches and bug reports should be sent to the gnulib list,
843         not the automake one.
844         * config/srclist.txt: Don't try to sync 'gnupload' from automake
845         anymore.
846
847 2012-01-15  Bruno Haible  <bruno@clisp.org>
848
849         Fix module 'random'.
850         * m4/stdlib_h.m4 (gl_STDLIB_H): Test whether random, srandom,
851         initstate, setstate are declared.
852
853 2012-01-14  Bruno Haible  <bruno@clisp.org>
854
855         Tests for module 'random'.
856         * modules/random-tests: New file.
857         * tests/test-random.c: New file, based on tests/test-random_r.c.
858
859         New module 'random'.
860         * lib/stdlib.in.h (random, srandom, initstate, setstate): New
861         declarations.
862         * lib/random.c: New file, based on glibc/stdlib/random.c.
863         * m4/random.m4: New file.
864         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_RANDOM,
865         HAVE_RANDOM.
866         * modules/stdlib (Makefile.am): Substitute GNULIB_RANDOM, HAVE_RANDOM.
867         * modules/random: New file.
868         * config/srclist.txt: Add an entry for random.c.
869         * doc/posix-functions/random.texi: Mention the 'random' module.
870         * doc/posix-functions/initstate.texi: Likewise.
871         * doc/posix-functions/setstate.texi: Likewise.
872         * doc/posix-functions/srandom.texi: Likewise.
873
874 2012-01-12  Bruno Haible  <bruno@clisp.org>
875
876         random_r: Use common idioms.
877         * lib/random_r.c: Include <stdlib.h> first.
878
879         random_r: Override incompatible API on AIX, OSF/1.
880         * lib/stdlib.in.h (random_r, srandom_r, initstate_r, setstate_r):
881         Override the system function if REPLACE_RANDOM_R is 1.
882         * m4/random_r.m4 (gl_FUNC_RANDOM_R): Require AC_CANONICAL_HOST. On AIX
883         and OSF/1, set REPLACE_RANDOM_R.
884         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize REPLACE_RANDOM_R.
885         * modules/stdlib (Makefile.am): Substitute REPLACE_RANDOM_R.
886         * modules/random_r (configure.ac): Test REPLACE_RANDOM_R.
887         * doc/glibc-functions/initstate_r.texi: Mention the AIX, OSF/1 problem.
888         * doc/glibc-functions/random_r.texi: Likewise.
889         * doc/glibc-functions/setstate_r.texi: Likewise.
890
891         random_r: Support for MSVC 9.
892         * lib/random_r.c: Include stdint.h, not inttypes.h.
893
894 2012-01-12  Eric Blake  <eblake@redhat.com>
895
896         inet_ntop: guard extra work by IF_LINT
897         * lib/inet_ntop.c (inet_ntop6): Mark spurious initialization, for
898         better code generation when not checking for warnings.
899         Suggested by Paul Eggert and Jim Meyering.
900
901         strptime: fix regression on mingw
902         * lib/strptime.c (__strptime_internal) [!_LIBC && !HAVE_TM_GMTOFF]:
903         Fix regression.  Reported by Bruno Haible.
904
905 2012-01-11  Reuben Thomas  <rrt@sc3d.org>
906             Bruno Haible  <bruno@clisp.org>
907
908         copy-file: add error-code-returning variant.
909         * lib/copy-file.h (GL_COPY_ERR_*): New enumeration items.
910         (qcopy_file_preserving): New declaration.
911         * lib/copy-file.c (qcopy_file_preserving): Renamed from
912         copy_file_preserving. Change return type to 'int'. Don't emit an error
913         message here.
914         (copy_file_preserving): New function.
915         * tests/test-copy-file.c: Include <stdlib.h>.
916         (main): Test qcopy_file_preserving if the environment variable
917         NO_STDERR_OUTPUT is set.
918         * tests/test-copy-file-1.sh: Invoke test-copy-file.sh a second time,
919         with NO_STDERR_OUTPUT
920         * tests/test-copy-file-2.sh: Likewise.
921
922 2012-01-10  Bruno Haible  <bruno@clisp.org>
923
924         copy-file: Use 'quote' module consistently.
925         * lib/copy-file.c (copy_file_preserving): Use quote().
926
927         copy-file: Refactor.
928         * lib/copy-file.c: Include quote.h.
929         (copy_file_preserving): Call qcopy_acl instead of copy_acl. Emit error
930         message here.
931         * modules/copy-file (Depends-on): Add quote.
932
933         acl: Export qcopy_acl.
934         * lib/acl.h (qcopy_acl): New declaration.
935         * lib/copy-acl.c (qcopy_acl): Make non-static.
936
937         acl: Rename a local variable.
938         * lib/set-mode-acl.c (set_acl): Use same variable name as in copy_acl.
939
940         acl: Align return values of copy_acl and qcopy_acl.
941         * lib/copy-acl.c (copy_acl): Return the same value as qcopy_acl,
942         maybe < -1.
943
944 2012-01-11  Eric Blake  <eblake@redhat.com>
945
946         strptime: silence gcc warnings
947         * lib/strptime.c (__strptime_internal) [!_NL_CURRENT],
948         [!_LIBC && !HAVE_TM_GMTOFF]: Avoid unused variables.
949         Reported by Daniel P. Berrange.
950
951         inet_ntop: silence gcc warning
952         * lib/inet_ntop.c (inet_ntop6): Initialize best.base.
953         Reported by Daniel P. Berrange.
954
955 2012-01-11  Dmitry V. Levin  <ldv@altlinux.org>
956
957         getloadavg test: skip the test on GNU/Linux without /proc mounted
958         GNU libc implements getloadavg(3) on Linux by parsing /proc/loadavg
959         file.  When /proc is not mounted, it always fails with ENOENT.
960         * tests/test-getloadavg.c (main): Treat ENOENT return code from
961         getloadavg(3) the same way as ENOSYS and ENOTSUP.
962
963 2012-01-10  Bruno Haible  <bruno@clisp.org>
964
965         regex: Avoid link error on MSVC 9.
966         * modules/regex (Depends-on): Add wctype.
967
968 2012-01-10  Bruno Haible  <bruno@clisp.org>
969
970         doc: Mention --with-tests option.
971         * gnulib-tool (func_usage): Suggest --with-tests for --test etc.
972         * doc/gnulib.texi (Extra tests modules): Mention the need to pass
973         --with-tests.
974         Reported by Reuben Thomas.
975
976 2012-01-10  Reuben Thomas  <rrt@sc3d.org>
977
978         users.txt: order package names lexicographically.
979         * users.txt: Order package names lexicographically.
980
981 2012-01-10  Jim Meyering  <meyering@redhat.com>
982
983         maint.mk: fix description in comment
984         * top/maint.mk (require_exactly_one_NL_at_EOF_): Fix comment.
985
986         ignore-value: remove deprecated ignore_ptr function
987         * lib/ignore-value.h (ignore_ptr): Remove deprecated function.
988         * NEWS: Note this.
989
990 2012-01-09  Jim Meyering  <meyering@redhat.com>
991
992         test-init.sh: avoid a subshell
993         * tests/test-init.sh: Remove protective subshell.
994         Suggested by Bernhard Voelker.  While a subshell is normally
995         required to protect against older shells (Solaris, FreeBSD) that
996         warn about a missing program before performing redirection, the
997         shell-selection tests performed by init.sh probably exclude any
998         offending shell.
999
1000 2012-01-08  Bruno Haible  <bruno@clisp.org>
1001
1002         setlocale tests: Avoid test failure on Solaris 11 2011-11.
1003         * tests/test-setlocale2.sh: Use 'env' to set the LC_ALL environment
1004         variable.
1005
1006 2012-01-08  Bruno Haible  <bruno@clisp.org>
1007
1008         posix_spawn_file_actions_addopen: Work around Solaris 11 2011-11 bug.
1009         * m4/spawn_h.m4 (gl_SPAWN_H_DEFAULTS): Initialize
1010         REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN.
1011         * m4/posix_spawn.m4 (gl_FUNC_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN): New
1012         macro.
1013         * lib/spawn.in.h (posix_spawn_file_actions_addopen): Test
1014         REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN, not REPLACE_POSIX_SPAWN.
1015         * lib/spawn_faction_addopen.c: Add workaround implementation if
1016         HAVE_WORKING_POSIX_SPAWN.
1017         * modules/spawn (Makefile): Substitute
1018         REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN.
1019         * modules/posix_spawn_file_actions_addopen (configure.ac): Invoke
1020         gl_FUNC_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN. Test
1021         REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN, not REPLACE_POSIX_SPAWN.
1022         (Depends-on): Update conditions.
1023         * doc/posix-functions/posix_spawn_file_actions_addopen.texi: Mention
1024         the Solaris 11 bug.
1025
1026 2012-01-08  Bruno Haible  <bruno@clisp.org>
1027
1028         posix_spawn_file_actions_adddup2: Work around Solaris 11 2011-11 bug.
1029         * m4/spawn_h.m4 (gl_SPAWN_H_DEFAULTS): Initialize
1030         REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2.
1031         * m4/posix_spawn.m4 (gl_FUNC_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2): New
1032         macro.
1033         * lib/spawn.in.h (posix_spawn_file_actions_adddup2): Test
1034         REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2, not REPLACE_POSIX_SPAWN.
1035         * lib/spawn_faction_adddup2.c: Add workaround implementation if
1036         HAVE_WORKING_POSIX_SPAWN.
1037         * modules/spawn (Makefile): Substitute
1038         REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2.
1039         * modules/posix_spawn_file_actions_adddup2 (configure.ac): Invoke
1040         gl_FUNC_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2. Test
1041         REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2, not REPLACE_POSIX_SPAWN.
1042         (Depends-on): Update conditions.
1043         * doc/posix-functions/posix_spawn_file_actions_adddup2.texi: Mention
1044         the Solaris 11 bug.
1045
1046 2012-01-08  Bruno Haible  <bruno@clisp.org>
1047
1048         posix_spawn_file_actions_addclose: Work around Solaris 11 2011-11 bug.
1049         * m4/spawn_h.m4 (gl_SPAWN_H_DEFAULTS): Initialize
1050         REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE.
1051         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_BODY): Define
1052         HAVE_WORKING_POSIX_SPAWN.
1053         (gl_FUNC_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE): New macro.
1054         * lib/spawn.in.h (posix_spawn_file_actions_addclose): Test
1055         REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE, not REPLACE_POSIX_SPAWN.
1056         * lib/spawn_faction_addclose.c: Add workaround implementation if
1057         HAVE_WORKING_POSIX_SPAWN.
1058         * modules/spawn (Makefile): Substitute
1059         REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE.
1060         * modules/posix_spawn_file_actions_addclose (configure.ac): Invoke
1061         gl_FUNC_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE. Test
1062         REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE, not REPLACE_POSIX_SPAWN.
1063         (Depends-on): Update conditions.
1064         * doc/posix-functions/posix_spawn_file_actions_addclose.texi: Mention
1065         the Solaris 11 bug.
1066
1067 2012-01-08  Bruno Haible  <bruno@clisp.org>
1068
1069         doc: Update for Solaris 11 2011-11.
1070         * doc/*/*.texi: Mention Solaris 11 2011-11 where appropriate.
1071         * m4/printf.m4: Update comments.
1072
1073 2012-01-08  Bruno Haible  <bruno@clisp.org>
1074
1075         mktime: Avoid compilation error on Solaris 11.
1076         * lib/mktime.c (WRAPV): Define to 0 on all non-glibc systems.
1077
1078 2012-01-08  Bruno Haible  <bruno@clisp.org>
1079
1080         doc: Small fix.
1081         * doc/posix-headers/nl_types.texi: Correct platforms list.
1082
1083 2012-01-08  Simon Josefsson  <simon@josefsson.org>
1084
1085         Add lgpl-3.0 module.
1086         * MODULES.html.sh (Support for building documentation): Add
1087         lgpl-3.0.
1088         * modules/lgpl-3.0: New file.
1089
1090 2012-01-08  Jim Meyering  <meyering@redhat.com>
1091
1092         select.c: indent with spaces, not TABs
1093         * lib/select.c (windows_poll_handle): Indent with spaces, not TABs.
1094
1095 2012-01-07  Paolo Bonzini  <bonzini@gnu.org>
1096
1097         quotearg: do not use grave accent for left quote
1098         * lib/quotearg.c (gettext_quote): Map "`" to "'" for
1099         locale_quoting_style.
1100         (quotearg_buffer_restyled): Fix example.
1101         * tests/test-quotearg-simple.c (results_g): Adjust test vectors.
1102
1103 2012-01-07  Paolo Bonzini  <bonzini@gnu.org>
1104
1105         quotearg: fall back to Unicode single quotes in UTF-8, GB-18030 locales
1106         Most programs do not have translation catalogs for English and much
1107         less separate catalogs for British and American English.  Drop the
1108         suggestion to translators about these two, and provide it
1109         automatically for Unicode locales.  Like most programs, even those
1110         using American English, we use single quotation marks.  This conflicts
1111         with the American typographic convention, but works better when you
1112         cite the entire error message within double quotes.  It also tries not
1113         to clash with established practice and with what non-gnulib programs
1114         will usually do.
1115         * lib/quotearg.c (gettext_quote): Hard-code U+2018 and U+2019 when
1116         using an UTF-8 or GB-18030 locale.  The list of other locales with
1117         quotes was provided by Bruno Haible.
1118         (quotearg_buffer_restyled): Adjust instructions to translators.
1119         * lib/quotearg.h (locale_quoting_style): Do not put an example in the
1120         text, since this would be wrong when using Unicode.
1121         * modules/quotearg: Depend on c-strcaseeq.
1122
1123 2012-01-07  Paolo Bonzini  <bonzini@gnu.org>
1124
1125         quotearg: fix Wikipedia link
1126         * lib/quotearg.c (quotearg_buffer_restyled): Fix link to Wikipedia.
1127
1128 2012-01-07  Simon Josefsson  <simon@josefsson.org>
1129
1130         Fix for mingw with MSVC9.
1131         * m4/ld-version-script.m4: Check that compiler rejects version
1132         scripts with syntax errors.  Reported by Bruno Haible
1133         <bruno@clisp.org>.
1134
1135 2012-01-06  Bruno Haible  <bruno@clisp.org>
1136
1137         Talk about "native Windows API", not "Woe32".
1138         * lib/accept4.c: Update comments to mention native Windows.
1139         * lib/execute.c: Likewise.
1140         * lib/fatal-signal.c: Likewise.
1141         * lib/localcharset.c: Likewise.
1142         * lib/nanosleep.c: Likewise.
1143         * lib/nl_langinfo.c: Likewise.
1144         * lib/pclose.c: Likewise.
1145         * lib/pipe-filter-gi.c: Likewise.
1146         * lib/pipe-filter-ii.c: Likewise.
1147         * lib/pipe.c: Likewise.
1148         * lib/pipe2.c: Likewise.
1149         * lib/popen.c: Likewise.
1150         * lib/progreloc.c: Likewise.
1151         * lib/relocatable.c: Likewise.
1152         * lib/sigaction.c: Likewise.
1153         * lib/sigprocmask.c: Likewise.
1154         * lib/spawn-pipe.h: Likewise.
1155         * lib/spawn-pipe.c: Likewise.
1156         * lib/spawni.c: Likewise.
1157         * lib/stat-time.h: Likewise.
1158         * lib/w32spawn.h: Likewise.
1159         * tests/test-isatty.c: Likewise.
1160         * lib/config.charset: More comments.
1161         * doc/gnulib-intro.texi: Mention native Windows.
1162         * doc/posix-functions/_Exit_C99.texi: Likewise.
1163         * doc/posix-headers/fcntl.texi: Likewise.
1164
1165 2012-01-06  Guillem Jover  <guillem@hadrons.org>  (tiny change)
1166
1167         argp: Avoid crash if translator uses % characters in a translation.
1168         * lib/argp-parse.c (argp_version_parser): Use a "%s" format string.
1169         Reported by Mats Erik Andersson <gnu@gisladisker.se>.
1170
1171 2012-01-06  Paul Eggert  <eggert@cs.ucla.edu>
1172
1173         doc: C11 and C++11 are now official
1174         * doc/posix-headers/assert.texi, doc/posix-headers/stdalign.texi:
1175         * doc/verify.texi, stdalign.in.h, verify.h, m4/gnulib-common.m4:
1176         * m4/stdalign.m4, modules/assert-h, modules/snippet/_Noreturn:
1177         * modules/stdalign:
1178         Replace references to draft C1X to C11, and to draft C++0X to C++11.
1179
1180 2012-01-06  Bruno Haible  <bruno@clisp.org>
1181
1182         uc-is-grapheme-break tests: Tweak.
1183         * tests/unigbrk/test-uc-is-grapheme-break.c (main): Fix an error
1184         message.
1185
1186 2012-01-06  Bruno Haible  <bruno@clisp.org>
1187
1188         test-init.sh: correct the test for diff -u
1189         * tests/test-init.sh: Also redirect stdout to /dev/null.
1190
1191 2012-01-05  Paul Eggert  <eggert@cs.ucla.edu>
1192
1193         Use ', not `, for quoting output.
1194         * build-aux/announce-gen (usage, sizes, print_news_deltas)
1195         (print_changelog_deltas, get_tool_versions, main program):
1196         * build-aux/git-version-gen:
1197         * build-aux/gitlog-to-changelog (usage, parse_amend_file):
1198         * build-aux/move-if-change (help):
1199         * build-aux/useless-if-before-free (usage, main program):
1200         * check-module (parse_module_file, usage)
1201         (find_included_lib_files, check_module):
1202         * lib/argmatch.c (main) [TEST]:
1203         * lib/argp-help.c (_help):
1204         * lib/getopt1.c (main) [TEST]:
1205         * lib/git-merge-changelog.c (usage):
1206         * lib/xstrtol-error.c (xstrtol_error):
1207         * m4/alloca.m4 (_AC_LIBOBJ_ALLOCA):
1208         * m4/argz.m4 (gl_FUNC_ARGZ):
1209         * m4/bison.m4 (gl_BISON):
1210         * m4/calloc.m4 (gl_FUNC_CALLOC_GNU):
1211         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS):
1212         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
1213         * m4/fpending.m4 (gl_PREREQ_FPENDING):
1214         * m4/gc-random.m4 (gl_GC_RANDOM):
1215         * m4/intl.m4 (gt_CHECK_DECL):
1216         * m4/link-follow.m4 (gl_FUNC_LINK_FOLLOWS_SYMLINK):
1217         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT)
1218         (AC_TYPE_UNSIGNED_LONG_LONG_INT):
1219         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS):
1220         * m4/lstat.m4 (gl_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK):
1221         * m4/onceonly.m4 (AC_CHECK_FUNCS_ONCE):
1222         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION):
1223         * tests/test-dirname.c (main):
1224         * tests/test-getpass.c (main):
1225         * tests/test-iconvme.c (main):
1226         * tests/test-parse-datetime.c (LOG):
1227         * tests/test-xstrtoimax.sh:
1228         * tests/test-xstrtol.sh:
1229         * tests/test-xstrtoll.sh:
1230         * tests/test-xstrtoumax.sh:
1231         * tests/unigbrk/test-uc-is-grapheme-break.c (main):
1232         * top/GNUmakefile (abort-due-to-no-makefile):
1233         Quote 'like this', not `like this', as per the recent change to
1234         the GNU coding standards.
1235
1236 2012-01-05  Bruno Haible  <bruno@clisp.org>
1237
1238         strtoimax: Don't force a replacement on systems where intmax_t is int.
1239         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Use a different test if
1240         'intmax_t' is not larger than 'int'.
1241         Reported by Pádraig Brady <P@draigBrady.com>.
1242
1243 2012-01-05  Bruno Haible  <bruno@clisp.org>
1244
1245         doc: Mention NetBSD bugs.
1246         * doc/posix-functions/*printf.texi: Mention a NetBSD 5.1 bug.
1247         * doc/posix-functions/nl_langinfo.texi: Mention another NetBSD 5.1 bug.
1248
1249 2012-01-05  Bruno Haible  <bruno@clisp.org>
1250
1251         strtoumax tests: Enhance tests.
1252         * tests/test-strtoumax.c (main): Add tests for large values.
1253
1254 2012-01-05  Bruno Haible  <bruno@clisp.org>
1255
1256         strtoimax: Work around AIX 5.1 bug.
1257         * lib/inttypes.in.h (strtoimax): Allow overriding the system's
1258         definition.
1259         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Check against the AIX 5.1 bug.
1260         Set HAVE_STRTOIMAX.
1261         * m4/inttypes.m4 (gl_INTTYPES_H_DEFAULTS): Initialize
1262         REPLACE_STRTOIMAX.
1263         * modules/inttypes-incomplete (Makefile.am): Substitute
1264         REPLACE_STRTOIMAX.
1265         * modules/strtoimax (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
1266         (configure.ac): Test HAVE_STRTOIMAX, REPLACE_STRTOIMAX.
1267         (Depends-on): Update conditions.
1268         * tests/test-strtoimax.c (main): Add tests for large values.
1269         * doc/posix-functions/strtoimax.texi: Mention the AIX 5.1 bug.
1270
1271 2012-01-05  Bruno Haible  <bruno@clisp.org>
1272
1273         inttypes: Modernize.
1274         * lib/inttypes.in.h (strtoimax, strtoumax): Use the C++ safe idioms.
1275         * modules/inttypes-incomplete (Depends-on): Add snippet/c++defs.
1276         (Makefile.am): Update inttypes.h rule.
1277
1278 2012-01-05  Jim Meyering  <meyering@redhat.com>
1279
1280         init.sh: don't waste a subshell just to redirect stderr
1281         * tests/init.sh: In testing for diff -u and diff -c, use a
1282         stderr-redirecting exec inside `...` rather than a subshell.
1283
1284         test-init.sh: avoid failure on HP-UX 11.00
1285         * tests/test-init.sh: Skip "diff -u"-comparing step when compare
1286         resolves to diff -c or cmp.  Reported by Bruno Haible.
1287
1288 2012-01-05  Bruno Haible  <bruno@clisp.org>
1289
1290         Tests for module 'strtoull'.
1291         * modules/strtoull-tests: New file.
1292         * tests/test-strtoull.c: New file, based on tests/test-strtoumax.c.
1293
1294 2012-01-05  Bruno Haible  <bruno@clisp.org>
1295
1296         Tests for module 'strtoll'.
1297         * modules/strtoll-tests: New file.
1298         * tests/test-strtoll.c: New file, based on tests/test-strtoimax.c.
1299
1300 2012-01-05  Bruno Haible  <bruno@clisp.org>
1301
1302         Tests for module 'strtoul'.
1303         * modules/strtoul-tests: New file.
1304         * tests/test-strtoul.c: New file, based on tests/test-strtoumax.c.
1305
1306 2012-01-05  Bruno Haible  <bruno@clisp.org>
1307
1308         Tests for module 'strtol'.
1309         * modules/strtol-tests: New file.
1310         * tests/test-strtol.c: New file, based on tests/test-strtoimax.c.
1311
1312 2012-01-04  Jim Meyering  <meyering@redhat.com>
1313
1314         test-init.sh: accommodate Solaris 5.10's different diff -u output
1315         * tests/test-init.sh: Also exempt @@ lines from the comparison
1316         of diff output, since Solaris 5.10 and GNU diff formats differ.
1317         Reported by Stefano Lattarini.
1318
1319 2012-01-04  Paul Eggert  <eggert@cs.ucla.edu>
1320
1321         test-posixtm: don't assume signed integer wraparound
1322         * tests/test-posixtm.c (main): Don't assume wraparound semantics
1323         after signed integer overflow.  Inspired by (though it may not
1324         fix) Bruno Haible's bug report in
1325         <http://lists.gnu.org/archive/html/bug-gnulib/2012-01/msg00066.html>.
1326
1327         Spell out "Windows 9x" and "Windows XP".
1328         * lib/poll.c, lib/select.c: In comments, replace "Win9x" with
1329         "Windows 9x" and "WinXP" with "Windows XP".
1330
1331 2012-01-04  Jim Meyering  <meyering@redhat.com>
1332
1333         test-vc-list-files-cvs.sh: remove obsolete comment
1334         * tests/test-vc-list-files-cvs.sh: Remove obsolete comment about
1335         double exit.  Now that's all encapsulated via skip_ and Exit.
1336
1337 2012-01-04  Bruno Haible  <bruno@clisp.org>
1338
1339         Talk about "native Windows API", not "Win32".
1340         * lib/classpath.c: Update comments to mention native Windows.
1341         * lib/csharpexec.c: Likewise.
1342         * lib/dup2.c: Likewise.
1343         * lib/error.c: Likewise.
1344         * lib/fcntl.c: Likewise.
1345         * lib/filename.h: Likewise.
1346         * lib/findprog.c: Likewise.
1347         * lib/get-rusage-as.c: Likewise.
1348         * lib/get-rusage-data.c: Likewise.
1349         * lib/getpagesize.c: Likewise.
1350         * lib/javaexec.c: Likewise.
1351         * lib/msvc-inval.c: Likewise.
1352         * lib/msvc-nothrow.c: Likewise.
1353         * lib/nanosleep.c: Likewise.
1354         * lib/nonblocking.c: Likewise.
1355         * lib/printf-parse.c: Likewise.
1356         * lib/setlocale.c: Likewise.
1357         * lib/sigaction.c: Likewise.
1358         * lib/strerror_r.c: Likewise.
1359         * lib/tmpdir.c: Likewise.
1360         * lib/vasnprintf.c: Likewise.
1361         * lib/w32spawn.h: Likewise.
1362         * lib/waitpid.c: Likewise.
1363         * lib/stdio.in.h (fdopen, fopen, freopen): Likewise.
1364         * m4/locale-ar.m4: Likewise.
1365         * m4/locale-fr.m4: Likewise.
1366         * m4/locale-ja.m4: Likewise.
1367         * m4/locale-tr.m4: Likewise.
1368         * m4/locale-zh.m4: Likewise.
1369         * m4/printf.m4: Likewise.
1370         * tests/test-cloexec.c: Likewise.
1371         * tests/test-copy-acl.sh: Likewise.
1372         * tests/test-copy-file.sh: Likewise.
1373         * tests/test-file-has-acl.sh: Likewise.
1374         * tests/test-set-mode-acl.sh: Likewise.
1375         * tests/test-dup-safer.c: Likewise.
1376         * tests/test-dup2.c: Likewise.
1377         * tests/test-dup3.c: Likewise.
1378         * tests/test-fcntl.c: Likewise.
1379         * tests/test-nonblocking-pipe.h: Likewise.
1380         * tests/test-nonblocking-socket.h: Likewise.
1381         * tests/test-pipe.c: Likewise.
1382         * tests/test-pipe2.c: Likewise.
1383         * tests/test-spawn-pipe-child.c: Likewise.
1384         * doc/acl-resources.txt: Likewise.
1385         * lib/getaddrinfo.c (WINDOWS_NATIVE): Renamed from WIN32_NATIVE.
1386         * tests/test-poll.c (WINDOWS_NATIVE): Likewise.
1387         * tests/test-select.h (WINDOWS_NATIVE): Likewise.
1388         * lib/localcharset.c: Update comments to mention native Windows.
1389         (WINDOWS_NATIVE): Renamed from WIN32_NATIVE.
1390         * lib/localename.c: Likewise.
1391         * lib/progreloc.c: Likewise.
1392         * lib/relocatable.c: Likewise.
1393         * lib/poll.c (WINDOWS_NATIVE): Renamed from WIN32_NATIVE.
1394         (windows_compute_revents): Renamed from win32_compute_revents.
1395         (windows_compute_revents_socket): Renamed from
1396         win32_compute_revents_socket.
1397         * lib/select.c: Update comments to mention native Windows.
1398         (windows_poll_handle): Renamed from win32_poll_handle.
1399         * m4/threadlib.m4: Update comments to mention native Windows.
1400         (gl_THREADLIB_EARLY_BODY, gl_THREADLIB_BODY): Expect
1401         --enable-threads=windows instead of --enable-threads=win32. Set
1402         USE_WINDOWS_THREADS, not USE_WIN32_THREADS.
1403         * lib/glthread/lock.h: Update comments to mention native Windows.
1404         (USE_WINDOWS_THREADS): Renamed from USE_WIN32_THREADS.
1405         * lib/glthread/lock.c (USE_WINDOWS_THREADS): Renamed from
1406         USE_WIN32_THREADS.
1407         * lib/glthread/cond.h (USE_WINDOWS_THREADS): Likewise.
1408         * lib/glthread/cond.c (USE_WINDOWS_THREADS): Likewise.
1409         * lib/glthread/thread.h (USE_WINDOWS_THREADS): Likewise.
1410         * lib/glthread/thread.c (USE_WINDOWS_THREADS): Likewise.
1411         * lib/glthread/tls.h (USE_WINDOWS_THREADS): Likewise.
1412         * lib/glthread/tls.c (USE_WINDOWS_THREADS): Likewise.
1413         * lib/glthread/yield.h (USE_WINDOWS_THREADS): Likewise.
1414         * tests/test-cond.c (USE_WINDOWS_THREADS): Likewise.
1415         * tests/test-thread_create.c (USE_WINDOWS_THREADS): Likewise.
1416         * tests/test-lock.c (USE_WINDOWS_THREADS): Likewise.
1417         (TEST_WINDOWS_THREADS): Renamed from TEST_WIN32_THREADS.
1418         * tests/test-tls.c: Likewise.
1419         Rationale:
1420         Microsoft renamed the "Win32 API" to "Windows API", as it is available
1421         on both 32-bit and 64-bit Windows systems.
1422         But in gnulib, we treat Cygwin like a Unix platform, therefore the main
1423         line of distinction is between "native Windows" on one side and Unix/
1424         POSIX systems on the other side. More details in
1425         <https://lists.gnu.org/archive/html/bug-gnulib/2012-01/msg00027.html>.
1426         Suggested by Paul Eggert.
1427
1428 2012-01-03  Bruno Haible  <bruno@clisp.org>
1429
1430         isatty: Support for MSVC 9.
1431         * doc/posix-functions/isatty.texi: Mention the MSVC problem.
1432         * lib/isatty.c: Include <errno.h>, msvc-inval.h.
1433         (_isatty_nothrow): New function.
1434         (isatty): Use it instead of _isatty.
1435         (IsConsoleHandle): Add comment, from Paolo Bonzini.
1436         * lib/poll.c (IsConsoleHandle): Likewise.
1437         * lib/select.c (IsConsoleHandle): Likewise.
1438         * m4/isatty.m4 (gl_FUNC_ISATTY): Fix comment. Reported by Eli Zaretskii.
1439         (gl_PREREQ_ISATTY): New macro.
1440         * modules/isatty (Depends-on): Add msvc-inval.
1441         (configure.ac): Invoke gl_PREREQ_ISATTY.
1442
1443 2012-01-03  Jim Meyering  <meyering@redhat.com>
1444
1445         maint.mk: remove temporary transition aid from over 1.5 years ago
1446         * top/maint.mk (_prohibit_regexp): Remove definition whose sole
1447         purpose was to aid in the transition (avoiding silent malfunction)
1448         from that old name to the new _sc_search_regexp.  This shim was
1449         added by commit 219c504b.
1450
1451         init.sh: do not try to accommodate compare arguments starting with "-"
1452         * tests/init.sh (compare_dev_null_): Do not try to accommodate
1453         compare arguments that start with "-".  Besides, we do not worry
1454         about this when invoking diff or cmp; why start now with sed?
1455         Using "--" to separate options from argument would trigger sed
1456         failure in at least Solaris 7, HP-UX 11.00, IRIX 6.5, FreeBSD 6.4,
1457         OpenBSD 4.9 and NetBSD 5.1.  Reported by Bruno Haible.
1458
1459 2012-01-02  Bruno Haible  <bruno@clisp.org>
1460
1461         Enhance tests for module 'isatty'.
1462         * modules/isatty-tests (Depends-on): Add pipe-posix.
1463         * tests/test-isatty.c: Include <fcntl.h>.
1464         (DEV_NULL): New macro.
1465         (main): Test the resut of isatty() also on regular files, pipes, and
1466         /dev/null.
1467
1468         New module 'isatty'.
1469         * lib/unistd.in.h (isatty): New declaration.
1470         * lib/isatty.c: New file, based on an idea of
1471         Bastien Roucariès <roucaries.bastien@gmail.com>.
1472         * m4/isatty.m4: New file.
1473         * m4/unistd_h.m4 (gl_UNISTD_H): Test whether isatty is declared.
1474         (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ISATTY, REPLACE_ISATTY.
1475         * modules/unistd (Makefile.am): Substitute GNULIB_ISATTY,
1476         REPLACE_ISATTY.
1477         * modules/isatty: New file.
1478         * doc/posix-functions/isatty.texi: Mention the new module.
1479         Suggested by Paolo Bonzini.
1480
1481 2012-01-02  Bruno Haible  <bruno@clisp.org>
1482
1483         canonicalize: Tweak 2011-12-29 commit.
1484         * lib/canonicalize.c (canonicalize_filename_mode): Fix typo in comment.
1485         * lib/canonicalize.h (canonicalize_filename_mode): Update specification.
1486
1487 2012-01-02  Jim Meyering  <meyering@redhat.com>
1488
1489         gitlog-to-changelog: describe input syntax in --help output
1490         * build-aux/gitlog-to-changelog (usage) [SPECIAL SYNTAX]: New section.
1491
1492         gitlog-to-changelog: fix typo in --help: show backslash before email @
1493         * build-aux/gitlog-to-changelog (usage): An "@" was backslash-escaped
1494         in sources, but not in actual output.
1495
1496 2011-12-30  Jim Meyering  <meyering@redhat.com>
1497
1498         gitlog-to-changelog: don't malfunction when name contains %-directive
1499         * build-aux/gitlog-to-changelog (main): Don't let a %-directive
1500         in a name string cause trouble.  E.g., with a user name of "%s",
1501         gitlog-to-changelog would fail with "Missing argument in sprintf at..."
1502
1503 2011-12-30  Gary V. Vaughan  <gary@gnu.org>
1504
1505         gitlog-to-changelog: Copyright-paperwork-exempt: yes == (tiny change)
1506         * build-aux/gitlog-to-changelog (main): Map the string, at beginning
1507         of line in a git commit log, "Copyright-paperwork-exempt: yes", to
1508         the "  (tiny change)" notation that is appended to the standard
1509         ChangeLog "date  name  email" header line.
1510
1511 2012-01-01  Jim Meyering  <meyering@redhat.com>
1512
1513         test-framework-sh: init.sh: fix "make dist" failure
1514         When using gnulib-tool's --with-tests option and any module that
1515         depends on test-framework-sh, "make dist" would fail due to the
1516         lack of init.sh *in lib/*.  The EXTRA_DIST += init.sh is required
1517         in the gltests directory, and not in the gllib/ directory.
1518         One way to work around that is to move the EXTRA_DIST += init.sh
1519         from the primary module to the -tests one:
1520         * modules/test-framework-sh-tests (EXTRA_DIST): Add init.sh here, ...
1521         * modules/test-framework-sh (Makefile.am): ...not here.
1522         Reported by Tom G. Christensen in
1523         http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/29519
1524
1525         version-etc: update copyright year reported by --version
1526         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2012.
1527
1528 2011-12-31  Pádraig Brady  <P@draigBrady.com>
1529
1530         canonicalize: only stat() if required
1531         * lib/canonicalize.c (canonicalize_filename_mode):
1532         Avoid calling l?stat() when both CAN_MISSING,
1533         and CAN_NOLINKS are set, as we neither need
1534         to resolve symlinks or test component existence.
1535
1536 2011-12-31  Paul Eggert  <eggert@cs.ucla.edu>
1537
1538         doc: cover st_ino issues once; add OpenVMS etc.
1539         * doc/posix-functions/stat.texi (stat):
1540         * doc/posix-functions/lstat.texi (lstat):
1541         * doc/posix-functions/fstatat.texi (fstatat):
1542         * doc/posix-functions/fstat.texi (fstat):
1543         Move general 'struct stat' stuff to sys_stat.texi,
1544         leaving behind a pointer.
1545         * doc/posix-headers/sys_stat.texi (sys/stat.h):
1546         Merge duplicate info about 'struct stat' problems into here.
1547         Mention issues with OpenVMS, GNU/Linux NFS, NetApp, ClearCase,
1548         and suggest partial workarounds.
1549
1550         same-inode: port to OpenVMS
1551         * lib/same-inode.h (SAME_INODE): Port to OpenVMS by checking all
1552         three st_ino values.
1553
1554 2011-12-30  Pádraig Brady  <P@draigBrady.com>
1555
1556         canonicalize: fix references to stat() and lstat()
1557         * lib/canonicalize.c (canonicalize_filename_mode):
1558         Ensure references always resolve to a replacement
1559         function if required (even via a macro).
1560
1561 2011-12-30  Jim Meyering  <meyering@redhat.com>
1562
1563         gitlog-to-changelog: remove a little duplication
1564         * build-aux/gitlog-to-changelog (main): Grep @lines once,
1565         rather than twice.
1566
1567 2011-12-29  Pádraig Brady  <P@draigBrady.com>
1568
1569         canonicalize: add support for not resolving symlinks
1570         * lib/canonicalize.h: Add the CAN_NOLINKS flag to
1571         indicate we don't want to follow symlinks.  Also
1572         provide CAN_MODE_MASK to aid setting these existing
1573         mutually exclusive values.
1574         * lib/canonicalize.c (canonicalize_filename_mode):
1575         Extract the flags from can_mode parameter, which
1576         are currently just used to select between stat()
1577         and lstat().  Also ensure that mutually exclusive
1578         values are flagged immediately as invalid.
1579         * tests/test-canonicalize.c: Verify symlinks are
1580         not followed, and that invalid flag combinations
1581         are diagnosed.
1582
1583 2011-12-25  Jim Meyering  <meyering@redhat.com>
1584
1585         gitlog-to-changelog: do not clump multi-paragraph entries
1586         Identical header lines (date,name,email+coauthors) are suppressed,
1587         thus putting all entries with those same characteristics under
1588         a single header.  However, when a log entry consists of two or
1589         more paragraphs, it may not be clear where it starts and ends.
1590         This change makes it so that such an entry is always separated
1591         from others by a header line, even when that header would
1592         otherwise be suppressed.
1593         * build-aux/gitlog-to-changelog: Implement the above.
1594         Inspired by a related request from Stefano Lattarini in
1595         http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/29456
1596
1597 2011-12-25  Paul Eggert  <eggert@cs.ucla.edu>
1598
1599         announce-gen: fix `cmd' typo in diagnostic
1600         * build-aux/announce-gen (print_changelog_deltas): Fix typo in
1601         diagnostic: a missing '$' meant that the command was not output.
1602
1603 2011-12-23  Jim Meyering  <meyering@redhat.com>
1604
1605         test-framework-sh: distribute init.sh
1606         * modules/test-framework-sh (EXTRA_DIST): Append init.sh.
1607         Otherwise, "make -C gnulib-tests check" (at least in grep) would
1608         fail due to the lack of init.sh.
1609
1610         maint: remove explicit Files: tests/init.sh; depend on test-framework-sh
1611         * modules/atexit-tests: Rather than listing tests/init.sh,
1612         now that there's a module for it, simply depend on that new module.
1613         * modules/closein-tests: Likewise.
1614         * modules/exclude-tests: Likewise.
1615         * modules/getcwd-tests: Likewise.
1616         * modules/perror-tests: Likewise.
1617         * modules/pread-tests: Likewise.
1618         * modules/pwrite-tests: Likewise.
1619         * modules/vc-list-files-tests: Likewise.
1620         * modules/verify-tests: Likewise.
1621         * modules/xalloc-die-tests: Likewise.
1622         * modules/xstrtoimax-tests: Likewise.
1623         * modules/xstrtol-tests: Likewise.
1624         * modules/xstrtoll-tests: Likewise.
1625         * modules/xstrtoumax-tests: Likewise.
1626         * modules/yesno-tests: Likewise.
1627
1628 2011-12-22  Jim Meyering  <meyering@redhat.com>
1629
1630         test-framework-sh: add minimal tests of init.sh's compare function
1631         * modules/test-framework-sh-tests: New file.
1632         * tests/test-init.sh: New file.
1633
1634         test-framework-sh: new module
1635         * modules/test-framework-sh: New file.
1636         * MODULES.html.sh (Support for maintaining and releasing projects):
1637         List it.
1638
1639         init.sh: do not emit simulated diff output to stderr
1640         * tests/init.sh (compare_dev_null_): Print to stdout, not stderr.
1641
1642 2011-12-22  Reuben Thomas  <rrt@sc3d.org>
1643
1644         .gitignore: ignore gnulib.dvi and regex.info
1645         * doc/.gitignore:add gnulib.dvi and regex.info
1646
1647 2011-12-22  Jim Meyering  <meyering@redhat.com>
1648
1649         init.sh: correct previous change
1650         * tests/init.sh (compare): My previous change was wrong.
1651         Don't clobber "$?".  Spotted by Stefano Lattarini and Pádraig Brady.
1652
1653         init.sh: avoid unwarranted test failure when using "set -e"
1654         * tests/init.sh (compare): Ignore nonzero exit from compare_dev_null_.
1655         Otherwise, in a test script that uses "set -e" (like many in vc-dwim)
1656         a use like "compare exp out" would get evoke an unconditional failure.
1657
1658 2011-12-21  Alfred M. Szmidt  <ams@gnu.org>
1659
1660         bootstrap: fix it to honor $ACLOCAL_FLAGS once again
1661         The 2011-12-17 change, commit 767ccd40, replaced a manual invocation
1662         of aclocal that used explicit $ACLOCAL_FLAGS with an invocation of
1663         autoreconf that did not.
1664         * build-aux/bootstrap: Use $ACLOCAL_FLAGS when invoking autoreconf.
1665         Reported by Mats Erik Andersson <gnu@gisladisker.se>.
1666
1667 2011-12-17  Jim Meyering  <meyering@redhat.com>
1668
1669         bootstrap: remove some now-unneeded code
1670         This script arose back when gnulib-tool was young.
1671         Since then, it has seen improvements that render much of this
1672         script unnecessary.  In particular, it can now make symlinks
1673         to the files it uses.  Also, I no longer see as much value in
1674         marking files as read-only via comments.
1675         If you relied on the symlink-creation feature of the preceding
1676         version of this script, you can get most of that functionality
1677         by adding the --symlink option to the definition of
1678         gnulib_tool_option_extras in your bootstrap.conf file.
1679         * build-aux/bootstrap (AUTOPOINT, AUTORECONF): Factor out definitions.
1680         Run autopoint and libtoolize *before* gnulib-tool.
1681         After it, run an abbreviated autoreconf, rather than a loop around
1682         all tools.
1683         (slirp, bt_mark_as_generated): Remove functions.
1684
1685 2011-12-18  Paul Eggert  <eggert@cs.ucla.edu>
1686
1687         ftoastr: fix typo
1688         * lib/ftoastr.h: Fix misspelling in comment.
1689
1690 2011-12-18  Reuben Thomas  <rrt@sc3d.org>
1691
1692         * top/README-release: fix punctuation.
1693
1694 2011-12-17  Jim Meyering  <meyering@redhat.com>
1695
1696         bootstrap: correct the recent buildreq change
1697         The 2011-12-07 commit, 39f5f1e4, omitted some '*'s, and thus
1698         had no effect.
1699         * build-aux/bootstrap (buildreq): Bracket each search term with
1700         "*...*", so that the shell "case" statement works as intended.
1701         Add comments.
1702
1703 2011-12-17  Bernhard Voelker  <mail@bernhard-voelker.de>
1704
1705         build: let bootstrap resort to wget when downloading .po files
1706         * build-aux/bootstrap (download_po_files): Fallback to wget when
1707         downloading the .po files via rsync fails.  This is necessary to
1708         bootstrap from behind a strict firewall.
1709
1710 2011-12-15  Paul Eggert  <eggert@cs.ucla.edu>
1711
1712         stdint: don't assume C++11 when compiling with g++
1713         Problem reported for glibc 2.14 and g++ by Alexander V. Lukyanov in
1714         <http://lists.gnu.org/archive/html/bug-gnulib/2011-12/msg00099.html>.
1715         * m4/stdint.m4 (gl_STDINT_H): Don't go to extra work to make it
1716         work also in C++ before C++11, as that improperly inhibits
1717         generating a substitute stdint.h for that case.
1718
1719 2011-12-15  Paul Eggert  <eggert@cs.ucla.edu>
1720
1721         alloca: protect comment from gnulib-tool
1722         * lib/alloca.c: Change "GCC version 2" to "GCC 2" in comment, so
1723         that gnulib-tool doesn't think it's a license, and munge it to
1724         say "GCC version 3".
1725
1726 2011-12-15  Ludovic Courtès  <ludo@gnu.org>  (tiny change)
1727
1728         localcharset: Use an absolute path in TESTS_ENVIRONMENT.
1729         * modules/localcharset (LOCALCHARSET_TESTS_ENVIRONMENT): Use
1730         $(abs_top_builddir) instead of $(top_builddir).
1731
1732 2011-12-14  Alex Nelson  <ajnelson@cs.ucsc.edu>  (tiny change)
1733
1734         strftime-tests: also test nanoseconds
1735         * tests/test-strftime.c (T): Add a test of %N.
1736
1737 2011-12-13  Paul Eggert  <eggert@cs.ucla.edu>
1738
1739         inttypes, stdint: add C++11 support
1740         C++11 says there's no need to define __STDC_CONSTANT_MACROS etc.
1741         when including inttypes.h and stdint.h.  Support this change to
1742         the standard.
1743         * doc/posix-headers/inttypes.texi (inttypes.h):
1744         * doc/posix-headers/stdint.texi (stdint.h): Document this.
1745         * lib/inttypes.in.h (__STDC_FORMAT_MACROS) [! __cplusplus]:
1746         Define if not defined already, for the benefit of pre-C++11 hosts.
1747         Define the standard format macros (e.g., PRId8) always.
1748         * lib/stdint.in.h (__STDC_CONSTANT_MACROS, __STDC_LIMIT_MACROS):
1749         Likewise, if __cpluspus.  Define the standard constant and limit
1750         macros (e.g., INT8_C, INT8_MAX) always.
1751         * m4/inttypes.m4 (gl_INTTYPES_INCOMPLETE): Do not define
1752         GL_TRIGGER_STDC_LIMIT_MACROS or __STDC_LIMIT_MACROS; no longer needed.
1753         * m4/stdint.m4 (gl_STDINT_H): Update comments about these macros.
1754         * tests/test-inttypes.c (__STDC_LIMIT_MACROS, __STDC_CONSTANT_MACROS)
1755         (__STDC_FORMAT_MACROS): Do not define, since we assume C++11 API now.
1756         * tests/test-stdint.c (__STDC_LIMIT_MACROS, __STDC_CONSTANT_MACROS):
1757         Likewise.
1758
1759 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
1760
1761         nonblocking tests: Fix test failure on Linux/PPC.
1762         Suggested by Prerna Saxena in
1763         <http://lists.gnu.org/archive/html/bug-gnulib/2011-12/msg00080.html>.
1764         * tests/test-nonblocking-pipe.h (PIPE_DATA_BLOCK_SIZE) [Linux/PPC64]:
1765         Set to 1100000.
1766
1767 2011-12-12  Jim Meyering  <meyering@redhat.com>
1768
1769         argmatch: don't hard-code `' when listing valid option arguments
1770         * lib/argmatch.c (argmatch_valid): Don't hard-code `%s'.  Instead,
1771         use the quote function to add quotes.  Use fputs rather than
1772         fprintf for the format string with no format directive.
1773
1774 2011-12-07  Eric Blake  <eblake@redhat.com>
1775
1776         bootstrap: detect tools required by gnulib-tool
1777         * build-aux/bootstrap (buildreq): Provide minimum implicit
1778         dependencies.
1779         * DEPENDENCIES: Mention patch as a prereq.
1780
1781 2011-12-04  Bruno Haible  <bruno@clisp.org>
1782
1783         sethostname: Port to Windows platforms.
1784         * lib/sethostname.c: Provide an alternate implementation for Windows
1785         platforms.
1786         * tests/test-sethostname2.c (geteuid): Redefine on Cygwin.
1787         (main): Skip the test if sethostname() fails with EPERM. On Windows
1788         platforms, don't check the result of gethostname().
1789
1790 2011-12-04  Bruno Haible  <bruno@clisp.org>
1791             Jim Meyering  <meyering@redhat.com>
1792
1793         tests: Avoid spurious error message on platforms without mktemp program.
1794         * tests/init.sh (mktempd_): Run mktemp in a subcommand.
1795
1796 2011-12-04  Bruno Haible  <bruno@clisp.org>
1797
1798         sethostname: Fix documentation.
1799         * doc/glibc-functions/sethostname.texi: Move the Solaris problem to the
1800         "not fixed" section.
1801
1802 2011-12-03  Bruno Haible  <bruno@clisp.org>
1803
1804         gnulib-tool: Verify that the License field is present and non-empty.
1805         * gnulib-tool (func_get_license_raw): New function, extracted from
1806         func_get_license.
1807         (func_get_license): Use it. Warn if the module is not a test module and
1808         has no license.
1809         Suggested by Jim Meyering.
1810
1811 2011-12-03  Bruno Haible  <bruno@clisp.org>
1812
1813         sethostname tests: Fix link error on mingw.
1814         * tests/test-sethostname1.c: New file, extracted from
1815         tests/test-sethostname.c.
1816         * tests/test-sethostname2.c: New file, extracted from
1817         tests/test-sethostname.c.
1818         * tests/test-sethostname.c: Remove file.
1819         * modules/sethostname-tests (Files): Add tests/test-sethostname1.c,
1820         tests/test-sethostname2.c. Remove tests/test-sethostname.c.
1821         (Depends-on): Add gethostname.
1822         (Makefile.am): Compile both test-sethostname1 and test-sethostname2.
1823         Link the latter with $(GETHOSTNAME_LIB).
1824
1825         sethostname tests: Fix compilation error on mingw.
1826         * tests/test-sethostname.c: Don't include <sys/types.h>.
1827         (geteuid): Use a dummy value without uid_t.
1828         * modules/sethostname-tests (Depends-on): Remove sys_types.
1829
1830         sethostname tests: Avoid a gcc warning.
1831         * tests/test-sethostname.c (main): Remove an unused variable.
1832
1833         Tweak last commit.
1834         * modules/sethostname-tests (Files): Sort by decreasing importance.
1835         (configure.ac): Check for geteuid.
1836         * tests/test-sethostname.c (main): Emit error messages to stderr. Skip
1837         the test when there's nothing to test. Drop an unnecessary cast.
1838         Improve an error message. Verify that the final sethostname() call
1839         succeeds.
1840
1841 2011-12-01  Ben Walton  <bwalton@artsci.utoronto.ca>
1842
1843         Add a test suite for the sethostname module.
1844         * modules/sethostname-tests: New file.  A test program
1845         for the sethostname module.
1846         * tests/test-sethostname.c: Likewise.
1847
1848 2011-12-03  Bruno Haible  <bruno@clisp.org>
1849
1850         Tweak last commit.
1851         * lib/unistd.in.h (sethostname): Keep declarations in alphabetic order.
1852         Fix preprocessor directives indentation. Fix typos.
1853         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Keep alphabetic order.
1854         * modules/unistd (Makefile): Likewise.
1855
1856 2011-12-01  Ben Walton  <bwalton@artsci.utoronto.ca>
1857
1858         Integrate the sethostname module into unistd.
1859         * lib/unistd.in.h: Integrate the SETHOSTNAME preprocessor handling
1860         into the unistd.h header.
1861         * m4/unistd_h.m4: Setup the autoconf handling for the SETHOSTNAME
1862         preprocessor directives.
1863         * modules/unistd: Setup the Makefile substitutions of the
1864         SETHOSTNAME preprocessor directives.
1865
1866 2011-12-03  Bruno Haible  <bruno@clisp.org>
1867
1868         Tweak last commit.
1869         * lib/sethostname.c: Don't include <string.h>.
1870         (sethostname): No need to copy the argument string to the stack. Don't
1871         call clearerr. Preserve errno when fprintf failed.
1872         * m4/sethostname.m4 (gl_FUNC_SETHOSTNAME): Comment about HOST_NAME_MAX.
1873         Don't invoke AC_REPLACE_FUNCS.
1874         * modules/sethostname (Link): Remove empty section.
1875         * doc/glibc-functions/sethostname.texi: Gnulib does not fix the ENOSYS
1876         failure problem.
1877
1878 2011-12-01  Ben Walton  <bwalton@artsci.utoronto.ca>
1879
1880         New module 'sethostname'.
1881         * lib/sethostname.c (sethostname): New file.  Provide sethostname
1882         for systems that lack it.
1883         * m4/sethostname.m4 (gl_FUNC_SETHOSTNAME): New file.  Detection of
1884         sethostname declaration and function.
1885         * modules/sethostname: New file.  Define the sethostname module.
1886
1887 2011-12-03  Bruno Haible  <bruno@clisp.org>
1888
1889         Tweak last commit.
1890         * m4/gethostname.m4 (gl_PREREQ_HOST_NAME_MAX): Trim blank line.
1891
1892 2011-12-01  Ben Walton  <bwalton@artsci.utoronto.ca>
1893
1894         Split the HOST_NAME_MAX detection into a separate m4 macro.
1895         * m4/gethostname.m4 (gl_PREREQ_HOST_NAME_MAX): Make this a separate
1896         macro so it can be used by the pending sethostname module.
1897
1898 2011-12-03  Bruno Haible  <bruno@clisp.org>
1899
1900         Fix module descriptions syntax.
1901         * modules/argv-iter (License): Fix syntax.
1902         * modules/di-set (License): Likewise.
1903         * modules/ino-map (License): Likewise.
1904         Reported by Stefano Lattarini <stefano.lattarini@gmail.com>.
1905
1906 2011-12-02  Paul Eggert  <eggert@cs.ucla.edu>
1907
1908         stdalign: port to Clang 3.0
1909         Problem reported by Simon Josefsson in
1910         <http://lists.gnu.org/archive/html/bug-gnulib/2011-12/msg00005.html>.
1911         * doc/posix-headers/stdalign.texi (stdalign.h): Mention Clang 3.0,
1912         which has <stdalign.h> but which does not define alignof.
1913         * m4/stdalign.m4 (gl_STDALIGN_H): Check for Clang 3.0's problem.
1914
1915 2011-12-01  Eric Blake  <eblake@redhat.com>
1916
1917         mktempd: silence dd usage
1918         * build-aux/mktempd (rand_bytes): Silence dd.
1919
1920 2011-11-30  Simon Josefsson  <simon@josefsson.org>
1921
1922         manywarnings: Don't mention gcc version in docstring.
1923         * m4/manywarnings.m4 (gl_MANYWARN_ALL_GCC): Doc fix.  Suggested by
1924         Jim Meyering <meyering@redhat.com>.
1925
1926 2011-11-30  Jim Meyering  <meyering@redhat.com>
1927
1928         hash: mark a few floating point constants with "f" suffix
1929         * lib/hash.c (DEFAULT_GROWTH_THRESHOLD, DEFAULT_GROWTH_FACTOR)
1930         (DEFAULT_SHRINK_THRESHOLD, DEFAULT_SHRINK_FACTOR): Mark literal
1931         floating point constants with "f", since they're destined to be
1932         saved/used as "float"s.
1933
1934 2011-11-29  Paolo Bonzini  <bonzini@gnu.org>
1935
1936         float tests: Correct and re-enable assertion about LDBL_MIN_EXP.
1937         * tests/test-float.c (test_long_double): Correct and re-enable the
1938         assertion about LDBL_MIN_EXP that was disabled on 2011-08-31.
1939
1940 2011-11-29  Matthew Wala  <wala1@illinois.edu>  (tiny change)
1941
1942         Avoid subtracting two pointers that don't point into the same block.
1943         * lib/argp-help.c (hol_append): Reorder pointer subtractions so that
1944         only pointers into the same memory block are subtracted. We cannot
1945         assume that sizeof (ptrdiff_t) == sizeof (void *).
1946
1947 2011-11-29  Eric Blake  <eblake@redhat.com>
1948
1949         maint.mk: add syntax check for use of compare from init.sh
1950         * top/maint.mk (sc_prohibit_reversed_compare_failure): New rule,
1951         moved here from coreutils.
1952
1953         manywarnings: drop -Wunsuffixed-float-constants
1954         * m4/manywarnings.m4 (gl_MANYWARN_ALL_GCC): C99 does not allow
1955         '1.0D', which is the only way to silence this warning for 'double'.
1956
1957 2011-11-29  Jim Meyering  <meyering@redhat.com>
1958
1959         hash: mark compute_bucket_size with the pure attribute
1960         * lib/hash.c (compute_bucket_size): Use _GL_ATTRIBUTE_PURE.
1961
1962         quotearg, propername: correct pragma guard expression
1963         * lib/quotearg.c: Enable pragma for gcc-4.6 and newer, not 4.3 and newer.
1964         * lib/propername.c: Likewise.  Reported by Bernhard Voelker.
1965
1966 2011-11-28  Jim Meyering  <meyering@redhat.com>
1967
1968         propername: do not mark proper_name with the const attribute
1969         * lib/propername.h (proper_name): Do *not* mark as _GL_ATTRIBUTE_CONST,
1970         since it examines data pointed to by its parameter.
1971         * lib/propername.c (proper_name): Instead, add a pragma to suppress
1972         the suggestion from -Wsuggest-attribute=const.
1973
1974         propername: mark one more function as const
1975         * lib/propername.h (proper_name): Mark as _GL_ATTRIBUTE_CONST.
1976
1977 2011-11-27  Jim Meyering  <meyering@redhat.com>
1978
1979         mark functions with const and pure attributes
1980
1981         Mark functions per suggestions from gcc-4.6 when using these options:
1982         -Wsuggest-attribute=pure -Wsuggest-attribute=const.
1983         Use gnulib's _GL_ATTRIBUTE_PURE and _GL_ATTRIBUTE_CONST macros.
1984         Follow these guidelines: when possible, apply the attribute to
1985         an extern declaration, not to its definition.  Apply it to the
1986         definition only when the definition is static.
1987         * lib/argmatch.h (argmatch, argmatch_to_argument): Mark.
1988         * lib/argv-iter.h (argv_iter_n_args): Likewise.
1989         * lib/base64.h (isbase64): Likewise.
1990         * lib/basename-lgpl.c (last_component, base_len): Likewise.
1991         * lib/c-ctype.h (c_isascii, c_isalnum, c_isalpha): Likewise.
1992         (c_isblank, c_iscntrl, c_isdigit, c_islower, c_isgraph): Likewise.
1993         (c_isprint, c_ispunct, c_isspace, c_isupper, c_isxdigit): Likewise.
1994         (c_tolower, c_toupper): Likewise.
1995         * lib/c-strcase.h (c_strcasecmp, c_strncasecmp): Likewise.
1996         * lib/chdir-long.c (find_non_slash): Likewise.
1997         * lib/dirname.h (base_len, dir_len, last_component): Likewise.
1998         * lib/exclude.h (fnmatch_pattern_has_wildcards): Likewise.
1999         * lib/file-type.h (file_type): Likewise.
2000         * lib/filenamecat-lgpl.c (longest_relative_suffix): Likewise.
2001         * lib/filevercmp.c (verrevcmp): Likewise.
2002         * lib/freadahead.h (freadahead): Likewise.
2003         * lib/fts.c (fts_maxarglen): Likewise.
2004         * lib/hash-pjw.h (hash_pjw): Likewise.
2005         * lib/hash-triple.h (triple_hash_no_name, triple_compare_ino_str):
2006         * lib/hash.c (is_prime, next_prime): Likewise.
2007         * lib/hash.c (hash_get_n_buckets, hash_get_n_buckets_used): Likewise.
2008         (hash_get_n_entries, hash_get_max_bucket_length): Likewise.
2009         (hash_table_ok, hash_get_first, hash_string): Likewise.
2010         (compute_bucket_size): Likewise.
2011         * lib/i-ring.h (i_ring_empty): Likewise.
2012         * lib/isnan.c (isnanl): Likewise.
2013         * lib/math.h (isnanl, rpl_isnanl): Likewise.
2014         * lib/memcasecmp.h (memcasecmp): Likewise.
2015         * lib/memchr2.h (memchr2): Likewise.
2016         * lib/memcmp2.h (memcmp2): Likewise.
2017         * lib/parse-datetime.y (lookup_zone): Likewise.
2018         * lib/sockets.h (gl_sockets_startup, gl_sockets_cleanup)
2019         [!WINDOWS_SOCKETS]: Likewise.
2020         * lib/strnlen1.h (strnlen1): Likewise.
2021         * lib/uniwidth.in.h (uc_width): Likewise.
2022         * lib/quotearg.c: Add pragma to avoid unwarranted suggestion from
2023         gcc's -Wsuggest-attribute=pure for quoting_options_from_style.
2024         (quoting_options_from_style): Add a comment.
2025         * lib/propername.h (proper_name): Add a comment.
2026
2027 2011-11-27  Bruno Haible  <bruno@clisp.org>
2028
2029         Remove unused macros from !_LIBC code in glibc-borrowed files.
2030         * lib/fnmatch.c (STRCOLL): Remove macro.
2031         * lib/fnmatch_loop.c (STRCOLL): Remove undef.
2032         * lib/glob.c (__stat, __readdir64): Remove macros.
2033         * lib/tempname.c (__open64, __xstat64): Remove macros.
2034         Suggested by Paul Eggert.
2035
2036 2011-11-27  Bruno Haible  <bruno@clisp.org>
2037
2038         getcwd: Fix link error on MSVC 9.
2039         * modules/getcwd (Depends-on): Add readdir, rewinddir.
2040
2041 2011-11-27  Bruno Haible  <bruno@clisp.org>
2042
2043         Don't set REPLACE_FOO to 1 if HAVE_FOO is 0.
2044         * m4/opendir.m4 (gl_FUNC_OPENDIR): Don't set REPLACE_OPENDIR to 1 if
2045         HAVE_OPENDIR is 0.
2046         * m4/closedir.m4 (gl_FUNC_CLOSEDIR): Don't set REPLACE_CLOSEDIR to 1 if
2047         HAVE_CLOSEDIR is 0.
2048         * m4/dup2.m4 (gl_FUNC_DUP2): Don't set REPLACE_DUP2 to 1 if HAVE_DUP2
2049         is 0.
2050         * m4/dup3.m4 (gl_FUNC_DUP3): Update comments.
2051
2052 2011-11-27  Bruno Haible  <bruno@clisp.org>
2053
2054         getcwd: Fix bug from 2011-08-17.
2055         * m4/getcwd.m4 (gl_FUNC_GETCWD): Set REPLACE_GETCWD to 1 only on
2056         platforms that need it.
2057         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): Consider a return
2058         code of 4 to be a failure, not a success. This ensures that
2059         REPLACE_GETCWD becomes 1 on OpenBSD 4.9 and NetBSD 5.1.
2060
2061 2011-11-27  Bruno Haible  <bruno@clisp.org>
2062
2063         binary-io tests: Avoid test failure on mingw when libtool is used.
2064         * tests/test-binary-io.c (main): Don't remove t-bin-out2.tmp here.
2065         Don't verify the size of t-bin-out1.tmp here.
2066         * tests/test-binary-io.sh: Verify it here.
2067         Reported by Simon Josefsson.
2068
2069 2011-11-26  Bruno Haible  <bruno@clisp.org>
2070
2071         Fix conflict between two instantiations of module 'unistd'.
2072         * gnulib-tool (func_emit_autoconf_snippet): Substitute
2073         ${include_guard_prefix} also in the autoconf snippet.
2074         * m4/getopt.m4 (gl_FUNC_GETOPT_POSIX): Don't set GNULIB_UNISTD_H_GETOPT.
2075         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Don't initialize
2076         GNULIB_UNISTD_H_GETOPT.
2077         * modules/getopt-posix (configure.ac): Set the
2078         GNULIB_${gl_include_guard_prefix}_UNISTD_H_GETOPT variable.
2079         * modules/getopt-gnu (configure.ac): Likewise.
2080         * modules/unistd (Makefile.am): Change the substitution value of
2081         GNULIB_UNISTD_H_GETOPT to depend on the include guard prefix.
2082         Reported by Simon Josefsson.
2083
2084 2011-11-25  Bruno Haible  <bruno@clisp.org>
2085
2086         pagealign_alloc: Doc and comments.
2087         * doc/posix-functions/posix_memalign.texi: Refer to the pagealign_alloc
2088         module.
2089         * lib/pagealign_alloc.c (pagealign_alloc): Add comment.
2090
2091 2011-11-25  Jim Meyering  <meyering@redhat.com>
2092
2093         test-update-copyright.sh: avoid false-positive failure
2094         * tests/test-update-copyright.sh: Use $TMP.? (not $TMP.*), to work
2095         around false positive failure on Cygwin/Windows.  The latter was
2096         matching erroneously-created files with names like
2097         update-copyright.test-ex.4.bak.  Reported by Simon Josefsson.
2098
2099 2011-11-25  Simon Josefsson  <simon@josefsson.org>
2100
2101         valgrind-tests.m4: Avoid breakage if valgrind on bash fails.
2102         * m4/valgrind-tests.m4: Check that the parameters that will be
2103         used works, not just a subset of them.  Reported by Bruno Haible
2104         <bruno@clisp.org>.
2105
2106 2011-11-24  Jim Meyering  <meyering@redhat.com>
2107
2108         test-stdalign.c: comment out long double tests
2109         * tests/test-stdalign.c: Don't try to reduce alignment of long double
2110         variables.  That provokes errors like this from gcc-4.7.0 20111124:
2111         error: '_Alignas' specifiers cannot reduce alignment of \
2112         'static_longdouble_alignas'.
2113
2114 2011-11-22  Jim Meyering  <meyering@redhat.com>
2115
2116         init.sh: make "compare /dev/null FILE" output more readable
2117         * tests/init.sh (compare_): Document the preferred order of arguments.
2118         (emit_diff_u_header_): New function.
2119         (compare_dev_null_): Emit a simulated diff, rather than just the
2120         contents of the unexpected file.  Suggestion from Bruno Haible.
2121
2122 2011-11-21  Jim Meyering  <meyering@redhat.com>
2123             Eric Blake  <eblake@redhat.com>
2124
2125         init.sh: work around OSF/1 5.1's mishandling of /dev/null
2126         * tests/init.sh: Make our compare function slightly more portable.
2127         Reported by Bruno Haible in
2128         http://thread.gmane.org/gmane.comp.gnu.grep.bugs/4020
2129
2130 2011-11-21  Simon Josefsson  <simon@josefsson.org>
2131
2132         * m4/gnulib-common.m4 (_Noreturn): Check that _MSC_VER is defined
2133         before using it, in code that ends up in config.h.
2134
2135 2011-11-20  Bruno Haible  <bruno@clisp.org>
2136
2137         getcwd: Work around getcwd bug on AIX 5..7.
2138         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Require
2139         AC_CANONICAL_HOST. Assign exit code 31 to the bug seen on AIX 5.1..7.1.
2140         Use a different value for gl_cv_func_getcwd_path_max. Move the
2141         definition of HAVE_PARTLY_WORKING_GETCWD from here...
2142         * m4/getcwd.m4 (gl_FUNC_GETCWD): ... to here. Invoke
2143         gl_FUNC_GETCWD_PATH_MAX also when $gl_cv_func_getcwd_null is 'no'.
2144         Define HAVE_MINIMALLY_WORKING_GETCWD.
2145         * lib/getcwd.c (__getcwd): Don't use the system's getcwd on platforms
2146         where it is not even minimally working, that is, on AIX.
2147         * tests/test-getcwd.c (test_long_name): Distinguish the same cases as
2148         m4/getcwd-path-max.m4.
2149         (main): Update exit code computation.
2150         * doc/posix-functions/getcwd.texi: Mention list of platforms where
2151         getcwd does not handle long file names.
2152
2153 2011-11-20  Bruno Haible  <bruno@clisp.org>
2154
2155         getcwd: Fix bug from 2009-09-10.
2156         * m4/getcwd.m4 (gl_FUNC_GETCWD): Treat "guessing yes" like "yes", not
2157         like "no".
2158
2159 2011-11-20  Simon Josefsson  <simon@josefsson.org>
2160
2161         * m4/manywarnings.m4: Add more warnings from gcc 4.6.2.
2162
2163 2011-11-20  Bruno Haible  <bruno@clisp.org>
2164
2165         fma tests: Avoid shadowing local variables.
2166         * tests/test-fma2.h (test_function): Reduce scope of x, y, z, result,
2167         expected.
2168
2169 2011-11-20  Bruno Haible  <bruno@clisp.org>
2170
2171         copysignf tests: Fix.
2172         * tests/test-copysignf.c: Fix signature check.
2173
2174 2011-11-20  Bruno Haible  <bruno@clisp.org>
2175
2176         fma: Remove unused code.
2177         * lib/fma.c (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): Remove
2178         unused macros.
2179
2180 2011-11-20  Bruno Haible  <bruno@clisp.org>
2181
2182         sethostname: Fix doc about AIX.
2183         * doc/glibc-functions/sethostname.texi: Drop mention that AIX 5.1 lacks
2184         sethostname; it has it.
2185
2186         sethostname: Mention more portability problems.
2187         * doc/glibc-functions/sethostname.texi: Mention the missing declaration
2188         problem.
2189         Reported by Ben Walton <bwalton@artsci.utoronto.ca>.
2190
2191 2011-11-19  Bruno Haible  <bruno@clisp.org>
2192
2193         Depend on module fcntl-h when AT_FDCWD is used.
2194         * modules/utimens (Depends-on): Add fcntl-h.
2195         * modules/areadlinkat (Depends-on): Likewise.
2196         * modules/areadlinkat-with-size (Depends-on): Likewise.
2197         * modules/faccessat (Depends-on): Likewise.
2198         * modules/fchmodat (Depends-on): Likewise.
2199         * modules/fchownat (Depends-on): Likewise.
2200         * modules/getcwd (Depends-on): Likewise.
2201         * modules/mkdirat (Depends-on): Likewise.
2202         * modules/mkfifoat (Depends-on): Likewise.
2203         * modules/readlinkat (Depends-on): Likewise.
2204         * modules/symlinkat (Depends-on): Likewise.
2205         * modules/dup2-tests (Depends-on): Likewise.
2206         * modules/fdutimensat-tests (Depends-on): Likewise.
2207         * modules/futimens-tests (Depends-on): Likewise.
2208
2209 2011-11-19  Bruno Haible  <bruno@clisp.org>
2210
2211         euidaccess: Update a comment.
2212         * lib/euidaccess.c: Update comment about platforms with faccessat.
2213
2214 2011-11-19  Bruno Haible  <bruno@clisp.org>
2215
2216         openat: Fix file list.
2217         * modules/openat (Files): Remove lib/at-func.c.
2218
2219 2011-11-19  Bruno Haible  <bruno@clisp.org>
2220
2221         fstatat: Simplify.
2222         * lib/fstatat.c (AT_FUNC_NAME): Define as fstatat. On platforms where
2223         gnulib should define rpl_fstatat, there is a
2224         "#define fstatat rpl_fstatat" in <sys/stat.h>.
2225
2226 2011-11-19  Bruno Haible  <bruno@clisp.org>
2227
2228         Ensure 'inline' can be used in tests/test-utimens-common.h.
2229         * modules/fdutimensat-tests (configure.ac): Require AC_C_INLINE.
2230         * modules/futimens-tests (configure.ac): Likewise.
2231         * modules/utimens-tests (configure.ac): Likewise.
2232         * modules/utimensat-tests (configure.ac): Likewise.
2233
2234 2011-11-19  Simon Josefsson  <simon@josefsson.org>
2235
2236         * lib/hash.c (hash_insert): Use hash_insert_if_absent,
2237         not hash_insert0.
2238         (hash_insert_if_absent): Doc fix.
2239
2240 2011-11-19  Simon Josefsson  <simon@josefsson.org>
2241
2242         * m4/readline.m4 (gl_FUNC_READLINE): Check for readline/history.h.
2243
2244 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
2245
2246         test-getcwd: disambiguate exit status
2247         * tests/test-getcwd.c (test_long_name): Return 0..7.
2248         (main): Exit with an unambiguous exit status.  The old
2249         code yielded a mysterious mixture of two failure codes.
2250
2251         fstatat: fix configuration bug on mingw, OpenBSD 4, Solaris 8
2252         * lib/fstatat.c (AT_FUNC_NAME): Use HAVE_FSTAT, not
2253         HAVE_WORKING_FSTATAT_ZERO_FLAG, to decide whether to define
2254         rpl_fstatat or fstatat.  This should fix the other problem
2255         reported by Kai Habel in
2256         <http://lists.gnu.org/archive/html/bug-gnulib/2011-11/msg00237.html>.
2257         A similar problem was reported for OpenBSD 4.6 by Mats Erik Andersson
2258         <http://lists.gnu.org/archive/html/bug-gnulib/2011-11/msg00239.html>
2259         and I reproduced it on a Solaris 8 host we still have in production.
2260
2261 2011-11-18  Jim Meyering  <meyering@redhat.com>
2262
2263         hash: deprecate poorly-named hash_insert0: use hash_insert_if_absent
2264         * lib/hash.c (hash_insert_if_absent): Rename from hash_insert0.
2265         Add a sentence to the comment.
2266         (hash_insert0): New function that simply calls hash_insert_if_absent.
2267         * lib/hash.h (hash_insert_if_absent): Declare it.
2268         (hash_insert0): Add deprecation attribute.
2269         (_GL_ATTRIBUTE_DEPRECATED): Define.
2270         * lib/di-set.c (di_set_insert): Use hash_insert_if_absent,
2271         not hash_insert0.
2272         * NEWS: Mention it, even though it's not really an incompatible change.
2273
2274 2011-11-18  Dagobert Michelsen  <dam@opencsw.org>  (tiny change)
2275
2276         openat: avoid compilation failure due to lack of <errno.h> inclusion
2277         * lib/openat.c: Include <errno.h>.
2278
2279 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
2280
2281         * modules/getcwd (Depends-on): Add fdopendir.
2282         This fixes one of the two problems reported by Kai Habel in
2283         <http://lists.gnu.org/archive/html/bug-gnulib/2011-11/msg00237.html>.
2284
2285         modules/crypto/gc-*: simplify dependencies and fix stdalign.h bug
2286         stdalign problem reported by Ian Beckwith in
2287         <http://lists.gnu.org/archive/html/bug-gnulib/2011-11/msg00238.html>.
2288         * modules/crypto/gc-arcfour (Depends-on):
2289         Depend conditionally on crypto/arcfour.
2290         * modules/crypto/gc-arctwo (Depends-on):
2291         Depend conditionally on crypto/arctwo.
2292         * modules/crypto/gc-des (Depends-on):
2293         Depend conditionally on crypto/des.
2294         * modules/crypto/gc-hmac-md5 (Depends-on):
2295         Depend conditionally on crypto/hmac-md5.
2296         * modules/crypto/gc-hmac-sha1 (Depends-on):
2297         Depend conditionally on crypto/hmac-sha1.
2298         * modules/crypto/gc-md2 (Depends-on): Remove stdint, minmax.
2299         * modules/crypto/gc-md4 (Depends-on):
2300         Depend conditionally on crypto/md4.
2301         * modules/crypto/gc-md5 (Depends-on):
2302         Depend conditionally on crypto/md5.
2303         * modules/crypto/gc-rijndael (Depends-on):
2304         Depend conditionally on crypto/rijndael.
2305         * modules/crypto/gc-sha1 (Depends-on):
2306         Depend conditionally on crypto/sha1.
2307         * modules/crypto/gc-arcfour:
2308         * modules/crypto/gc-arctwo:
2309         * modules/crypto/gc-des:
2310         * modules/crypto/gc-hmac-md5:
2311         * modules/crypto/gc-hmac-sha1:
2312         * modules/crypto/gc-md2:
2313         * modules/crypto/gc-md4:
2314         * modules/crypto/gc-md5:
2315         * modules/crypto/gc-rijndael:
2316         * modules/crypto/gc-sha1:
2317         (Files, Depends-on, configure.ac): Remove now-unnecessary stuff,
2318         now that the conditional dependencies do the work for us.
2319
2320 2011-11-17  Jim Meyering  <meyering@redhat.com>
2321
2322         tests: factor st_ctime-comparison out of two headers
2323         * tests/test-utimens-common.h (ctime_compare): Define.
2324         * tests/test-futimens.h (test_futimens): Replace open-coded equivalent.
2325         * tests/test-lutimens.h (test_lutimens): Likewise.
2326         * tests/test-utimens.h (test_utimens): Likewise.
2327
2328         test-getcwd: don't leave behind a confdir3/ directory upon interrupt
2329         Invoke the test program via an init.sh-using wrapper.
2330         * tests/test-getcwd.sh: New file.
2331         * modules/getcwd-tests (Files): Add it.
2332         (Makefile.am) [TESTS]: Invoke the shell script wrapper.
2333
2334 2011-11-01  Gary V. Vaughan  <gary@gnu.org>
2335
2336         gitlog-to-changelog: support multi-author commits.
2337         The FSF cares about keeping track of all authors of patches to its
2338         projects, but Git doesn't provide obvious support for multi-author
2339         changesets. Consensus seems to be forming around the use of extra
2340         Signed-off-by inspired lines in the log message formatted as
2341         `Co-authored-by: A U Thor <email@example.com>' for round-tripping
2342         multi-author commits between version control systems.
2343         * gitlog-to-changelog: Extract `Co-authored-by:' lines from the git
2344         log message and output in standard ChangeLog multi-author format.
2345         Reported by Peter Rosin <peda@lysator.liu.se>
2346
2347 2011-11-15  Ben Walton <bwalton@artsci.utoronto.ca>  (tiny change)
2348             Bruno Haible  <bruno@clisp.org>
2349
2350         Fix some modules' file list.
2351         * modules/fstatat (Files): Add m4/lstat.m4.
2352         * modules/openat (Files): Likewise.
2353         * modules/unlinkat (Files): Likewise.
2354
2355 2011-11-15  Gary V. Vaughan  <gary@gnu.org>
2356
2357         maint.mk: fix tight-scope.mk generation in VPATH builds.
2358         * top/maint.mk (tight-scope.mk): Make sure to prefix file
2359         reference with $(srcdir) so that the file is found correctly even
2360         when running `make syntax-check' in a VPATH build.
2361
2362 2011-11-13  Bruno Haible  <bruno@clisp.org>
2363             Jim Meyering  <meyering@redhat.com>
2364
2365         Silence successful tests that use 'compare' on AIX, HP-UX, Solaris.
2366         * tests/init.sh (compare): Remove "No differences encountered" or
2367         synonymous output from the 'diff' program.
2368
2369 2011-11-13  Bruno Haible  <bruno@clisp.org>
2370
2371         Makefile: Tweak indentation.
2372         * Makefile: Use tab as first character in every line that contains rule
2373         commands.
2374
2375 2011-11-13  Bruno Haible  <bruno@clisp.org>
2376
2377         Syntax check for copyright statements.
2378         * check-copyright: New file.
2379         * Makefile (sc_check_copyright): New rule.
2380
2381 2011-11-13  Simon Josefsson  <simon@josefsson.org>
2382
2383         * build-aux/git-version-gen: Add --prefix to configure the tag
2384         match string.
2385
2386 2011-11-13  Simon Josefsson  <simon@josefsson.org>
2387
2388         * build-aux/git-version-gen: Add --help and --version.
2389
2390 2011-11-12  Jim Meyering  <meyering@redhat.com>
2391
2392         revamp the other test-exclude?.sh scripts to use init.sh, too
2393         * tests/test-exclude1.sh: Use init.sh.
2394         * tests/test-exclude2.sh: Likewise.
2395         * tests/test-exclude3.sh: Likewise.
2396         * tests/test-exclude4.sh: Likewise.
2397         * tests/test-exclude5.sh: Likewise.
2398         * tests/test-exclude6.sh: Likewise.
2399         * tests/test-exclude7.sh: Likewise.
2400         * tests/test-exclude8.sh: Likewise.
2401         * modules/exclude-tests (Files): List init.sh.
2402
2403         test-exclude2.sh, test-exclude5.sh: fail if test-exclude fails
2404         These shell scripts ignored failure of the binary test-exclude,
2405         so making the latter return 77 didn't cause them to be skipped.
2406         * tests/test-exclude5.sh: Exit with test-exclude's error status
2407         when that program fails.  Revamp to use init.sh.
2408         * tests/test-exclude2.sh: Likewise.
2409
2410         test-exclude: fix a typo
2411         * tests/test-exclude.c (main): Test for "leading_dir", not "leading-dir".
2412
2413 2011-11-11  Bruno Haible  <bruno@clisp.org>
2414
2415         obstack: Fix compilation error on MSVC 9.
2416         * lib/obstack.c (print_and_abort): Declare with _Noreturn specifier.
2417
2418 2011-11-11  Jim Meyering  <meyering@redhat.com>
2419
2420         test-exclude: skip tests rather than failing on deficient systems
2421         * tests/test-exclude.c (main): Skip tests that use FNM_CASEFOLD
2422         and FNM_LEADING_DIR on systems that lack the definitions.  This affects
2423         at least Solaris 9.  Reported and diagnosed by Dagobert Michelsen in
2424         http://thread.gmane.org/gmane.comp.gnu.grep.bugs/3947/focus=3950
2425
2426 2011-11-10  Bruno Haible  <bruno@clisp.org>
2427
2428         ptsname_r test: Avoid gcc warning on glibc systems.
2429         * tests/test-ptsname_r.c (null_ptr): New function.
2430         (test_errors): Use it.
2431
2432 2011-11-10  Bruno Haible  <bruno@clisp.org>
2433
2434         ptsname_r: Avoid compilation error on OSF/1 5.1.
2435         * lib/stdlib.in.h (ptsname_r): Override if REPLACE_PTSNAME_R is 1.
2436         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize REPLACE_PTSNAME_R.
2437         * m4/ptsname_r.m4 (gl_FUNC_PTSNAME_R): Set REPLACE_PTSNAME_R if the
2438         function is not declared or incompatibly declared.
2439         * modules/stdlib (Makefile.am): Substitute REPLACE_PTSNAME_R.
2440         * modules/ptsname_r (Depends-on, configure.ac): Update.
2441         * doc/glibc-functions/ptsname_r.texi: Mention the OSF/1 problems.
2442
2443 2011-11-10  Bruno Haible  <bruno@clisp.org>
2444
2445         fstatat: Make cross-compilation guess succeed everywhere except on AIX.
2446         * m4/fstatat.m4 (gl_FUNC_FSTATAT): Require AC_CANONICAL_HOST.
2447         When cross-compiling, guess yes on all platforms except AIX.
2448         Reported by Ludovic Courtès <ludo@gnu.org>.
2449
2450 2011-11-09  Bruno Haible  <bruno@clisp.org>
2451
2452         ptsname_r tests: Fix bugs.
2453         * tests/test-ptsname_r.c (test_errors): Change return type to 'void'.
2454         Fix ptsname_r calls. Reduce loop rounds to a reasonable amount.
2455
2456 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
2457
2458         fstatat: work with cross-compilation
2459         Problem reported by Ludovic Courtès in
2460         <http://lists.gnu.org/archive/html/bug-gnulib/2011-11/msg00136.html>.
2461         * m4/fstatat.m4 (gl_FUNC_FSTATAT): When cross-compiling, report
2462         "cross-compiling" and assume the bug is present.  Replace
2463         FSTATAT_ZERO_FLAG_BROKEN with HAVE_WORKING_FSTATAT_ZERO_FLAG with
2464         an inverted sense, to be more conservative about our assumptions.
2465         * lib/fstatat.c (rpl_fstatat): Adjust to renamed macro.
2466
2467 2011-11-09  Bruno Haible  <bruno@clisp.org>
2468
2469         Improve MODULES.html output.
2470         * modules/mkfifoat (Description): Use the word "function".
2471         * modules/readlinkat (Description): Likewise.
2472         * modules/symlinkat (Description): Likewise.
2473
2474 2011-11-09  Eric Blake  <eblake@redhat.com>
2475
2476         ptsname_r-tests: new test module
2477         * modules/ptsname_r-tests: New module.
2478         * tests/test-ptsname_r.c: New file.
2479
2480         ptsname_r: new module
2481         * modules/ptsname_r: New module.
2482         * m4/ptsname_r.m4 (gl_FUNC_PTSNAME_R): New file.
2483         * lib/ptsname.c (__ptsname_r): Split...
2484         * lib/ptsname_r.c: ...into new file.
2485         * m4/stdlib_h.m4 (gl_STDLIB_H): Check for decl.
2486         (gl_STDLIB_H_DEFAULTS): Set witness defaults.
2487         * modules/stdlib (Makefile.am): Substitute witnesses.
2488         * lib/stdlib.in.h (ptsname_r): Declare it.
2489         * doc/glibc-functions/ptsname_r.texi (ptsname_r): Document it.
2490         * MODULES.html.sh (Misc): Likewise.
2491         * modules/ptsname (Depends-on): Alter dependency.
2492         * doc/posix-functions/ptsname.texi (ptsname): Mention new module.
2493
2494 2011-11-09  Jim Meyering  <meyering@redhat.com>
2495
2496         announce-gen: be more concise when there's only one URL+tarball
2497         * build-aux/announce-gen (get_tool_versions): When you distribute
2498         only one type of tarball, combine the first two "Here are..."
2499         sections and make the key-checking grammar independent of
2500         how many tarballs there are.
2501
2502 2011-11-09  Eric Blake  <eblake@redhat.com>
2503
2504         openpty: provide a stub on mingw
2505         * lib/pty.in.h (includes): Provide forward declarations.
2506         * lib/openpty.c (openpty) [mingw]: Provide ENOSYS stub.
2507
2508         raise: fix mingw handling of SIGPIPE
2509         * lib/sigprocmask.c (_gl_raise_SIGPIPE): Provide a return value.
2510
2511 2011-11-08  Bruno Haible  <bruno@clisp.org>
2512
2513         More conditional dependencies.
2514         * modules/faccessat (Depends-on): Add conditions.
2515         * modules/fchmodat (Depends-on): Likewise.
2516         * modules/fchownat (Depends-on): Likewise.
2517         * modules/fstatat (Depends-on): Likewise.
2518         * modules/mkfifoat (Depends-on): Likewise.
2519         * modules/readlinkat (Depends-on): Likewise.
2520         * modules/symlinkat (Depends-on): Likewise.
2521         * modules/unlinkat (Depends-on): Likewise.
2522         * modules/utimensat (Depends-on): Likewise.
2523         * modules/mkdirat (Depends-on): Add sys_stat. Add conditions.
2524         * modules/linkat (Depends-on): Refine the conditions.
2525         * modules/renameat (Depends-on): Likewise.
2526
2527 2011-11-08  Bruno Haible  <bruno@clisp.org>
2528
2529         faccessat: Move AC_LIBOBJ invocation to module description.
2530         * m4/faccessat.m4 (gl_PREREQ_FACCESSAT): New macro.
2531         (gl_FUNC_FACESSAT): Don't test for access() here. Move AC_LIBOBJ
2532         invocation from here...
2533         * modules/faccessat (configure.ac): ... to here. Invoke
2534         gl_PREREQ_FACCESSAT.
2535
2536 2011-11-08  Bruno Haible  <bruno@clisp.org>
2537
2538         faccessat: Simplify autoconf macro.
2539         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Don't require gl_FUNC_OPENAT,
2540         gl_FUNC_EUIDACCESS.
2541
2542 2011-11-08  Bruno Haible  <bruno@clisp.org>
2543
2544         renameat: Fix dependencies.
2545         * modules/renameat (Depends-on): Add stdbool.
2546
2547 2011-11-08  Bruno Haible  <bruno@clisp.org>
2548
2549         mkfifoat: Fix module description.
2550         * modules/mkfifoat (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR,
2551         not gl_UNISTD_MODULE_INDICATOR.
2552
2553 2011-11-08  Bruno Haible  <bruno@clisp.org>
2554
2555         fstatat: Remove unused dependency.
2556         * modules/fstatat (Depends-on): Remove fstat.
2557
2558 2011-11-08  Simon Josefsson  <simon@josefsson.org>
2559
2560         GNUmakefile: behave when Makefile is missing.
2561         * top/GNUmakefile: Always initialize _build-aux and _autoreconf.
2562
2563 2011-11-08  Bruno Haible  <bruno@clisp.org>
2564
2565         openat: Conditionalize dependencies.
2566         * lib/openat.c: Reduce the scope of some #includes.
2567         * modules/openat (Depends-on): Add conditions.
2568
2569 2011-11-07  Jim Meyering  <meyering@redhat.com>
2570
2571         maint.mk: extract GPG key ID without using a temporary file
2572         * top/maint.mk (gpg_key_ID): Extract GPG key ID from signed tag, but
2573         without using a temporary file.  Based on a suggestion from Werner Koch
2574         in http://thread.gmane.org/gmane.comp.encryption.gpg.devel/16496
2575
2576 2011-11-07  Eric Blake  <eblake@redhat.com>
2577
2578         grantpt: fix typo
2579         * lib/stdlib.in.h (grantpt): Check correct function.
2580
2581         maint.mk: silence new syntax check
2582         * top/maint.mk (sc_prohibit_dirent_without_use): Add missing @.
2583
2584 2011-11-06  Bruno Haible  <bruno@clisp.org>
2585
2586         Doc about floating-point and math API.
2587         * doc/posix-headers/float.texi: Mention problem with FLT_ROUNDS.
2588         * doc/posix-headers/math.texi: Mention problem with math_errhandling.
2589
2590 2011-11-06  Bruno Haible  <bruno@clisp.org>
2591
2592         stdalign tests: Skip the test when compiled by Sun C.
2593         * tests/test-stdalign.c (main): Skip the test on Sun C.
2594
2595 2011-11-06  Bruno Haible  <bruno@clisp.org>
2596
2597         ansi-c++-opt: Complete the 2011-06-05 change.
2598         * m4/ansi-c++.m4 (gl_PROG_ANSI_CXX): When a C++ compiler is found but
2599         does not support namespaces, set the variable to "no", not to ":".
2600
2601 2011-11-06  Paul Eggert  <eggert@cs.ucla.edu>
2602
2603         * doc/posix-headers/stdalign.texi (stdalign.h): Mention Sun review ID.
2604
2605 2011-11-06  Bruno Haible  <bruno@clisp.org>
2606
2607         copysignl: Fix result for zero argument on HP-UX 11 with HP C.
2608         * lib/copysignl.c (compute_minus_zerol) [HP-UX]: New function.
2609         (minus_zerol) [HP-UX]: New macro.
2610         (unary_minus) [HP-UX]: New function.
2611         (copysignl) [HP-UX]: Use unary_minus function.
2612
2613 2011-11-06  Bruno Haible  <bruno@clisp.org>
2614
2615         ldexp, ldexpf, ldexpl: Enhance tests.
2616         * tests/test-ldexp.h: New file, combining code from tests/test-ldexp.c
2617         and tests/test-ldexpl.c.
2618         * tests/test-ldexpl.c: (DOUBLE, ISNAN, INFINITY, NAN, L_, MINUS_ZERO,
2619         LDEXP, MIN_EXP, MAX_EXP): New macros.
2620         Include test-ldexp.h.
2621         (main): Just call test_function.
2622         * tests/test-ldexp.c: Include float.h, isnand-nolibm.h, minus-zero.h,
2623         infinity.h, nan.h.
2624         (DOUBLE, ISNAN, INFINITY, NAN, L_, MINUS_ZERO, LDEXP, MIN_EXP,
2625         MAX_EXP): New macros.
2626         Include test-ldexp.h.
2627         (x, y): Remove variables.
2628         (main): Just call test_function.
2629         * tests/test-ldexpf.c: Include float.h, isnanf-nolibm.h, minus-zero.h,
2630         infinity.h, nan.h.
2631         (DOUBLE, ISNAN, INFINITY, NAN, L_, MINUS_ZERO, LDEXP, MIN_EXP,
2632         MAX_EXP): New macros.
2633         Include test-ldexp.h.
2634         (x, y): Remove variables.
2635         (main): Just call test_function.
2636         * modules/ldexpl-tests (Files): Add tests/test-ldexp.h.
2637         * modules/ldexp-tests (Files): Add tests/test-ldexp.h,
2638         tests/minus-zero.h, tests/infinity.h, tests/nan.h.
2639         (Depends-on): Add isnand-nolibm, signbit, float.
2640         * modules/ldexpf-tests (Files): Add tests/test-ldexp.h,
2641         tests/minus-zero.h, tests/infinity.h, tests/nan.h.
2642         (Depends-on): Add isnanf-nolibm, signbit, float.
2643
2644 2011-11-06  Bruno Haible  <bruno@clisp.org>
2645
2646         math tests: Cosmetics.
2647         * tests/test-math-c++.cc: Reorder declarations.
2648
2649 2011-11-05  Bruno Haible  <bruno@clisp.org>
2650
2651         fma*: Simplify test.
2652         * tests/test-fma2.h (FORGIVE_GLIBC_BUG): Remove macro.
2653         (test_function): Remove all if (FORGIVE_GLIBC_BUG) statements.
2654
2655         Tests for module 'fmal'.
2656         * modules/fmal-tests: New file.
2657         * tests/test-fmal1.c: New file.
2658         * tests/test-fmal2.c: New file.
2659
2660         New module 'fmal'.
2661         * lib/math.in.h (fmal): New declaration.
2662         * lib/fmal.c: New file.
2663         * m4/fmal.m4: New file.
2664         * m4/math_h.m4 (gl_MATH_H): Test whethern fmal is declared.
2665         (gl_MATH_H_DEFAULTS): Initialize GNULIB_FMAL, HAVE_FMAL, REPLACE_FMAL.
2666         * modules/math (Makefile.am): Substitute GNULIB_FMAL, HAVE_FMAL,
2667         REPLACE_FMAL.
2668         * modules/fmal: New file.
2669         * doc/posix-functions/fmal.texi: Mention the new module and the various
2670         bugs.
2671
2672         Tests for module 'fmaf'.
2673         * modules/fmaf-tests: New file.
2674         * tests/test-fmaf1.c: New file.
2675         * tests/test-fmaf2.c: New file.
2676
2677         New module 'fmaf'.
2678         * lib/math.in.h (fmaf): New declaration.
2679         * lib/fmaf.c: New file.
2680         * m4/fmaf.m4: New file.
2681         * m4/math_h.m4 (gl_MATH_H): Test whethern fmaf is declared.
2682         (gl_MATH_H_DEFAULTS): Initialize GNULIB_FMAF, HAVE_FMAF, REPLACE_FMAF.
2683         * modules/math (Makefile.am): Substitute GNULIB_FMAF, HAVE_FMAF,
2684         REPLACE_FMAF.
2685         * modules/fmaf: New file.
2686         * doc/posix-functions/fmaf.texi: Mention the new module and the various
2687         bugs.
2688
2689         Tests for module 'fma'.
2690         * modules/fma-tests: New file.
2691         * tests/test-fma1.c: New file.
2692         * tests/test-fma1.h: New file.
2693         * tests/test-fma2.c: New file.
2694         * tests/test-fma2.h: New file.
2695
2696         New module 'fma'.
2697         * lib/math.in.h (fma): New declaration.
2698         * lib/fma.c: New file.
2699         * m4/fma.m4: New file.
2700         * m4/fegetround.m4: New file.
2701         * m4/math_h.m4 (gl_MATH_H): Test whethern fma is declared.
2702         (gl_MATH_H_DEFAULTS): Initialize GNULIB_FMA, HAVE_FMA, REPLACE_FMA.
2703         * modules/math (Makefile.am): Substitute GNULIB_FMA, HAVE_FMA,
2704         REPLACE_FMA.
2705         * modules/fma: New file.
2706         * doc/posix-functions/fma.texi: Mention the new module and the various
2707         bugs.
2708
2709         Extend gl_MATHFUNC.
2710         * m4/mathfunc.m4 (gl_MATHFUNC): Accept an 4th parameter of INCLUDES.
2711         Support 'void' as argument type.
2712         * m4/rint.m4 (gl_FUNC_RINT): Update gl_MATHFUNC invocation.
2713
2714 2011-11-05  Jim Meyering  <meyering@redhat.com>
2715
2716         maint.mk: also prohibit inclusion of dirent.h without use
2717         * top/maint.mk (sc_prohibit_dirent_without_use): New rule.
2718
2719 2011-11-05  Bruno Haible  <bruno@clisp.org>
2720
2721         ldexpl tests: Avoid test failure on MSVC 9.
2722         * tests/test-ldexpl.c (main): Use a temporary variable for the expected
2723         value. Needed in order to enforce the conversion from a value greater
2724         than LDBL_MAX to Infinity.
2725
2726 2011-11-05  Bruno Haible  <bruno@clisp.org>
2727
2728         New modules 'at-internal', 'openat-h', split off from module 'openat'.
2729         * modules/at-internal: New file, extracted from modules/openat.
2730         * modules/openat-h: New file.
2731         * m4/openat.m4 (gl_FUNC_OPENAT): Don't set GNULIB_OPENAT. Don't
2732         invoke gl_PREREQ_OPENAT and gl_MODULE_INDICATOR.
2733         * modules/openat (Description): Add reference to POSIX function.
2734         (Files): Remove lib/openat.h, lib/openat-proc.c.
2735         (Depends-on): Add at-internal, openat-h. Remove fdopendir, gettext-h,
2736         intprops, unistd.
2737         (configure.ac): Remove AC_LIBOBJ of openat-proc. Invoke
2738         gl_PREREQ_OPENAT, gl_MODULE_INDICATOR here. Invoke
2739         gl_FCNTL_MODULE_INDICATOR.
2740         (Include): Remove unistd.h, openat.h.
2741         * modules/areadlinkat (Files): Add lib/at-func.c.
2742         (Depends-on): Add at-internal, dosname, errno, extensions, fchdir,
2743         openat-die, openat-h, save-cwd.
2744         * modules/areadlinkat-with-size (Files): Add lib/at-func.c.
2745         (Depends-on): Add at-internal, dosname, errno, extensions, fchdir,
2746         openat-die, openat-h, save-cwd, unistd.
2747         * modules/faccessat (Files): Add lib/at-func.c, lib/openat-priv.h.
2748         (Depends-on): Add at-internal, dosname, errno, fchdir, openat-die,
2749         openat-h, save-cwd. Remove fcntl-h, openat.
2750         * modules/fchmodat (Files): Remove lib/openat.h.
2751         (Depends-on): Add at-internal, openat-h. Remove dirent, fcntl-h,
2752         openat, stdbool, unistd.
2753         * modules/fchownat (Files): Remove lib/openat.h.
2754         (Depends-on): Add at-internal, openat-h. Remove dirent, fcntl-h,
2755         openat, stdbool, sys_stat.
2756         * modules/fdopendir (Files): Remove lib/openat-priv.h,
2757         lib/openat-proc.c.
2758         (Depends-on): Add at-internal.
2759         (condigure.ac): Remove AC_LIBOBJ of openat-proc.
2760         * modules/fstatat (Files): Remove lib/openat.h.
2761         (Depends-on): Add at-internal, openat-h. Remove dirent, openat,
2762         stdbool, unistd.
2763         * modules/fts (Depends-on): Add openat-h.
2764         * modules/linkat (Depends-on): Add at-internal, openat-h. Remove
2765         openat.
2766         * modules/mkdirat (Files): Remove lib/openat.h.
2767         (Depends-on): Add at-internal, openat-h. Remove dirent, fcntl-h,
2768         openat, stdbool, sys_stat.
2769         * modules/mkfifoat (Files): Add lib/at-func.c.
2770         (Depends-on): Add at-internal, dosname, errno, fchdir, openat-die,
2771         openat-h, save-cwd. Remove fcntl-h, openat.
2772         * modules/openat-die (Depends-on): Add openat-h. Remove openat.
2773         * modules/readlinkat (Files): Add lib/at-func.c.
2774         (Depends-on): Add at-internal, dosname, errno, fchdir, openat-die,
2775         openat-h, save-cwd. Remove fcntl-h, openat.
2776         * modules/renameat (Depends-on): Add at-internal, openat-h. Remove
2777         openat.
2778         * modules/selinux-at (Files): Add lib/at-func.c.
2779         (Depends-on): Add at-internal, dosname, errno, extensions, fchdir,
2780         fcntl-h, openat-die, openat-h, save-cwd, unistd. Remove openat.
2781         * modules/symlinkat (Files): Add lib/at-func.c.
2782         (Depends-on): Add at-internal, dosname, errno, fchdir, openat-die,
2783         openat-h, save-cwd. Remove fcntl-h, openat.
2784         * modules/unlinkat (Files): Remove lib/openat.h.
2785         (Depends-on): Add at-internal, openat-h. Remove dirent, openat,
2786         stdbool.
2787         * modules/utimensat (Files): Add lib/at-func.c.
2788         (Depends-on): Add at-internal, dosname, errno, fchdir, fcntl-h,
2789         openat-die, openat-h, save-cwd.
2790         * modules/fchownat-tests (Depends-on): Add openat-h. Remove openat.
2791         * modules/fdutimensat-tests (Depends-on): Add openat.
2792         * modules/fstatat-tests (Depends-on): Add openat-h.
2793         * modules/readlinkat-tests (Depends-on): Add openat.
2794         * modules/symlinkat-tests (Depends-on): Add openat.
2795
2796 2011-11-05  Bruno Haible  <bruno@clisp.org>
2797
2798         openat: Include <stdbool.h>.
2799         * lib/openat.c: Include <stdbool.h>.
2800
2801 2011-11-04  Bruno Haible  <bruno@clisp.org>
2802
2803         fchownat, renameat, unlinkat: Fix dependencies.
2804         * modules/fchownat (Depends-on): Add fstatat.
2805         * modules/renameat (Depends-on): Likewise.
2806         * modules/unlinkat (Depends-on): Likewise.
2807
2808 2011-11-04  Paul Eggert  <eggert@cs.ucla.edu>
2809
2810         openat: remove direct dependency on dirent
2811         * lib/openat.h: Don't include <dirent.h>; it's no longer needed,
2812         and hasn't been needed ever since fdopendir was split into its own
2813         module on 2009-08-31.
2814         * modules/openat (Depends-on): Remove dirent.
2815
2816 2011-11-04  Bruno Haible  <bruno@clisp.org>
2817
2818         renameat: Optimize code size.
2819         * modules/renameat (configure.ac): Don't compile at-func2.c if
2820         REPLACE_RENAMEAT is 1.
2821
2822 2011-11-04  Bruno Haible  <bruno@clisp.org>
2823
2824         openat tests: Fix file list.
2825         * modules/openat-tests (Files): Add tests/test-open.h.
2826
2827 2011-11-04  Bruno Haible  <bruno@clisp.org>
2828
2829         openat, fchmodat, fchownat, linkat, renameat: Fix dependencies.
2830         * modules/fchmodat (Depends-on): Add openat-die.
2831         * modules/fchownat (Depends-on): Likewise.
2832         * modules/linkat (Depends-on): Likewise.
2833         * modules/renameat (Depends-on): Likewise.
2834         * modules/openat (Depends-on): Add dirent.
2835
2836 2011-11-04  Jim Meyering  <meyering@redhat.com>
2837
2838         at-func*.c: fix comments
2839         * lib/at-func2.c: Correct/improve first-line comment.
2840         * lib/at-func.c: Correct grammar in first-line comment.
2841
2842 2011-11-04  Bruno Haible  <bruno@clisp.org>
2843
2844         New module 'mkdirat', split off from module 'openat'.
2845         * m4/mkdirat.m4: New file. extracted from m4/openat.m4.
2846         * m4/openat.m4 (gl_FUNC_OPENAT): Don't require gl_SYS_STAT_H_DEFAULTS.
2847         Don't test for mkdirat. Don't set GNULIB_MKDIRAT, HAVE_MKDIRAT.
2848         * modules/mkdirat: New file, extracted from modules/openat.
2849         * modules/openat (Files): Remove lib/mkdirat.c.
2850         (Depends-on): Remove mkdir.
2851         (configure.ac): Remove AC_LIBOBJ of mkdirat.
2852         (Include): Remove <sys/stat.h>.
2853         * modules/mkdirat-tests: New file, extracted from modules/openat-tests.
2854         * modules/openat-tests (Files): Remove tests/test-mkdirat.c,
2855         tests/test-mkdir.h.
2856         (Depends-on): Remove ignore-value.
2857         (Makefile.am): Remove rules for test-mkdirat.
2858         * doc/posix-functions/mkdirat.texi: Mention module 'mkdirat' instead
2859         of module 'openat'.
2860         * NEWS: Mention the change.
2861
2862 2011-11-04  Bruno Haible  <bruno@clisp.org>
2863
2864         closedir: Avoid warning on mingw.
2865         * lib/closedir.c: Include <unistd.h>.
2866
2867 2011-11-04  Bruno Haible  <bruno@clisp.org>
2868
2869         New module 'fstatat', split off from module 'openat'.
2870         * lib/openat.h (statat, lstatat): Enable only if GNULIB_FSTATAT is
2871         defined.
2872         * m4/fstatat.m4: New file. extracted from m4/openat.m4.
2873         * m4/openat.m4 (gl_FUNC_OPENAT): Don't set GNULIB_FSTATAT. Don't invoke
2874         gl_FUNC_FSTATAT.
2875         (gl_FUNC_FSTATAT): Moved to m4/fstatat.m4.
2876         * modules/fstatat: New file, extracted from modules/openat.
2877         * modules/openat (Files): Remove lib/fstatat.c.
2878         (Depends-on): Remove lstat.
2879         (configure.ac): Remove AC_LIBOBJ of fstatat.
2880         * modules/fstatat-tests: New file, extracted from modules/openat-tests.
2881         * modules/openat-tests (Files): Remove tests/test-fstatat.c,
2882         tests/test-lstat.h, tests/test-stat.h.
2883         (Depends-on): Remove getcwd-lgpl.
2884         (Makefile.am): Remove rules for test-fstatat.
2885         * doc/posix-functions/fstatat.texi: Mention module 'fstatat' instead
2886         of module 'openat'.
2887         * NEWS: Mention the change.
2888         * modules/getcwd (Depends-on): Add fstatat.
2889         * modules/linkat (Depends-on): Likewise.
2890         * modules/mkfifoat-tests (Depends-on): Likewise.
2891         * modules/utimensat (Depends-on): Add fstatat. Remove openat.
2892
2893 2011-11-03  Bruno Haible  <bruno@clisp.org>
2894
2895         New module 'unlinkat', split off from module 'openat'.
2896         * m4/unlinkat.m4: New file, extracted from m4/openat.m4.
2897         * m4/openat.m4 (gl_FUNC_OPENAT): Don't set GNULIB_UNLINKAT,
2898         REPLACE_UNLINKAT, HAVE_UNLINKAT. Don't test for unlinkat.
2899         * modules/unlinkat: New file, extracted from modules/openat. Correct
2900         the dependency conditions.
2901         * modules/openat (Files): Remove lib/unlinkat.c.
2902         (Depends-on): Remove rmdir, unlink.
2903         (configure.ac): Remove AC_LIBOBJ of unlinkat.
2904         * modules/unlinkat-tests: New file, extracted from modules/openat-tests.
2905         * modules/openat-tests (Files): Remove tests/test-unlinkat.c,
2906         tests/test-rmdir.h, tests/test-unlink.h.
2907         (Depends-on): Remove unlinkdir.
2908         (Makefile.am): Remove rules for test-unlinkat.
2909         * doc/posix-functions/unlinkat.texi: Mention module 'unlinkat' instead
2910         of module 'openat'.
2911         * NEWS: Mention the change.
2912         * modules/linkat-tests (Depends-on): Add unlinkat.
2913         * modules/mkfifoat-tests (Depends-on): Likewise.
2914         * modules/readlinkat-tests (Depends-on): Likewise.
2915
2916 2011-11-02  Bruno Haible  <bruno@clisp.org>
2917
2918         New module 'fchmodat', split off from module 'openat'.
2919         * lib/openat.h (chmodat, lchmodat): Enable only if GNULIB_FCHMODAT is
2920         defined.
2921         * m4/fchmodat.m4: New file, extracted from m4/openat.m4.
2922         * m4/openat.m4 (gl_FUNC_OPENAT): Don't set GNULIB_FCHMODAT. Don't test
2923         for fchmodat, lchmod. Don't set HAVE_FCHMODAT.
2924         * modules/fchmodat: New file, extracted from modules/openat.
2925         * modules/openat (Files): Remove lib/fchmodat.c.
2926         (configure.ac): Remove AC_LIBOBJ of fchmodat.
2927         * modules/fchmodat-tests: New file, extracted from modules/openat-tests.
2928         * modules/openat-tests (Files): Remove tests/test-fchmodat.c.
2929         (Makefile.am): Remove rules for test-fchmodat.
2930         * doc/posix-functions/fchmodat.texi: Mention module 'fchmodat' instead
2931         of module 'openat'.
2932         * NEWS: Mention the change.
2933
2934 2011-11-02  Jim Meyering  <meyering@redhat.com>
2935
2936         putenv: indent #definition of "environ" to placate cppi
2937         * lib/putenv.c (environ): Make indentation reflect cpp nesting.
2938
2939         gitlog-to-changelog: provide a ChangeLog-repair mechanism
2940         Git logs are often treated as immutable, because editing them
2941         changes the SHA1 checksums of all descendants.  Thus, errors in
2942         git logs tend to stay there forever.  However, when we generate
2943         a ChangeLog file -- typically for distribution -- from that git log,
2944         we can actually make corrections in the generated file.  The key
2945         lies in recording in machine-readable/applicable form the desired
2946         corrections.  See --help for description and an example.
2947         * build-aux/gitlog-to-changelog (parse_amend_file): New function.
2948         (usage): Describe it; alphabetize option descriptions.
2949         (main): Honor the new option, carefully.
2950
2951 2011-11-01  Jim Meyering  <meyering@redhat.com>
2952
2953         gitlog-to-changelog: avoid an infloop
2954         * build-aux/gitlog-to-changelog: Don't infloop for a commit log
2955         that ends up being empty.
2956
2957 2011-11-01  Paul Eggert  <eggert@cs.ucla.edu>
2958
2959         * MODULES.html.sh: Fix sed-script shell quoting and locale issues.
2960         (func_module): Replace foo=` ... sed -e COMPLICATED ... ` with
2961         bar=COMPLICATED; foo=` ... sed -e "$bar" ... ` when COMPLICATED
2962         contains (possibly-quoted) backslashes.  This should avoid
2963         all-too-common shell bugs if COMPLICATED contains backslashes in
2964         the "wrong" places.  Reported by David Evans in
2965         <http://lists.gnu.org/archive/html/bug-gnulib/2011-11/msg00013.html>.
2966         When 'sed' uses character ranges like A-Z, invoke it in the C locale,
2967         because we want ASCII ranges.  Is there some reason we don't use
2968         the C locale everywhere in this script?
2969         (func_module, top level): Avoid unwanted pathname expansion when
2970         $repo_url_prefix or $repo_url_suffix_repl contain shell
2971         metacharacters like '?' and '*'.
2972
2973 2011-11-01  Bruno Haible  <bruno@clisp.org>
2974
2975         fchownat: Improve description.
2976         * modules/fchownat (Description): Add link to function.
2977
2978 2011-11-01  Paul Eggert  <eggert@cs.ucla.edu>
2979
2980         * tests/test-stdalign.c (TEST_ALIGNMENT): Shrink back to 8.
2981         mingw supports alignments only up to 8 (!).  Reported by Bruno Haible in
2982         <http://lists.gnu.org/archive/html/bug-gnulib/2011-11/msg00006.html>.
2983         * doc/posix-headers/stdalign.texi (stdalign.h): Document this.
2984
2985 2011-11-01  Bruno Haible  <bruno@clisp.org>
2986
2987         alignof: Avoid collision with stdalign module.
2988         * lib/alignof.h (alignof): Remove macro.
2989         * NEWS: Mention the change.
2990         Reported by Paul Eggert.
2991
2992 2011-11-01  Bruno Haible  <bruno@clisp.org>
2993
2994         New module 'fchownat', split off from module 'openat'.
2995         * lib/openat.h (chownat, lchownat): Enable only if GNULIB_FCHOWNAT is
2996         defined.
2997         * m4/fchownat.m4: New file, extracted from m4/openat.m4.
2998         * m4/openat.m4 (gl_FUNC_OPENAT): Don't set GNULIB_FCHOWNAT. Don't
2999         invoke gl_FUNC_FCHOWNAT.
3000         (gl_FUNC_FCHOWNAT_DEREF_BUG, gl_FUNC_FCHOWNAT_EMPTY_FILENAME_BUG,
3001         gl_FUNC_FCHOWNAT): Moved to m4/fchownat.m4.
3002         * modules/fchownat: New file, extracted from modules/openat.
3003         * modules/openat (Files): Remove lib/fchownat.c.
3004         (Depends-on): Remove lchown.
3005         (configure.ac): Remove AC_LIBOBJ of fchownat.
3006         * modules/fchownat-tests: New file, extracted from modules/openat-tests.
3007         * modules/openat-tests (Files): Remove tests/test-fchownat.c,
3008         tests/test-chown.h, tests/test-lchown.h, tests/nap.h.
3009         (Depends-on): Remove mgetgroups, usleep, stat-time.
3010         (configure.ac): Remove test for getegid.
3011         (Makefile.am): Remove rules for test-fchownat.
3012         * doc/posix-functions/fchownat.texi: Mention module 'fchownat' instead
3013         of module 'openat'.
3014         * NEWS: Mention the change.
3015
3016 2011-10-31  Paul Eggert  <eggert@cs.ucla.edu>
3017
3018         stdalign: port better to MSVC and to Sun C 5.11
3019         This fixes some of the problems reported by Bruno Haible in
3020         <http://lists.gnu.org/archive/html/bug-gnulib/2011-10/msg00300.html>.
3021         * doc/posix-headers/stdalign.texi (stdalign.h): Document more
3022         shortcomings of MSVC and of Sun C 5.11.
3023         * lib/stdalign.in.h (_Alignas): Omit bogus extra parenthesis
3024         around __declspec arg.
3025         * modules/stdalign-tests (Files): Add tests/macros.h.
3026         * tests/test-stdalign.c: Do not include <stdlib.h>; no longer needed.
3027         Include macros.h, for ASSERT.
3028         (DECLARE_ALIGNED): Remove.
3029         (TEST_ALIGNMENT): Define to 16 if alignment is supported (more likely
3030         to catch bug), and to 1 if not (simplifies the rest of the code).
3031         (CHECK_STATIC): Always declare the alignment test vars; that's simpler.
3032         (CHECK_AUTO): Remove.
3033         (CHECK_ALIGNED): Check only the alignment of the static vars,
3034         since auto var alignment isn't supported by Sun C 5.11.
3035         (CHECK_TYPES): Remove.  All uses replaced by inline code, so that
3036         ASSERT failures are easier to diagnose.
3037
3038 2011-10-31  Bruno Haible  <bruno@clisp.org>
3039
3040         doc about some IRIX 5.3 problems.
3041         * doc/posix-functions/getpwnam_r.texi: Mention incompatible declaration
3042         on IRIX 5.3.
3043         * doc/posix-headers/poll.texi: Mention missing nfds_t on IRIX 5.3.
3044         * doc/posix-functions/ptsname.texi: Mention missing declaration on IRIX
3045         5.3.
3046         * doc/posix-functions/grantpt.texi: Likewise.
3047         * doc/posix-functions/unlockpt.texi: Likewise.
3048         * doc/posix-functions/lgamma.texi: Likewise.
3049         * doc/posix-functions/nextafter.texi: Likewise.
3050         * doc/posix-functions/remainder.texi: Likewise.
3051         * doc/posix-functions/select.texi: Mention misplaced declaration on
3052         IRIX 5.3.
3053         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
3054
3055 2011-10-31  Dmitry V. Levin  <ldv@altlinux.org>
3056
3057         gitlog-to-changelog: fix git-log invocation.
3058         git-log mishandles date strings before 1970-01-01 UTC, and there is
3059         no use to specify --since=1970-01-01 by default anyway.
3060         * build-aux/gitlog-to-changelog: By default, when no --since option
3061         was given, do not specify explicit --since option to git-log.
3062
3063 2011-10-30  Dmitry V. Levin  <ldv@altlinux.org>
3064
3065         gitlog-to-changelog: new option --append-dot.
3066         * build-aux/gitlog-to-changelog: New option --append-dot, makes the
3067         first non-blank line of each commit message terminated with a dot.
3068
3069 2011-10-30  Bruno Haible  <bruno@clisp.org>
3070
3071         ffsl, ffsll: Avoid compilation error due to 'restrict'.
3072         * lib/ffsl.h: Include <config.h>.
3073         Suggested by Tom G. Christensen <tgc@jupiterrise.com>.
3074
3075 2011-10-30  Jim Meyering  <meyering@redhat.com>
3076
3077         GNUmakefile: reenable "make syntax-check" for most projects
3078         Since Friday's commit 05e2d798, "maint.mk: don't maintain a second
3079         build-aux variable", "syntax-check" would do nothing but succeed with
3080         the "No version control files detected..." diagnostic (unless you
3081         happened to override _build-aux via cfg.mk).
3082         * top/GNUmakefile (_autoreconf, _build-aux): Move default definitions
3083         to precede inclusion of maint.mk.  Otherwise, these variables would
3084         be used undefined in any project that does not override the default.
3085
3086 2011-10-29  Dmitry V. Levin  <ldv@altlinux.org>
3087
3088         gitlog-to-changelog: treat a message with only blank lines as empty.
3089         * build-aux/gitlog-to-changelog: Move the code that removes leading and
3090         trailing blank lines before the code that issues a warning about an
3091         empty commit message.
3092
3093 2011-10-30  Jim Meyering  <meyering@redhat.com>
3094
3095         test-parse-datetime.c: avoid new DST-related false positive test failure
3096         * tests/test-parse-datetime.c (gmt_offset): Determine the "gmt_offset"
3097         based on the time/date we'll convert, not the current time.
3098         Otherwise, the moment we cross a DST boundary like today's in
3099         Europe, (CEST to CET), that offset ends up being one hour off.
3100
3101 2011-10-27  Bruno Haible  <bruno@clisp.org>
3102
3103         fstat: Tweak documentation.
3104         * modules/fstat (Description): More precise description.
3105
3106 2011-10-27  Bruno Haible  <bruno@clisp.org>
3107
3108         Update documentation regarding 'largefile' module.
3109         * doc/posix-functions/fstat.texi: Tweak wording.
3110         * doc/posix-functions/opendir.texi: Mention that the module fixes the
3111         problems with huge directories and/or small ino_t types.
3112         * doc/posix-functions/readdir.texi: Likewise.
3113         * doc/posix-functions/rewinddir.texi: Likewise.
3114
3115 2011-10-28  Gary V. Vaughan  <gary@gnu.org>
3116
3117         maint.mk: don't maintain a second build-aux variable.
3118         * maint.mk (build_aux): Removed.  The maintainer-makefile module
3119         depends on GNUmakefile, which already maintains a cfg.mk
3120         overridable $(_build-aux) for projects with a non-standard
3121         build-aux directory location, although without the $(srcdir)
3122         prefix.  Use that variable consistently instead of introducing a
3123         second one.  Adjust all call sites.
3124
3125 2011-10-27  Paul Eggert  <eggert@cs.ucla.edu>
3126
3127         Add stdalign module and use it in other modules.
3128         This is based on a previous proposal by Bruno Haible
3129         <https://lists.gnu.org/archive/html/bug-gnulib/2011-07/msg00226.html>.
3130
3131         stdalign: new module
3132         * doc/posix-headers/stdalign.texi, lib/stdalign.in.h, m4/stdalign.m4:
3133         * modules/stdalign: New files.
3134         * MODULES.html.sh (c1x_core_properties): Add stdalign.
3135         * doc/gnulib.texi (Header File Substitutes): Add stdalign.
3136
3137         stdalign-tests: new module
3138         * modules/stdalign-tests, tests/test-stdalign.c: New files.
3139
3140         argp: use stdalign
3141         * lib/argp-parse.c: Include <stdalign.h>.
3142         (alignof): Remove.
3143         * modules/argp (Depends-on): Add stdalign.
3144
3145         crypto libraries: use stdalign
3146         * lib/md4.c, lib/md5.c, lib/sha1.c, lib/sha256.c, lib/sha512.c:
3147         Include <stdalign.h> and <stdint.h>.  Do not include <stddef.h>.
3148         Do not include <stdlib.h> twice, in md4.c.
3149         (UNALIGNED_P): Simplify by using alignof.  Use uintptr_t, not size_t,
3150         because we are accessing a pointer's bit-pattern, not a size.
3151         * modules/crypto/gc-md4 (Depends-on): Add stdalign.
3152         * modules/crypto/gc-md5, modules/crypto/gc-sha1, modules/crypto/md4:
3153         * modules/crypto/md5, modules/crypto/sha1, modules/crypto/sha256:
3154         * modules/crypto/sha512: Likewise.
3155
3156         sys_socket: use stdalign, not alignof
3157         * lib/sys_socket.in.h: Include <stdalign.h> instead of <alignof.h>.
3158         * modules/sys_socket (Depends-on): Depend on stdalign, not alignof.
3159
3160 2011-10-27  Bruno Haible  <bruno@clisp.org>
3161
3162         raise test: Avoid a test failure on Linux/MIPS.
3163         * tests/test-raise.c (main): Try raising signal 199, not 99. Needed
3164         because 99 is a valid signal on Linux/MIPS.
3165
3166 2011-10-27  Bruno Haible  <bruno@clisp.org>
3167
3168         nonblocking tests: Fix test failure on Linux/MIPS.
3169         * tests/test-nonblocking-pipe.h (PIPE_DATA_BLOCK_SIZE) [Linux/MIPS]:
3170         Set to 270000.
3171
3172 2011-10-27  Bruno Haible  <bruno@clisp.org>
3173
3174         utimensat: Work around problem on Linux/hppa.
3175         * lib/utimensat.c (rpl_utimensat) [Linux/hppa]: Reject invalid tv_nsec
3176         values.
3177         * doc/posix-functions/utimensat.texi: Mention the problem on Linux/hppa.
3178
3179 2011-10-25  Jim Meyering  <meyering@redhat.com>
3180
3181         maint.mk: fix a bug in sc_prohibit_stddef_without_use
3182         * top/maint.mk (sc_prohibit_stddef_without_use): Don't require / *\(/
3183         after symbols like NULL, size_t, etc.
3184         Reported by Alfred M. Szmidt.
3185
3186         maint.mk: exempt ENODATA from a syntax-check rule
3187         * top/maint.mk (gl_extract_significant_defines_): Also exempt ENODATA
3188         from the sc_prohibit_always-defined_macros syntax-check rule.
3189         Add a comment.  See this for more details:
3190         http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/28739/focus=28795
3191
3192 2011-10-23  Jim Meyering  <meyering@redhat.com>
3193
3194         fts: close parent dir FD before returning from post-traversal fts_read
3195         The problem: the fts-using "mkdir -p A/B; rm -rf A" would attempt to
3196         unlink A, even though an FD open on A remained.  This is suboptimal
3197         (holding a file descriptor open longer than needed), but otherwise not
3198         a problem on Unix-like kernels.  However, on Cygwin with certain Novell
3199         file systems, (see http://cygwin.com/ml/cygwin/2011-10/msg00365.html),
3200         that represents a real problem: it causes the removal of A to fail
3201         with e.g., "rm: cannot remove `A': Device or resource busy"
3202
3203         fts visits each directory twice and keeps a cache (fts_fd_ring) of
3204         directory file descriptors.  After completing the final, FTS_DP,
3205         visit of a directory, RESTORE_INITIAL_CWD intended to clear the FD
3206         cache, but then proceeded to add a new FD to it via the subsequent
3207         FCHDIR (which calls cwd_advance_fd and i_ring_push).  Before, the
3208         final file descriptor would be closed only via fts_close's call to
3209         fd_ring_clear.  Now, it is usually closed earlier, via the final
3210         FTS_DP-returning fts_read call.
3211         * lib/fts.c (restore_initial_cwd): New function, converted from
3212         the macro.  Call fd_ring_clear *after* FCHDIR, not before it.
3213         Update callers.
3214         Reported by Franz Sirl via the above URL, with analysis by Eric Blake
3215         in http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/28739
3216
3217 2011-10-23  Gary V. Vaughan  <gary@gnu.org>
3218             Bruno Haible  <bruno@clisp.org>
3219             Jim Meyering  <jim@meyering.net>
3220
3221         readme-release: improve safety of release prep instructions.
3222         * README-release: Don't git pull all branches when only master
3223         is needed for the release process.
3224         Run make maintainer-clean before changing trees and merging.
3225         Don't try to run ./configure right after git pull in case files
3226         that influence the bootstrap process have changed, move the
3227         ./configure step to after running ./bootstrap.
3228         Don't bootstrap "one last time"... it's the first time!
3229
3230 2011-10-22  Bruno Haible  <bruno@clisp.org>
3231
3232         errno, strerror-override: Support for MSVC 10.
3233         * lib/errno.in.h (GNULIB_defined_ETXTBSY): Remove macro.
3234         (ENOMSG, EIDRM, ENOLINK, EPROTO, EBADMSG, EOVERFLOW, ENOTSUP,
3235         ENETRESET, ECONNABORTED, ECANCELED, EINPROGRESS, EALREADY, ENOTSOCK,
3236         EDESTADDRREQ, EMSGSIZE, EPROTOTYPE, ENOPROTOOPT, EPROTONOSUPPORT,
3237         EOPNOTSUPP, EAFNOSUPPORT, EADDRINUSE, EADDRNOTAVAIL, ENETDOWN,
3238         ENETUNREACH, ECONNRESET, ENOBUFS, EISCONN, ENOTCONN, ETIMEDOUT,
3239         ECONNREFUSED, ELOOP, EHOSTUNREACH, EWOULDBLOCK, ETXTBSY) [Win32]:
3240         Assign values compatible with MSVC 10.
3241         (ENODATA, ENOSR, ENOSTR, ENOTRECOVERABLE, EOWNERDEAD, ETIME, EOTHER):
3242         New macros.
3243         (GNULIB_defined_EWINSOCK): New macro.
3244         * lib/strerror-override.c (strerror_override): Update accordingly.
3245         * lib/strerror-override.h: Likewise.
3246         * lib/w32sock.h (set_winsock_errno): Map those WSA* values that are no
3247         longer equal to the corresponding errno value.
3248         Reported by Michael Goffioul <michael.goffioul@gmail.com>.
3249
3250 2011-10-22  Bruno Haible  <bruno@clisp.org>
3251
3252         perror: Recognize when test program crashes.
3253         * m4/perror.m4 (gl_FUNC_PERROR): If the test program crashes due to
3254         strerror, set gl_cv_func_perror_works to no.
3255         Reported by Daniel Richard G. <skunk@iskunk.org>.
3256
3257         perror: Fix indentation.
3258         * m4/perror.m4 (gl_FUNC_PERROR): Fix indentation.
3259
3260 2011-10-22  Bruno Haible  <bruno@clisp.org>
3261
3262         isfinite, isinf, isnan, signbit: Don't define as a macro in C++.
3263         * lib/math.in.h (_GL_MATH_CXX_REAL_FLOATING_DECL_1,
3264         _GL_MATH_CXX_REAL_FLOATING_DECL_2): nEW MACROS.
3265         (isfinite, isinf, isnan, signbit): In C++, define as overloaded
3266         functions, not as a macro.
3267         * tests/test-math-c++.cc (REAL_FLOATING_CHECK, OVERLOADED_CHECK): New
3268         macros.
3269         (isfinite, isinf, isnan, signbit): Check overloaded functions and
3270         absence of macro.
3271         Suggested by Eric Blake.
3272         Reported by Michael Goffioul <michael.goffioul@gmail.com>.
3273
3274 2011-10-21  Bruno Haible  <bruno@clisp.org>
3275
3276         relocatable-prog-wrapper: Don't leave object files behind.
3277         * build-aux/install-reloc: Re-synchronize list of .o files to be
3278         removed with list of compilation units.
3279
3280 2011-10-20  Bruno Haible  <bruno@clisp.org>
3281
3282         openpty, posix_openpt: Remove code duplication.
3283         * lib/posix_openpt.c: Add comments about platforms, from lib/openpty.c.
3284         * lib/openpty.c: Include <stdlib.h>.
3285         (openpty): Use posix_openpt on all platforms except IRIX.
3286         * modules/openpty (Depends-on): Add posix_openpt. Add conditions.
3287
3288 2011-10-20  Bruno Haible  <bruno@clisp.org>
3289
3290         unlockpt: Detect invalid argument.
3291         * lib/unlockpt.c: Include <fcntl.h>.
3292         (unlockpt): Check whether fd is valid, using fcntl().
3293         * modules/unlockpt (Depends-on): Add fcntl-h.
3294
3295 2011-10-20  Bruno Haible  <bruno@clisp.org>
3296
3297         openpty: Avoid compilation error on AIX 6.1.
3298         * lib/pty.in.h [AIX]: Include <sys/ioctl.h>, for 'struct winsize'.
3299
3300 2011-10-20  Bruno Haible  <bruno@clisp.org>
3301
3302         posix_openpt: Support for OpenBSD.
3303         * lib/posix_openpt.c [OpenBSD]: Include <sys/ioctl.h>, <sys/tty.h>.
3304         (posix_openpt) [OpenBSD]: New code.
3305         * lib/grantpt.c: Include <fcntl.h>.
3306         (grantpt) [OpenBSD]: Only test whether fd is valid, nothing else.
3307         * modules/grantpt (Depends-on): Add fcntl-h.
3308
3309 2011-10-20  Bruno Haible  <bruno@clisp.org>
3310
3311         posix_openpt test: Coding style.
3312         * tests/test-posix_openpt.c: Use GNU coding style.
3313
3314 2011-10-20  Bruno Haible  <bruno@clisp.org>
3315
3316         grantpt: Support --avoid=pt_chown.
3317         * modules/grantpt (Files): Add lib/pty-private.h.
3318
3319 2011-10-20  Bruno Haible  <bruno@clisp.org>
3320
3321         posix_openpt: Fix autoconf macro.
3322         * m4/posix_openpt.m4 (gl_FUNC_POSIX_OPENPT): Fix variable name. Remove
3323         unneeded check for _getpty.
3324
3325 2011-10-20  Bruno Haible  <bruno@clisp.org>
3326
3327         openpty: Update comments.
3328         * lib/openpty.c: Add comments about Minix.
3329
3330 2011-10-19  Eric Blake  <eblake@redhat.com>
3331
3332         openpty: relax license
3333         * modules/openpty (License): Change from LGPLv3+ to LGPLv2+.
3334
3335         pt_chown: use configmake to simplify build
3336         * modules/pt_chown (Makefile.am): Drop line guaranteed by configmake.
3337
3338         ptsname and others: relax license
3339         * modules/grantpt (License): Change from LGPLv3+ to LGPLv2+.
3340         * modules/unlockpt (License): Likewise.
3341         * modules/pt_chown (License): Likewise.
3342         * modules/ptsname (License): Likewise.
3343         * modules/ttyname_r (License): Likewise.
3344
3345 2011-10-19  Jim Meyering  <meyering@redhat.com>
3346
3347         posix_openpt: remove spurious #endif
3348         * lib/posix_openpt.c (posix_openpt): Remove spurious #endif.
3349
3350 2011-10-19  Gary V. Vaughan  <gary@gnu.org>
3351
3352         maint.mk: Respect $(build_aux) in web-manual rule.
3353         * top/maint.mk (web-manual): Find gen-announce script in user's
3354         $(build_aux) directory instead of hard-coding 'build-aux'.
3355
3356 2011-10-19  Bruno Haible  <bruno@clisp.org>
3357
3358         posix_openpt: Fix compilation error.
3359         * lib/posix_openpt.c (posix_openpt): Renamed from posix_openpty.
3360         * doc/posix-functions/posix_openpt.texi: Mention ENOENT error code.
3361         Mention the openpty module as an alternative.
3362
3363 2011-10-19  Bruno Haible  <bruno@clisp.org>
3364
3365         Support for old NeXTstep 3.3 frexp().
3366         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Check for alarm. Limit the
3367         execution time of the test to 5 seconds.
3368         Reported by Daniel Richard G. <skunk@iskunk.org>.
3369
3370 2011-10-19  Bruno Haible  <bruno@clisp.org>
3371
3372         Support for old NeXTstep 3.3 sed.
3373         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER_ONE): In the sed address
3374         part, use /.../, not \|...|. Escape periods in the header file name.
3375         * m4/include_next.m4 (gl_NEXT_HEADERS_INTERNAL): Likewise.
3376         Reported by Daniel Richard G. <skunk@iskunk.org>.
3377
3378 2011-10-18  Daniel Richard G.  <skunk@iskunk.org>  (tiny change)
3379
3380         Support for old NeXTstep 3.3 gcc.
3381         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Write
3382         'defined __STRICT_ANSI__', not '__STRICT_ANSI__'.
3383         * lib/math.in.h (_GL_NUM_UINT_WORDS etc.): Likewise.
3384         * lib/spawn.in.h (_Restrict_arr_): Likewise.
3385         * lib/regex.h (_Restrict_arr_): Likewise.
3386         * lib/regex_internal.h (re_token_t): Likewise.
3387         * lib/regexec.c (check_node_accept_bytes): Likewise.
3388         * tests/test-printf-posix.c (func1, func2, func3, func4): Likewise.
3389
3390 2011-10-18  Eric Blake  <eblake@redhat.com>
3391
3392         posix_openpt: new module
3393         * modules/posix_openpt: New module.
3394         * m4/posix_openpt.m4: New file.
3395         * lib/posix_openpt.c: Likewise.
3396         * m4/stdlib_h.m4 (gl_STDLIB_H): Check for decl.
3397         (gl_STDLIB_H_DEFAULTS): Set defaults.
3398         * modules/stdlib (Makefile.am): Substitute macros.
3399         * lib/stdlib.in.h (posix_openpt): Declare.
3400         * MODULES.html.sh (systems lacking POSIX:2008): Document it.
3401         * doc/posix-functions/posix_openpt.texi (posix_openpt): Likewise.
3402         * modules/posix_openpt-tests: New test module.
3403         * tests/test-posix_openpt.c: New test.
3404
3405 2011-10-15  Bruno Haible  <bruno@clisp.org>
3406
3407         xstrtoll: Fix compilation failure.
3408         * lib/xstrtol.c (ULLONG_MAX, LLONG_MAX, LLONG_MIN): New macros, taken
3409         from lib/strtol.c.
3410         * doc/posix-headers/limits.texi: Mention missing numerical limits on
3411         some platforms.
3412         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
3413
3414 2011-10-15  Bruno Haible  <bruno@clisp.org>
3415
3416         vasnprintf: Optimize bit search operation.
3417         * lib/vasnprintf.c (divide): Use optimizations from integer_length.c.
3418         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Require
3419         gl_DOUBLE_EXPONENT_LOCATION.
3420         * modules/vasnprintf (Files): Add m4/exponentd.m4.
3421         * modules/unistdio/u8-vasnprintf (Files): Likewise.
3422         * modules/unistdio/u8-u8-vasnprintf (Files): Likewise.
3423         * modules/unistdio/u16-vasnprintf (Files): Likewise.
3424         * modules/unistdio/u16-u16-vasnprintf (Files): Likewise.
3425         * modules/unistdio/u32-vasnprintf (Files): Likewise.
3426         * modules/unistdio/u32-u32-vasnprintf (Files): Likewise.
3427         * modules/unistdio/ulc-vasnprintf (Files): Likewise.
3428         * m4/isnand.m4 (gl_PREREQ_ISNAND): Use AC_REQUIRE.
3429
3430 2011-10-15  Bruno Haible  <bruno@clisp.org>
3431
3432         vasnprintf: Fix comments.
3433         * lib/vasnprintf.c (decode_long_double, decode_double): Fix comments.
3434
3435 2011-10-14  Bruno Haible  <bruno@clisp.org>
3436
3437         Tests for module 'integer_length_ll'.
3438         * modules/integer_length_ll-tests: New file.
3439         * tests/test-integer_length_ll.c: New file.
3440
3441         New module 'integer_length_ll'.
3442         * lib/integer_length_ll.c: New file.
3443         * modules/integer_length_ll: New file.
3444
3445 2011-10-14  Bruno Haible  <bruno@clisp.org>
3446
3447         Tests for module 'integer_length_l'.
3448         * modules/integer_length_l-tests: New file.
3449         * tests/test-integer_length_l.c: New file.
3450
3451         New module 'integer_length_l'.
3452         * lib/integer_length_l.c: New file.
3453         * modules/integer_length_l: New file.
3454
3455 2011-10-14  Bruno Haible  <bruno@clisp.org>
3456
3457         Tests for module 'integer_length'.
3458         * modules/integer_length-tests: New file.
3459         * tests/test-integer_length.c: New file.
3460
3461         New module 'integer_length'.
3462         * lib/integer_length.h: New file.
3463         * lib/integer_length.c: New file.
3464         * modules/integer_length: New file.
3465
3466 2011-10-14  Daniel Richard G.  <skunk@iskunk.org>  (tiny change)
3467
3468         popen: Fix dependency conditions.
3469         * modules/popen (Depends-on, configure.ac): Fix shell syntax error.
3470
3471 2011-10-14  Daniel Richard G.  <skunk@iskunk.org>  (tiny change)
3472
3473         perror: Fix autoconf test.
3474         * m4/perror.m4 (gl_FUNC_PERROR): In the test program, include
3475         <stdlib.h> and <string.h>.
3476
3477 2011-10-14  Bruno Haible  <bruno@clisp.org>
3478
3479         ffsl: Optimize on 64-bit platforms.
3480         * lib/ffsl.h (FUNC): Omit a test from the last loop round. Do loop
3481         unrolling.
3482
3483 2011-10-13  Bruno Haible  <bruno@clisp.org>
3484
3485         ffsl: Optimize on 32-bit platforms.
3486         * lib/ffsl.h (FUNC): If TYPE has the same representation as 'int', just
3487         use ffs() without a loop.
3488
3489         ffsl, ffsll: Optimize for GCC.
3490         * lib/ffsl.h (FUNC): Use GCC_BUILTIN if defined.
3491         * lib/ffsl.c (GCC_BUILTIN): New macro.
3492         * lib/ffsll.c (GCC_BUILTIN): Likewise.
3493
3494 2011-10-13  Bruno Haible  <bruno@clisp.org>
3495
3496         ffs, bcopy, memset: Support symbol renaming via config.h.
3497         * lib/ffs.c: Include <config.h>.
3498         * lib/bcopy.c: Likewise.
3499         * lib/memset.c: Likewise.
3500
3501 2011-10-10  Bruno Haible  <bruno@clisp.org>
3502
3503         atanl: Simplify for platforms where 'long double' == 'double'.
3504         * lib/atanl.c (atanl) [HAVE_SAME_LONG_DOUBLE_AS_DOUBLE]: New
3505         alternative implementation.
3506         * m4/atanl.m4 (gl_FUNC_ATANL): Require gl_LONG_DOUBLE_VS_DOUBLE.
3507         Determine ATANL_LIBM according to HAVE_SAME_LONG_DOUBLE_AS_DOUBLE.
3508         * modules/atanl (Depends-on): Add atan. Update conditions.
3509
3510 2011-10-10  Bruno Haible  <bruno@clisp.org>
3511
3512         acosl: Simplify for platforms where 'long double' == 'double'.
3513         * lib/acosl.c (acosl) [HAVE_SAME_LONG_DOUBLE_AS_DOUBLE]: New
3514         alternative implementation.
3515         * m4/acosl.m4 (gl_FUNC_ACOSL): Require gl_LONG_DOUBLE_VS_DOUBLE.
3516         Determine ACOSL_LIBM according to HAVE_SAME_LONG_DOUBLE_AS_DOUBLE.
3517         * modules/acosl (Depends-on): Add acos. Update conditions.
3518
3519 2011-10-10  Bruno Haible  <bruno@clisp.org>
3520
3521         asinl: Simplify for platforms where 'long double' == 'double'.
3522         * lib/asinl.c (asinl) [HAVE_SAME_LONG_DOUBLE_AS_DOUBLE]: New
3523         alternative implementation.
3524         * m4/asinl.m4 (gl_FUNC_ASINL): Require gl_LONG_DOUBLE_VS_DOUBLE.
3525         Determine ASINL_LIBM according to HAVE_SAME_LONG_DOUBLE_AS_DOUBLE.
3526         * modules/asinl (Depends-on): Add asin. Update conditions.
3527
3528 2011-10-10  Bruno Haible  <bruno@clisp.org>
3529
3530         tanl: Simplify for platforms where 'long double' == 'double'.
3531         * lib/tanl.c (tanl) [HAVE_SAME_LONG_DOUBLE_AS_DOUBLE]: New alternative
3532         implementation.
3533         * m4/tanl.m4 (gl_FUNC_TANL): Require gl_LONG_DOUBLE_VS_DOUBLE.
3534         Determine TANL_LIBM according to HAVE_SAME_LONG_DOUBLE_AS_DOUBLE.
3535         * modules/tanl (Depends-on): Add tan. Update conditions.
3536         (configure.ac): Don't compile trigl.c if
3537         HAVE_SAME_LONG_DOUBLE_AS_DOUBLE.
3538
3539 2011-10-10  Bruno Haible  <bruno@clisp.org>
3540
3541         cosl: Simplify for platforms where 'long double' == 'double'.
3542         * lib/cosl.c (cosl) [HAVE_SAME_LONG_DOUBLE_AS_DOUBLE]: New alternative
3543         implementation.
3544         * m4/cosl.m4 (gl_FUNC_COSL): Require gl_LONG_DOUBLE_VS_DOUBLE.
3545         Determine COSL_LIBM according to HAVE_SAME_LONG_DOUBLE_AS_DOUBLE.
3546         * modules/cosl (Depends-on): Add cos. Update conditions.
3547         (configure.ac): Don't compile sincosl.c and trigl.c if
3548         HAVE_SAME_LONG_DOUBLE_AS_DOUBLE.
3549
3550 2011-10-10  Bruno Haible  <bruno@clisp.org>
3551
3552         sinl: Simplify for platforms where 'long double' == 'double'.
3553         * lib/sinl.c (sinl) [HAVE_SAME_LONG_DOUBLE_AS_DOUBLE]: New alternative
3554         implementation.
3555         * m4/sinl.m4 (gl_FUNC_SINL): Require gl_LONG_DOUBLE_VS_DOUBLE.
3556         Determine SINL_LIBM according to HAVE_SAME_LONG_DOUBLE_AS_DOUBLE.
3557         * modules/sinl (Depends-on): Add sin. Update conditions.
3558         (configure.ac): Don't compile sincosl.c and trigl.c if
3559         HAVE_SAME_LONG_DOUBLE_AS_DOUBLE.
3560
3561 2011-10-10  Bruno Haible  <bruno@clisp.org>
3562
3563         logl: Simplify for platforms where 'long double' == 'double'.
3564         * lib/logl.c (logl) [HAVE_SAME_LONG_DOUBLE_AS_DOUBLE]: New alternative
3565         implementation.
3566         * m4/logl.m4 (gl_FUNC_LOGL): Require gl_LONG_DOUBLE_VS_DOUBLE.
3567         Determine LOGL_LIBM according to HAVE_SAME_LONG_DOUBLE_AS_DOUBLE.
3568         * modules/logl (Depends-on): Add log. Update conditions.
3569
3570 2011-10-10  Bruno Haible  <bruno@clisp.org>
3571
3572         expl: Simplify for platforms where 'long double' == 'double'.
3573         * lib/expl.c (expl) [HAVE_SAME_LONG_DOUBLE_AS_DOUBLE]: New alternative
3574         implementation.
3575         * m4/expl.m4 (gl_FUNC_EXPL): Require gl_LONG_DOUBLE_VS_DOUBLE.
3576         Determine EXPL_LIBM according to HAVE_SAME_LONG_DOUBLE_AS_DOUBLE.
3577         * modules/expl (Depends-on): Add exp. Update conditions.
3578
3579 2011-10-10  Bruno Haible  <bruno@clisp.org>
3580
3581         sqrtl: Simplify for platforms where 'long double' == 'double'.
3582         * lib/sqrtl.c (sqrtl) [HAVE_SAME_LONG_DOUBLE_AS_DOUBLE]: New
3583         alternative implementation.
3584         * m4/sqrtl.m4 (gl_FUNC_SQRTL): Require gl_LONG_DOUBLE_VS_DOUBLE.
3585         Determine SQRTL_LIBM according to HAVE_SAME_LONG_DOUBLE_AS_DOUBLE.
3586         * modules/sqrtl (Depends-on): Update conditions.
3587
3588 2011-10-10  Bruno Haible  <bruno@clisp.org>
3589
3590         ldexpl: Simplify for platforms where 'long double' == 'double'.
3591         * lib/ldexpl.c (ldexpl) [HAVE_SAME_LONG_DOUBLE_AS_DOUBLE]: New
3592         alternative implementation.
3593         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Require gl_LONG_DOUBLE_VS_DOUBLE.
3594         Determine LDEXPL_LIBM according to HAVE_SAME_LONG_DOUBLE_AS_DOUBLE.
3595         * modules/ldexpl (Depends-on): Add ldexp. Update conditions.
3596
3597 2011-10-10  Tom G. Christensen  <tgc@jupiterrise.com>  (tiny change)
3598
3599         ffsll: set correct witness
3600         * modules/ffsll (configure.ac): Fix typo.
3601
3602 2011-10-10  Bruno Haible  <bruno@clisp.org>
3603
3604         printf-frexpl: Simplify for platforms where 'long double' == 'double'.
3605         * lib/printf-frexpl.c: Include <config.h>.
3606         (printf_frexpl) [HAVE_SAME_LONG_DOUBLE_AS_DOUBLE]: New function.
3607         * lib/printf-frexp.c [!USE_LONG_DOUBLE]: Don't include <config.h> a
3608         second time.
3609         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Require
3610         gl_LONG_DOUBLE_VS_DOUBLE.
3611         * modules/printf-frexpl (Depends-on): Add printf-frexp. Update
3612         conditions.
3613
3614 2011-10-10  Bruno Haible  <bruno@clisp.org>
3615
3616         frexpl: Simplify for platforms where 'long double' == 'double'.
3617         * lib/frexpl.c: Include <config.h>.
3618         (frexpl) [HAVE_SAME_LONG_DOUBLE_AS_DOUBLE]: New function.
3619         * lib/frexp.c [!USE_LONG_DOUBLE]: Don't include <config.h> a second
3620         time.
3621         * m4/frexpl.m4 (gl_FUNC_FREXPL): Require gl_LONG_DOUBLE_VS_DOUBLE.
3622         Determine FREXPL_LIBM according to HAVE_SAME_LONG_DOUBLE_AS_DOUBLE.
3623         (gl_FUNC_FREXPL_NO_LIBM): Require gl_LONG_DOUBLE_VS_DOUBLE.
3624         * modules/frexpl (Depends-on): Add frexp. Update conditions.
3625         * modules/frexpl-nolibm (Depends-on): Add frexp-nolibm. Update
3626         conditions.
3627
3628 2011-10-10  Jim Meyering  <meyering@redhat.com>
3629
3630         test-renameat: don't leave behind a temporary file
3631         * tests/test-renameat.c (main): Don't forget to remove a temporary file.
3632           ERROR: files left in build directory after distclean:
3633           ./gltests/test-renameat.too
3634           make[1]: *** [distcleancheck] Error 1
3635         Reported by Tom G. Christensen.
3636
3637 2011-10-09  Bruno Haible  <bruno@clisp.org>
3638
3639         rint: Determine RINT_LIBM correctly on AIX 7.
3640         * m4/mathfunc.m4 (gl_MATHFUNC): Try to invoke the function also
3641         directly, not only through a function pointer. Also accept an optional
3642         4th argument with extra code.
3643         * m4/rint.m4 (gl_FUNC_RINT): Pass an extra code that gets turned into a
3644         rintf() call by gcc when optimizing.
3645
3646         mathfunc.m4: Refactor.
3647         * m4/mathfunc.m4 (gl_MATHFUNC): Assign the argument list to a temporary
3648         m4 variable.
3649
3650 2011-10-09  Bruno Haible  <bruno@clisp.org>
3651
3652         rintl: Simplify for platforms where 'long double' == 'double'.
3653         * lib/rintl.c: Include <config.h>.
3654         (rintl) [HAVE_SAME_LONG_DOUBLE_AS_DOUBLE]: New function.
3655         * lib/rint.c [!USE_LONG_DOUBLE]: Don't include <config.h> a second
3656         time.
3657         * m4/rintl.m4 (gl_FUNC_RINTL): Require gl_LONG_DOUBLE_VS_DOUBLE.
3658         Determine RINTL_LIBM according to HAVE_SAME_LONG_DOUBLE_AS_DOUBLE.
3659         * modules/rintl (Depends-on): Add rint. Update conditions.
3660
3661 2011-10-09  Bruno Haible  <bruno@clisp.org>
3662
3663         roundl: Simplify for platforms where 'long double' == 'double'.
3664         * lib/roundl.c: Include <config.h>.
3665         (roundl) [HAVE_SAME_LONG_DOUBLE_AS_DOUBLE]: New function.
3666         * lib/round.c [!USE_LONG_DOUBLE]: Don't include <config.h> a second
3667         time.
3668         * m4/roundl.m4 (gl_FUNC_ROUNDL): Require gl_LONG_DOUBLE_VS_DOUBLE.
3669         Determine ROUNDL_LIBM according to HAVE_SAME_LONG_DOUBLE_AS_DOUBLE.
3670         * modules/roundl (Depends-on): Add round. Update conditions.
3671
3672 2011-10-09  Bruno Haible  <bruno@clisp.org>
3673
3674         truncl: Simplify for platforms where 'long double' == 'double'.
3675         * lib/truncl.c: Include <config.h>.
3676         (truncl) [HAVE_SAME_LONG_DOUBLE_AS_DOUBLE]: New function.
3677         * lib/trunc.c [!USE_LONG_DOUBLE]: Don't include <config.h> a second
3678         time.
3679         * m4/truncl.m4 (gl_FUNC_TRUNCL): Require gl_LONG_DOUBLE_VS_DOUBLE.
3680         Determine TRUNCL_LIBM according to HAVE_SAME_LONG_DOUBLE_AS_DOUBLE.
3681         * modules/truncl (Depends-on): Add trunc. Update conditions.
3682
3683 2011-10-09  Bruno Haible  <bruno@clisp.org>
3684
3685         ceill: Simplify for platforms where 'long double' == 'double'.
3686         * lib/ceill.c: Include <config.h>.
3687         (ceill) [HAVE_SAME_LONG_DOUBLE_AS_DOUBLE]: New function.
3688         * lib/ceil.c [!USE_LONG_DOUBLE]: Don't include <config.h> a second
3689         time.
3690         * m4/ceill.m4 (gl_FUNC_CEILL): Require gl_LONG_DOUBLE_VS_DOUBLE.
3691         Determine CEILL_LIBM according to HAVE_SAME_LONG_DOUBLE_AS_DOUBLE.
3692         * modules/ceill (Depends-on): Add ceil. Update conditions.
3693
3694 2011-10-09  Bruno Haible  <bruno@clisp.org>
3695
3696         floorl: Simplify for platforms where 'long double' == 'double'.
3697         * lib/floorl.c: Include <config.h>.
3698         (floorl) [HAVE_SAME_LONG_DOUBLE_AS_DOUBLE]: New function.
3699         * lib/floor.c [!USE_LONG_DOUBLE]: Don't include <config.h> a second
3700         time.
3701         * m4/floorl.m4 (gl_FUNC_FLOORL): Require gl_LONG_DOUBLE_VS_DOUBLE.
3702         Determine FLOORL_LIBM according to HAVE_SAME_LONG_DOUBLE_AS_DOUBLE.
3703         * modules/floorl (Depends-on): Add floor. Update conditions.
3704
3705 2011-10-09  Bruno Haible  <bruno@clisp.org>
3706
3707         rint: Fix ordering constraints.
3708         * m4/rint.m4 (gl_FUNC_RINT): Require gl_MATH_H_DEFAULTS.
3709         * m4/rintf.m4 (gl_FUNC_RINTF): Likewise.
3710         * m4/rintl.m4 (gl_FUNC_RINTL): Likewise.
3711
3712 2011-10-09  Bruno Haible  <bruno@clisp.org>
3713
3714         copysignl: Simplify for platforms where 'long double' == 'double'.
3715         * lib/copysignl.c (copysignl) [HAVE_SAME_LONG_DOUBLE_AS_DOUBLE]: New
3716         alternative.
3717         * m4/copysignl.m4 (gl_FUNC_COPYSIGNL): Require gl_LONG_DOUBLE_VS_DOUBLE.
3718         Determine COPYSIGNL_LIBM according to HAVE_SAME_LONG_DOUBLE_AS_DOUBLE.
3719         * modules/copysignl (Depends-on): Add copysign. Update conditions.
3720
3721 2011-10-09  Bruno Haible  <bruno@clisp.org>
3722
3723         Tests for module 'rintl'.
3724         * modules/rintl-tests: New file.
3725         * tests/test-rintl.c: New file.
3726
3727         New module 'rintl'.
3728         * lib/math.in.h (rintl): New declaration.
3729         * lib/rintl.c: New file.
3730         * m4/rintl.m4: New file.
3731         * m4/math_h.m4 (gl_MATH_H): Test whether rintl is declared.
3732         (gl_MATH_H_DEFAULTS): Initialize GNULIB_RINTL, HAVE_RINTL.
3733         * modules/math (Makefile.am): Substitute GNULIB_RINTL, HAVE_RINTL.
3734         * modules/rintl: New file.
3735         * tests/test-math-c++.cc: Check the declaration of rintl.
3736         * modules/math-c++-tests (Makefile.am): Link test-math-c++ against
3737         $(RINTL_LIBM). Needed on IRIX 6.5 with cc.
3738         * doc/posix-functions/rintl.texi: Mention the new module.
3739
3740 2011-10-09  Bruno Haible  <bruno@clisp.org>
3741
3742         Tests for module 'rintf'.
3743         * modules/rintf-tests: New file.
3744         * tests/test-rintf.c: New file.
3745
3746         New module 'rintf'.
3747         * lib/math.in.h (rintf): New declaration.
3748         * lib/rintf.c: New file.
3749         * m4/rintf.m4: New file.
3750         * m4/math_h.m4 (gl_MATH_H): Test whether rintf is declared.
3751         (gl_MATH_H_DEFAULTS): Initialize GNULIB_RINTF, HAVE_RINTF.
3752         * modules/math (Makefile.am): Substitute GNULIB_RINTF, HAVE_RINTF.
3753         * modules/rintf: New file.
3754         * tests/test-math-c++.cc: Check the declaration of rintf.
3755         * doc/posix-functions/rintf.texi: Mention the new module.
3756
3757 2011-10-09  Bruno Haible  <bruno@clisp.org>
3758
3759         rint: Support for MSVC.
3760         * lib/math.in.h (rint): New declaration.
3761         * lib/rint.c: New file.
3762         * m4/rint.m4: New file.
3763         * m4/math_h.m4 (gl_MATH_H): Test whether rint is declared.
3764         (gl_MATH_H_DEFAULTS): Initialize GNULIB_RINT, HAVE_RINT.
3765         * modules/math (Makefile.am): Substitute GNULIB_RINT, HAVE_RINT.
3766         * modules/rint (Description): Fix.
3767         (Files): Add lib/rint.c, m4/rint.m4.
3768         (Depends-on): Add math.
3769         (configure.ac): Invoke gl_FUNC_RINT, AC_LIBOBJ,
3770         gl_MATH_MODULE_INDICATOR.
3771         * tests/test-math-c++.cc: Check the declaration of rint.
3772         * modules/math-c++-tests (Makefile.am): Link test-math-c++ against
3773         $(RINT_LIBM). Needed on IRIX 6.5 with cc.
3774         * doc/posix-functions/rint.texi: Mention the replacement provided by
3775         the module.
3776
3777         rint tests: More tests.
3778         * tests/test-rint.c: Include <float.h>, <stdio.h>, isnand-nolibm.h,
3779         minus-zero.h, infinity.h, nan.h.
3780         (main): Skip the test if the current rounding mode is not standard. Add
3781         tests for negative numbers, minus zero, infinity, NaN.
3782         * modules/rint-tests (Files): Add tests/minus-zero.h, tests/infinity.h,
3783         tests/nan.h.
3784         (Depends-on): Add isnand-nolibm.
3785
3786 2011-10-09  Bruno Haible  <bruno@clisp.org>
3787
3788         Tests for module 'copysignl'.
3789         * modules/copysignl-tests: New file.
3790         * tests/test-copysignl.c: New file.
3791
3792         New module 'copysignl'.
3793         * lib/math.in.h (copysignl): New declaration.
3794         * lib/copysignl.c: New file.
3795         * m4/copysignl.m4: New file.
3796         * m4/math_h.m4 (gl_MATH_H): Test whether copysignl is declared.
3797         (gl_MATH_H_DEFAULTS): Initialize GNULIB_COPYSIGNL, HAVE_COPYSIGNL.
3798         * modules/math (Makefile.am): Substitute GNULIB_COPYSIGNL,
3799         HAVE_COPYSIGNL.
3800         * modules/copysignl: New file.
3801         * tests/test-math-c++.cc: Check the declaration of copysignl.
3802         * modules/math-c++-tests (Makefile.am): Link test-math-c++ against
3803         $(COPYSIGNL_LIBM). Needed on IRIX 6.5 with cc.
3804         * doc/posix-functions/copysignl.texi: Mention the new module.
3805
3806 2011-10-09  Bruno Haible  <bruno@clisp.org>
3807
3808         Tests for module 'copysignf'.
3809         * modules/copysignf-tests: New file.
3810         * tests/test-copysignf.c: New file.
3811
3812         New module 'copysignf'.
3813         * lib/math.in.h (copysignf): New declaration.
3814         * lib/copysignf.c: New file.
3815         * m4/copysignf.m4: New file.
3816         * m4/math_h.m4 (gl_MATH_H): Test whether copysignf is declared.
3817         (gl_MATH_H_DEFAULTS): Initialize GNULIB_COPYSIGNF, HAVE_COPYSIGNF.
3818         * modules/math (Makefile.am): Substitute GNULIB_COPYSIGNF,
3819         HAVE_COPYSIGNF.
3820         * modules/copysignf: New file.
3821         * tests/test-math-c++.cc: Check the declaration of copysignf.
3822         * doc/posix-functions/copysignf.texi: Mention the new module.
3823
3824 2011-10-09  Bruno Haible  <bruno@clisp.org>
3825
3826         Ensure that HAVE_* variables are set to 1 before they are set to 0.
3827         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Require gl_DIRENT_H_DEFAULTS.
3828         * m4/inet_ntop.m4 (gl_FUNC_INET_NTOP): Require gl_ARPA_INET_H_DEFAULTS.
3829         * m4/inet_pton.m4 (gl_FUNC_INET_PTON): Likewise.
3830         * m4/pthread_sigmask.m4 (gl_FUNC_PTHREAD_SIGMASK): Require
3831         gl_SIGNAL_H_DEFAULTS.
3832
3833 2011-10-09  Bruno Haible  <bruno@clisp.org>
3834
3835         poll: Make macro safer.
3836         * m4/poll.m4 (gl_FUNC_POLL): Complain if, after invoking gl_POLL_H,
3837         ac_cv_header_poll_h is not set.
3838
3839 2011-10-09  Bruno Haible  <bruno@clisp.org>
3840
3841         copysign: Provide replacement.
3842         * lib/math.in.h (copysign): New declaration.
3843         * lib/copysign.c: New file.
3844         * m4/copysign.m4: New file.
3845         * m4/math_h.m4 (gl_MATH_H): Test whether copysign is declared.
3846         (gl_MATH_H_DEFAULTS): Initialize GNULIB_COPYSIGN, HAVE_COPYSIGN.
3847         * modules/math (Makefile.am): Substitute GNULIB_COPYSIGN,
3848         HAVE_COPYSIGN.
3849         * modules/copysign (Description): Clarify.
3850         (Files): Add lib/copysign.c, m4/copysign.m4.
3851         (Depends-on): Add math, signbit.
3852         (configure.ac): Invoke gl_FUNC_COPYSIGN, AC_LIBOBJ,
3853         gl_MATH_MODULE_INDICATOR.
3854         * tests/test-math-c++.cc: Check the declaration of copysign.
3855         * doc/posix-functions/copysign.texi: Mention the effects of the module
3856         on Minix and MSVC.
3857
3858 2011-10-09  Bruno Haible  <bruno@clisp.org>
3859
3860         isinf: Ensure macro on AIX 5.1.
3861         * m4/isinf.m4 (gl_ISINF): Also test whether isinf is defined as a
3862         macro.
3863         * doc/posix-functions/isinf.texi: Mention also AIX 5.1 as deficient.
3864
3865 2011-10-09  Bruno Haible  <bruno@clisp.org>
3866
3867         *printf-posix tests: Fix for platforms where 'long double' == 'double'.
3868         * modules/snprintf-posix-tests (configure.ac): Require
3869         gl_LONG_DOUBLE_VS_DOUBLE.
3870         * modules/sprintf-posix-tests (configure.ac): Likewise.
3871         * modules/vasnprintf-posix-tests (configure.ac): Likewise.
3872         * modules/vasprintf-posix-tests (configure.ac): Likewise.
3873         * modules/vsnprintf-posix-tests (configure.ac): Likewise.
3874         * modules/vsprintf-posix-tests (configure.ac): Likewise.
3875         * tests/test-snprintf-posix.h (test_function): Avoid 80-bit long double
3876         tests on platforms where 'long double' is the same as 'double'.
3877         * tests/test-sprintf-posix.h (test_function): Likewise.
3878         * tests/test-vasnprintf-posix.c (test_function): Likewise.
3879         * tests/test-vasprintf-posix.c (test_function): Likewise.
3880
3881         *printf: Fix for platforms where 'long double' == 'double'.
3882         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
3883         gl_LONG_DOUBLE_VS_DOUBLE. Don't blindly assume 80-bit 'long double'.
3884         * modules/dprintf-posix (Files): Add m4/math_h.m4.
3885         * modules/fprintf-posix (Files): Likewise.
3886         * modules/obstack-printf-posix (Files): Likewise.
3887         * modules/snprintf-posix (Files): Likewise.
3888         * modules/sprintf-posix (Files): Likewise.
3889         * modules/vasnprintf (Files): Likewise.
3890         * modules/vasnprintf-posix (Files): Likewise.
3891         * modules/vasprintf-posix (Files): Likewise.
3892         * modules/vdprintf-posix (Files): Likewise.
3893         * modules/vfprintf-posix (Files): Likewise.
3894         * modules/vsnprintf-posix (Files): Likewise.
3895         * modules/vsprintf-posix (Files): Likewise.
3896         * modules/unistdio/u8-vasnprintf (Files): Likewise.
3897         * modules/unistdio/u8-u8-vasnprintf (Files): Likewise.
3898         * modules/unistdio/u16-vasnprintf (Files): Likewise.
3899         * modules/unistdio/u16-u16-vasnprintf (Files): Likewise.
3900         * modules/unistdio/u32-vasnprintf (Files): Likewise.
3901         * modules/unistdio/u32-u32-vasnprintf (Files): Likewise.
3902         * modules/unistdio/ulc-vasnprintf (Files): Likewise.
3903
3904         isnanl[-nolibm]: Fix for platforms where 'long double' == 'double'.
3905         * lib/isnan.c (rpl_isnanl): Don't blindly assume 80-bit 'long double'.
3906         * m4/isnanl.m4 (gl_PREREQ_ISNANL): Require gl_LONG_DOUBLE_VS_DOUBLE.
3907         (gl_FUNC_ISNANL_WORKS): Likewise. Don't blindly assume 80-bit
3908         'long double'.
3909         * modules/isnanl-nolibm (Files): Add m4/math_h.m4.
3910
3911         isinf: Fix for platforms where 'long double' == 'double'.
3912         * m4/isinf.m4 (gl_ISINFL_WORKS): Require gl_LONG_DOUBLE_VS_DOUBLE.
3913         Don't blindly assume 80-bit 'long double'.
3914
3915         isfinite: Fix for platforms where 'long double' == 'double'.
3916         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Require gl_LONG_DOUBLE_VS_DOUBLE.
3917         Don't blindly assume 80-bit 'long double'.
3918
3919         isfinite, isinf, isnan tests: Avoid syntax error on MSVC 9.
3920         * m4/math_h.m4 (gl_LONG_DOUBLE_VS_DOUBLE): New macro.
3921         * modules/isfinite-tests (configure.ac): Require
3922         gl_LONG_DOUBLE_VS_DOUBLE.
3923         * modules/isinf-tests (configure.ac): Likewise.
3924         * modules/isnan-tests (configure.ac): Likewise.
3925         * modules/isnanl-tests (configure.ac): Likewise.
3926         * modules/isnanl-nolibm-tests (configure.ac): Likewise.
3927         * tests/test-isfinite.c (test_isfinitel): Avoid 80-bit long double
3928         tests on platforms where 'long double' is the same as 'double'.
3929         * tests/test-isinf.c (test_isinfl): Likewise.
3930         * tests/test-isnan.c (test_long_double): Likewise.
3931         * tests/test-isnanl.h (main): Likewise.
3932
3933 2011-10-08  Bruno Haible  <bruno@clisp.org>
3934
3935         Tests for module 'tanhf'.
3936         * modules/tanhf-tests: New file.
3937         * tests/test-tanhf.c: New file.
3938
3939         New module 'tanhf'.
3940         * lib/math.in.h (tanhf): New declaration.
3941         * lib/tanhf.c: New file.
3942         * m4/tanhf.m4: New file.
3943         * m4/math_h.m4 (gl_MATH_H): Test whether tanhf is declared.
3944         (gl_MATH_H_DEFAULTS): Initialize GNULIB_TANHF, HAVE_TANHF.
3945         * modules/math (Makefile.am): Substitute GNULIB_TANHF, HAVE_TANHF.
3946         * modules/tanhf: New file.
3947         * tests/test-math-c++.cc: Check the declaration of tanhf.
3948         * doc/posix-functions/tanhf.texi: Mention the new module.
3949
3950         tanh: Use a .m4 file.
3951         * m4/tanh.m4: New file.
3952         * modules/tanh (Files): Add it.
3953         (configure.ac): Just invoke gl_FUNC_TANH.
3954
3955 2011-10-08  Bruno Haible  <bruno@clisp.org>
3956
3957         Tests for module 'coshf'.
3958         * modules/coshf-tests: New file.
3959         * tests/test-coshf.c: New file.
3960
3961         New module 'coshf'.
3962         * lib/math.in.h (coshf): New declaration.
3963         * lib/coshf.c: New file.
3964         * m4/coshf.m4: New file.
3965         * m4/math_h.m4 (gl_MATH_H): Test whether coshf is declared.
3966         (gl_MATH_H_DEFAULTS): Initialize GNULIB_COSHF, HAVE_COSHF.
3967         * modules/math (Makefile.am): Substitute GNULIB_COSHF, HAVE_COSHF.
3968         * modules/coshf: New file.
3969         * tests/test-math-c++.cc: Check the declaration of coshf.
3970         * doc/posix-functions/coshf.texi: Mention the new module.
3971
3972         cosh: Use a .m4 file.
3973         * m4/cosh.m4: New file.
3974         * modules/cosh (Files): Add it.
3975         (configure.ac): Just invoke gl_FUNC_COSH.
3976
3977 2011-10-08  Bruno Haible  <bruno@clisp.org>
3978
3979         Tests for module 'sinhf'.
3980         * modules/sinhf-tests: New file.
3981         * tests/test-sinhf.c: New file.
3982
3983         New module 'sinhf'.
3984         * lib/math.in.h (sinhf): New declaration.
3985         * lib/sinhf.c: New file.
3986         * m4/sinhf.m4: New file.
3987         * m4/math_h.m4 (gl_MATH_H): Test whether sinhf is declared.
3988         (gl_MATH_H_DEFAULTS): Initialize GNULIB_SINHF, HAVE_SINHF.
3989         * modules/math (Makefile.am): Substitute GNULIB_SINHF, HAVE_SINHF.
3990         * modules/sinhf: New file.
3991         * tests/test-math-c++.cc: Check the declaration of sinhf.
3992         * doc/posix-functions/sinhf.texi: Mention the new module.
3993
3994         sinh: Use a .m4 file.
3995         * m4/sinh.m4: New file.
3996         * modules/sinh (Files): Add it.
3997         (configure.ac): Just invoke gl_FUNC_SINH.
3998
3999 2011-10-08  Bruno Haible  <bruno@clisp.org>
4000
4001         Tests for module 'atan2f'.
4002         * modules/atan2f-tests: New file.
4003         * tests/test-atan2f.c: New file.
4004
4005         New module 'atan2f'.
4006         * lib/math.in.h (atan2f): New declaration.
4007         * lib/atan2f.c: New file.
4008         * m4/atan2f.m4: New file.
4009         * m4/math_h.m4 (gl_MATH_H): Test whether atan2f is declared.
4010         (gl_MATH_H_DEFAULTS): Initialize GNULIB_ATAN2F, HAVE_ATAN2F.
4011         * modules/math (Makefile.am): Substitute GNULIB_ATAN2F, HAVE_ATAN2F.
4012         * modules/atan2f: New file.
4013         * tests/test-math-c++.cc: Check the declaration of atan2f.
4014         * doc/posix-functions/atan2f.texi: Mention the new module.
4015
4016         atan2: Use a .m4 file.
4017         * m4/atan2.m4: New file.
4018         * modules/atan2 (Files): Add it.
4019         (configure.ac): Just invoke gl_FUNC_ATAN2.
4020
4021 2011-10-08  Bruno Haible  <bruno@clisp.org>
4022
4023         Tests for module 'atanf'.
4024         * modules/atanf-tests: New file.
4025         * tests/test-atanf.c: New file.
4026
4027         New module 'atanf'.
4028         * lib/math.in.h (atanf): New declaration.
4029         * lib/atanf.c: New file.
4030         * m4/atanf.m4: New file.
4031         * m4/math_h.m4 (gl_MATH_H): Test whether atanf is declared.
4032         (gl_MATH_H_DEFAULTS): Initialize GNULIB_ATANF, HAVE_ATANF.
4033         * modules/math (Makefile.am): Substitute GNULIB_ATANF, HAVE_ATANF.
4034         * modules/atanf: New file.
4035         * tests/test-math-c++.cc: Check the declaration of atanf.
4036         * doc/posix-functions/atanf.texi: Mention the new module.
4037
4038         atan: Use a .m4 file.
4039         * m4/atan.m4: New file.
4040         * modules/atan (Files): Add it.
4041         (configure.ac): Just invoke gl_FUNC_ATAN.
4042
4043 2011-10-08  Bruno Haible  <bruno@clisp.org>
4044
4045         Tests for module 'acosf'.
4046         * modules/acosf-tests: New file.
4047         * tests/test-acosf.c: New file.
4048
4049         New module 'acosf'.
4050         * lib/math.in.h (acosf): New declaration.
4051         * lib/acosf.c: New file.
4052         * m4/acosf.m4: New file.
4053         * m4/math_h.m4 (gl_MATH_H): Test whether acosf is declared.
4054         (gl_MATH_H_DEFAULTS): Initialize GNULIB_ACOSF, HAVE_ACOSF.
4055         * modules/math (Makefile.am): Substitute GNULIB_ACOSF, HAVE_ACOSF.
4056         * modules/acosf: New file.
4057         * tests/test-math-c++.cc: Check the declaration of acosf.
4058         * doc/posix-functions/acosf.texi: Mention the new module.
4059
4060         acos: Use a .m4 file.
4061         * m4/acos.m4: New file.
4062         * modules/acos (Files): Add it.
4063         (configure.ac): Just invoke gl_FUNC_ACOS.
4064
4065 2011-10-08  Bruno Haible  <bruno@clisp.org>
4066
4067         Tests for module 'asinf'.
4068         * modules/asinf-tests: New file.
4069         * tests/test-asinf.c: New file.
4070
4071         New module 'asinf'.
4072         * lib/math.in.h (asinf): New declaration.
4073         * lib/asinf.c: New file.
4074         * m4/asinf.m4: New file.
4075         * m4/math_h.m4 (gl_MATH_H): Test whether asinf is declared.
4076         (gl_MATH_H_DEFAULTS): Initialize GNULIB_ASINF, HAVE_ASINF.
4077         * modules/math (Makefile.am): Substitute GNULIB_ASINF, HAVE_ASINF.
4078         * modules/asinf: New file.
4079         * tests/test-math-c++.cc: Check the declaration of asinf.
4080         * doc/posix-functions/asinf.texi: Mention the new module.
4081
4082         asin: Use a .m4 file.
4083         * m4/asin.m4: New file.
4084         * modules/asin (Files): Add it.
4085         (configure.ac): Just invoke gl_FUNC_ASIN.
4086
4087 2011-10-08  Bruno Haible  <bruno@clisp.org>
4088
4089         Tests for module 'tanf'.
4090         * modules/tanf-tests: New file.
4091         * tests/test-tanf.c: New file.
4092
4093         New module 'tanf'.
4094         * lib/math.in.h (tanf): New declaration.
4095         * lib/tanf.c: New file.
4096         * m4/tanf.m4: New file.
4097         * m4/math_h.m4 (gl_MATH_H): Test whether tanf is declared.
4098         (gl_MATH_H_DEFAULTS): Initialize GNULIB_TANF, HAVE_TANF.
4099         * modules/math (Makefile.am): Substitute GNULIB_TANF, HAVE_TANF.
4100         * modules/tanf: New file.
4101         * tests/test-math-c++.cc: Check the declaration of tanf.
4102         * doc/posix-functions/tanf.texi: Mention the new module.
4103
4104         tan: Use a .m4 file.
4105         * m4/tan.m4: New file.
4106         * modules/tan (Files): Add it.
4107         (configure.ac): Just invoke gl_FUNC_TAN.
4108
4109 2011-10-08  Bruno Haible  <bruno@clisp.org>
4110
4111         Tests for module 'cosf'.
4112         * modules/cosf-tests: New file.
4113         * tests/test-cosf.c: New file.
4114
4115         New module 'cosf'.
4116         * lib/math.in.h (cosf): New declaration.
4117         * lib/cosf.c: New file.
4118         * m4/cosf.m4: New file.
4119         * m4/math_h.m4 (gl_MATH_H): Test whether cosf is declared.
4120         (gl_MATH_H_DEFAULTS): Initialize GNULIB_COSF, HAVE_COSF.
4121         * modules/math (Makefile.am): Substitute GNULIB_COSF, HAVE_COSF.
4122         * modules/cosf: New file.
4123         * tests/test-math-c++.cc: Check the declaration of cosf.
4124         * doc/posix-functions/cosf.texi: Mention the new module.
4125
4126         cos: Use a .m4 file.
4127         * m4/cos.m4: New file.
4128         * modules/cos (Files): Add it.
4129         (configure.ac): Just invoke gl_FUNC_COS.
4130
4131 2011-10-08  Bruno Haible  <bruno@clisp.org>
4132
4133         Tests for module 'sinf'.
4134         * modules/sinf-tests: New file.
4135         * tests/test-sinf.c: New file.
4136
4137         New module 'sinf'.
4138         * lib/math.in.h (sinf): New declaration.
4139         * lib/sinf.c: New file.
4140         * m4/sinf.m4: New file.
4141         * m4/math_h.m4 (gl_MATH_H): Test whether sinf is declared.
4142         (gl_MATH_H_DEFAULTS): Initialize GNULIB_SINF, HAVE_SINF.
4143         * modules/math (Makefile.am): Substitute GNULIB_SINF, HAVE_SINF.
4144         * modules/sinf: New file.
4145         * tests/test-math-c++.cc: Check the declaration of sinf.
4146         * doc/posix-functions/sinf.texi: Mention the new module.
4147
4148         sin: Use a .m4 file.
4149         * m4/sin.m4: New file.
4150         * modules/sin (Files): Add it.
4151         (configure.ac): Just invoke gl_FUNC_SIN.
4152
4153 2011-10-08  Bruno Haible  <bruno@clisp.org>
4154
4155         Tests for module 'powf'.
4156         * modules/powf-tests: New file.
4157         * tests/test-powf.c: New file.
4158
4159         New module 'powf'.
4160         * lib/math.in.h (powf): New declaration.
4161         * lib/powf.c: New file.
4162         * m4/powf.m4: New file.
4163         * m4/math_h.m4 (gl_MATH_H): Test whether powf is declared.
4164         (gl_MATH_H_DEFAULTS): Initialize GNULIB_POWF, HAVE_POWF.
4165         * modules/math (Makefile.am): Substitute GNULIB_POWF, HAVE_POWF.
4166         * modules/powf: New file.
4167         * tests/test-math-c++.cc: Check the declaration of powf.
4168         * doc/posix-functions/powf.texi: Mention the new module.
4169
4170         pow: Use a .m4 file.
4171         * m4/pow.m4: New file.
4172         * modules/pow (Files): Add it.
4173         (configure.ac): Just invoke gl_FUNC_POW.
4174
4175 2011-10-08  Bruno Haible  <bruno@clisp.org>
4176
4177         Tests for module 'log10f'.
4178         * modules/log10f-tests: New file.
4179         * tests/test-log10f.c: New file.
4180
4181         New module 'log10f'.
4182         * lib/math.in.h (log10f): New declaration.
4183         * lib/log10f.c: New file.
4184         * m4/log10f.m4: New file.
4185         * m4/math_h.m4 (gl_MATH_H): Test whether log10f is declared.
4186         (gl_MATH_H_DEFAULTS): Initialize GNULIB_LOG10F, HAVE_LOG10F.
4187         * modules/math (Makefile.am): Substitute GNULIB_LOG10F, HAVE_LOG10F.
4188         * modules/log10f: New file.
4189         * tests/test-math-c++.cc: Check the declaration of log10f.
4190         * doc/posix-functions/log10f.texi: Mention the new module.
4191
4192         log10: Use a .m4 file.
4193         * m4/log10.m4: New file.
4194         * modules/log10 (Files): Add it.
4195         (configure.ac): Just invoke gl_FUNC_LOG10.
4196
4197 2011-10-08  Bruno Haible  <bruno@clisp.org>
4198
4199         Tests for module 'logf'.
4200         * modules/logf-tests: New file.
4201         * tests/test-logf.c: New file.
4202
4203         New module 'logf'.
4204         * lib/math.in.h (logf): New declaration.
4205         * lib/logf.c: New file.
4206         * m4/logf.m4: New file.
4207         * m4/math_h.m4 (gl_MATH_H): Test whether logf is declared.
4208         (gl_MATH_H_DEFAULTS): Initialize GNULIB_LOGF, HAVE_LOGF.
4209         * modules/math (Makefile.am): Substitute GNULIB_LOGF, HAVE_LOGF.
4210         * modules/logf: New file.
4211         * tests/test-math-c++.cc: Check the declaration of logf.
4212         * doc/posix-functions/logf.texi: Mention the new module.
4213
4214         log: Use a .m4 file.
4215         * m4/log.m4: New file.
4216         * modules/log (Files): Add it.
4217         (configure.ac): Just invoke gl_FUNC_LOG.
4218
4219 2011-10-08  Bruno Haible  <bruno@clisp.org>
4220
4221         Tests for module 'expf'.
4222         * modules/expf-tests: New file.
4223         * tests/test-expf.c: New file.
4224
4225         New module 'expf'.
4226         * lib/math.in.h (expf): New declaration.
4227         * lib/expf.c: New file.
4228         * m4/expf.m4: New file.
4229         * m4/math_h.m4 (gl_MATH_H): Test whether expf is declared.
4230         (gl_MATH_H_DEFAULTS): Initialize GNULIB_EXPF, HAVE_EXPF.
4231         * modules/math (Makefile.am): Substitute GNULIB_EXPF, HAVE_EXPF.
4232         * modules/expf: New file.
4233         * tests/test-math-c++.cc: Check the declaration of expf.
4234         * doc/posix-functions/expf.texi: Mention the new module.
4235
4236         exp: Use a .m4 file.
4237         * m4/exp.m4: New file.
4238         * modules/exp (Files): Add it.
4239         (configure.ac): Just invoke gl_FUNC_EXP.
4240
4241 2011-10-08  Bruno Haible  <bruno@clisp.org>
4242
4243         Tests for module 'sqrtf'.
4244         * modules/sqrtf-tests: New file.
4245         * tests/test-sqrtf.c: New file.
4246
4247         New module 'sqrtf'.
4248         * lib/math.in.h (sqrtf): New declaration.
4249         * lib/sqrtf.c: New file.
4250         * m4/sqrtf.m4: New file.
4251         * m4/math_h.m4 (gl_MATH_H): Test whether sqrtf is declared.
4252         (gl_MATH_H_DEFAULTS): Initialize GNULIB_SQRTF, HAVE_SQRTF.
4253         * modules/math (Makefile.am): Substitute GNULIB_SQRTF, HAVE_SQRTF.
4254         * modules/sqrtf: New file.
4255         * tests/test-math-c++.cc: Check the declaration of sqrtf.
4256         * doc/posix-functions/sqrtf.texi: Mention the new module.
4257
4258 2011-10-08  Bruno Haible  <bruno@clisp.org>
4259
4260         Tests: Avoid link failures w.r.t. libintl.
4261         * modules/faccessat-tests (Makefile.am): Link test-faccessat against
4262         $(LIBINTL).
4263         * modules/fchdir-tests (Makefile.am): Link test-fchdir against
4264         $(LIBINTL).
4265         * modules/getcwd-lgpl-tests (Makefile.am): Link test-getcwd-lgpl
4266         against $(LIBINTL).
4267         * modules/getcwd-tests (Makefile.am): Link test-getcwd against
4268         $(LIBINTL).
4269         * modules/openat-tests (Makefile.am): Link test-fchmodat against
4270         $(LIBINTL).
4271         * modules/stat-tests (Makefile.am): Link test-stat against $(LIBINTL).
4272
4273 2011-10-08  Bruno Haible  <bruno@clisp.org>
4274
4275         pow tests: Defeat compiler optimizations.
4276         * tests/test-pow.c (main): Assign arguments to x and y before use.
4277
4278 2011-10-08  Bruno Haible  <bruno@clisp.org>
4279
4280         gnulib-tool: Improve last commit.
4281         * gnulib-tool (func_modules_transitive_closure): Simplify code.
4282         (func_emit_autoconf_snippets): Instead of invoking func_acceptable,
4283         ignore dependencies that are not among the modules list.
4284
4285 2011-10-07  Paul Eggert  <eggert@cs.ucla.edu>
4286
4287         gnulib-tool: don't follow dependencies to avoided modules
4288         This fixes a bug that is related to the previous one.
4289         * gnulib-tool (func_modules_transitive_closure)
4290         (func_emit_autoconf_snippets):
4291         Check whether a dependency is acceptable before using it.
4292         (--extract-dependencies): Report an error if --avoid is also used,
4293         since this combination of options is not yet supported.
4294
4295         gnulib-tool: fix typo that broke Emacs on powerpc-apple-darwin9.8.0.
4296         Problem reported by Peter Dyballa in
4297         <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9696>.
4298         * gnulib-tool (func_emit_autoconf_snippets): Quote with "", not '',
4299         when echoing "$condition".
4300
4301 2011-10-07  Bruno Haible  <bruno@clisp.org>
4302
4303         Fix documentation about math functions on MacOS X.
4304         * doc/posix-functions/exp2.texi: Don't say the function is missing on
4305         MacOS X 10.5.
4306         * doc/posix-functions/fdim.texi: Likewise.
4307         * doc/posix-functions/feclearexcept.texi: Likewise.
4308         * doc/posix-functions/fegetenv.texi: Likewise.
4309         * doc/posix-functions/fegetround.texi: Likewise.
4310         * doc/posix-functions/feholdexcept.texi: Likewise.
4311         * doc/posix-functions/feraiseexcept.texi: Likewise.
4312         * doc/posix-functions/fesetenv.texi: Likewise.
4313         * doc/posix-functions/fesetround.texi: Likewise.
4314         * doc/posix-functions/fetestexcept.texi: Likewise.
4315         * doc/posix-functions/feupdateenv.texi: Likewise.
4316         * doc/posix-functions/fmax.texi: Likewise.
4317         * doc/posix-functions/fmin.texi: Likewise.
4318         * doc/posix-functions/log2.texi: Likewise.
4319         * doc/posix-functions/modff.texi: Likewise.
4320         * doc/posix-functions/nan.texi: Likewise.
4321         * doc/posix-functions/nanf.texi: Likewise.
4322         * doc/posix-functions/nextafterf.texi: Likewise.
4323         * doc/posix-functions/remquo.texi: Likewise.
4324
4325 2011-10-07  Bruno Haible  <bruno@clisp.org>
4326
4327         modff: Drop assumption about library that defines modff.
4328         * m4/modff.m4 (gl_FUNC_MODFF): Use gl_MATHFUNC macro instead of
4329         AC_CHECK_FUNCS.
4330         * modules/modff (Files): Add m4/mathfunc.m4.
4331
4332 2011-10-07  Bernhard Voelker  <mail@bernhard-voelker.de>
4333
4334         raise tests: Avoid a GCC warning.
4335         * tests/test-raise.c (handler): Use _Noreturn.
4336
4337 2011-10-07  Bruno Haible  <bruno@clisp.org>
4338
4339         Tests for module 'ldexpf'.
4340         * modules/ldexpf-tests: New file.
4341         * tests/test-ldexpf.c: New file.
4342
4343         New module 'ldexpf'.
4344         * lib/math.in.h (ldexpf): New declaration.
4345         * lib/ldexpf.c: New file.
4346         * m4/ldexpf.m4: New file.
4347         * m4/math_h.m4 (gl_MATH_H): Test whether ldexpf is declared.
4348         (gl_MATH_H_DEFAULTS): Initialize GNULIB_LDEXPF, HAVE_LDEXPF.
4349         * modules/math (Makefile.am): Substitute GNULIB_LDEXPF, HAVE_LDEXPF.
4350         * modules/ldexpf: New file.
4351         * tests/test-math-c++.cc: Check the declaration of ldexpf.
4352         * doc/posix-functions/ldexpf.texi: Mention the new module.
4353
4354 2011-10-06  Bruno Haible  <bruno@clisp.org>
4355
4356         frexpf: Work around problems on IRIX and mingw.
4357         * lib/math.in.h (frexpf): Consider also REPLACE_FREXPF.
4358         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPF.
4359         * m4/frexpf.m4 (gl_FUNC_FREXPF_WORKS): New macro.
4360         (gl_FUNC_FREXPF): Invoke it. Set REPLACE_FREXPF.
4361         * modules/frexpf (Depends-on, configure.ac): Consider REPLACE_FREXPF.
4362         * modules/math (Makefile.am): Substitute REPLACE_FREXPF.
4363         * doc/posix-functions/frexpf.texi: Mention the IRIX and mingw problems.
4364
4365 2011-10-06  Bruno Haible  <bruno@clisp.org>
4366
4367         fabsf: Drop assumption about library that defines fabsf.
4368         * m4/fabsf.m4 (gl_FUNC_FABSF): Use gl_MATHFUNC macro instead of
4369         AC_CHECK_FUNCS.
4370         * modules/fabsf (Files): Add m4/mathfunc.m4.
4371
4372 2011-10-06  Bruno Haible  <bruno@clisp.org>
4373
4374         frexpf: Drop assumption about library that defines frexpf.
4375         * m4/mathfunc.m4 (gl_MATHFUNC): Support also the argument types
4376         'int *', 'float *', 'long double *', 'float', 'long double'.
4377         * m4/frexpf.m4 (gl_FUNC_FREXPF): Use gl_MATHFUNC macro instead of
4378         AC_CHECK_FUNCS.
4379         * modules/frexpf (Files): Add m4/mathfunc.m4.
4380
4381         Tests for module 'frexpf'.
4382         * modules/frexpf-tests: New file.
4383         * tests/test-frexpf.c: New file.
4384
4385         New module 'frexpf'.
4386         * lib/math.in.h (frexpf): New declaration.
4387         * lib/frexpf.c: New file.
4388         * m4/frexpf.m4: New file.
4389         * m4/math_h.m4 (gl_MATH_H): Test whether frexpf is declared.
4390         (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPF, HAVE_FREXPF.
4391         * modules/math (Makefile.am): Substitute GNULIB_FREXPF, HAVE_FREXPF.
4392         * modules/frexpf: New file.
4393         * tests/test-math-c++.cc: Check the declaration of frexpf.
4394         * doc/posix-functions/frexpf.texi: Mention the new module.
4395
4396 2011-10-06  Bruno Haible  <bruno@clisp.org>
4397
4398         math: Sort function declarations of math.in.h.
4399         * lib/math.in.h (frexp, logb): Move declarations.
4400
4401 2011-10-05  Bruno Haible  <bruno@clisp.org>
4402
4403         Tests for module 'modff'.
4404         * modules/modff-tests: New file.
4405         * tests/test-modff.c: New file.
4406
4407         New module 'modff'.
4408         * lib/math.in.h (modff): New declaration.
4409         * lib/modff.c: New file.
4410         * m4/modff.m4: New file.
4411         * m4/math_h.m4 (gl_MATH_H): Test whether modff is declared.
4412         (gl_MATH_H_DEFAULTS): Initialize GNULIB_MODFF, HAVE_MODFF.
4413         * modules/math (Makefile.am): Substitute GNULIB_MODFF, HAVE_MODFF.
4414         * modules/modff: New file.
4415         * tests/test-math-c++.cc: Check the declaration of modff.
4416         * doc/posix-functions/modff.texi: Mention the new module.
4417
4418         modf tests: Make test sharper.
4419         * tests/test-modf.c (main): Strengthen upper bound.
4420
4421         modf: Use a .m4 file.
4422         * m4/modf.m4: New file.
4423         * modules/modf (Files): Add it.
4424         (configure.ac): Just invoke gl_FUNC_MODF.
4425
4426 2011-10-05  Bruno Haible  <bruno@clisp.org>
4427
4428         Tests for module 'fmodf'.
4429         * modules/fmodf-tests: New file.
4430         * tests/test-fmodf.c: New file.
4431
4432         New module 'fmodf'.
4433         * lib/math.in.h (fmodf): New declaration.
4434         * lib/fmodf.c: New file.
4435         * m4/fmodf.m4: New file.
4436         * m4/math_h.m4 (gl_MATH_H): Test whether fmodf is declared.
4437         (gl_MATH_H_DEFAULTS): Initialize GNULIB_FMODF, HAVE_FMODF.
4438         * modules/math (Makefile.am): Substitute GNULIB_FMODF, HAVE_FMODF.
4439         * modules/fmodf: New file.
4440         * tests/test-math-c++.cc: Check the declaration of fmodf.
4441         * doc/posix-functions/fmodf.texi: Mention the new module.
4442
4443         fmod: Use a .m4 file.
4444         * m4/fmod.m4: New file.
4445         * modules/fmod (Files): Add it.
4446         (configure.ac): Just invoke gl_FUNC_FMOD.
4447
4448 2011-10-05  Bruno Haible  <bruno@clisp.org>
4449
4450         Tests for module 'fabsf'.
4451         * modules/fabsf-tests: New file.
4452         * tests/test-fabsf.c: New file.
4453
4454         New module 'fabsf'.
4455         * lib/math.in.h (fabsf): New declaration.
4456         * lib/fabsf.c: New file.
4457         * m4/fabsf.m4: New file.
4458         * m4/math_h.m4 (gl_MATH_H): Test whether fabsf is declared.
4459         (gl_MATH_H_DEFAULTS): Initialize GNULIB_FABSF, HAVE_FABSF.
4460         * modules/math (Makefile.am): Substitute GNULIB_FABSF, HAVE_FABSF.
4461         * modules/fabsf: New file.
4462         * tests/test-math-c++.cc: Check the declaration of fabsf.
4463         * doc/posix-functions/fabsf.texi: Mention the new module.
4464
4465         fabs: Use a .m4 file.
4466         * m4/fabs.m4: New file.
4467         * modules/fabs (Files): Add it.
4468         (configure.ac): Just invoke gl_FUNC_FABS.
4469
4470 2011-10-05  Jim Meyering  <meyering@redhat.com>
4471
4472         file-has-acl: revert both recent changes, 80af92af and 95f7c57f
4473         * lib/file-has-acl.c: While the 2011-10-03 change does fix the
4474         ls -lL regression introduced in coreutils-8.12, it does so at the
4475         cost of an additional stat call in the common case.  Besides, now
4476         that the kernel change that prompted commit 95f7c57f has been reverted
4477         (see https://bugzilla.redhat.com/show_bug.cgi?id=720325#c24)
4478         we have no use for commit 95f7c57f, "file-has-acl: use
4479         acl_extended_file_nofollow if available".
4480
4481 2011-10-03  Kamil Dudka  <kdudka@redhat.com>
4482
4483         file-has-acl: revert unintended change in behavior of ls -L
4484         * lib/file-has-acl.c (acl_extended_file_wrap): New function,
4485         derived from...
4486         (file_has_acl): ...code here.  Call it.
4487         This problem was introduced with 2011-07-22 commit 95f7c57f,
4488         "file-has-acl: use acl_extended_file_nofollow if available".
4489         See http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/28538
4490
4491 2011-10-03  Bruno Haible  <bruno@clisp.org>
4492
4493         poll: Avoid link errors on MSVC.
4494         * m4/poll.m4 (gl_FUNC_POLL): Determine LIB_POLL.
4495         * modules/poll (Depends-on): Add sockets.
4496         (Link): New section.
4497         * NEWS: Mention the change.
4498         * modules/poll-tests (Makefile.am): Link test-poll against $(LIB_POLL).
4499         * modules/poll-h-c++-tests (Makefile.am): Link test-poll-h-c++ against
4500         $(LIB_POLL) instead of $(LIBSOCKET).
4501
4502 2011-10-03  Bruno Haible  <bruno@clisp.org>
4503
4504         sys_select tests: Fix link error on MSVC 9.
4505         * modules/sys_select-c++-tests (Makefile.am): Link test-sys_select-c++
4506         with $(LIB_SELECT) instead of $(LIBSOCKET).
4507
4508 2011-10-03  Bruno Haible  <bruno@clisp.org>
4509
4510         sys_select: Fix compilation error on mingw.
4511         * lib/sys_select.in.h: On native Windows, include <io.h>.
4512
4513 2011-10-03  Bruno Haible  <bruno@clisp.org>
4514
4515         wmemset: Support for MSVC.
4516         * m4/wmemset.m4 (gl_FUNC_WMEMSET): Use a small test program to test
4517         whether wmemset() exists.
4518
4519 2011-10-03  Bruno Haible  <bruno@clisp.org>
4520
4521         wmemmove: Support for MSVC.
4522         * m4/wmemmove.m4 (gl_FUNC_WMEMMOVE): Use a small test program to test
4523         whether wmemmove() exists.
4524
4525 2011-10-03  Bruno Haible  <bruno@clisp.org>
4526
4527         wmemcpy: Support for MSVC.
4528         * m4/wmemcpy.m4 (gl_FUNC_WMEMCPY): Use a small test program to test
4529         whether wmemcpy() exists.
4530
4531 2011-10-03  Bruno Haible  <bruno@clisp.org>
4532
4533         wmemcmp: Support for MSVC.
4534         * m4/wmemcmp.m4 (gl_FUNC_WMEMCMP): Use a small test program to test
4535         whether wmemcmp() exists.
4536
4537 2011-10-03  Bruno Haible  <bruno@clisp.org>
4538
4539         wmemchr: Support for MSVC.
4540         * m4/wmemchr.m4 (gl_FUNC_WMEMCHR): Use a small test program to test
4541         whether wmemchr() exists.
4542
4543 2011-10-03  Bruno Haible  <bruno@clisp.org>
4544
4545         glthread/*, strsignal: Support for MSVC.
4546         * lib/glthread/cond.h: Define WIN32_LEAN_AND_MEAN, so as to avoid
4547         including <winsock.h> on MSVC 9.
4548         * lib/glthread/lock.h: Likewise.
4549         * lib/glthread/thread.h: Likewise.
4550         * lib/glthread/tls.h: Likewise.
4551         * lib/glthread/yield.h: Likewise.
4552         * lib/strsignal.c: Include <string.h> first. Don't include <unistd.h>
4553         if HAVE_UNISTD_H is false.
4554         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Test for <unistd.h>.
4555
4556 2011-10-03  Bruno Haible  <bruno@clisp.org>
4557
4558         nonblocking tests: Fix test failure on OpenBSD/SPARC64.
4559         * tests/test-nonblocking-socket.h (SOCKET_DATA_BLOCK_SIZE) [OpenBSD]:
4560         Set to 100000.
4561
4562 2011-10-03  Bruno Haible  <bruno@clisp.org>
4563
4564         acl: Fix specification.
4565         * lib/file-has-acl.c (file_has_acl): Fix specification.
4566
4567 2011-10-03  Bruno Haible  <bruno@clisp.org>
4568
4569         relocatable-lib[-lgpl]: Avoid expensive /proc access on Linux, Cygwin.
4570         * lib/relocatable.c (ENABLE_COSTLY_RELOCATABLE): New macro.
4571         (compute_curr_prefix, shared_library_fullname,
4572         find_shared_library_fullname, get_shared_library_fullname, relocate):
4573         Use it together with PIC && INSTALLDIR.
4574         Reported by <jojelino@gmail.com>
4575         via Charles Wilson <cygwin@cwilson.fastmail.fm>.
4576
4577 2011-10-01  Jim Meyering  <meyering@redhat.com>
4578
4579         maint.mk: adjust a release-related rule not to require use of gzip
4580         * top/maint.mk (writable-files): Don't hard-code use of .tar.gz.
4581         Instead, check each file in $(DIST_ARCHIVES).  This is better for
4582         projects that build only .tar.xz files.  Also fix an erroneous test.
4583
4584         test-linkat: don't leave behind a temporary file
4585         * tests/test-linkat.c (main): Don't forget to remove a temporary file.
4586         Otherwise, coreutils' "make distcheck" would fail with this:
4587           Only in /c/cu/tests/torture/coreutils/test/\
4588             coreutils-8.13.22-d5caf.old/gnulib-tests: test-linkat.too
4589           make[2]: *** [my-distcheck] Error 1
4590
4591         float, math: add omitted file
4592         * lib/itold.c: Add file, required for yesterday's float change.
4593
4594 2011-10-01  Bruno Haible  <bruno@clisp.org>
4595
4596         isinf: Fix for OpenBSD/x86.
4597         * m4/isinf.m4 (gl_ISINFL_WORKS): Also test the behaviour of isinf on
4598         pseudo-NaNs, pseudo-Infinities, and other non-IEEE values.
4599         * doc/posix-functions/isinf.texi: Mention the problem on OpenBSD/x86.
4600
4601 2011-10-01  Bruno Haible  <bruno@clisp.org>
4602
4603         isfinite: Fix syntax error in configure test.
4604         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Fix syntax error.
4605
4606         isfinite: Fix typo.
4607         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): When cross-compiling, set
4608         gl_cv_func_isfinitel_works, not gl_cv_func_isnanl_works.
4609
4610 2011-10-01  Bruno Haible  <bruno@clisp.org>
4611
4612         nonblocking tests: Fix test failure on Linux/IA-64.
4613         * tests/test-nonblocking-pipe.h (PIPE_DATA_BLOCK_SIZE) [Linux/IA-64]:
4614         Set to 270000.
4615
4616 2011-10-01  Bruno Haible  <bruno@clisp.org>
4617
4618         mkfifoat tests: Fix a test failure on mingw.
4619         * tests/test-mkfifoat.c (main): Allow mkfifoat or test_mknodat to fail
4620         with error ENOSYS.
4621
4622 2011-09-30  Bruno Haible  <bruno@clisp.org>
4623
4624         float, math: Fix 'int' to 'long double' conversion on Linux/SPARC64.
4625         * m4/float_h.m4 (gl_FLOAT_H): Test conversion from 'int' to
4626         'long double'. Set REPLACE_ITOLD.
4627         * lib/float.in.h (_Qp_itoq, _gl_float_fix_itold): New declarations.
4628         * lib/math.in.h (_Qp_itoq, _gl_math_fix_itold): New declarations.
4629         * lib/itold.c: New file.
4630         * modules/float (Files): Add lib/itold.c.
4631         (configure.ac): When REPLACE_ITOLD is 1, arrange to compile itold.c.
4632         (Makefile.am): Substitute REPLACE_ITOLD.
4633         * modules/math (Depends-on): Add float.
4634         (Makefile.am): Substitute REPLACE_ITOLD.
4635         * doc/posix-headers/float.texi: Mention problem on Linux/SPARC64.
4636         * doc/posix-headers/math.texi: Likewise.
4637         * doc/posix-functions/logl.texi: Likewise.
4638
4639 2011-09-30  Bruno Haible  <bruno@clisp.org>
4640
4641         nonblocking tests: Fix test failure on Linux/SPARC (32-bit and 64-bit).
4642         * tests/test-nonblocking-pipe.h (PIPE_DATA_BLOCK_SIZE) [Linux/SPARC]:
4643         Set to 140000.
4644
4645 2011-09-30  Bruno Haible  <bruno@clisp.org>
4646
4647         gnulib-tool: Improve suggestion where to put gl_EARLY invocation.
4648         * gnulib-tool (func_import): If the configure.ac has an AC_PROG_CC_STDC
4649         invocation, say "right after AC_PROG_CC_STDC", not "right after
4650         AC_PROG_CC".
4651         Reported by Gary V. Vaughan <gary@gnu.org>.
4652
4653 2011-09-30  Bruno Haible  <bruno@clisp.org>
4654
4655         Centralize C99 requirement.
4656         * m4/gnulib-common.m4 (gl_PROG_CC_C99): New macro.
4657         * modules/stdarg (configure.ac-early): Invoke it instead of
4658         AC_PROG_CC_STDC.
4659         Reported by Gary V. Vaughan and Paul Eggert.
4660
4661 2011-09-29  Bruno Haible  <bruno@clisp.org>
4662
4663         float: Fix LDBL_MAX value on Linux/PowerPC.
4664         * m4/float_h.m4 (gl_FLOAT_H): Set FLOAT_H and REPLACE_FLOAT_LDBL also
4665         on Linux/PowerPC.
4666         * lib/float.in.h (LDBL_MAX): Redefine also on Linux/PowerPC.
4667         * lib/float.c (gl_LDBL_MAX): Also define on Linux/PowerPC.
4668         * doc/posix-headers/float.texi: Mention Linux/PowerPC as an affected
4669         platform.
4670         Reported by Andreas Metzler <ametzler@downhill.at.eu.org>.
4671
4672 2011-09-29  Bruno Haible  <bruno@clisp.org>
4673
4674         doc: Improve doc about gl_EARLY.
4675         * doc/gnulib-tool.texi (Initial import): Mention where to place an
4676         AC_PROG_CC_STDC invocation.
4677         Reported by Gary V. Vaughan <gary@gnu.org>.
4678
4679 2011-09-28  Bruno Haible  <bruno@clisp.org>
4680
4681         fgetc, fputc, fread, fwrite tests: Fix link error.
4682         * tests/test-fgetc.c (main): Don't invoke gl_msvc_inval_ensure_handler
4683         on non-MSVC platforms.
4684         * tests/test-fputc.c (main): Likewise.
4685         * tests/test-fread.c (main): Likewise.
4686         * tests/test-fwrite.c (main): Likewise.
4687         Reported by Jim Meyering.
4688
4689 2011-09-27  Bruno Haible  <bruno@clisp.org>
4690
4691         fputc, fwrite tests: Avoid test failure on MSVC.
4692         * tests/test-fgetc.c: Include msvc-inval.h.
4693         (main): Invoke gl_msvc_inval_ensure_handler.
4694         * tests/test-fputc.c: Include msvc-inval.h.
4695         (main): Invoke gl_msvc_inval_ensure_handler.
4696         * tests/test-fread.c: Include msvc-inval.h.
4697         (main): Invoke gl_msvc_inval_ensure_handler.
4698         * tests/test-fwrite.c: Include msvc-inval.h.
4699         (main): Invoke gl_msvc_inval_ensure_handler.
4700         * modules/fgetc-tests (Depends-on): Add msvc-inval.
4701         * modules/fputc-tests (Depends-on): Likewise.
4702         * modules/fread-tests (Depends-on): Likewise.
4703         * modules/fwrite-tests (Depends-on): Likewise.
4704
4705 2011-09-27  Bruno Haible  <bruno@clisp.org>
4706
4707         raise: Fix double declaration with modules 'sigprocmask' and 'sigpipe'.
4708         * lib/signal.in.h (GNULIB_defined_signal_blocking): New macro.
4709         (raise): Remove older, duplicated declaration.
4710         (_gl_raise_SIGPIPE): New declaration.
4711         * lib/sigprocmask.c (_gl_raise_SIGPIPE): New function.
4712         (rpl_raise): Remove function.
4713         * lib/raise.c (rpl_raise, raise): Merge into a single function. Handle
4714         a gnulib-defined SIGPIPE here.
4715         * m4/raise.m4 (gl_FUNC_RAISE): Set REPLACE_RAISE also if the module
4716         'sigprocmask' has detected missing signal-blocking and the module
4717         'sigpipe' is enabled.
4718         Reported by Tatsuro MATSUOKA <tmacchant5@yahoo.co.jp>.
4719
4720 2011-09-26  Gijs van Tulder  <gvtulder@gmail.com>
4721
4722         base64-tests: avoid memory leak
4723         * tests/test-base64.c (main): Plug memory leak.
4724
4725         base32: new module
4726         * modules/base32: New module.
4727         * lib/base32.c: New file.
4728         * lib/base32.h: Likewise.
4729         * m4/base32.m4: Likewise.
4730         * modules/base32-tests: New test.
4731         * tests/test-base32.c: Likewise.
4732         * MODULES.html.sh (Misc): Mention it.
4733
4734 2011-09-26  Paul Eggert  <eggert@cs.ucla.edu>
4735
4736         gnulib: use more-standard license notice wording
4737         * gnulib-tool (func_emit_copyright_notice): When emitting a
4738         license notice into a file, use the standard wording as suggested
4739         by the current information for GNU maintainers, except say "file"
4740         rather than "program".  The new wording gives a license version
4741         number, which addresses an issue raised by Glenn Morris in
4742         <http://lists.gnu.org/archive/html/bug-gnulib/2011-09/msg00397.html>.
4743         * m4/onceonly.m4: Use that same wording here, too.
4744
4745         dup2: minor simplification
4746         * m4/dup2.m4 (gl_PREREQ_DUP2): Don't require AC_C_INLINE,
4747         as lib/dup2.c no longer uses 'inline'.
4748
4749 2011-09-25  Bruno Haible  <bruno@clisp.org>
4750
4751         strings: Fix compilation error on MSVC.
4752         * lib/strings.in.h: Include <stddef.h> for size_t.
4753
4754 2011-09-25  Bruno Haible  <bruno@clisp.org>
4755
4756         fflush et al.: Document limitation on MSVC.
4757         * doc/posix-functions/fflush.texi: Document possible crash in handling
4758         mode other than DEFAULT_HANDLING.
4759         * doc/posix-functions/fgetc.texi: Likewise.
4760         * doc/posix-functions/fputc.texi: Likewise.
4761         * doc/posix-functions/fread.texi: Likewise.
4762         * doc/posix-functions/fwrite.texi: Likewise.
4763
4764 2011-09-25  Bruno Haible  <bruno@clisp.org>
4765
4766         msvc-inval: Allow three invalid parameter handling modes.
4767         * lib/msvc-inval.h: Don't include <stdlib.h> here.
4768         (DEFAULT_HANDLING, HAIRY_LIBRARY_HANDLING, SANE_LIBRARY_HANDLING): New
4769         macros.
4770         (gl_msvc_inval_ensure_handler, TRY_MSVC_INVAL, CATCH_MSVC_INVAL,
4771         DONE_MSVC_INVAL): Implement DEFAULT_HANDLING. Treat
4772         SANE_LIBRARY_HANDLING as a no-op.
4773         * lib/msvc-inval.c: Treat SANE_LIBRARY_HANDLING as a no-op. Include
4774         <stdlib.h>.
4775         (gl_msvc_invalid_parameter_handler): Implement DEFAULT_HANDLING.
4776
4777 2011-09-25  Bruno Haible  <bruno@clisp.org>
4778
4779         msvc-inval: Make handler multithread-safe.
4780         * lib/msvc-inval.h (struct gl_msvc_inval_per_thread): New type.
4781         (gl_msvc_inval_restart, gl_msvc_inval_restart_valid): Remove
4782         declarations.
4783         (gl_msvc_inval_current): New declaration.
4784         (TRY_MSVC_INVAL, CATCH_MSVC_INVAL, DONE_MSVC_INVAL) [!_MSC_VER]:
4785         Operate on the structure returned by gl_msvc_inval_current().
4786         * lib/msvc-inval.c (gl_msvc_inval_restart, gl_msvc_inval_restart_valid):
4787         Remove varaiables.
4788         (tls_index, tls_initialized): New variables.
4789         (not_per_thread): New variable.
4790         (gl_msvc_inval_current): New function.
4791         (gl_msvc_invalid_parameter_handler) [!_MSC_VER]: Use the structure
4792         returned by gl_msvc_inval_current().
4793
4794 2011-09-25  Bruno Haible  <bruno@clisp.org>
4795
4796         msvc-inval: Install handler globally.
4797         * lib/msvc-inval.h (STATUS_GNULIB_INVALID_PARAMETER): Define also for
4798         !_MSC_VER.
4799         (gl_msvc_invalid_parameter_handler): Remove declaration.
4800         (gl_msvc_inval_restart_valid, gl_msvc_inval_ensure_handler): New
4801         declarations.
4802         (TRY_MSVC_INVAL, CATCH_MSVC_INVAL, DONE_MSVC_INVAL) [!_MSC_VER]:
4803         Install the handler globally, don't uninstall it.
4804         * lib/msvc-inval.c (gl_msvc_inval_restart_valid): New variable.
4805         (gl_msvc_invalid_parameter_handler): Make static. If the restart is not
4806         currently valid, call RaiseException instead.
4807         (gl_msvc_inval_initialized, gl_msvc_inval_ensure_handler): Define also
4808         for !_MSC_VER.
4809
4810 2011-09-25  Bruno Haible  <bruno@clisp.org>
4811
4812         strerror_r-posix: Fix for MSVC 9.
4813         * lib/strerror_r.c (local_snprintf): New function.
4814         (snprintf): Define to local_snprintf, not to _snprintf.
4815
4816 2011-09-25  Bruno Haible  <bruno@clisp.org>
4817
4818         ftruncate: Support for MSVC 9.
4819         * lib/ftruncate.c: Include errno.h, msvc-inval.h.
4820         (chsize_nothrow): New function.
4821         (chsize): Redefine as a macro.
4822         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): Require AC_C_INLINE.
4823         * modules/ftruncate (Depends-on): Add msvc-inval.
4824
4825 2011-09-25  Bruno Haible  <bruno@clisp.org>
4826
4827         New module 'fstat'.
4828         * lib/sys_stat.in.h (fstat): Declare only if GNULIB_FSTAT is set.
4829         * lib/fstat.c: New file, based on a piece of lib/fchdir.c.
4830         * lib/fchdir.c (rpl_fstat): Remove function.
4831         * m4/fstat.m4: New file.
4832         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Don't set REPLACE_FSTAT.
4833         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Test whether fstat is
4834         declared.
4835         (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_FSTAT.
4836         * modules/sys_stat (Makefile.am): Substitute GNULIB_FSTAT.
4837         * modules/fstat: New file.
4838         * modules/sys_stat-tests (Depends-on): Remove fstat-tests.
4839         * tests/test-sys_stat-c++.cc (fstat): Check only if GNULIB_TEST_FSTAT
4840         is set.
4841         * doc/posix-functions/fstat.texi: Mention the new module and the
4842         problem on MSVC.
4843         * NEWS: Mention the change.
4844         * modules/acl (Depends-on): Add fstat.
4845         * modules/chdir-safer (Depends-on): Likewise.
4846         * modules/chown (Depends-on): Likewise.
4847         * modules/copy-file (Depends-on): Likewise.
4848         * modules/fchdir (Depends-on): Likewise.
4849         * modules/fdopendir (Depends-on): Likewise.
4850         * modules/fopen (Depends-on): Likewise.
4851         * modules/fts (Depends-on): Likewise.
4852         * modules/getcwd (Depends-on): Likewise.
4853         * modules/isapipe (Depends-on): Likewise.
4854         * modules/linkat (Depends-on): Likewise.
4855         * modules/lseek (Depends-on): Likewise.
4856         * modules/mkdir-p (Depends-on): Likewise.
4857         * modules/open (Depends-on): Likewise.
4858         * modules/openat (Depends-on): Likewise.
4859         * modules/read-file (Depends-on): Likewise.
4860         * modules/renameat (Depends-on): Likewise.
4861         * modules/utimens (Depends-on): Likewise.
4862
4863 2011-09-25  Bruno Haible  <bruno@clisp.org>
4864
4865         linkat: Fix compilation on MSVC 9.
4866         * lib/linkat.c: Don't include <stdint.h>.
4867
4868 2011-09-25  Bruno Haible  <bruno@clisp.org>
4869
4870         fclose: Support for MSVC 9.
4871         * lib/fclose.c: Include msvc-inval.h.
4872         (fclose_nothrow): New function.
4873         (rpl_fclose): Use it.
4874         * modules/fclose (Depends-on): Add msvc-inval.
4875         * doc/posix-functions/fclose.texi: Mention the problem on MSVC.
4876
4877 2011-09-24  Paul Eggert  <eggert@cs.ucla.edu>
4878
4879         dup2: minor simplifications
4880         * lib/dup2.c (ms_windows_dup2): Omit 'inline' as it's not clear
4881         that it's a performance win.
4882         (rpl_dup2): Change "if !((defined _WIN32 || defined __WIN32__) &&
4883         ! defined __CYGWIN__)" to "ifdef F_GETFL".
4884
4885 2011-09-24  Jim Meyering  <meyering@redhat.com>
4886
4887         test-futimens: avoid a warning from gcc -Wshadow
4888         * tests/test-futimens.h (test_futimens): Rename inner local, s/fd/fd0/
4889         to avoid a shadowing warning.
4890
4891 2011-09-24  Bruno Haible  <bruno@clisp.org>
4892
4893         fdopen: Support for MSVC 9.
4894         * m4/fdopen.m4 (gl_FUNC_FDOPEN): Set REPLACE_FDOPEN also if
4895         HAVE_MSVC_INVALID_PARAMETER_HANDLER is 1.
4896         * lib/fdopen.c: Include msvc-inval.h.
4897         (fdopen_nothrow): New function.
4898         (rpl_fdopen): Use it.
4899         * modules/fdopen (Depends-on): Add msvc-inval.
4900         * modules/fclose-tests (Depends-on): Add fdopen.
4901         * modules/fflush-tests (Depends-on): Likewise.
4902         * modules/fgetc-tests (Depends-on): Likewise.
4903         * modules/fputc-tests (Depends-on): Likewise.
4904         * modules/fread-tests (Depends-on): Likewise.
4905         * modules/freopen-tests (Depends-on): Likewise.
4906         * modules/fseeko-tests (Depends-on): Likewise.
4907         * modules/ftello-tests (Depends-on): Likewise.
4908         * modules/fwrite-tests  (Depends-on): Likewise.
4909         * doc/posix-functions/fdopen.texi: Mention the problem on MSVC.
4910
4911 2011-09-24  Bruno Haible  <bruno@clisp.org>
4912
4913         fgetc, fputc, fread, fwrite tests: Avoid compilation error on MSVC.
4914         * modules/fgetc-tests (Depends-on): Add unistd.
4915         * modules/fputc-tests (Depends-on): Likewise.
4916         * modules/fread-tests (Depends-on): Likewise.
4917         * modules/fwrite-tests (Depends-on): Likewise.
4918
4919 2011-09-24  Bruno Haible  <bruno@clisp.org>
4920
4921         dup: Simplify autoconf test.
4922         * m4/dup.m4 (gl_FUNC_DUP): Don't run a test program. Instead, just rely
4923         on gl_MSVC_INVAL's result.
4924
4925 2011-09-24  Bruno Haible  <bruno@clisp.org>
4926
4927         Tests for function fwrite().
4928         * modules/fwrite-tests: New file.
4929         * tests/test-fwrite.c: New file.
4930         * modules/stdio-tests (Depends-on): Add fwrite-tests.
4931
4932         Tests for function fread().
4933         * modules/fread-tests: New file.
4934         * tests/test-fread.c: New file.
4935         * modules/stdio-tests (Depends-on): Add fread-tests.
4936
4937         Activate fputc tests.
4938         * modules/stdio-tests (Depends-on): Add fputc-tests.
4939
4940         Enhance fgetc, fputc tests.
4941         * tests/test-fgetc.c (main): Also test the stream's error indicator.
4942         * tests/test-fputc.c (main): Likewise.
4943
4944 2011-09-24  Bruno Haible  <bruno@clisp.org>
4945
4946         write: Support for MSVC 9.
4947         * lib/unistd.in.h (write): Replace also when GNULIB_UNISTD_H_NONBLOCKING
4948         is not 1.
4949         * lib/write.c (write_nothrow): New function.
4950         (rpl_write): Define also when GNULIB_NONBLOCKING or GNULIB_SIGPIPE is
4951         not 1. Use write_nothrow.
4952         * m4/write.m4 (gl_FUNC_WRITE): Replace read if the platform has an
4953         invalid parameter handler.
4954         (gl_PREREQ_WRITE): New macro.
4955         * modules/write (Depends-on): Add msvc-inval.
4956         (configure.ac): Invoke gl_PREREQ_WRITE.
4957         * doc/posix-functions/write.texi: Mention the problem on MSVC.
4958
4959 2011-09-24  Bruno Haible  <bruno@clisp.org>
4960
4961         read: Fix last commit.
4962         * lib/read.c (read_nothrow): Change return type to 'ssize_t'.
4963
4964 2011-09-24  Bruno Haible  <bruno@clisp.org>
4965
4966         dup2: Fix last commit.
4967         * lib/dup2.c: Restore comments. Treat Cygwin like Unix.
4968         (rpl_dup2): Disable fcntl workaround on native Windows.
4969
4970         sigprocmask: Make code safer.
4971         * lib/sigprocmask.c: Move '#include "msvc-inval.h"' before the code
4972         section that changes macro definitions for this compilation unit.
4973
4974 2011-09-23  Paul Eggert  <eggert@cs.ucla.edu>
4975
4976         dup2: clarify by coalescing Windows-specific material
4977         * lib/dup2.c: Move '#include "msvc-inval.h"' and '#include
4978         "msvc-nothrow.h"' to the Windows-specific section, so that the
4979         Emacs source need not contain these include files.
4980         (ms_windows_dup2): Rename from dup2_nothrow, and move all the
4981         Windows-specific fixes into this function rather than just the
4982         nothrow fix, as this shortens and clarifies the code.  Always
4983         define as a function, as that's a bit cleaner than having it be
4984         sometimes a function and sometimes a macro.
4985         (rpl_dup2): Move the Windows-specific stuff out of here and into
4986         ms_windows_dup2.  Don't protect the Haiku-related fix with
4987         "#if !defined __linux__", as the same code also works around
4988         a Linux kernel bug, and it doesn't add any system calls on any
4989         platform.  Add comment about FreeBSD 6.1.
4990
4991         sigprocmask: move #include directive
4992         * lib/sigprocmask.c: Move '#include "msvc-inval.h"' to the
4993         Windows-specific section, so that the Emacs source need not
4994         contain msvc-inval.h.
4995
4996 2011-09-23  Bruno Haible  <bruno@clisp.org>
4997
4998         read: Support for MSVC 9.
4999         * lib/unistd.in.h (read): Replace also when GNULIB_UNISTD_H_NONBLOCKING
5000         is not 1.
5001         * lib/read.c (read_nothrow): New function.
5002         (rpl_read): Define also when GNULIB_NONBLOCKING is not 1. Use
5003         read_nothrow.
5004         * m4/read.m4 (gl_FUNC_READ): Replace read if the platform has an
5005         invalid parameter handler.
5006         (gl_PREREQ_READ): New macro.
5007         * modules/read (Depends-on): Add msvc-inval.
5008         (configure.ac): Invoke gl_PREREQ_READ.
5009         * doc/posix-functions/read.texi: Mention the problem on MSVC.
5010
5011 2011-09-23  Bruno Haible  <bruno@clisp.org>
5012
5013         close: Support for MSVC 9.
5014         * lib/close.c: Include <errno.h>, msvc-inval.h.
5015         (close_nothrow): New function.
5016         (rpl_close): Use it.
5017         * m4/close.m4 (gl_FUNC_CLOSE): Replace close if the platform has an
5018         invalid parameter handler.
5019         * modules/close (Depends-on): Add msvc-inval.
5020         * modules/dup2-tests (Depends-on): Add close.
5021         * modules/dup3-tests (Depends-on): Likewise.
5022         * modules/fcntl-tests (Depends-on): Likewise.
5023         * modules/spawn-pipe-tests (Depends-on): Likewise.
5024         * modules/unistd-safer-tests (Depends-on): Likewise.
5025         * doc/posix-functions/close.texi: Mention the problem on MSVC.
5026
5027 2011-09-23  Bruno Haible  <bruno@clisp.org>
5028
5029         New module 'dup'.
5030         * lib/unistd.in.h (dup): Declare only if the 'dup' module is in use.
5031         Allow replacement.
5032         * lib/dup.c: New file.
5033         * lib/fchdir.c (rpl_dup): Remove function.
5034         * m4/dup.m4: New file.
5035         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Don't set REPLACE_DUP here.
5036         * m4/unistd_h.m4 (gl_UNISTD_H): Test whether 'dup' is declared.
5037         (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_DUP.
5038         * modules/unistd (Makefile.am): Substitute GNULIB_DUP.
5039         * modules/dup: New file.
5040         * tests/test-unistd-c++.cc: Check the signature of 'dup' only if the
5041         'dup' module is in use.
5042         * modules/fdopendir (Depends-on): Add dup.
5043         * modules/fdutimensat-tests (Depends-on): Likewise.
5044         * modules/fts (Depends-on): Likewise.
5045         * modules/futimens-tests (Depends-on): Likewise.
5046         * modules/posix_spawnp-tests (Depends-on): Likewise.
5047         * modules/unistd-safer-tests (Depends-on): Likewise.
5048         * modules/utimens-tests (Depends-on): Likewise.
5049         * doc/posix-functions/dup.texi: Mention the new module and the problem
5050         on MSVC.
5051
5052 2011-09-23  Bruno Haible  <bruno@clisp.org>
5053
5054         getdtablesize: Support for MSVC 9.
5055         * lib/getdtablesize.c: Include msvc-inval.h.
5056         (_setmaxstdio_nothrow): New function.
5057         (_setmaxstdio): Redefine it.
5058         * m4/getdtablesize.m4 (gl_PREREQ_GETDTABLESIZE): New macro.
5059         * modules/getdtablesize (Depends-on): Add msvc-inval.
5060         (configure.ac): Invoke gl_PREREQ_GETDTABLESIZE.
5061
5062 2011-09-23  Bruno Haible  <bruno@clisp.org>
5063
5064         signal-h: Rename from signal.
5065         * modules/signal-h: Renamed from modules/signal.
5066         * modules/pthread_sigmask (Depends-on): Update.
5067         * modules/raise (Depends-on): Likewise.
5068         * modules/sigaction (Depends-on): Likewise.
5069         * modules/sigpipe (Depends-on): Likewise.
5070         * modules/sigprocmask (Depends-on): Likewise.
5071         * modules/sys_select (Depends-on): Likewise.
5072         * modules/signal-h-tests: Renamed from modules/signal-tests.
5073         (Files, Depends-on, Makefile.am): Update.
5074         * tests/test-signal-h.c: Renamed from tests/test-signal.c.
5075         * modules/signal-h-c++-tests: Renamed from modules/signal-c++-tests.
5076         (Files, Makefile.am): Update.
5077         * tests/test-signal-h-c++.cc: Renamed from tests/test-signal-c++.cc.
5078         * tests/test-signal-h-c++2.cc: Renamed from tests/test-signal-c++2.cc.
5079         * modules/signal: New placeholder file.
5080         * MODULES.html.sh (Support for systems lacking POSIX:2008): Update.
5081         * doc/posix-headers/signal.texi: Update.
5082         * NEWS: Mention the change.
5083
5084 2011-09-23  Bruno Haible  <bruno@clisp.org>
5085
5086         sigprocmask: Avoid crashes through signal() on MSVC 9.
5087         * lib/sigprocmask.c: Include msvc-inval.h.
5088         (signal_nothrow): New function.
5089         (signal): Redefine it.
5090         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Require AC_C_INLINE.
5091         * modules/sigprocmask (Depends-on): Add msvc-inval.
5092         * doc/posix-functions/signal.texi: Mention the problem on MSVC.
5093
5094 2011-09-23  Bruno Haible  <bruno@clisp.org>
5095
5096         Tests for module 'raise'.
5097         * modules/raise-tests: New file.
5098         * tests/test-raise.c: New file.
5099
5100         raise: Support for MSVC.
5101         * lib/signal.in.h (raise): New declaration.
5102         * lib/raise.c (raise_nothrow, rpl_raise): New alternate implementation
5103         for native Windows platforms.
5104         * m4/raise.m4: New file.
5105         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Initialize GNULIB_RAISE,
5106         HAVE_RAISE, REPLACE_RAISE.
5107         * modules/signal (Makefile.am): Substitute GNULIB_RAISE, HAVE_RAISE,
5108         REPLACE_RAISE.
5109         * modules/raise (Status, Notice): Remove fields.
5110         (Files): Add m4/raise.m4.
5111         (Depends-on): Add signal, msvc-inval.
5112         (configure.ac): Use the common idioms.
5113         (Maintainer): Add me.
5114         * tests/test-signal-c++.cc: Check the signature of raise.
5115         * doc/posix-functions/raise.texi: Mention the problem on MSVC.
5116
5117 2011-09-23  Bruno Haible  <bruno@clisp.org>
5118
5119         pipe2: Fix compilation on pre-C99 compilers.
5120         * lib/pipe2.c (pipe2): Surround verify(...) declaration with braces.
5121
5122 2011-09-23  Bruno Haible  <bruno@clisp.org>
5123
5124         New module 'msvc-nothrow'. Makes _get_osfhandle safe on MSVC 9.
5125         * lib/msvc-nothrow.h: New file.
5126         * lib/msvc-nothrow.c: New file.
5127         * m4/msvc-nothrow.m4: New file.
5128         * modules/msvc-nothrow: New file.
5129         * lib/dup2.c: Include msvc-nothrow.h.
5130         (rpl_dup2): No need to protect _get_osfhandle call here.
5131         * lib/accept4.c: Include msvc-nothrow.h.
5132         * lib/error.c: Likewise.
5133         * lib/fcntl.c: Likewise.
5134         * lib/lseek.c: Likewise.
5135         * lib/nonblocking.c: Likewise.
5136         * lib/poll.c: Likewise.
5137         * lib/read.c: Likewise.
5138         * lib/select.c: Likewise.
5139         * lib/sockets.h: Likewise.
5140         * lib/sockets.c: Likewise.
5141         * lib/stdio-read.c: Likewise.
5142         * lib/stdio-write.c: Likewise.
5143         * lib/write.c: Likewise.
5144         * lib/w32sock.h: Likewise.
5145         * lib/w32spawn.h: Likewise.
5146         * lib/flock.c: Include msvc-nothrow.h instead of <io.h>.
5147         * lib/fsync.c: Likewise.
5148         * lib/isapipe.c: Likewise.
5149         * modules/dup2 (Depends-on): Add msvc-nothrow.
5150         * modules/accept4 (Depends-on): Likewise.
5151         * modules/error (Depends-on): Likewise.
5152         * modules/fcntl (Depends-on): Likewise.
5153         * modules/lseek (Depends-on): Likewise.
5154         * modules/nonblocking (Depends-on): Likewise.
5155         * modules/poll (Depends-on): Likewise.
5156         * modules/read (Depends-on): Likewise.
5157         * modules/select (Depends-on): Likewise.
5158         * modules/sockets (Depends-on): Likewise.
5159         * modules/sigpipe (Depends-on): Likewise.
5160         * modules/write (Depends-on): Likewise.
5161         * modules/accept (Depends-on): Likewise.
5162         * modules/bind (Depends-on): Likewise.
5163         * modules/connect (Depends-on): Likewise.
5164         * modules/gethostname (Depends-on): Likewise.
5165         * modules/getpeername (Depends-on): Likewise.
5166         * modules/getsockname (Depends-on): Likewise.
5167         * modules/getsockopt (Depends-on): Likewise.
5168         * modules/ioctl (Depends-on): Likewise.
5169         * modules/listen (Depends-on): Likewise.
5170         * modules/recv (Depends-on): Likewise.
5171         * modules/recvfrom (Depends-on): Likewise.
5172         * modules/send (Depends-on): Likewise.
5173         * modules/sendto (Depends-on): Likewise.
5174         * modules/setsockopt (Depends-on): Likewise.
5175         * modules/shutdown (Depends-on): Likewise.
5176         * modules/socket (Depends-on): Likewise.
5177         * modules/execute (Depends-on): Likewise.
5178         * modules/spawn-pipe (Depends-on): Likewise.
5179         * modules/flock (Depends-on): Likewise.
5180         * modules/fsync (Depends-on): Likewise.
5181         * modules/isapipe (Depends-on): Likewise.
5182         * tests/test-cloexec.c: Include msvc-nothrow.h.
5183         * tests/test-dup-safer.c: Likewise.
5184         * tests/test-dup2.c: Likewise.
5185         * tests/test-dup3.c: Likewise.
5186         * tests/test-fcntl.c: Likewise.
5187         * tests/test-pipe.c: Likewise.
5188         * tests/test-pipe2.c: Likewise.
5189         * modules/cloexec-tests (Depends-on): Add msvc-nothrow.
5190         * modules/unistd-safer-tests (Depends-on): Likewise.
5191         * modules/dup2-tests (Depends-on): Likewise.
5192         * modules/dup3-tests (Depends-on): Likewise.
5193         * modules/fcntl-tests (Depends-on): Likewise.
5194         * modules/pipe-posix-tests (Depends-on): Likewise.
5195         * modules/pipe2-tests (Depends-on): Likewise.
5196
5197 2011-09-23  Bruno Haible  <bruno@clisp.org>
5198
5199         dup2: Make code more maintainable.
5200         * lib/dup2.c (dup2_nothrow): New function, extracted from rpl_dup2.
5201         (rpl_dup2): Use it.
5202         * m4/dup2.m4 (gl_PREREQ_DUP2): New macro.
5203         * modules/dup2 (configure.ac): Invoke it.
5204         Reported by Paul Eggert.
5205
5206 2011-09-23  Bruno Haible  <bruno@clisp.org>
5207
5208         msvc-inval: Fix compilation error.
5209         * lib/msvc-inval.h: Include <excpt.h>.
5210
5211 2011-09-23  Bruno Haible  <bruno@clisp.org>
5212
5213         mkdir: Tweak for MSVC 9.
5214         * lib/sys_stat.in.h: Update comments.
5215         * doc/posix-functions/mkdir.texi: Mention problem on MSVC 9.
5216
5217         Tests for module 'chdir'.
5218         * modules/chdir-tests: New file.
5219         * tests/test-chdir.c: New file.
5220
5221         New module 'chdir'.
5222         * modules/chdir: New file.
5223         * lib/unistd.in.h: Include <io.h>, <direct.h> also for chdir.
5224         (chdir): New declaration.
5225         * m4/unistd_h.m4 (gl_UNISTD_H): Test whether chdir is declared.
5226         (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_CHDIR.
5227         * modules/unistd (Makefile.am): Substitute GNULIB_CHDIR.
5228         * tests/test-unistd-c++.cc: Check signature of chdir.
5229         * doc/posix-functions/chdir.texi: Mention problem on native Windows.
5230         * modules/chdir-long (Depends-on): Add chdir.
5231         * modules/fchdir (Depends-on): Likewise.
5232         * modules/rename (Depends-on): Likewise.
5233         * modules/savewd (Depends-on): Likewise.
5234
5235         rmdir: Support for mingw, MSVC 9.
5236         * lib/unistd.in.h: Include <io.h> and <direct.h> also for rmdir.
5237         * doc/posix-functions/getcwd.texi: Mention problem on native Windows.
5238
5239         getcwd: Tweak for MSVC 9.
5240         * lib/unistd.in.h: Update comments.
5241         * doc/posix-functions/getcwd.texi: Mention problem on MSVC 9.
5242
5243 2011-09-22  Bruno Haible  <bruno@clisp.org>
5244
5245         strerror_r-posix: Avoid a link error on MSVC.
5246         * m4/strerror_r.m4 (gl_PREREQ_STRERROR_R): Check for snprintf.
5247         * lib/strerror_r.c (snprintf): Define to _snprintf if it doesn't exist.
5248
5249 2011-09-22  Bruno Haible  <bruno@clisp.org>
5250
5251         select: Avoid link errors on MSVC.
5252         * m4/select.m4 (gl_FUNC_SELECT): Determine LIB_SELECT.
5253         * modules/select (Link): Replace $(LIBSOCKET) with $(LIB_SELECT).
5254         * modules/pselect (Link): Likewise.
5255         * NEWS: Mention the change.
5256         * modules/select-tests (Makefile.am): Link test-select, test-select-fd,
5257         test-select-stdin against $(LIB_SELECT).
5258         * modules/pselect-tests (Makefile.am): Link test-pselect against
5259         $(LIB_SELECT).
5260
5261 2011-09-22  Bruno Haible  <bruno@clisp.org>
5262
5263         select: Avoid compilation error on MSVC.
5264         * lib/select.c: Don't include <stdbool.h>.
5265
5266 2011-09-21  Bruno Haible  <bruno@clisp.org>
5267
5268         Consolidate all uses of PATH_MAX in *.m4 files.
5269         * m4/pathmax.m4 (gl_PATHMAX_SNIPPET, gl_PATHMAX_SNIPPET_PREREQ): New
5270         macros.
5271         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Use gl_PATHMAX_SNIPPET_PREREQ
5272         and gl_PATHMAX_SNIPPET.
5273         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): Likewise.
5274         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
5275         * modules/chdir-long (Files): Add m4/pathmax.m4.
5276         * modules/getcwd (Files): Likewise.
5277
5278 2011-09-21  Bruno Haible  <bruno@clisp.org>
5279
5280         ftruncate: Un-deprecate, concentrate on Win32 support.
5281         * modules/ftruncate (Status, Notice): Remove sections.
5282         (Depends-on): Add largefile.
5283         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Drop failure message on
5284         non-mingw platforms.
5285         * lib/ftruncate.c: Remove code for the older platforms. For Win32,
5286         include <io.h>.
5287         * modules/perror-tests (Depends-on): Add ftruncate.
5288         * doc/posix-functions/ftruncate.texi: Mention the MSVC problem and the
5289         'ftruncate' module.
5290
5291 2011-09-21  Bruno Haible  <bruno@clisp.org>
5292
5293         Add dependencies to new dirent related modules.
5294         * modules/opendir (Depends-on): Add closedir.
5295         * modules/getcwd (Depends-on): Add opendir, closedir.
5296         * modules/dirent-safer-tests (Depends-on): Likewise.
5297         * modules/fdopendir-tests (Depends-on): Likewise.
5298         * modules/rename-tests (Depends-on): Add opendir, readdir, closedir.
5299         * modules/renameat-tests (Depends-on): Likewise.
5300
5301 2011-09-21  Bruno Haible  <bruno@clisp.org>
5302
5303         opendir: Avoid compilation error on mingw.
5304         * lib/opendir.c: Include <stddef.h> always. Include <unistd.h> as well.
5305         * modules/opendir (Depends-on): Add unistd.
5306
5307 2011-09-21  Bruno Haible  <bruno@clisp.org>
5308
5309         ftruncate tests: Avoid a test failure on mingw.
5310         * tests/test-ftruncate.c (main): Allow a failure with EACCES.
5311
5312 2011-09-21  Bruno Haible  <bruno@clisp.org>
5313
5314         select tests: Avoid test failures on OSF/1 5.1 and mingw.
5315         * tests/test-select.h (test_bad_fd): Disable all tests on OSF/1 and
5316         native Windows.
5317
5318 2011-09-21  Bruno Haible  <bruno@clisp.org>
5319
5320         New module 'fdopen'.
5321         * lib/stdio.in.h (fdopen): New declaration.
5322         * lib/fdopen.c: New file.
5323         * m4/fdopen.m4: New file.
5324         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FDOPEN,
5325         REPLACE_FDOPEN.
5326         * modules/stdio (Makefile.am): Substitute GNULIB_FDOPEN,
5327         REPLACE_FDOPEN.
5328         * modules/fdopen: New file.
5329         * modules/stdio-tests (Depends-on): Remove fdopen-tests.
5330         * tests/test-stdio-c++.cc: Check signature of fdopen.
5331         * doc/posix-functions/fdopen.texi: Mention the new module.
5332
5333 2011-09-21  Bruno Haible  <bruno@clisp.org>
5334
5335         unlockpt tests: Avoid test failure on NetBSD 5.1.
5336         * tests/test-unlockpt.c (main): Skip the EBADF tests on NetBSD.
5337         * doc/posix-functions/unlockpt.texi: Mention the bug on NetBSD.
5338
5339 2011-09-21  Bruno Haible  <bruno@clisp.org>
5340
5341         getlogin, getlogin_r tests: Avoid test failure on Linux/SPARC.
5342         * tests/test-getlogin.c (main): Allow a failure with EINVAL.
5343         * tests/test-getlogin_r.c (main): Likewise.
5344
5345 2011-09-20  Bruno Haible  <bruno@clisp.org>
5346
5347         time tests: Don't require pid_t.
5348         * doc/posix-headers/time.texi: Revert last change.
5349         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Revert last change.
5350         * tests/test-time.c: Comment out the check for pid_t.
5351
5352 2011-09-20  Bruno Haible  <bruno@clisp.org>
5353
5354         fsync tests: Avoid a test failure on mingw.
5355         * tests/test-fsync.c (main): Allow a failure with EIO.
5356
5357 2011-09-20  Bruno Haible  <bruno@clisp.org>
5358
5359         euidaccess: Update comments.
5360         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Update comments.
5361
5362 2011-09-20  Bruno Haible  <bruno@clisp.org>
5363
5364         Ensure EBADF returns for socket functions on mingw.
5365         * lib/accept.c (rpl_accept): Fail with error EBADF if the file
5366         descriptor is invalid.
5367         * lib/bind.c (rpl_bind): Likewise.
5368         * lib/connect.c (rpl_connect): Likewise.
5369         * lib/getpeername.c (rpl_getpeername): Likewise.
5370         * lib/getsockname.c (rpl_getsockname): Likewise.
5371         * lib/getsockopt.c (rpl_getsockopt): Likewise.
5372         * lib/listen.c (rpl_listen): Likewise.
5373         * lib/recv.c (rpl_recv): Likewise.
5374         * lib/recvfrom.c (rpl_recvfrom): Likewise.
5375         * lib/send.c (rpl_send): Likewise.
5376         * lib/sendto.c (rpl_sendto): Likewise.
5377         * lib/setsockopt.c (rpl_setsockopt): Likewise.
5378         * lib/shutdown.c (rpl_shutdown): Likewise.
5379
5380 2011-09-20  Bruno Haible  <bruno@clisp.org>
5381
5382         select tests: EBADF tests.
5383         * tests/test-select.h (do_select_bad_fd, do_select_bad_fd_nowait,
5384         test_bad_fd): New functions.
5385         (test_function): Invoke also test_bad_fd.
5386
5387 2011-09-20  Bruno Haible  <bruno@clisp.org>
5388
5389         Tests for module 'posix_spawn_file_actions_addopen.
5390         * modules/posix_spawn_file_actions_addopen-tests: New file.
5391         * tests/test-posix_spawn_file_actions_addopen.c: New file.
5392
5393         Tests for module 'posix_spawn_file_actions_adddup2'.
5394         * modules/posix_spawn_file_actions_adddup2-tests: New file.
5395         * tests/test-posix_spawn_file_actions_adddup2.c: New file.
5396
5397         Tests for module 'posix_spawn_file_actions_addclose'.
5398         * modules/posix_spawn_file_actions_addclose-tests: New file.
5399         * tests/test-posix_spawn_file_actions_addclose.c: New file.
5400
5401 2011-09-20  Bruno Haible  <bruno@clisp.org>
5402
5403         Tests for module 'unlockpt'.
5404         * modules/unlockpt-tests: New file.
5405         * tests/test-unlockpt.c: New file.
5406         * doc/posix-functions/unlockpt.texi: Mention the Cygwin 1.7 problem.
5407
5408         Tests for module 'grantpt'.
5409         * modules/grantpt-tests: New file.
5410         * tests/test-grantpt.c: New file.
5411         * doc/posix-functions/grantpt.texi: Mention the Cygwin 1.7 problem.
5412
5413 2011-09-20  Bruno Haible  <bruno@clisp.org>
5414
5415         freopen tests: EBADF tests.
5416         * tests/test-freopen.c: Include errno.h, unistd.h.
5417         (main): Add tests for EBADF, commented out for the moment.
5418
5419         fclose tests: EBADF tests.
5420         * tests/test-fclose.c (main): Add tests for EBADF.
5421
5422         fflush tests: EBADF tests.
5423         * tests/test-fflush.c: Include errno.h, macros.h.
5424         (main): Add tests for EBADF.
5425
5426         ftello tests: EBADF tests.
5427         * tests/test-ftello4.sh: New file.
5428         * tests/test-ftello4.c: New file.
5429         * modules/ftello-tests (Files): Add them.
5430         (Makefile.am): Arrange to compile test-ftello4 and run test-ftello4.sh.
5431
5432         fseeko tests: EBADF tests.
5433         * tests/test-fseeko4.sh: New file.
5434         * tests/test-fseeko4.c: New file.
5435         * modules/fseeko-tests (Files): Add them.
5436         (Makefile.am): Arrange to compile test-fseeko4 and run test-fseeko4.sh.
5437
5438         Tests for function fputc().
5439         * modules/fputc-tests: New file.
5440         * tests/test-fputc.c: New file.
5441         * modules/stdio-tests (Depends-on): Add fputc-tests.
5442
5443         Tests for function fgetc().
5444         * modules/fgetc-tests: New file.
5445         * tests/test-fgetc.c: New file.
5446         * modules/stdio-tests (Depends-on): Add fgetc-tests.
5447
5448         Tests for function fdopen().
5449         * modules/fdopen-tests: New file.
5450         * tests/test-fdopen.c: New file.
5451         * modules/stdio-tests (Depends-on): Add fdopen-tests.
5452
5453         Tests for module 'vdprintf'.
5454         * modules/vdprintf-tests: New file.
5455         * tests/test-vdprintf.c: New file.
5456
5457         Tests for module 'dprintf'.
5458         * modules/dprintf-tests: New file.
5459         * tests/test-dprintf.c: New file.
5460
5461 2011-09-20  Bruno Haible  <bruno@clisp.org>
5462
5463         Tests for module 'ioctl'.
5464         * modules/ioctl-tests: New file.
5465         * tests/test-ioctl.c: New file.
5466
5467 2011-09-20  Bruno Haible  <bruno@clisp.org>
5468
5469         fcntl tests: EBADF tests.
5470         * tests/test-fcntl.c (main): Add more tests for EBADF.
5471
5472 2011-09-20  Bruno Haible  <bruno@clisp.org>
5473
5474         utimensat tests: EBADF tests.
5475         * tests/test-utimensat.c (main): Add tests for EBADF.
5476
5477         renameat tests: EBADF tests.
5478         * tests/test-renameat.c (main): Add tests for EBADF.
5479
5480         mkfifoat tests: EBADF tests.
5481         * tests/test-mkfifoat.c (main): Add tests for EBADF.
5482
5483         readlinkat tests: EBADF tests.
5484         * tests/test-readlinkat.c (main): Add tests for EBADF.
5485
5486         symlinkat tests: EBADF tests.
5487         * tests/test-symlinkat.c (main): Add tests for EBADF.
5488
5489         linkat tests: EBADF tests.
5490         * tests/test-linkat.c (main): Add tests for EBADF.
5491
5492         Tests for module 'faccessat'.
5493         * modules/faccessat-tests: New file.
5494         * tests/test-faccessat.c: New file.
5495
5496         fdopendir tests: EBADF tests.
5497         * tests/test-fdopendir.c (main): Add more tests for EBADF.
5498
5499         openat tests: EBADF tests.
5500         * tests/test-fchownat.c (main): Add tests for EBADF.
5501         * tests/test-fstatat.c (main): Likewise.
5502         * tests/test-mkdirat.c (main): Likewise.
5503         * tests/test-openat.c (main): Likewise.
5504         * tests/test-unlinkat.c (main): Likewise.
5505         * tests/test-fchmodat.c: New file.
5506         * modules/openat-tests (Files): Add tests/test-fchmodat.c.
5507         (Makefile.am): Also run 'test-fchmodat'.
5508
5509 2011-09-20  Bruno Haible  <bruno@clisp.org>
5510
5511         utimens, futimens, fdutimensat tests: EBADF tests.
5512         * tests/test-futimens.h (test_futimens): Add more tests for EBADF.
5513
5514         Tests for function fstat().
5515         * modules/fstat-tests: New file.
5516         * tests/test-fstat.c: New file.
5517         * modules/sys_stat-tests (Depends-on): Add fstat-tests.
5518
5519 2011-09-20  Bruno Haible  <bruno@clisp.org>
5520
5521         test-ttyname_r tests: EBADF tests.
5522         * tests/test-ttyname_r.c (main): Add tests for EBADF.
5523
5524         Tests for module 'isatty'.
5525         * modules/isatty-tests: New file.
5526         * tests/test-isatty.c: New file.
5527
5528         Tests for module 'write'.
5529         * modules/write-tests: New file.
5530         * tests/test-write.c: New file.
5531
5532         Tests for module 'read'.
5533         * modules/read-tests: New file.
5534         * tests/test-read.c: New file.
5535
5536         pwrite tests: EBADF tests.
5537         * tests/test-pwrite.c (main): Add tests for EBADF.
5538
5539         pread tests: EBADF tests.
5540         * tests/test-pread.c (main): Add tests for EBADF.
5541
5542         lseek tests: EBADF tests.
5543         * tests/test-lseek.c (main): Add more tests for EBADF.
5544
5545         Tests for module 'ftruncate'.
5546         * modules/ftruncate-tests: New file.
5547         * tests/test-ftruncate.sh: New file.
5548         * tests/test-ftruncate.c: New file.
5549
5550         fsync tests: EBADF tests.
5551         * tests/test-fsync.c (main): Add more tests for EBADF.
5552
5553         fdatasync tests: EBADF tests.
5554         * tests/test-fdatasync.c (main): Add more tests for EBADF.
5555
5556         Tests for module 'fchown'.
5557         * modules/fchown-tests: New file.
5558         * tests/test-fchown.c: New file.
5559
5560         Tests for module 'fchmod'.
5561         * modules/fchmod-tests: New file.
5562         * tests/test-fchmod.c: New file.
5563
5564         fchdir tests: EBADF tests.
5565         * tests/test-fchdir.c (main): Add more tests for EBADF.
5566
5567         dup2 tests: EBADF tests.
5568         * tests/test-dup2.c (main): Add more tests for EBADF.
5569
5570         Tests for module 'dup'.
5571         * modules/dup-tests: New file.
5572         * tests/test-dup.c: New file.
5573
5574         Tests for module 'close'.
5575         * modules/close-tests: New file.
5576         * tests/test-close.c: New file.
5577
5578 2011-09-20  Bruno Haible  <bruno@clisp.org>
5579
5580         Tests for module 'shutdown'.
5581         * modules/shutdown-tests: New file.
5582         * tests/test-shutdown.c: New file.
5583
5584         Tests for module 'setsockopt'.
5585         * modules/setsockopt-tests: New file.
5586         * tests/test-setsockopt.c: New file.
5587
5588         Tests for module 'sendto'.
5589         * modules/sendto-tests: New file.
5590         * tests/test-sendto.c: New file.
5591
5592         Tests for module 'send'.
5593         * modules/send-tests: New file.
5594         * tests/test-send.c: New file.
5595
5596         Tests for module 'recvfrom'.
5597         * modules/recvfrom-tests: New file.
5598         * tests/test-recvfrom.c: New file.
5599
5600         Tests for module 'recv'.
5601         * modules/recv-tests: New file.
5602         * tests/test-recv.c: New file.
5603
5604         Tests for module 'listen'.
5605         * modules/listen-tests: New file.
5606         * tests/test-listen.c: New file.
5607
5608         Tests for module 'getsockopt'.
5609         * modules/getsockopt-tests: New file.
5610         * tests/test-getsockopt.c: New file.
5611
5612         Tests for module 'getsockname'.
5613         * modules/getsockname-tests: New file.
5614         * tests/test-getsockname.c: New file.
5615
5616         Tests for module 'getpeername'.
5617         * modules/getpeername-tests: New file.
5618         * tests/test-getpeername.c: New file.
5619
5620         Tests for module 'connect'.
5621         * modules/connect-tests: New file.
5622         * tests/test-connect.c: New file.
5623
5624         Tests for module 'bind'.
5625         * modules/bind-tests: New file.
5626         * tests/test-bind.c: New file.
5627
5628         accept4 tests: Fix for native Windows.
5629         * tests/test-accept4.c: Include sockets.h.
5630         (main): Invoke gl_sockets_startup.
5631         * modules/accept4-tests (Depends-on): Add sockets.
5632
5633         accept tests: Fix for native Windows.
5634         * tests/test-accept.c: Include sockets.h.
5635         (main): Invoke gl_sockets_startup.
5636         * modules/accept-tests (Depends-on): Add sockets.
5637
5638 2011-09-19  Bruno Haible  <bruno@clisp.org>
5639
5640         msvc-inval: Require a semicolon after DONE_MSVC_INVAL.
5641         * lib/msvc-inval.h (TRY_MSVC_INVAL, DONE_MSVC_INVAL): Wrap in a
5642         do...while(0).
5643         * lib/dup2.c (rpl_dup2): Add a semicolon after DONE_MSVC_INVAL.
5644         Suggested by Paul Eggert.
5645
5646 2011-09-19  Bruno Haible  <bruno@clisp.org>
5647
5648         sched: Ensure pid_t is defined.
5649         * m4/sched_h.m4 (gl_SCHED_H): Arrange to override <sched.h> if it does
5650         not define pid_t.
5651         * lib/sched.in.h: Include <sys/types.h>.
5652         * doc/posix-headers/sched.texi: Mention the pid_t problem.
5653         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
5654
5655 2011-09-19  Bruno Haible  <bruno@clisp.org>
5656
5657         msvc-inval: Ensure the entire expansion is a single statement.
5658         * lib/msvc-inval.h (TRY_MSVC_INVAL, DONE_MSVC_INVAL): Add an extra pair
5659         of braces.
5660
5661 2011-09-19  Jim Meyering  <meyering@redhat.com>
5662
5663         tests: use printf, not echo in init.sh's warn_ function
5664         * tests/init.sh (warn_): Use printf, not echo.  The latter would
5665         misbehave when given strings containing a backslash or starting
5666         with e.g., -n.  James Youngman suggested setting IFS.
5667
5668 2011-09-19  Eric Blake  <eblake@redhat.com>
5669
5670         futimens: enhance test
5671         * tests/test-futimens.h (test_futimens): Also check for EBADF on
5672         closed non-negative fd.
5673
5674         date: accept 'hence' as opposite of 'ago'
5675         * lib/parse-datetime.y (relative_time_table): Add 'hence'.
5676         * tests/test-parse-datetime.c (main): Enhance test.
5677         Suggested by Jesse Wilson.
5678
5679 2011-09-19  Jim Meyering  <meyering@redhat.com>
5680
5681         getcwd: don't fail in a deep directory on a system without openat
5682         Before this change, getcwd would fail when called from a directory
5683         of depth PATH_MAX / 3 or greater.  That was due to the fact that
5684         the non-openat implementation used "..", "../..", "../../..", etc.
5685         to access ancestor directories.  With too many, that string would
5686         be longer than PATH_MAX.
5687         * lib/getcwd.c (HAVE_OPENAT_SUPPORT): Define also when we are
5688         using gnulib's openat replacement.
5689         * m4/openat.m4: Set GNULIB_OPENAT, so getcwd.c knows when
5690         we're using the replacement function.
5691
5692 2011-09-14  Martin von Gagern  <Martin.vGagern@gmx.net>
5693
5694         maint.mk: avoid warnings from perl about missing files
5695         * top/maint.mk (def_sym_regex): Ignore files listed in
5696         $(gl_other_headers_) that do not exist, say because a project
5697         does not use a corresponding module.
5698
5699 2011-09-18  Paul Eggert  <eggert@cs.ucla.edu>
5700
5701         stat: use pathmax.h only if needed
5702         * lib/stat.c: Include pathmax.h only if REPLACE_FUNC_STAT_DIR.
5703         This is better for Emacs, which does not have a mingw port and
5704         therefore can avoid the pathmax module.
5705
5706         utimens: remove dependency on dup2
5707         * lib/utimens.c (fdutimens): Don't invoke dup2; it's not needed
5708         to work around the Linux kernel bug.
5709         * modules/utimens (Depends-on): Remove dup2.
5710
5711 2011-09-18  Bruno Haible  <bruno@clisp.org>
5712
5713         inet_ntop, inet_pton: Look for it also in libresolv.
5714         * m4/inet_ntop.m4 (gl_FUNC_INET_NTOP): If the function was not found in
5715         libnsl, search for it in libresolv.
5716         * m4/inet_pton.m4 (gl_FUNC_INET_PTON): Likewise.
5717         Needed on Solaris 7.
5718
5719 2011-09-18  Bruno Haible  <bruno@clisp.org>
5720
5721         accept, accept4 tests: Avoid link error on Solaris.
5722         * modules/accept-tests (Makefile.am): Link test-accept against
5723         $(LIBSOCKET).
5724         * modules/accept4-tests (Makefile.am): Link test-accept4 against
5725         $(LIBSOCKET).
5726
5727         accept4: Avoid link error on Solaris.
5728         * modules/accept4 (Link): New section.
5729
5730         socket functions: Avoid link errors on Solaris.
5731         * modules/accept (Depends-on): Add socketlib.
5732         (Link): New section.
5733         * modules/bind (Depends-on): Add socketlib.
5734         (Link): New section.
5735         * modules/connect (Depends-on): Add socketlib.
5736         (Link): New section.
5737         * modules/getpeername (Depends-on): Add socketlib.
5738         (Link): New section.
5739         * modules/getsockname (Depends-on): Add socketlib.
5740         (Link): New section.
5741         * modules/getsockopt (Depends-on): Add socketlib.
5742         (Link): New section.
5743         * modules/listen (Depends-on): Add socketlib.
5744         (Link): New section.
5745         * modules/recv (Depends-on): Add socketlib.
5746         (Link): New section.
5747         * modules/recvfrom (Depends-on): Add socketlib.
5748         (Link): New section.
5749         * modules/send (Depends-on): Add socketlib.
5750         (Link): New section.
5751         * modules/sendto (Depends-on): Add socketlib.
5752         (Link): New section.
5753         * modules/setsockopt (Depends-on): Add socketlib.
5754         (Link): New section.
5755         * modules/shutdown (Depends-on): Add socketlib.
5756         (Link): New section.
5757         * modules/socket (Depends-on): Add socketlib.
5758         (Link): New section.
5759
5760 2011-09-18  Bruno Haible  <bruno@clisp.org>
5761
5762         ptsname tests: Let the test fail rather than hang (e.g. on AIX 5.1).
5763         * tests/test-ptsname.c (main): Terminate the test if it takes longer
5764         than 5 seconds.
5765         * modules/ptsname-tests (configure.ac): Test for alarm.
5766
5767 2011-09-18  Bruno Haible  <bruno@clisp.org>
5768
5769         posix_spawn_file_actions_add*: Fix module dependencies.
5770         * modules/posix_spawn_file_actions_addclose (Dependencies): Add
5771         posix_spawn_file_actions_init.
5772         * modules/posix_spawn_file_actions_adddup2 (Dependencies): Likewise.
5773         * modules/posix_spawn_file_actions_addopen (Dependencies): Likewise.
5774
5775 2011-09-18  Bruno Haible  <bruno@clisp.org>
5776
5777         rename, renameat tests: Avoid test failures on FreeBSD 6.4.
5778         * tests/test-rename.h (test_rename): Allow error code EEXIST.
5779         * tests/test-renameat.c (main): Likewise.
5780
5781 2011-09-18  Bruno Haible  <bruno@clisp.org>
5782
5783         Tests for module 'accept4'.
5784         * modules/accept4-tests: New file.
5785         * tests/test-accept4.c: New file.
5786
5787 2011-09-18  Bruno Haible  <bruno@clisp.org>
5788
5789         Tests for module 'accept'.
5790         * modules/accept-tests: New file.
5791         * tests/test-accept.c: New file.
5792
5793 2011-09-18  Bruno Haible  <bruno@clisp.org>
5794
5795         dup2: Support for MSVC.
5796         * lib/dup2.c: Include msvc-inval.h.
5797         (rpl_dup2): Handle invalid parameter notifications during dup2 and
5798         _get_osfhandle calls.
5799         * modules/dup2 (Depends-on): Add msvc-inval.
5800         * doc/posix-functions/dup2.texi: Mention problem on MSVC.
5801
5802         New module 'msvc-inval'.
5803         * lib/msvc-inval.h: New file.
5804         * lib/msvc-inval.c: New file.
5805         * m4/msvc-inval.m4: New file.
5806         * modules/msvc-inval: New file.
5807
5808 2011-09-17  Bruno Haible  <bruno@clisp.org>
5809
5810         Tests for module 'pclose'.
5811         * modules/pclose-tests: New file.
5812
5813         New module 'pclose'.
5814         * lib/stdio.in.h (pclose): New declaration.
5815         * lib/pclose.c: New file.
5816         * m4/pclose.m4: New file.
5817         * m4/stdio_h.m4 (gl_STDIO_H): Test whether pclose is declared.
5818         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_PCLOSE, HAVE_PCLOSE.
5819         * modules/stdio (Makefile.am): Substitute GNULIB_PCLOSE, HAVE_PCLOSE.
5820         * modules/pclose: New file.
5821         * modules/popen-tests (Depends-on): Add pclose.
5822         * modules/popen-safer-tests (Depends-on): Likewise.
5823         * doc/posix-functions/pclose.texi: Mention the new module.
5824
5825 2011-09-17  Bruno Haible  <bruno@clisp.org>
5826
5827         popen: Support for MSVC.
5828         * lib/stdio.in.h (popen): Declare it if the system lacks this function.
5829         * lib/popen.c (popen): Provide alternate definition for native Windows.
5830         * m4/popen.m4 (gl_FUNC_POPEN): Test if popen exists. Set HAVE_POPEN.
5831         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize HAVE_POPEN.
5832         * modules/popen (Depends-on, configure.ac): Update condition.
5833         * modules/stdio (Makefile.am): Substitute HAVE_POPEN.
5834         * doc/posix-functions/popen.texi: Mention that the MSVC problem is
5835         fixed.
5836
5837 2011-09-17  Bruno Haible  <bruno@clisp.org>
5838
5839         isnanl, isnand, isnanf: Work around MSVC bug.
5840         * lib/isnan.c (FUNC): Use alternate ways of computing NaN and Infinity.
5841
5842 2011-09-17  Bruno Haible  <bruno@clisp.org>
5843
5844         sys_socket tests: Fix recent mistake.
5845         * tests/test-sys_socket.c (t1): Avoid collision of identifiers.
5846
5847 2011-09-17  Bruno Haible  <bruno@clisp.org>
5848
5849         putenv: Support for MSVC.
5850         * modules/putenv (Depends-on): Add environ.
5851         * lib/putenv.c (environ): Disable declaration.
5852         * lib/unistd.in.h: Update comment.
5853
5854 2011-09-17  Bruno Haible  <bruno@clisp.org>
5855
5856         math: Avoid macro redefinition warnings on MSVC.
5857         * lib/math.in.h (ceilf, ceill, floorf, floorl, frexpl, ldexpl):
5858         Undefine before redefining.
5859
5860 2011-09-17  Bruno Haible  <bruno@clisp.org>
5861
5862         doc: Mention functions which are declared as macros.
5863         * doc/posix-functions/*[fl].texi: Mention that some functions are
5864         defined as macros with arguments only.
5865
5866 2011-09-17  Bruno Haible  <bruno@clisp.org>
5867
5868         Add dependencies to new dirent related modules.
5869         * modules/backupfile (Depends-on): Add opendir, readdir, closedir.
5870         * modules/fts (Depends-on): Likewise.
5871         * modules/glob (Depends-on): Likewise.
5872         * modules/savedir (Depends-on): Likewise.
5873         * modules/scandir (Depends-on): Likewise.
5874         * modules/dirent-safer (Depends-on): Add opendir, closedir.
5875         * modules/fdopendir (Depends-on): Add opendir.
5876
5877 2011-09-17  Bruno Haible  <bruno@clisp.org>
5878
5879         inet_pton: Support for MSVC on Windows Vista or newer.
5880         * lib/arpa_inet.in.h (inet_pton): Also consider REPLACE_INET_PTON.
5881         * lib/inet_pton.c (rpl_inet_pton): Use a simple wrapper if
5882         HAVE_DECL_INET_PTON is defined.
5883         * m4/inet_pton.m4 (gl_FUNC_INET_PTON): Invoke gl_PREREQ_SYS_H_WINSOCK2.
5884         On platforms with <winsock2.h>, test whether inet_pton is declared in
5885         <ws2tcpip.h>. If so, arrange to replace it.
5886         * m4/arpa_inet_h.m4 (gl_ARPA_INET_H_DEFAULTS): Initialize
5887         REPLACE_INET_PTON.
5888         * modules/arpa_inet (Makefile.am): Substitute REPLACE_INET_PTON.
5889         * modules/inet_pton (Files): Add m4/sys_socket_h.m4.
5890         (Depends-on, configure.ac): Update condition.
5891         * doc/posix-functions/inet_pton.texi: Mention the MSVC problem.
5892
5893 2011-09-17  Bruno Haible  <bruno@clisp.org>
5894
5895         inet_ntop: Support for MSVC on Windows Vista or newer.
5896         * lib/arpa_inet.in.h (inet_ntop): Also consider REPLACE_INET_NTOP.
5897         * lib/inet_ntop.c (rpl_inet_ntop): Use a simple wrapper if
5898         HAVE_DECL_INET_NTOP is defined.
5899         * m4/inet_ntop.m4 (gl_FUNC_INET_NTOP): Invoke gl_PREREQ_SYS_H_WINSOCK2.
5900         On platforms with <winsock2.h>, test whether inet_ntop is declared in
5901         <ws2tcpip.h>. If so, arrange to replace it.
5902         * m4/arpa_inet_h.m4 (gl_ARPA_INET_H_DEFAULTS): Initialize
5903         REPLACE_INET_NTOP.
5904         * modules/arpa_inet (Makefile.am): Substitute REPLACE_INET_NTOP.
5905         * modules/inet_ntop (Files): Add m4/sys_socket_h.m4.
5906         (Depends-on, configure.ac): Update condition.
5907         * doc/posix-functions/inet_ntop.texi: Mention the MSVC problem.
5908
5909 2011-09-16  Eric Blake  <eblake@redhat.com>
5910
5911         test-fsync: yet another enhancement
5912         * tests/test-fsync.c (main): Also test behavior on read-only text
5913         file.
5914
5915 2011-09-16  Bruno Haible  <bruno@clisp.org>
5916
5917         Enhance fsync, fdatasync tests.
5918         * tests/test-fsync.c (main): Test both STDIN_FILENO and STDOUT_FILENO.
5919         * tests/test-fdatasync.c (main): Likewise.
5920
5921 2011-09-16  Bruno Haible  <bruno@clisp.org>
5922
5923         Support for MSVC compiler: Ensure mode_t gets defined.
5924         * m4/fcntl_h.m4 (gl_FCNTL_H): Require AC_TYPE_MODE_T.
5925         * m4/spawn_h.m4 (gl_SPAWN_H): Likewise.
5926         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
5927         * m4/sys_types_h.m4 (gl_SYS_TYPES_H): Likewise.
5928         * tests/test-fcntl-h.c: Check that mode_t is defined.
5929         * tests/test-sys_stat.c: Likewise.
5930         * tests/test-sys_types.c: Likewise.
5931         * doc/posix-headers/fcntl.texi: Mention the missing mode_t problem.
5932         * doc/posix-headers/sys_stat.texi: Likewise.
5933         * doc/posix-headers/sys_types.texi: Likewise.
5934
5935 2011-09-16  Bruno Haible  <bruno@clisp.org>
5936
5937         sys_stat: Support for MSVC.
5938         * lib/sys_stat.in.h (S_IFIFO): Define to _S_IFIFO if that exists.
5939         * tests/test-sys_stat.c: Don't assume that S_IFBLK exists.
5940         * doc/posix-headers/sys_stat.texi: Mention missing S_IFIFO, S_IFBLK on
5941         MSVC.
5942
5943 2011-09-16  Bruno Haible  <bruno@clisp.org>
5944
5945         Support for MSVC compiler: Ensure off_t gets defined.
5946         * lib/unistd.in.h: Include <sys/types.h>.
5947         * tests/test-fcntl-h.c: Check that off_t is defined.
5948         * tests/test-sys_stat.c: Likewise.
5949         * tests/test-sys_types.c: Likewise.
5950
5951 2011-09-16  Eric Blake  <eblake@redhat.com>
5952
5953         fdatasync: port to Solaris
5954         * m4/fdatasync.m4 (gl_FUNC_FDATASYNC): Set LIB_FDATASYNC.
5955         * modules/fdatasync (Link): Document it.
5956         * modules/fdatasync-tests (test_fdatasync_LDADD): Link with it.
5957
5958         fdatasync: port to MacOS X 10.7
5959         * m4/fdatasync.m4 (gl_FUNC_FDATASYNC): Check for present but not
5960         declared.
5961         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Another default.
5962         * modules/unistd (Makefile.am): Substitute it.
5963         * lib/unistd.in.h (fdatasync): Declare on MacOS.
5964         * doc/posix-functions/fdatasync.texi (fdatasync): Document it.
5965
5966         fdatasync: minor improvements
5967         * modules/fdatasync (Depends-on): Add condition for fsync.
5968         * lib/fdatasync.c (fdatasync): Add comment.
5969         * tests/test-unistd-c++.cc: Test fdatasync.
5970
5971         unistd: update refs to newer POSIX
5972         * lib/unistd.in.h: Prefer POSIX 2008 over 2001.
5973         Suggested by Bruno Haible.
5974
5975         fdatasync: new module
5976         * modules/fsync (Description): Document difference to fdatasync.
5977         * modules/fdatasync: New module.
5978         * m4/fdatasync.m4 (gl_FUNC_FDATASYNC): New file.
5979         * lib/fdatasync.c (fdatasync): Likewise.
5980         * m4/unistd_h.m4 (gl_UNISTD_H, gl_UNISTD_H_DEFAULTS): Set up
5981         defaults.
5982         * modules/unistd (Makefile.am): Set witnesses.
5983         * lib/unistd.in.h (fdatasync): Declare.
5984         * MODULES.html.sh: Document it.
5985         * doc/posix-functions/fdatasync.texi (fdatasync): Likewise.
5986         * modules/fdatasync-tests: New test.
5987         * tests/test-fdatasync.c: Likewise.
5988
5989 2011-09-16  Eric Blake  <eblake@redhat.com>
5990
5991         test-fsync: enhance tests
5992         * modules/fsync-tests (Depends-on): Add errno, for mingw.
5993         * tests/test-fsync.c (main): Enhance test.
5994
5995 2011-09-15  Bruno Haible  <bruno@clisp.org>
5996
5997         Support for MSVC compiler: Ensure ssize_t gets defined.
5998         * doc/posix-headers/sys_types.texi: Mention the missing ssize_t problem.
5999         * doc/posix-headers/stdio.texi: Likewise.
6000         * modules/stdio (Depends-on): Add ssize_t.
6001         * modules/sys_socket (Depends-on): Likewise.
6002         * modules/sys_types (Depends-on): Likewise.
6003         * modules/sys_uio (Depends-on): Likewise.
6004         * modules/unistd (Depends-on): Likewise.
6005         * tests/test-sys_socket.c: Check that size_t and ssize_t are defined.
6006         * tests/test-sys_types.c: Check that ssize_t is defined.
6007
6008 2011-09-14  Bruno Haible  <bruno@clisp.org>
6009
6010         Avoid using #, the m4 comment starter character, near brackets.
6011         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER_ONE): Use |, not #, as
6012         delimiter character in sed expressions.
6013         * m4/include_next.m4 (gl_NEXT_HEADERS_INTERNAL): Likewise.
6014         Suggested by Eric Blake.
6015
6016         Properly quote AC_CHECK_DECLS' 4th argument.
6017         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Double-quote AC_CHECK_DECLS' 4th
6018         argument.
6019         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
6020         * m4/ceill.m4 (gl_FUNC_CEILL): Likewise.
6021         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
6022         * m4/floorf.m4 (gl_FUNC_FLOORF): Likewise.
6023         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
6024         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH): Likewise.
6025         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Likewise.
6026         * m4/getdomainname.m4 (gl_FUNC_GETDOMAINNAME): Likewise.
6027         * m4/gethrxtime.m4 (gl_GETHRXTIME): Likewise.
6028         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
6029         * m4/inet_ntop.m4 (gl_FUNC_INET_NTOP): Likewise.
6030         * m4/inet_pton.m4 (gl_FUNC_INET_PTON): Likewise.
6031         * m4/isfinite.m4 (gl_ISFINITE): Likewise.
6032         * m4/isinf.m4 (gl_ISINF): Likewise.
6033         * m4/logb.m4 (gl_FUNC_LOGB): Likewise.
6034         * m4/readutmp.m4 (gl_READUTMP): Likewise.
6035         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
6036         * m4/round.m4 (gl_FUNC_ROUND): Likewise.
6037         * m4/roundf.m4 (gl_FUNC_ROUNDF): Likewise.
6038         * m4/roundl.m4 (gl_FUNC_ROUNDL): Likewise.
6039         * m4/signbit.m4 (gl_SIGNBIT): Likewise.
6040         * m4/sleep.m4 (gl_FUNC_SLEEP): Likewise.
6041         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Likewise.
6042         * m4/trunc.m4 (gl_FUNC_TRUNC): Likewise.
6043         * m4/truncf.m4 (gl_FUNC_TRUNCF): Likewise.
6044         * m4/truncl.m4 (gl_FUNC_TRUNCL): Likewise.
6045         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Likewise.
6046         * m4/wctob.m4 (gl_FUNC_WCTOB): Likewise.
6047         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
6048         Reported by Eric Blake.
6049
6050         Properly quote AC_CHECK_DECL's 4th argument.
6051         * m4/acosl.m4 (gl_FUNC_ACOSL): Double-quote AC_CHECK_DECL's 4th
6052         argument.
6053         * m4/argp.m4 (gl_ARGP): Likewise.
6054         * m4/asinl.m4 (gl_FUNC_ASINL): Likewise.
6055         * m4/atanl.m4 (gl_FUNC_ATANL): Likewise.
6056         * m4/cosl.m4 (gl_FUNC_COSL): Likewise.
6057         * m4/expl.m4 (gl_FUNC_EXPL): Likewise.
6058         * m4/frexpl.m4 (gl_FUNC_FREXPL, gl_FUNC_FREXPL_NO_LIBM): Likewise.
6059         * m4/getloadavg.m4 (gl_GETLOADAVG): Likewise.
6060         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Likewise.
6061         * m4/logl.m4 (gl_FUNC_LOGL): Likewise.
6062         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
6063         * m4/sinl.m4 (gl_FUNC_SINL): Likewise.
6064         * m4/sqrtl.m4 (gl_FUNC_SQRTL): Likewise.
6065         * m4/tanl.m4 (gl_FUNC_TANL): Likewise.
6066         Reported by Eric Blake.
6067
6068 2011-09-14  Eric Blake  <eblake@redhat.com>
6069
6070         opendir: avoid compile warning
6071         * lib/opendir.c (includes): Always include errno.h.
6072         Reported by Tatsuro MATSUOKA.
6073
6074 2011-09-14  Jim Meyering  <meyering@redhat.com>
6075
6076         maint.mk: sc_tight_scope: propagate failure from sub-make
6077         * top/maint.mk (sc_tight_scope): Actually initialize and use $fail.
6078         Reported by Martin von Gagern.
6079
6080 2011-09-13  Bruno Haible  <bruno@clisp.org>
6081
6082         tempname: Support for MSVC.
6083         * doc/posix-headers/fcntl.texi: Document the problem with O_ACCMODE on
6084         MSVC.
6085         * modules/tempname (Depends-on): Add fcntl-h.
6086
6087 2011-09-13  Bruno Haible  <bruno@clisp.org>
6088
6089         sys_time: Support for MSVC.
6090         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Invoke
6091         gl_PREREQ_SYS_H_WINSOCK2. When testing for 'struct timeval', also
6092         include <winsock2.h>.
6093         * lib/sys_time.in.h: On MSVC, include <winsock2.h> and hide its
6094         function declarations that collide with POSIX.
6095         * modules/sys_time (Files): Add m4/sys_socket_h.m4.
6096         (Makefile.am): Substitute HAVE_WINSOCK2_H.
6097
6098 2011-09-13  Bruno Haible  <bruno@clisp.org>
6099
6100         stat: Support for MSVC.
6101         * lib/stat.c: Include pathmax.h.
6102         * modules/stat (Depends-on): Add pathmax.
6103
6104         pathmax: Support for native Windows.
6105         * lib/pathmax.h (PATH_MAX): Define to 260 on native Windows.
6106
6107 2011-09-12  Bruno Haible  <bruno@clisp.org>
6108
6109         New modules 'opendir', 'readdir', 'rewinddir', 'closedir'.
6110         * lib/dirent.in.h (struct dirent): New type.
6111         (DT_UNKNOWN, DT_FIFO, DT_CHR, DT_DIR, DT_BLK, DT_REG, DT_LNK, DT_SOCK,
6112         DT_WHT): New macros.
6113         (DIR): New type.
6114         (opendir, closedir): Declare only if the module 'opendir' is enabled.
6115         (readdir, rewinddir): New declarations.
6116         * lib/dirent-private.h: New file.
6117         * lib/opendir.c: New file.
6118         * lib/readdir.c: New file.
6119         * lib/rewinddir.c: New file.
6120         * lib/closedir.c: New file.
6121         * lib/fchdir.c (rpl_closedir, rpl_opendir): Remove functions.
6122         * m4/opendir.m4: New file.
6123         * m4/readdir.m4: New file.
6124         * m4/rewinddir.m4: New file.
6125         * m4/closedir.m4: New file.
6126         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Don't set REPLACE_OPENDIR,
6127         REPLACE_CLOSEDIR here.
6128         * m4/dirent_h.m4 (gl_DIRENT_H): Also check whether closedir, opendir,
6129         readdir, rewinddir are declared.
6130         (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_OPENDIR, GNULIB_READDIR,
6131         GNULIB_REWINDDIR, GNULIB_CLOSEDIR, HAVE_OPENDIR, HAVE_READDIR,
6132         HAVE_REWINDDIR, HAVE_CLOSEDIR.
6133         * modules/dirent (Makefile.am): Substitute GNULIB_OPENDIR,
6134         GNULIB_READDIR, GNULIB_REWINDDIR, GNULIB_CLOSEDIR, HAVE_OPENDIR,
6135         HAVE_READDIR, HAVE_REWINDDIR, HAVE_CLOSEDIR.
6136         * modules/opendir: New file.
6137         * modules/readdir: New file.
6138         * modules/rewinddir: New file.
6139         * modules/closedir: New file.
6140         * doc/posix-functions/opendir.texi: Mention the 'opendir' module.
6141         * doc/posix-functions/readdir.texi: Mention the 'readdir' module.
6142         * doc/posix-functions/rewinddir.texi: Mention the 'rewinddir' module.
6143         * doc/posix-functions/closedir.texi: Mention the 'closedir' module.
6144         * NEWS: Mention the 'fchdir' change.
6145
6146 2011-09-11  Bruno Haible  <bruno@clisp.org>
6147
6148         asm-underscore.m4: Support for MSVC.
6149         * m4/asm-underscore.m4 (gl_C_ASM): New macro.
6150         (gl_ASM_SYMBOL_PREFIX): Require it. Use its results.
6151
6152 2011-09-11  Reuben Thomas  <rrt@sc3d.org>
6153
6154         Doc about crypt functions.
6155         * doc/posix-functions/crypt.texi: Expand range of glibc versions
6156         needing for _GNU_SOURCE to get crypt.
6157         * doc/posix-functions/encrypt.texi: Likewise.
6158         * doc/posix-functions/setkey.texi: Likewise.
6159
6160 2011-09-11  Bruno Haible  <bruno@clisp.org>
6161
6162         doc: Update regarding MSVC 9.
6163         * doc/gnulib-intro.texi (Target Platforms): Classify MSVC as "rarely
6164         tested".
6165         * doc/posix-functions/*.texi: Update with info about MSVC 9.
6166         * doc/posix-headers/*.texi: Likewise.
6167         * doc/pastposix-functions/*.texi: Likewise.
6168         * doc/glibc-functions/*.texi: Likewise.
6169         * doc/glibc-headers/*.texi: Likewise.
6170
6171 2011-09-11  Bruno Haible  <bruno@clisp.org>
6172
6173         unistd et al.: Don't assume <unistd.h> exists.
6174         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Don't include <unistd.h> if it
6175         does not exist.
6176         * m4/environ.m4 (gl_ENVIRON): Don't include <unistd.h> if it does not
6177         exist. But include <stdlib.h>.
6178         * m4/fcntl-o.m4 (gl_FCNTL_O_FLAGS): If <unistd.h> does not exist,
6179         include <io.h> and <stdlib.h> instead. Don't test symbolink links if
6180         symlink() does not exist.
6181         * m4/fflush.m4 (gl_FUNC_FFLUSH_STDIN): If <unistd.h> does not exist,
6182         include <io.h> instead.
6183         * m4/free.m4 (gl_FUNC_FREE): Assume free(NULL) works on native Windows.
6184         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): If <unistd.h> does not exist,
6185         include <direct.h> instead.
6186         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): Likewise.
6187         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
6188         * m4/lseek.m4 (gl_FUNC_LSEEK): If <unistd.h> does not exist, include
6189         <io.h> instead.
6190         * m4/rename.m4 (gl_FUNC_RENAME): Assume rename() manages hard links
6191         correctly if the system does not have hard links.
6192         * m4/rmdir.m4 (gl_FUNC_RMDIR): If <unistd.h> does not exist, include
6193         <direct.h> instead.
6194         * m4/unistd_h.m4 (gl_UNISTD_H): If <unistd.h> does not exist, bypass
6195         it when looking for function declarations.
6196         * m4/unlink.m4 (gl_FUNC_UNLINK): If <unistd.h> does not exist, include
6197         <direct.h> and <io.h> instead.
6198         * doc/posix-headers/unistd.texi: More details about MSVC problem.
6199
6200 2011-09-11  Bruno Haible  <bruno@clisp.org>
6201
6202         strcase: Support for MSVC.
6203         * modules/strcase (Status, Notice): Remove obsoletion mark.
6204         * doc/posix-functions/strcasecmp.texi: Mention MSVC problem.
6205         * doc/posix-functions/strncasecmp.texi: Likewise.
6206
6207         strings: Don't assume <strings.h> exists.
6208         * lib/strings.in.h: Include <strings.h> only if HAVE_STRINGS_H is 1.
6209         * m4/strings_h.m4 (gl_HEADER_STRINGS_H_BODY): Set HAVE_STRINGS_H.
6210         * modules/strings (Makefile.am): Substitute HAVE_STRINGS_H.
6211         * doc/posix-headers/strings.texi: Mention the MSVC problem.
6212
6213 2011-09-11  Bruno Haible  <bruno@clisp.org>
6214
6215         dirent: Don't assume <dirent.h> exists.
6216         * lib/dirent.in.h: Include <dirent.h> only if HAVE_DIRENT_H is 1.
6217         * m4/dirent_h.m4 (gl_DIRENT_H): Set HAVE_DIRENT_H.
6218         * modules/dirent (Makefile.am): Substitute HAVE_DIRENT_H.
6219         * doc/posix-headers/dirent.texi: Mention the MSVC problem.
6220
6221 2011-09-11  Bruno Haible  <bruno@clisp.org>
6222
6223         Fix wint_t on MSVC.
6224         * lib/wchar.in.h (wint_t): On MSVC, override it.
6225         * lib/wctype.in.h (wint_t): Likewise.
6226         * m4/stdint.m4 (gl_STDINT_TYPE_PROPERTIES): Override BITSIZEOF_WINT_T on
6227         MSVC.
6228         * doc/posix-headers/wchar.texi: Mention the problem with wint_t on MSVC.
6229         * doc/posix-headers/wctype.texi: Likewise.
6230
6231 2011-09-11  Bruno Haible  <bruno@clisp.org>
6232
6233         sys_types: Fix typo.
6234         * lib/sys_types.in.h: Fix typo in comment.
6235         Reported by Paul Eggert.
6236
6237         Support for MSVC compiler: Ensure size_t gets defined.
6238         * modules/strings (Depends-on): Add 'sys_types'.
6239         * modules/sys_uio (Depends-on): Likewise.
6240         * lib/sys_uio.in.h: Update comment.
6241
6242         C++ tests for module 'sys_types'.
6243         * modules/sys_types-c++-tests: New file.
6244         * tests/test-sys_types-c++.cc: New file.
6245
6246         Tests for module 'sys_types'.
6247         * modules/sys_types-tests: New file.
6248         * tests/test-sys_types.c: New file.
6249
6250         New module 'sys_types'.
6251         * lib/sys_types.in.h: New file.
6252         * m4/sys_types_h.m4: New file.
6253         * modules/sys_types: New file.
6254         * doc/posix-headers/sys_types.texi: Mention the new module and the
6255         size_t problem on MSVC 9.
6256
6257 2011-09-11  Bruno Haible  <bruno@clisp.org>
6258
6259         Support for MSVC compiler: Avoid division by a literal 0.
6260         * lib/math.in.h (NAN): Define through a function call also on MSVC.
6261         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Divide by 'zero' instead of 0.0.
6262         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_DIRECTIVE_A,
6263         gl_PRINTF_DIRECTIVE_F, gl_PRINTF_FLAG_ZERO): Likewise.
6264         (gl_PRINTF_INFINITE_LONG_DOUBLE): Divide by 'zeroL' instead of 0.0L.
6265         * tests/infinity.h: New file.
6266         * tests/nan.h (NaNf, NaNd, NaNl): Define through a function call also
6267         on MSVC.
6268         * tests/test-ceilf1.c: Include infinity.h.
6269         (main): Use Infinityf.
6270         * tests/test-ceil1.c: Include infinity.h.
6271         (main): Use Infinityd.
6272         * tests/test-ceill.c: Include infinity.h.
6273         (main): Use Infinityl.
6274         * tests/test-dprintf-posix.c: Include infinity.h.
6275         (test_function): Use Infinityd.
6276         * tests/test-floorf1.c: Include infinity.h.
6277         (main): Use Infinityf.
6278         * tests/test-floor1.c: Include infinity.h.
6279         (main): Use Infinityd.
6280         * tests/test-floorl.c: Include infinity.h.
6281         (main): Use Infinityl.
6282         * tests/test-fprintf-posix.c: Include infinity.h.
6283         (test_function): Use Infinityd.
6284         * tests/test-frexp.c: Include infinity.h.
6285         (main): Use Infinityd.
6286         * tests/test-frexpl.c: Include infinity.h.
6287         (main): Use Infinityl.
6288         * tests/test-isfinite.c: Include infinity.h.
6289         (test_isfinitef): Use Infinityf.
6290         (test_isfinited): Use Infinityd.
6291         (test_isfinitel): Use Infinityl.
6292         * tests/test-isinf.c: Include infinity.h.
6293         (test_isinff): Use Infinityf.
6294         (test_isinfd): Use Infinityd.
6295         (test_isinfl): Use Infinityl.
6296         * tests/test-isnan.c: Include infinity.h.
6297         (test_float): Use Infinityf.
6298         (test_double): Use Infinityd.
6299         (test_long_double): Use Infinityl.
6300         * tests/test-isnanf.h: Include infinity.h.
6301         (main): Use Infinityf.
6302         * tests/test-isnand.h: Include infinity.h.
6303         (main): Use Infinityd.
6304         * tests/test-isnanl.h: Include infinity.h.
6305         (main): Use Infinityl.
6306         * tests/test-ldexpl.c: Include infinity.h.
6307         (main): Use Infinityl.
6308         * tests/test-printf-posix.h: Include infinity.h.
6309         (test_function): Use Infinityd.
6310         * tests/test-roundf1.c: Include infinity.h.
6311         (main): Use Infinityf.
6312         * tests/test-round1.c: Include infinity.h.
6313         (main): Use Infinityd.
6314         * tests/test-roundl.c: Include infinity.h.
6315         (main): Use Infinityl.
6316         * tests/test-signbit.c: Include infinity.h.
6317         (test_signbitf): Use Infinityf.
6318         (test_signbitd): Use Infinityd.
6319         (test_signbitl): Use Infinityl.
6320         * tests/test-snprintf-posix.h: Include infinity.h.
6321         (test_function): Use Infinityd, Infinityl.
6322         * tests/test-sprintf-posix.h: Include infinity.h.
6323         (test_function): Use Infinityd, Infinityl.
6324         * tests/test-truncf1.c: Include infinity.h.
6325         (main): Use Infinityf.
6326         * tests/test-trunc1.c: Include infinity.h.
6327         (main): Use Infinityd.
6328         * tests/test-truncl.c: Include infinity.h.
6329         (main): Use Infinityl.
6330         * tests/test-vasnprintf-posix.c: Include infinity.h.
6331         (test_function): Use Infinityd, Infinityl.
6332         * tests/test-vasprintf-posix.c: Include infinity.h.
6333         (test_function): Use Infinityd, Infinityl.
6334         * modules/ceilf-tests (Files): Add tests/infinity.h.
6335         * modules/ceil-tests (Files): Likewise.
6336         * modules/ceill-tests (Files): Likewise.
6337         * modules/dprintf-posix-tests (Files): Likewise.
6338         * modules/floorf-tests (Files): Likewise.
6339         * modules/floor-tests (Files): Likewise.
6340         * modules/floorl-tests (Files): Likewise.
6341         * modules/fprintf-posix-tests (Files): Likewise.
6342         * modules/frexp-tests (Files): Likewise.
6343         * modules/frexp-nolibm-tests (Files): Likewise.
6344         * modules/frexpl-tests (Files): Likewise.
6345         * modules/frexpl-nolibm-tests (Files): Likewise.
6346         * modules/isfinite-tests (Files): Likewise.
6347         * modules/isinf-tests (Files): Likewise.
6348         * modules/isnan-tests (Files): Likewise.
6349         * modules/isnanf-tests (Files): Likewise.
6350         * modules/isnanf-nolibm-tests (Files): Likewise.
6351         * modules/isnand-tests (Files): Likewise.
6352         * modules/isnand-nolibm-tests (Files): Likewise.
6353         * modules/isnanl-tests (Files): Likewise.
6354         * modules/isnanl-nolibm-tests (Files): Likewise.
6355         * modules/ldexpl-tests (Files): Likewise.
6356         * modules/printf-posix-tests (Files): Likewise.
6357         * modules/roundf-tests (Files): Likewise.
6358         * modules/round-tests (Files): Likewise.
6359         * modules/roundl-tests (Files): Likewise.
6360         * modules/signbit-tests (Files): Likewise.
6361         * modules/snprintf-posix-tests (Files): Likewise.
6362         * modules/sprintf-posix-tests (Files): Likewise.
6363         * modules/truncf-tests (Files): Likewise.
6364         * modules/trunc-tests (Files): Likewise.
6365         * modules/truncl-tests (Files): Likewise.
6366         * modules/vasnprintf-posix-tests (Files): Likewise.
6367         * modules/vasprintf-posix-tests (Files): Likewise.
6368         * modules/vdprintf-posix-tests (Files): Likewise.
6369         * modules/vfprintf-posix-tests (Files): Likewise.
6370         * modules/vprintf-posix-tests (Files): Likewise.
6371         * modules/vsnprintf-posix-tests (Files): Likewise.
6372         * modules/vsprintf-posix-tests (Files): Likewise.
6373         * modules/xprintf-posix-tests (Files): Likewise.
6374
6375 2011-09-11  Bruno Haible  <bruno@clisp.org>
6376
6377         Ensure pid_t gets defined.
6378         * m4/fcntl_h.m4 (gl_FCNTL_H): Require AC_TYPE_PID_T.
6379         * m4/sched_h.m4 (gl_SCHED_H): Likewise.
6380         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
6381         * m4/spawn_h.m4 (gl_SPAWN_H): Likewise.
6382         * m4/sys_wait_h.m4 (gl_SYS_WAIT_H): Likewise.
6383         * m4/termios_h.m4 (gl_TERMIOS_H): Likewise.
6384         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
6385         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
6386         * tests/test-fcntl-h.c: Check that pid_t is defined.
6387         * tests/test-sched.c: Likewise.
6388         * tests/test-termios.c: Likewise.
6389         * tests/test-time.c: Likewise.
6390         * doc/posix-headers/fcntl.texi: Mention lack of pid_t on MSVC platform.
6391         * doc/posix-headers/signal.texi: Likewise.
6392         * doc/posix-headers/sys_types.texi: Likewise.
6393         * doc/posix-headers/time.texi: Likewise.
6394
6395 2011-09-11  Bruno Haible  <bruno@clisp.org>
6396
6397         acl: Fix compilation on Solaris 10 (older version).
6398         * lib/file-has-acl.c (acl_ace_nontrivial): Use NEW_ACE_EVERYONE instead
6399         of ACE_EVERYONE.
6400         * lib/set-mode-acl.c (qset_acl): Likewise.
6401         Reported by Christian Jullien <eligis@orange.fr>.
6402
6403 2011-09-10  Bruno Haible  <bruno@clisp.org>
6404
6405         iconv, unsetenv: Add support for MSVC compiler.
6406         * m4/iconv.m4 (AM_ICONV): Use ISO C declaration syntax on MSVC.
6407         * m4/setenv.m4 (gl_FUNC_UNSETENV): Drop support for K&R C compilers.
6408
6409 2011-09-10  Bruno Haible  <bruno@clisp.org>
6410
6411         *printf: Add support for MSVC compiler.
6412         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N): On MSVC, install a handler that
6413         handles the exception caused by the %n directive. When cross-compiling,
6414         guess no on native Windows.
6415         (gl_SNPRINTF_TRUNCATION_C99, gl_SNPRINTF_RETVAL_C99,
6416         gl_SNPRINTF_DIRECTIVE_N, gl_SNPRINTF_SIZE1): When snprintf is missing,
6417         emulate it through vsnprintf.
6418         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Update comment.
6419         * doc/posix-functions/dprintf.texi: Update documentation regarding
6420         MSVC 9.
6421         * doc/posix-functions/fprintf.texi: Likewise.
6422         * doc/posix-functions/printf.texi: Likewise.
6423         * doc/posix-functions/snprintf.texi: Likewise.
6424         * doc/posix-functions/sprintf.texi: Likewise.
6425         * doc/posix-functions/swprintf.texi: Likewise.
6426         * doc/posix-functions/vdprintf.texi: Likewise.
6427         * doc/posix-functions/vfprintf.texi: Likewise.
6428         * doc/posix-functions/vprintf.texi: Likewise.
6429         * doc/posix-functions/vsnprintf.texi: Likewise.
6430         * doc/posix-functions/vsprintf.texi: Likewise.
6431         * doc/glibc-functions/asprintf.texi: Likewise.
6432         * doc/glibc-functions/obstack_printf.texi: Likewise.
6433         * doc/glibc-functions/obstack_vprintf.texi: Likewise.
6434         * doc/glibc-functions/vasprintf.texi: Likewise.
6435
6436 2011-09-10  Bruno Haible  <bruno@clisp.org>
6437
6438         nocrash: Add support for native Windows.
6439         * m4/nocrash.m4 (GL_NOCRASH): Avoid a crash also on native Windows.
6440
6441 2011-09-10  Michael Goffioul  <michael.goffioul@gmail.com>  (tiny change)
6442             Bruno Haible  <bruno@clisp.org>
6443
6444         absolute-header, include-next: Add support for MSVC compiler.
6445         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER_ONE): Require
6446         AC_CANONICAL_HOST. On native Windows, recognize also backslash as
6447         directory separator in #line directives.
6448         * m4/include_next.m4 (gl_NEXT_HEADERS_INTERNAL): On native Windows,
6449         recognize also backslash as directory separator in #line directives.
6450
6451 2011-09-08  Jim Meyering  <meyering@redhat.com>
6452
6453         maint.mk: mark the post-release commit log with "maint: " prefix
6454         * top/maint.mk (emit-commit-log): Add "maint: " prefix to the
6455         one-line commit-log summary.
6456
6457 2011-09-08  Reuben Thomas  <rrt@sc3d.org>
6458             Bruno Haible  <bruno@clisp.org>
6459
6460         Doc about crypt functions.
6461         * doc/posix-functions/crypt.texi: Mention need for _GNU_SOURCE on glibc
6462         systems.
6463         * doc/posix-functions/encrypt.texi: Likewise.
6464         * doc/posix-functions/setkey.texi: Likewise.
6465
6466 2011-09-08  Simon Josefsson  <simon@josefsson.org>
6467
6468         * lib/gc.h: Fix copyright header.
6469
6470 2011-09-07  Bruno Haible  <bruno@clisp.org>
6471
6472         pthread: Determine $(LIB_PTHREAD) correctly on OSF/1 5.1.
6473         * m4/pthread.m4 (gl_PTHREAD_CHECK): Use AC_CACHE_CHECK and
6474         AC_LINK_IFELSE instead of AC_SEARCH_LIBS.
6475
6476 2011-09-07  Bruno Haible  <bruno@clisp.org>
6477
6478         openat: Work around compilation error with OSF/1 5.1 DTK cc.
6479         * lib/fopen.c: Use different syntax for include of <stdio.h>.
6480         * lib/freopen.c: Likewise.
6481         * lib/fstatat.c: Use different syntax for include of <sys/stat.h>.
6482         * lib/lstat.c: Likewise.
6483         * lib/stat.c: Likewise.
6484         * lib/open.c: Use different syntax for include of <fcntl.h>.
6485         * lib/openat.c: Include fcntl.h again, explicitly.
6486
6487 2011-09-04  J.T. Conklin  <jtc@acorntoolworks.com>
6488
6489         parse-datetime: document the newly accepted format
6490         * doc/parse-datetime.texi (Combined date and time of day items):
6491         New section.
6492
6493 2011-09-06  Bruno Haible  <bruno@clisp.org>
6494
6495         acl: Fix a test failure on newer Solaris 10 with ZFS.
6496         * tests/test-sameacls.c (main): Interpret acl GETACLCNT failure with
6497         ENOSYS as no ACL.
6498         Reported by Jim Meyering.
6499
6500 2011-09-06  Bruno Haible  <bruno@clisp.org>
6501
6502         acl: Update for AIX >= 5.3 with NFS.
6503         * lib/file-has-acl.c (file_has_acl): Interpret aclx_get failure with
6504         ENOSYS as no ACL.
6505
6506         acl: Fix a test failure on AIX >= 5.3 with NFS.
6507         * tests/test-sameacls.c (main): Interpret aclx_get failure with ENOSYS
6508         as no ACL.
6509
6510 2011-09-06  Bruno Haible  <bruno@clisp.org>
6511
6512         acl: Fix a test failure on IRIX 6.5 with NFS.
6513         * lib/acl-internal.h (MODE_INSIDE_ACL): Define to 0 on IRIX.
6514         * lib/set-mode-acl.c (qset_acl): Test !HAVE_ACL_TYPE_EXTENDED instead
6515         of MODE_INSIDE_ACL. If !MODE_INSIDE_ACL, do a chmod_or_fchmod always.
6516         * lib/copy-acl.c (qcopy_acl): Likewise.
6517
6518 2011-09-05  Paul Eggert  <eggert@cs.ucla.edu>
6519
6520         openat: port to AIX 7.1 with large files
6521         AIX 7.1 does a "#define openat open64at" if large files are in use,
6522         so we can't simply #undef openat.  Use the orig_openat trick (similar
6523         to orig_open in lib/open.c) to work around the problem.  Problem
6524         reported by Kevin Brott for GNU tar, in the thread containing
6525         <http://lists.gnu.org/archive/html/bug-tar/2011-09/msg00032.html>.
6526         * lib/openat.c (__need_system_fcntl_h): Define first.
6527         Include <fcntl.h> and <sys/types.h> before undefining.
6528         (orig_openat) [HAVE_OPENAT]: New inline function.
6529         (openat) [HAVE_OPENAT]: Do not undef.
6530         (rpl_openat): Use orig_openat, not openat.
6531
6532 2011-09-05  Joachim Schmitz  <schmitz@hp.com>  (tiny change)
6533             Bruno Haible  <bruno@clisp.org>
6534
6535         acl: Avoid errors on NonStop Kernel.
6536         * lib/file-has-acl.c (file_has_acl) [NonStop Kernel]: Ignore ENOSYS and
6537         ENOTSUP errors.
6538
6539 2011-09-05  Bruno Haible  <bruno@clisp.org>
6540
6541         acl: Clean up Solaris code.
6542         * lib/acl-internal.h: Remove no-op #if.
6543         * lib/file-has-acl.c: Likewise.
6544         * lib/set-mode-acl.c (qset_acl): Remove unused Solaris code.
6545         * lib/copy-acl.c (qcopy_acl): Likewise.
6546
6547 2011-09-05  Bruno Haible  <bruno@clisp.org>
6548
6549         acl: Fix a bug with NFSv4 ACLs on Solaris 10 (newer version) in
6550         binaries built on the original Solaris 10.
6551         * lib/file-has-acl.c (file_has_acl): ACLs with 4..6 ACEs can be
6552         trivial.
6553
6554 2011-09-05  Bruno Haible  <bruno@clisp.org>
6555
6556         acl: Improve support of NFSv4 ACLs on Solaris 10 (newer version).
6557         * lib/acl-internal.h (acl_nontrivial): Declare also on newer Solaris
6558         10.
6559         * lib/file-has-acl.c (acl_nontrivial): Define also on newer Solaris 10.
6560         (acl_ace_nontrivial): Likewise. Recognize the trivial ACLs with 6 ACEs.
6561         * lib/copy-acl.c (qcopy_acl): On newer Solaris 10, use acl or facl
6562         instead of acl_get, facl_get, acl_set, facl_set.
6563
6564 2011-09-05  Bruno Haible  <bruno@clisp.org>
6565
6566         copy-file: Try unit tests on more file systems.
6567         * tests/test-copy-file-1.sh: New file.
6568         * tests/test-copy-file-2.sh: New file.
6569         * modules/copy-file-tests (Files): Add them.
6570         (Makefile.am): Add them to TESTS.
6571
6572         acl: Try unit tests on more file systems.
6573         * tests/test-file-has-acl-1.sh: New file.
6574         * tests/test-file-has-acl-2.sh: New file.
6575         * tests/test-set-mode-acl-1.sh: New file.
6576         * tests/test-set-mode-acl-2.sh: New file.
6577         * tests/test-copy-acl-1.sh: New file.
6578         * tests/test-copy-acl-2.sh: New file.
6579         * modules/acl-tests (Files): Add them.
6580         (Makefile.am): Add them to TESTS.
6581
6582 2011-09-04  Bruno Haible  <bruno@clisp.org>
6583
6584         acl: Improve support of NFSv4 ACLs on Solaris 10 (newer version).
6585         * lib/acl-internal.h (ACE_*, NEW_ACE_*): Define also on newer Solaris
6586         10.
6587         (OLD_ALLOW, OLD_DENY): New macros.
6588         (NEW_ACE_ACCESS_ALLOWED_ACE_TYPE): Renamed from
6589         ACE_ACCESS_ALLOWED_ACE_TYPE.
6590         (NEW_ACE_ACCESS_DENIED_ACE_TYPE): Renamed from
6591         ACE_ACCESS_DENIED_ACE_TYPE.
6592         (OLD_ACE_OWNER, OLD_ACE_GROUP, OLD_ACE_OTHER): New macros.
6593         (NEW_ACE_EXECUTE): Fix value.
6594         (NEW_ACE_APPEND_DATA, NEW_ACE_READ_NAMED_ATTRS,
6595         NEW_ACE_WRITE_NAMED_ATTRS, NEW_ACE_DELETE_CHILD,
6596         NEW_ACE_READ_ATTRIBUTES, NEW_ACE_WRITE_ATTRIBUTES, NEW_ACE_DELETE,
6597         NEW_ACE_READ_ACL, NEW_ACE_WRITE_ACL, NEW_ACE_WRITE_OWNER,
6598         NEW_ACE_SYNCHRONIZE): New macros.
6599         * lib/set-mode-acl.c (qset_acl): On newer Solaris 10, use acl or facl
6600         instead of acl_fromtext, acl_set, facl_set.
6601         Fixes a coreutils/tests/cp/perm failure.
6602
6603 2011-09-03  Paul Eggert  <eggert@cs.ucla.edu>
6604
6605         openat: test for fstatat (..., 0) bug
6606         Further testing with tar suggests that fstatat (..., 0)
6607         does not work in general, on AIX 7.1; see
6608         <http://lists.gnu.org/archive/html/bug-tar/2011-09/msg00023.html>.
6609         So, give up entirely on AIX 7.1's fstatat, and fall back on our
6610         replacement fstatat (which is what older AIX releases were using
6611         anyway).
6612         * lib/fstatat.c (fstatat) [HAVE_FSTATAT]: Do not undef.  The only
6613         use is now changed to orig_fstatat.  This was probably the right
6614         thing to do anyway.
6615         (FSTATAT_AT_FDCWD_0_BROKEN): Remove; no longer used.
6616         (rpl_fstatat) [FSTATAT_ZERO_FLAG_BROKEN]: Remove.
6617         (rpl_fstatat): Simplify, assuming !FSTATAT_ZERO_FLAG_BROKEN.
6618         (AT_FUNC_NAME) [FSTATAT_ZERO_FLAG_BROKEN]: Now rpl_fstatat.
6619         * m4/openat.m4 (gl_FUNC_FSTATAT): Test for the more-general bug
6620         and define FSTATAT_ZERO_FLAG_BROKEN, not FSTATAT_AT_FDCWD_0_BROKEN,
6621         if the bug is found.
6622
6623         openat: test for fstatat (AT_FDCWD, ..., 0) bug
6624         This tests for another fstatat bug on AIX 7.1:
6625         fstatat (AT_FDCWD, ..., 0) does not work.  See
6626         <http://lists.gnu.org/archive/html/bug-tar/2011-09/msg00015.html>.
6627         * lib/fstatat.c (FSTATAT_AT_FDCWD_0_BROKEN)
6628         (LSTAT_FOLLOWS_SLASHED_SYMLINK): Default to 0.
6629         (rpl_fstatat): Adjust so that it works around either (or both)
6630         bugs if present.
6631         * m4/openat.m4 (gl_FUNC_FSTATAT): Test for this fstatat bug.
6632
6633 2011-09-03  Karl Berry  <karl@gnu.org>
6634
6635         * doc/regex.texi (Character Class Operators): Avoid literal ":"
6636         in index entries.
6637
6638 2011-09-02  Bruno Haible  <bruno@clisp.org>
6639
6640         Allow the user to override the choice of AR, ARFLAGS, RANLIB.
6641         * m4/gnulib-common.m4 (gl_PROG_AR_RANLIB): Don't override the given
6642         values of AR, ARFLAGS, RANLIB.
6643         Reported by John W. Eaton <jwe@gnu.org> for Octave.
6644
6645 2011-09-02  Bruno Haible  <bruno@clisp.org>
6646
6647         Find 'ar' program that fits with --host argument.
6648         * m4/gnulib-common.m4 (gl_PROG_AR_RANLIB): Use AC_CHECK_TOOL.
6649
6650 2011-09-02  Bruno Haible  <bruno@clisp.org>
6651
6652         tests: init.sh: Support any non-GNU diff.
6653         * tests/init.sh (compare): If "diff -c" is supported but "diff -u" is
6654         not, use "diff -c". Useful on AIX 6.1, HP-UX 11.31, OSF/1 5.1,
6655         Solaris 8.
6656
6657 2011-09-02  Bruno Haible  <bruno@clisp.org>
6658
6659         tests: init.sh: work also with any non-GNU diff that supports -u
6660         * tests/init.sh: Relax check for diff -u support.
6661         Rather than checking for GNU diff via --version, simply check
6662         for support for -u itself.  Useful at least on OpenBSD 4.9,
6663         AIX 7.1, IRIX 6.5, and Solaris 10.
6664
6665 2011-09-01  Bruno Haible  <bruno@clisp.org>
6666
6667         strtoimax, strtoumax: Document problem on HP-UX 11.
6668         * doc/posix-functions/strtoimax.texi: Mention HP-UX 11.11 problem.
6669         * doc/posix-functions/strtoumax.texi: Likewise.
6670
6671 2011-09-01  Bruno Haible  <bruno@clisp.org>
6672
6673         strtoumax: Avoid link error on OSF/1 with DTK cc.
6674         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Always test whether strtoumax is
6675         defined as a function.
6676         * modules/strtoumax (Depends-on, configure.ac): Test only whether
6677         strtoumax is defined, not whether it is declared.
6678
6679 2011-09-01  Bruno Haible  <bruno@clisp.org>
6680
6681         strtoimax: Avoid link error on OSF/1 with DTK cc.
6682         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Always test whether strtoimax is
6683         defined as a function.
6684         * modules/strtoimax (Depends-on, configure.ac): Test only whether
6685         strtoimax is defined, not whether it is declared.
6686
6687 2011-09-01  Bruno Haible  <bruno@clisp.org>
6688
6689         imaxdiv: Avoid link error on OSF/1 with DTK cc.
6690         * m4/imaxdiv.m4 (gl_FUNC_IMAXDIV): Also test whether imaxdiv is defined
6691         as a function.
6692         * modules/imaxdiv (configure.ac): Test whether imaxdiv is defined, not
6693         whether it is declared.
6694
6695 2011-09-01  Bruno Haible  <bruno@clisp.org>
6696
6697         imaxabs: Avoid link error on OSF/1 with DTK cc.
6698         * m4/imaxabs.m4 (gl_FUNC_IMAXABS): Also test whether imaxabs is defined
6699         as a function.
6700         * modules/imaxabs (configure.ac): Test whether imaxabs is defined, not
6701         whether it is declared.
6702
6703 2011-09-01  Bruno Haible  <bruno@clisp.org>
6704
6705         Tests for module 'strtoumax'.
6706         * modules/strtoumax-tests: New file.
6707         * tests/test-strtoumax.c: New file.
6708
6709         Tests for module 'strtoimax'.
6710         * modules/strtoimax-tests: New file.
6711         * tests/test-strtoimax.c: New file.
6712
6713         Tests for module 'imaxdiv'.
6714         * modules/imaxdiv-tests: New file.
6715         * tests/test-imaxdiv.c: New file.
6716
6717         Tests for module 'imaxabs'.
6718         * modules/imaxabs-tests: New file.
6719         * tests/test-imaxabs.c: New file.
6720
6721 2011-09-01  Bruno Haible  <bruno@clisp.org>
6722
6723         pthread: Determine $(LIB_PTHREAD) correctly on IRIX 6.5.
6724         * m4/pthread.m4 (gl_PTHREAD_CHECK): Check for pthread_join, not
6725         pthread_create.
6726
6727 2011-09-01  Paul Eggert  <eggert@cs.ucla.edu>
6728
6729         openat: work around AIX 7.1 fstatat issue
6730         This should fix the problem that was not properly fixed
6731         in the previous change, dated 2011-08-30.
6732         * lib/fstatat.c: Include <sys/stat.h> twice, the first with
6733         __need_system_stat_h defined.
6734         (orig_fstatat) [HAVE_FSTATAT]: New function.
6735         (rpl_fstatat): Go back to the old way of doing things,
6736         except call orig_fstatat instead of fstatat.
6737         * m4/openat.m4 (gl_FUNC_FSTATAT): Remove unnecessary check for openat.
6738         Remove unnecessary check whether fstatat fills in st_size etc.
6739
6740 2011-09-01  Bruno Haible  <bruno@clisp.org>
6741
6742         sys_select: Avoid a syntax error regarding timespec_t on IRIX 6.5.
6743         * lib/sys_select.in.h [__sgi]: When included from <sys/bsd_types.h>,
6744         just include the system's header.
6745
6746 2011-08-31  Jim Meyering  <meyering@redhat.com>
6747
6748         tests: avoid spurious assertion failure in test-float.c on ppc64
6749         * tests/test-float.c (test_long_double): Comment out an assertion,
6750         LDBL_MIN_EXP <= DBL_MIN_EXP, that is failing at least on PowerPC-64
6751         with gcc-4.4.4.
6752
6753         maint: indent with spaces, not TABs
6754         I need to get in the habit of running gnulib's "make check".
6755         Both of these would have been caught.
6756         * m4/largefile.m4: Indent with spaces, not TABs.
6757         * lib/parse-datetime.y (iso_8601_time): Likewise.
6758         Spotted by Pádraig Brady.
6759
6760         test-parse-datetime.c: accommodate a relatively strict gcc warning
6761         * tests/test-parse-datetime.c (gmt_offset): Declare function "static",
6762         to avoid a warning from gcc's -Werror=missing-declarations.
6763         Insert a few spaces-before-funcall-parenthesis.
6764
6765 2011-08-17  J.T. Conklin  <jtc@acorntoolworks.com>
6766
6767         parse-datetime: accept ISO 8601 date and time rep with "T" separator
6768         The parser now accepts ISO 8601 date-time strings with "T" as the
6769         separator.  It has long parsed dates like "2004-02-29 16:21:42"
6770         with a space between the date and time strings.  Now it also parses
6771         "2004-02-29T16:21:42" and fractional-second and time-zone-annotated
6772         variants like "2004-02-29T16:21:42.333-07:00"
6773         * lib/parse-datetime.y: Parse ISO 8601 extended date and time
6774         of day representation using the 'T' separator character.
6775         * doc/parse-datetime.texi (General date syntax): replace use of
6776         deprecated --iso-8601 option with --rfc-3339 in example of date
6777         command output formats that can be parsed.
6778         * tests/test-parse-datetime.c (tm_diff): New function, taken from
6779         lib/parse-datetime.y.
6780         (gmt_offset): New function.
6781         (main): Add additional test cases to validate ISO8601 extended
6782         date and time of day parsing.
6783
6784 2011-08-31  Bruno Haible  <bruno@clisp.org>
6785
6786         freopen: Documentation.
6787         * doc/posix-functions/freopen.texi: Document the bug with the NULL file
6788         name.
6789         Reported by Claudio Bley <claudio.bley@gmail.com>.
6790
6791 2011-08-31  Claudio Bley  <claudio.bley@gmail.com>  (tiny change)
6792
6793         freopen: Don't crash if the filename argument is NULL.
6794         * lib/freopen.c (rpl_freopen): Don't compare the filename if it is
6795         NULL.
6796
6797 2011-08-30  Paul Eggert  <eggert@cs.ucla.edu>
6798
6799         openat: work around AIX 7.1 fstatat bug
6800         Problem reported by Kevin Brott for GNU tar, in the thread containing
6801         <http://lists.gnu.org/archive/html/bug-tar/2011-08/msg00015.html>.
6802         * lib/fstatat.c (rpl_fstatat): Do not invoke underlying fstatat if
6803         FSTATAT_ST_SIZE_ETC_BROKEN.
6804         (fstatat) [FSTATAT_ST_SIZE_ETC_BROKEN && HAVE_FSTATAT]: #define to
6805         rpl_fstatat.
6806         * m4/openat.m4 (gl_FUNC_FSTATAT): New macro, with the fstatat-relevant
6807         part of gl_FUNC_OPENAT.  Also, check for the AIX 7.1 bug, and use
6808         AC_CHECK_FUNCS_ONCE for fstatat.
6809         (gl_FUNC_OPENAT): Use it.  Use AC_CHECK_FUNCS_ONCE for
6810         fchmodat, mkdirat, openat and unlinkat.
6811
6812 2011-08-30  Bruno Haible  <bruno@clisp.org>
6813
6814         Avoid endless recursions if config.h includes some header files.
6815         * lib/fopen.c (__need_FILE): Define already before including config.h.
6816         * lib/freopen.c (__need_FILE): Likewise.
6817         * lib/open.c (__need_system_fcntl_h): Likewise.
6818         * lib/stat.c (__need_system_sys_stat_h): Likewise.
6819         * lib/lstat.c (__need_system_sys_stat_h): Likewise.
6820         Reported by Michael Goffioul <michael.goffioul@gmail.com>.
6821
6822 2011-08-25  Karl Berry  <karl@gnu.org>
6823
6824         * config/srclist.txt (ylwrap): new try.
6825         * build-aux/ylwrap: new file.
6826
6827 2011-08-23  Bruno Haible  <bruno@clisp.org>
6828
6829         tmpdir: Use a good default directory on native Windows.
6830         * lib/tmpdir.c: Include <windows.h>, pathmax.h.
6831         (P_tmpdir): Default to _P_tmpdir on native Windows.
6832         (path_search): On native Windows, try the value returned by GetTempPath
6833         before trying P_tmpdir.
6834         * modules/tmpdir (Depends-on): Add pathmax.
6835         Suggested by John Darrington <john@darrington.wattle.id.au>.
6836
6837 2011-08-20  Reuben Thomas  <rrt@sc3d.org>
6838
6839         doc: fix typo in README-release
6840         * top/README-release: Capitalize first word of a sentence.
6841
6842 2011-08-19  Jim Meyering  <meyering@redhat.com>
6843
6844         fts: do not exhaust memory when processing million-entry directories
6845         Before this change, traversing (via rm -rf, find, du, etc.) an N-entry
6846         directory would require about 256*N bytes of memory.  Thus, it was
6847         easy to construct a directory too large to be processed by any of
6848         those tools.  With this change, fts' maximum memory utilization is
6849         now limited to around 30MB.
6850         * lib/fts.c (FTS_MAX_READDIR_ENTRIES): Define.
6851         (fts_read): When we've processed the final entry (i.e., when
6852         ->fts_link is NULL) and fts_dirp is non-NULL, call fts_build
6853         using the parent entry to read any remaining entries.  Dispatch
6854         depending on what fts_build returns:
6855         - NULL+stop, aka failure: stop
6856         - NULL otherwise: move up in the dir hierarchy
6857         - non-NULL: handle this new entry
6858         (fts_build): Declare and use new local, continue_readdir.
6859         Prepare to be called from fts_read, when the entries
6860         from a partially-read directory have just been exhausted.
6861         In that case, we'll skip the opendir and instead use the parent's
6862         fts_dirp and derive dir_fd from that.
6863         Finally, in the readdir loop, if we read max_entries entries,
6864         exit the loop ensuring *not* to call closedir.  This is required
6865         so that fts_dirp can be reused on a subsequent call.
6866         Prompted by Ben England's report of memory exhaustion in find
6867         and rm -rf vs. NFS: https://bugzilla.redhat.com/719749.
6868
6869         maint: fts: move decl of `dp' down into while loop; split a long line
6870         * lib/fts.c (fts_build): No semantic change.
6871
6872         fts: add/use new struct member, fts_dirp
6873         We are about to use this to manage any directory with
6874         too many entries to read all of them into memory at once.
6875         To do that, we'll need to save the DIR* pointer in each
6876         affected FTSENT struct.
6877         * lib/fts_.h: Include <dirent.h>.
6878         (struct FTSENT) [fts_dirp]: New member.
6879         * lib/fts.c (closedir_and_clear): Define.
6880         Use it in place of closedir so that we are sure to
6881         clear the new fts_dirp member when done with it.
6882         (fts_alloc): Initialize the new member.
6883         (fts_lfree): Free, if needed.
6884
6885         maint: fts: give __opendir2 a new parameter and rename
6886         * lib/fts.c (__opendir2): Give it a new parameter, Pdir_fd, rather
6887         than surreptitiously using sole caller's "dir_fd".
6888         (fts_opendir): Rename from __opendir2.
6889
6890         maint: fts.c: remove __opendir2's now-unused parameter, oflag
6891         * lib/fts.c (__opendir2): Remove unused parameter, oflag.
6892
6893         maint: fts.c: correct off-by-one indentation
6894         * lib/fts.c (fts_build): Correct indentation, change style
6895         of a couple of block comments, and bracing style.
6896
6897         maint: fts.c: move __opendir2 #define "up" out of function body
6898         * lib/fts.c (__opendir2): Move "up".  No semantic change.
6899
6900         maint: fts.c: remove #if-0'd FTS_WHITEOUT code
6901         * lib/fts.c: Remove #if-0'd FTS_WHITEOUT code.  It's been #if-0'd
6902         out for a long time and besides was useful only on BSD systems.
6903
6904 2011-08-18  Paul Eggert  <eggert@cs.ucla.edu>
6905
6906         regex: port to Stratus OpenVOS
6907         * lib/regex_internal.h (internal_function) [!_LIBC]: Simply
6908         define to empty, rather than attempting nonportable optimizations.
6909         Problem reported by Paul Green in:
6910         http://lists.gnu.org/archive/html/bug-diffutils/2011-08/msg00047.html
6911         and fix suggested by Eric Blake in:
6912         http://lists.gnu.org/archive/html/bug-gnulib/2011-08/msg00143.html
6913
6914 2011-08-17  Eric Blake  <eblake@redhat.com>
6915
6916         getcwd: fix test failures on mingw
6917         * lib/getcwd.c (__getcwd): Early exit for ERANGE.
6918         * tests/test-getcwd.c (test_abort_bug, test_long_name): Don't fail
6919         test if long directory cannot be created, and allow mingw errno.
6920
6921         getcwd-lgpl: fix m4 to match relaxed test for BSD
6922         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Relax probe.
6923         (gl_FUNC_GETCWD_SIGNATURE): New macro.
6924         (gl_FUNC_GETCWD_LGPL, gl_FUNC_GETCWD): Use it.
6925         * doc/posix-functions/getcwd.texi (getcwd): Tweak mentions of
6926         signature problem.
6927
6928         getcwd: fix compilation on mingw64
6929         * lib/unistd.in.h (includes) [mingw]: Include <direct.h> for
6930         getcwd.
6931         Reported by Marc-André Lureau.
6932
6933         pipe2: silence compiler warning
6934         * lib/pipe2.c (pipe2): Hide label if it is not used.
6935
6936 2011-08-15  Ben Pfaff  <blp@cs.stanford.edu>
6937
6938         relocatable-prog: fix link error
6939         * modules/relocatable-prog (configure.ac) [RELOCATABLE]: Also
6940         invoke AC_LIBOBJ([relocatable]).  This invocation was previously
6941         in the gl_RELOCATABLE_LIBRARY macro.  That invocation was moved
6942         into modules/relocatable-lib without noticing that
6943         modules/relocatable-prog also invokes gl_RELOCATABLE_LIBRARY and
6944         also needs to build relocatable.c.
6945
6946 2011-08-12  Paul Eggert  <eggert@cs.ucla.edu>
6947
6948         getaddrinfo: fix sh typo in gai_strerrorA decl checking
6949         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix typo in the generated
6950         shell code: it contained a 'break' that was not in a loop.
6951         Apparently the macro assumed that AC_CHECK_DECLS is implemenented
6952         via a shell-language loop; this may have been true in old Autoconf
6953         versions, but it's not true in Autoconf 2.68.  I found this bug
6954         when testing coreutils git on Solaris 8, whose shell complains
6955         about the syntax error.
6956
6957 2011-08-12  Simon Josefsson  <simon@josefsson.org>
6958
6959         * lib/base64.c: Fix comment to reference RFC 4648.
6960         Suggested by Bruno Haible <bruno@clisp.org> and Gijs van Tulder
6961         <gvtulder@gmail.com>.
6962
6963 2011-08-11  Paul Eggert  <eggert@cs.ucla.edu>
6964
6965         * build-aux/bootstrap (slurp): Remove obsolescent gettext.m4 patch.
6966
6967         po/Makefile.in.in: fix make -q problem
6968         * build-aux/po/Makefile.in.in (check-macro-version): Remove this
6969         rule, since there's no file named 'check-macro-version' and its
6970         use as a file breaks make -q.
6971         (all): Don't depend on check-macro-version.
6972         (CHECK_MACRO_VERSION): New macro.
6973         (stamp-po): Use it.
6974
6975         configmake: fix make -q problem
6976         * modules/configmake (configmake.h): Update configmake.h's time stamp
6977         even if the file does not change.  Otherwise, 'make -q' fails.
6978         Problem reported by Simon Josefsson in
6979         <http://lists.gnu.org/archive/html/bug-gnulib/2011-08/msg00088.html>.
6980
6981 2011-08-11  Jim Meyering  <meyering@redhat.com>
6982
6983         git-version-gen: correct the advice in a comment
6984         * build-aux/git-version-gen: Correct comment.
6985         Don't recommend to list .tarball-version in .gitignore.
6986
6987 2011-08-10  Paul Eggert  <eggert@cs.ucla.edu>
6988
6989         base64: fix off-by-one buffer size bug
6990         Problem and (trivial) fix reported by Gijs van Tulder in
6991         <http://lists.gnu.org/archive/html/bug-gnulib/2011-08/msg00083.html>.
6992         * lib/base64.c (base64_decode_alloc_ctx): Allocate one more byte.
6993         * tests/test-base64.c (main): Catch the bug.
6994
6995 2011-08-10  Eric Blake  <eblake@redhat.com>
6996
6997         closein: correct comments
6998         * lib/closein.c (close_stdin): Improve comments.
6999
7000 2011-08-09  Bruno Haible  <bruno@clisp.org>
7001
7002         More tests for 'fseeko'.
7003         * tests/test-fseeko3.c: New file, from Eric Blake.
7004         * tests/test-fseeko3.sh: New file.
7005         * modules/fseeko-tests (Files): Add them.
7006         (TESTS): Add test-fseeko3.sh.
7007         (check_PROGRAMS): Add test-fseeko3.
7008
7009 2011-08-09  Eric Blake  <eblake@redhat.com>
7010
7011         fseeko: remove unneeded hack
7012         * lib/fseeko.c (fseeko): Don't special-case SEEK_END.
7013
7014         fseeko: fix bug on glibc
7015         * lib/fseeko.c (fseeko): Set stream offset to match fd offset.
7016         Reported by John W. Eaton.
7017
7018 2011-08-08  Bruno Haible  <bruno@clisp.org>
7019
7020         unictype/base: Fix interoperability with preinstalled libunistring.
7021         * modules/unictype/base (configure.ac): Bump minimum version to 0.9.4.
7022         Reported by Simon Josefsson.
7023
7024 2011-08-08  Bruno Haible  <bruno@clisp.org>
7025
7026         iswblank: Detect declaration correctly.
7027         * m4/iswblank.m4 (gl_FUNC_ISWBLANK): Use correct headers in
7028         AC_CHECK_DECLS invocation.
7029
7030 2011-08-08  Bruno Haible  <bruno@clisp.org>
7031
7032         tcgetsid: Detect declaration correctly.
7033         * m4/tcgetsid.m4 (gl_FUNC_TCGETSID): Use correct headers in
7034         AC_CHECK_DECLS invocation.
7035         Reported by Simon Josefsson.
7036
7037 2011-08-08  Eric Blake  <eblake@redhat.com>
7038
7039         largefile: fix typo that regressed large file support
7040         * modules/largefile (configure.ac-early): Fix section name.
7041
7042 2011-08-06  Karl Berry  <karl@gnu.org>
7043
7044         * MODULES.html.sh (func_all_files): _Noreturn is no longer
7045         a separate module.
7046
7047 2011-08-05  Simon Josefsson  <simon@josefsson.org>
7048
7049         openat: Fix warnings and commens when building unlinkat.c on Hurd.
7050         * lib/unlinkat.c: Mention Hurd in comments.  Include stdlib.h to
7051         get prototype for free.
7052
7053 2011-08-04  Bruno Haible  <bruno@clisp.org>
7054
7055         Tests for module 'pathmax'.
7056         * modules/pathmax-tests: New file.
7057         * tests/test-pathmax.c: New file.
7058
7059         canonicalize-lgpl: Support larger filenames on the Hurd.
7060         * lib/canonicalize-lgpl.c (__realpath): Bump path_max fallback to 8192.
7061         Reported by Paul Eggert.
7062
7063         pathmax: Leave PATH_MAX undefined on the Hurd, and a constant otherwise.
7064         * lib/pathmax.h (PATH_MAX): Leave it undefined on GNU/Hurd.
7065         * lib/chdir-long.h: Include pathmax.h.
7066         * lib/clean-temp.c (PATH_MAX): Remove code that is done by pathmax.h.
7067         * lib/getcwd.c: Include pathmax.h instead of <limits.h>.
7068         (PATH_MAX): Remove code that is done by pathmax.h.
7069         * lib/canonicalize.c (PATH_MAX): Provide a fallback value.
7070         * lib/tmpfile.c: Add a comment.
7071         * m4/pathmax.m4 (gl_PATHMAX): Don't test for pathconf.
7072         * modules/chdir-long (Depends-on): Add pathmax.
7073         * modules/getcwd (Depends-on): Add pathmax.
7074         * tests/test-getcwd.c (test_abort_bug): Avoid syntax error when PATH_MAX
7075         is not defined.
7076         * doc/posix-headers/limits.texi: Mention the pathmax module.
7077         * NEWS: Mention the change.
7078
7079 2011-08-02  Bruno Haible  <bruno@clisp.org>
7080
7081         pthread_sigmask: Actually use results of gl_THREADLIB.
7082         * m4/pthread_sigmask.m4 (gl_FUNC_PTHREAD_SIGMASK): Test and require
7083         gl_THREADLIB, not gl_[]THREADLIB.
7084         Reported by Eric Blake.
7085
7086 2011-08-02  Jim Meyering  <meyering@redhat.com>
7087
7088         maint.mk: relax the default _gl_TS_function_match regexp
7089         * top/maint.mk (_gl_TS_function_match): Don't require at least one
7090         space between function name and "(" in an "extern" declaration.
7091         That would fail to match a decl with no space there: extern void foo();
7092
7093 2011-07-31  Iain Nicol  <iain@thenicols.net>
7094
7095         git-version-gen: document that EXTRA_DIST must include .version
7096         * build-aux/git-version-gen: In the how-to-use comment, document
7097         that EXTRA_DIST must include .version.  Otherwise, "make distcheck"
7098         will fail when run from an unpacked distribution tarball.
7099
7100 2011-08-01  Bruno Haible  <bruno@clisp.org>
7101
7102         wctype-h: Fix last change.
7103         * m4/wctype_h.m4 (gl_WCTYPE_H): If towlower is defined, set
7104         REPLACE_TOWLOWER to 0.
7105         Reported by Sam Steingold <sds@gnu.org>.
7106
7107 2011-07-31  Bruno Haible  <bruno@clisp.org>
7108
7109         frexpl: Update autoconf test.
7110         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Update overrides of <float.h>,
7111         according to changes of 2011-06-20.
7112
7113 2011-07-31  Bruno Haible  <bruno@clisp.org>
7114
7115         sys_utsname: Add support for Minix.
7116         * lib/sys_utsname.in.h [Minix]: Include <stddef.h> before
7117         <sys/utsname.h>.
7118         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H): Likewise.
7119         * doc/posix-headers/sys_utsname.texi: Document the Minix problem.
7120
7121 2011-07-31  Bruno Haible  <bruno@clisp.org>
7122
7123         strings: Add support for Minix.
7124         * lib/strings.in.h [Minix]: Include <sys/types.h> before <strings.h>.
7125         * m4/strings_h.m4 (gl_HEADER_STRINGS_H_BODY): Likewise.
7126         * doc/posix-headers/strings.texi: Document the Minix problem.
7127
7128 2011-07-31  Bruno Haible  <bruno@clisp.org>
7129
7130         wctype-h: Add support for Minix.
7131         * m4/wctype_h.m4 (gl_WCTYPE_H): Test whether towlower is declared. Set
7132         REPLACE_TOWLOWER.
7133         * modules/wctype-h (Makefile.am): Substitute REPLACE_TOWLOWER.
7134         * lib/wctype.in.h (towlower, towupper): Test REPLACE_TOWLOWER, not
7135         REPLACE_ISWCNTRL.
7136
7137 2011-07-31  Paul Eggert  <eggert@cs.ucla.edu>
7138
7139         * lib/xalloc.h (DEFAULT_MXFAST): Track 64-bit glibc.
7140         This is a performance improvement for 64-bit hosts: it causes the
7141         value of DEFAULT_MXFAST to track what's in glibc on such hosts.
7142
7143 2011-07-31  Bruno Haible  <bruno@clisp.org>
7144
7145         stdioext: Add support for Minix.
7146         * lib/fbufmode.c (fbufmode) [__minix]: Add conditional code.
7147         * lib/fpurge.c (fpurge): Likewise.
7148         * lib/freadahead.c (freadahead): Likewise.
7149         * lib/freadable.c (freadable): Likewise.
7150         * lib/freading.c (freading): Likewise.
7151         * lib/freadptr.c (freadptr): Likewise.
7152         * lib/freadseek.c (freadptrinc): Likewise.
7153         * lib/fseeko.c (rpl_fseeko): Likewise.
7154         * lib/fseterr.c (fseterr): Likewise.
7155         * lib/fwritable.c (fwritable): Likewise.
7156         * lib/fwriting.c (fwriting): Likewise.
7157         * lib/fflush.c (clear_ungetc_buffer): Update comment.
7158         * m4/fpending.m4 (gl_PREREQ_FPENDING): Add a variant for Minix.
7159
7160 2011-07-31  Bruno Haible  <bruno@clisp.org>
7161
7162         errno: Port to Minix.
7163         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Test also whether ENETRESET and
7164         ECONNABORTED are defined.
7165         * lib/errno.in.h (ENETRESET, GNULIB_defined_ENETRESET, ECONNABORTED,
7166         GNULIB_defined_ECONNABORTED): New macros.
7167         * lib/strerror-override.h (strerror_override): Test also
7168         GNULIB_defined_ENETRESET, GNULIB_defined_ECONNABORTED.
7169         * lib/strerror-override.c (strerror_override): Handle also ENETRESET,
7170         ECONNABORTED.
7171         * doc/posix-headers/errno.texi: Mention the Minix problem.
7172
7173 2011-07-31  Bruno Haible  <bruno@clisp.org>
7174
7175         Work around declaration collisions on Minix.
7176         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): If mbsinit is declared but not
7177         defined, set REPLACE_MBSINIT.
7178         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): If mbrtowc is declared but not
7179         defined, set REPLACE_MBRTOWC.
7180         * m4/mbrlen.m4 (gl_FUNC_MBRLEN): If mbrlen is declared but not defined,
7181         set REPLACE_MBRLEN.
7182         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): If mbsrtowcs is declared but not
7183         defined, set REPLACE_MBSRTOWCS.
7184         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): If wcrtomb is declared but not
7185         defined, set REPLACE_WCRTOMB.
7186         * m4/wcsrtombs.m4 (gl_FUNC_WCSRTOMBS): If wcsrtombs is declared but not
7187         defined, set REPLACE_WCSRTOMBS.
7188
7189 2011-07-31  Bruno Haible  <bruno@clisp.org>
7190
7191         Add support for Minix with ACK compiler.
7192         * m4/gnulib-common.m4 (gl_PROG_AR_RANLIB): New macro.
7193         * gnulib-tool (func_import, func_create_testdir): Emit invocation of
7194         gl_PROG_AR_RANLIB instead of AC_PROG_RANLIB.
7195
7196 2011-07-31  Bruno Haible  <bruno@clisp.org>
7197
7198         Documentation about Minix.
7199         * doc/posix-headers/*.texi: Add info about Minix 3.1.8.
7200         * doc/glibc-headers/*.texi: Likewise.
7201         * doc/posix-functions/*.texi: Likewise.
7202         * doc/glibc-functions/*.texi: Likewise.
7203
7204 2011-07-31  Bruno Haible  <bruno@clisp.org>
7205
7206         snippet/warn-on-use: Fix indentation.
7207         * m4/warn-on-use.m4 (gl_WARN_ON_USE_PREPARE): Fix indentation.
7208
7209 2011-07-25  Jim Meyering  <meyering@redhat.com>
7210
7211         tests: test-update-copyright.sh: remove unnecessary "rm" commands
7212         * tests/test-update-copyright.sh: Remove unused rm -f $TMP.*.bak
7213         commands.
7214
7215 2011-07-27  Jim Meyering  <meyering@redhat.com>
7216
7217         maint.mk: avoid sc_prohibit_always-defined_macros failure in coreutils
7218         * top/maint.mk (gl_extract_significant_defines_): Now that
7219         SA_RESETHAND and SA_RESTART are #defined (albeit conditionally) in
7220         gnulib/lib/signal.in.h, and now that we recommend to
7221         define-if-undefined those two symbols in application code,
7222         we must filter them out of the "significant" list.
7223         This avoids a "make syntax-check" failure in coreutils.
7224
7225 2011-07-26  Eric Blake  <eblake@redhat.com>
7226
7227         warnings: add comments about previous patch
7228         * m4/absolute-header.m4: Document AS_VAR_PUSHDEF limitation.
7229         * m4/include_next.m4: Likewise.
7230         * m4/warn-on-use.m4: Likewise.
7231         * m4/warnings.m4: Likewise, and simplify use.
7232         Suggested by Stefano Lattarini.
7233
7234         include-next, warnings: support older autoconf
7235         * m4/include_next.m4 (gl_NEXT_HEADERS_INTERNAL): Use
7236         AS_VAR_PUSHDEF in a way that works with older autoconf.
7237         * m4/warnings.m4 (gl_WARN_ADD): Likewise.
7238         Reported by Daniel P. Berrange.
7239
7240 2011-07-25  Bruno Haible  <bruno@clisp.org>
7241
7242         fseek, ftell: Fix doc.
7243         * doc/posix-functions/fseek.texi: Reword statement about
7244         AC_SYS_LARGEFILE.
7245         * doc/posix-functions/ftell.texi: Likewise.
7246
7247 2011-07-25  Paul Eggert  <eggert@cs.ucla.edu>
7248             Bruno Haible  <bruno@clisp.org>
7249
7250         Add dependencies to the 'largefile' module.
7251         * modules/fopen (Depends-on): Add 'largefile'.
7252         * modules/freopen (Depends-on): Likewise.
7253         * modules/fseeko (Depends-on): Likewise.
7254         * modules/ftello (Depends-on): Likewise.
7255         * modules/glob (Depends-on): Likewise.
7256         * modules/lseek (Depends-on): Likewise.
7257         * modules/lstat (Depends-on): Likewise.
7258         * modules/mkostemp (Depends-on): Likewise.
7259         * modules/mkostemps (Depends-on): Likewise.
7260         * modules/mkstemp (Depends-on): Likewise.
7261         * modules/mkstemps (Depends-on): Likewise.
7262         * modules/open (Depends-on): Likewise.
7263         * modules/openat (Depends-on): Likewise.
7264         * modules/pread (Depends-on): Likewise.
7265         * modules/pwrite (Depends-on): Likewise.
7266         * modules/scandir (Depends-on): Likewise.
7267         * modules/stat (Depends-on): Likewise.
7268         * modules/tmpfile (Depends-on): Likewise.
7269         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Do not require AC_SYS_LARGEFILE,
7270         since the containing module now depends on the largefile module.
7271         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Likewise.
7272         * doc/posix-functions/fopen.texi: Mention that the problem of 32-bit
7273         off_t is fixed by gnulib.
7274         * doc/posix-functions/freopen.texi: Likewise.
7275         * doc/posix-functions/fseeko.texi: Likewise.
7276         * doc/posix-functions/fstatat.texi: Likewise.
7277         * doc/posix-functions/ftello.texi: Likewise.
7278         * doc/posix-functions/glob.texi: Likewise.
7279         * doc/posix-functions/lseek.texi: Likewise.
7280         * doc/posix-functions/lstat.texi: Likewise.
7281         * doc/posix-functions/mkstemp.texi: Likewise.
7282         * doc/posix-functions/open.texi: Likewise.
7283         * doc/posix-functions/openat.texi: Likewise.
7284         * doc/posix-functions/pread.texi: Likewise.
7285         * doc/posix-functions/pwrite.texi: Likewise.
7286         * doc/posix-functions/scandir.texi: Likewise.
7287         * doc/posix-functions/stat.texi: Likewise.
7288         * doc/posix-functions/tmpfile.texi: Likewise.
7289         * doc/glibc-functions/mkostemp.texi: Likewise.
7290         * doc/glibc-functions/mkostemps.texi: Likewise.
7291         * doc/glibc-functions/mkstemps.texi: Likewise.
7292
7293 2011-07-25  Bruno Haible  <bruno@clisp.org>
7294
7295         fcntl: Move AC_LIBOBJ invocation to module description.
7296         * m4/fcntl.m4 (gl_REPLACE_FCNTL): Don't invoke AC_LIBOBJ.
7297         * modules/fcntl (configure.ac): Invoke AC_LIBOBJ.
7298
7299         fcntl: Remove call-in from fchdir.m4.
7300         * m4/fcntl.m4 (gl_FUNC_FCNTL): Conditionally invoke gl_TEST_FCHDIR.
7301         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Don't invoke gl_REPLACE_FCNTL.
7302
7303         dup3: Remove potential call-in from fchdir.m4.
7304         * m4/dup3.m4 (gl_FUNC_DUP3): Add comment about fchdir.
7305         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Remove comment about dup3.
7306
7307         dup2: Move AC_LIBOBJ invocation to module description.
7308         * m4/dup2.m4 (gl_REPLACE_DUP2): Remove macro.
7309         (gl_FUNC_DUP2): Instead of gl_REPLACE_DUP2, just set REPLACE_DUP2 to 1.
7310         Don't invoke AC_LIBOBJ.
7311         * modules/dup2 (configure.ac): Invoke AC_LIBOBJ.
7312
7313         dup2: Remove call-in from fchdir.m4.
7314         * m4/dup2.m4 (gl_FUNC_DUP2): Conditionally invoke gl_TEST_FCHDIR.
7315         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Don't invoke gl_REPLACE_DUP2.
7316
7317         fclose: Move AC_LIBOBJ invocation to module description.
7318         * m4/fclose.m4 (gl_REPLACE_FCLOSE): Remove macro.
7319         (gl_FUNC_FCLOSE): Instead of gl_REPLACE_FCLOSE, just set REPLACE_FCLOSE
7320         to 1.
7321         * modules/fclose (configure.ac): Invoke AC_LIBOBJ.
7322
7323         fclose: Remove call-in from close.m4.
7324         * m4/fclose.m4 (gl_FUNC_FCLOSE): Invoke gl_FUNC_CLOSE.
7325         * m4/close.m4 (gl_FUNC_CLOSE): Don't invoke gl_REPLACE_FCLOSE.
7326
7327         close: Move AC_LIBOBJ invocation to module description.
7328         * m4/close.m4 (gl_REPLACE_CLOSE): Remove macro.
7329         (gl_FUNC_CLOSE): Instead of gl_REPLACE_CLOSE, just set REPLACE_CLOSE to
7330         1.
7331         * modules/close (configure.ac): Invoke AC_LIBOBJ.
7332
7333         close: Remove call-in from fchdir.m4.
7334         * m4/close.m4 (gl_FUNC_CLOSE): Conditionally invoke gl_TEST_FCHDIR.
7335         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Don't invoke gl_REPLACE_CLOSE.
7336
7337         open: Move AC_LIBOBJ invocation to module description.
7338         * m4/open.m4 (gl_REPLACE_OPEN): Remove macro.
7339         (gl_FUNC_OPEN): Instead of gl_REPLACE_OPEN, just set REPLACE_OPEN to 1.
7340         * modules/open (configure.ac): Invoke AC_LIBOBJ and gl_PREREQ_OPEN.
7341
7342         open: Remove call-in from fchdir.m4.
7343         * m4/open.m4 (gl_FUNC_OPEN): Conditionally invoke gl_TEST_FCHDIR.
7344         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Don't invoke gl_REPLACE_OPEN.
7345
7346         fchdir: Start to remove gl_REPLACE_* idiom.
7347         * m4/fchdir.m4 (gl_TEST_FCHDIR): New macro.
7348         (gl_FUNC_FCHDIR): Invoke it.
7349
7350 2011-07-25  Paul Eggert  <eggert@cs.ucla.edu>
7351
7352         * lib/ftell.c (ftell): Comment out cast.
7353
7354         close: use gl_REPLACE_FCLOSE only if defined
7355         * m4/close.m4 (gl_REPLACE_CLOSE): Use gl_REPLACE_FCLOSE only if it
7356         is defined.  The close module doesn't depend on the fclose module
7357         any more, so gl_REPLACE_CLOSE's existence cannot be assumed.  See
7358         <http://lists.gnu.org/archive/html/bug-gnulib/2011-07/msg00392.html>.
7359         I reproduced the problem with "./gnulib-tool --test close sys_socket".
7360
7361 2011-07-24  Jim Meyering  <meyering@redhat.com>
7362
7363         test-select.h: avoid warning when using gcc's -Wmissing-declarations
7364         * tests/test-select.h (test_function): Declare as "static".
7365
7366 2011-07-24  Bruno Haible  <bruno@clisp.org>
7367
7368         doc: Mention the effects of AC_SYS_LARGEFILE.
7369         * doc/posix-functions/aio_cancel.texi: Mention the effects of AC_SYS_LARGEFILE
7370         on this function.
7371         * doc/posix-functions/aio_error.texi: Likewise.
7372         * doc/posix-functions/aio_fsync.texi: Likewise.
7373         * doc/posix-functions/aio_read.texi: Likewise.
7374         * doc/posix-functions/aio_return.texi: Likewise.
7375         * doc/posix-functions/aio_suspend.texi: Likewise.
7376         * doc/posix-functions/aio_write.texi: Likewise.
7377         * doc/posix-functions/fgetpos.texi: Likewise.
7378         * doc/posix-functions/fopen.texi: Likewise.
7379         * doc/posix-functions/freopen.texi: Likewise.
7380         * doc/posix-functions/fsetpos.texi: Likewise.
7381         * doc/posix-functions/fstatvfs.texi: Likewise.
7382         * doc/posix-functions/ftruncate.texi: Likewise.
7383         * doc/posix-functions/ftw.texi: Likewise.
7384         * doc/posix-functions/getrlimit.texi: Likewise.
7385         * doc/posix-functions/glob.texi: Likewise.
7386         * doc/posix-functions/lio_listio.texi: Likewise.
7387         * doc/posix-functions/lockf.texi: Likewise.
7388         * doc/posix-functions/mkstemp.texi: Likewise.
7389         * doc/posix-functions/mmap.texi: Likewise.
7390         * doc/posix-functions/nftw.texi: Likewise.
7391         * doc/posix-functions/openat.texi: Likewise.
7392         * doc/posix-functions/opendir.texi: Likewise.
7393         * doc/posix-functions/posix_fadvise.texi: Likewise.
7394         * doc/posix-functions/posix_fallocate.texi: Likewise.
7395         * doc/posix-functions/pread.texi: Likewise.
7396         * doc/posix-functions/pwrite.texi: Likewise.
7397         * doc/posix-functions/readdir.texi: Likewise.
7398         * doc/posix-functions/readdir_r.texi: Likewise.
7399         * doc/posix-functions/rewinddir.texi: Likewise.
7400         * doc/posix-functions/scandir.texi: Likewise.
7401         * doc/posix-functions/seekdir.texi: Likewise.
7402         * doc/posix-functions/setrlimit.texi: Likewise.
7403         * doc/posix-functions/statvfs.texi: Likewise.
7404         * doc/posix-functions/telldir.texi: Likewise.
7405         * doc/posix-functions/tmpfile.texi: Likewise.
7406         * doc/posix-functions/truncate.texi: Likewise.
7407         * doc/glibc-functions/fallocate.texi: Likewise.
7408         * doc/glibc-functions/fstatfs.texi: Likewise.
7409         * doc/glibc-functions/fts_children.texi: Likewise.
7410         * doc/glibc-functions/fts_read.texi: Likewise.
7411         * doc/glibc-functions/getdirentries.texi: Likewise.
7412         * doc/glibc-functions/mkostemp.texi: Likewise.
7413         * doc/glibc-functions/mkostemps.texi: Likewise.
7414         * doc/glibc-functions/mkstemps.texi: Likewise.
7415         * doc/glibc-functions/preadv.texi: Likewise.
7416         * doc/glibc-functions/pwritev.texi: Likewise.
7417         * doc/glibc-functions/sendfile.texi: Likewise.
7418         * doc/glibc-functions/statfs.texi: Likewise.
7419
7420 2011-07-24  Bruno Haible  <bruno@clisp.org>
7421
7422         doc: Fix typo.
7423         * doc/posix-functions/fstat.texi: Talk about fstat, not stat.
7424
7425 2011-07-24  Bruno Haible  <bruno@clisp.org>
7426
7427         doc: Mention fsusage.
7428         * doc/posix-functions/statvfs.texi: Mention the fsusage module.
7429
7430 2011-07-24  Bruno Haible  <bruno@clisp.org>
7431
7432         doc: Mention new glibc headers and functions.
7433         * doc/glibc-headers/gshadow.texi: New file.
7434         * doc/glibc-functions/endsgent.texi: New file.
7435         * doc/glibc-functions/fgetsgent.texi: New file.
7436         * doc/glibc-functions/fgetsgent_r.texi: New file.
7437         * doc/glibc-functions/getsgent.texi: New file.
7438         * doc/glibc-functions/getsgent_r.texi: New file.
7439         * doc/glibc-functions/getsgnam.texi: New file.
7440         * doc/glibc-functions/getsgnam_r.texi: New file.
7441         * doc/glibc-functions/putsgent.texi: New file.
7442         * doc/glibc-functions/setsgent.texi: New file.
7443         * doc/glibc-functions/sgetsgent.texi: New file.
7444         * doc/glibc-functions/sgetsgent_r.texi: New file.
7445         * doc/glibc-functions/malloc_info.texi: New file.
7446         * doc/glibc-functions/preadv.texi: New file.
7447         * doc/glibc-functions/pwritev.texi: New file.
7448         * doc/glibc-functions/register_printf_modifier.texi: New file.
7449         * doc/glibc-functions/register_printf_specifier.texi: New file.
7450         * doc/glibc-functions/register_printf_type.texi: New file.
7451         * doc/glibc-functions/pthread_attr_getaffinity_np.texi: New file.
7452         * doc/glibc-functions/pthread_attr_setaffinity_np.texi: New file.
7453         * doc/glibc-functions/pthread_getaffinity_np.texi: New file.
7454         * doc/glibc-functions/pthread_getname_np.texi: New file.
7455         * doc/glibc-functions/pthread_mutex_consistent_np.texi: New file.
7456         * doc/glibc-functions/pthread_mutexattr_getrobust_np.texi: New file.
7457         * doc/glibc-functions/pthread_mutexattr_setrobust_np.texi: New file.
7458         * doc/glibc-functions/pthread_setaffinity_np.texi: New file.
7459         * doc/glibc-functions/pthread_setname_np.texi: New file.
7460         * doc/glibc-functions/pthread_sigqueue.texi: New file.
7461         * doc/glibc-functions/pthread_timedjoin_np.texi: New file.
7462         * doc/glibc-functions/pthread_tryjoin_np.texi: New file.
7463         * doc/glibc-functions/qsort_r.texi: New file.
7464         * doc/glibc-functions/quick_exit.texi: New file.
7465         * doc/glibc-functions/syncfs.texi: New file.
7466         * doc/gnulib.texi: Include them.
7467         (Glibc gshadow.h, Glibc sys/uio.h): New sections.
7468         * doc/posix-functions/psiginfo.texi: Fix info about glibc version.
7469         * doc/posix-functions/pthread_mutex_consistent.texi: Likewise.
7470         * doc/posix-functions/pthread_mutexattr_getrobust.texi: Likewise.
7471         * doc/posix-functions/pthread_mutexattr_setrobust.texi: Likewise.
7472         * doc/glibc-functions/execvpe.texi: Likewise.
7473
7474 2011-07-24  Paul Eggert  <eggert@cs.ucla.edu>
7475
7476         ftell: don't include <unistd.h>
7477         * lib/ftell.c: Don't include <unistd.h>.  <stdio.h> is now
7478         guaranteed to define off_t, and the ftell module depends on the
7479         stdio module.
7480
7481         ftell: do not assume wraparound signed arithmetic
7482         * lib/ftell.c: Include <limits.h>.
7483         (ftell): Don't assume wraparound signed arithmetic.
7484
7485 2011-07-24  Bruno Haible  <bruno@clisp.org>
7486
7487         close: No longer depend on module 'fclose'.
7488         * modules/close (Depends-on): Remove fclose.
7489         * NEWS: Mention the change.
7490         Suggested by Sam Steingold <sds@gnu.org>.
7491
7492 2011-07-24  Bruno Haible  <bruno@clisp.org>
7493
7494         fsusage: Enable large volume support on AIX >= 5.2.
7495         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): If 'struct statvfs64' has a
7496         larger f_blocks field than 'struct statvfs', define STAT_STATVFS64
7497         instead of STAT_STATVFS.
7498         * lib/fsusage.c (get_fs_usage) [STAT_STATVFS64]: Use statvfs64.
7499
7500         fsusage: Restore previous behaviour on AIX, Cygwin, Interix.
7501         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Enforce a 64-bit struct statvfs
7502         f_blocks field only on MacOS X.
7503
7504         fsusage: Support large volumes on glibc/Hurd, HP-UX, Solaris, MacOS X.
7505         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Require AC_SYS_LARGEFILE.
7506         * modules/fsusage (Depends-on): Add largefile.
7507
7508 2011-07-24  Paul Eggert  <eggert@cs.ucla.edu>
7509
7510         * README: Modernize discussion of signed integers.
7511         Assuming overflow wraparound is no longer safe.
7512         Mention ones' complement and signed magnitude.
7513
7514 2011-07-22  Bruno Haible  <bruno@clisp.org>
7515
7516         select tests, pselect tests: Refactor.
7517         * tests/test-select.h: New file, extracted from tests/test-select.c.
7518         (select_fn): New type.
7519         (test, do_select, do_select_nowait, do_select_wait, test_tty,
7520         test_connect_first, test_accept_first, test_pair, test_socket_pair,
7521         test_pipe): Add my_select argument.
7522         (test_function): Renamed from main. Add my_select argument.
7523         * tests/test-select.c: Move most code to tests/test-select.h. Include
7524         test-select.h.
7525         * modules/select-tests (Files): Add tests/test-select.h.
7526         * tests/test-pselect.c: Include test-select.h instead of test-select.c.
7527         (my_select, main): New functions.
7528         * modules/pselect-tests (Files): Add tests/test-select.h,
7529         tests/macros.h, tests/signature.h.
7530         (Depends-on): Remove select-tests. Add dependencies of test-select.h.
7531         (configure.ac): Check for <sys/wait.h>.
7532
7533 2011-07-22  Bruno Haible  <bruno@clisp.org>
7534
7535         sys_select tests: Check the signature of FD_*.
7536         * tests/test-select.c (FD_CLR, FD_ISSET, FD_SET, FD_ZERO): Move
7537         signature tests from here...
7538         * tests/test-sys_select.c (FD_CLR, FD_ISSET, FD_SET, FD_ZERO): ... to
7539         here.
7540         * modules/sys_select-tests (Files): Add tests/signature.h.
7541
7542 2011-07-22  Paul Eggert  <eggert@cs.ucla.edu>
7543
7544         largefile: new module, replacing large-inode
7545         Pádraig Brady suggested this in        <http://debbugs.gnu.org/9140#20>.
7546         * MODULES.html.sh: Add largefile, remove large-inode.
7547         * modules/largefile, m4/largefile.m4: New files.
7548         * modules/large-inode, m4/large-inode.m4: Remove.
7549
7550         fsusage: port to MacOS X 10.7 with 4 TiB file systems
7551         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Reject statvfs
7552         implementations that use only 32 bits to count blocks.
7553         On typical hosts with 1024-byte blocks, this fails with file
7554         systems as small as 4 TiB.  Problem reported by Herb Wartens
7555         <http://debbugs.gnu.org/9140> and this should also fix a similar
7556         problem reported by Tim Spriggs <http://debbugs.gnu.org/7355>.
7557
7558         large-inode: New module
7559         * MODULES.html.sh: Add it.
7560         * modules/large-inode, m4/large-inode.m4: New files.
7561
7562         extensions: Enable extensions on MacOS X 10.5 and later.
7563         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Define _DARWIN_C_SOURCE.
7564
7565 2011-07-22  Kamil Dudka  <kdudka@redhat.com>
7566
7567         file-has-acl: use acl_extended_file_nofollow if available
7568         * lib/acl-internal.h (HAVE_ACL_EXTENDED_FILE): New macro.
7569         (acl_extended_file): New macro.
7570         * lib/file-has-acl.c (file_has_acl): Use acl_extended_file_nofollow.
7571         * m4/acl.m4 (gl_FUNC_ACL): Check for acl_extended_file_nofollow.
7572
7573 2011-07-21  Bruno Haible  <bruno@clisp.org>
7574
7575         Declare system functions in a way that works with C++.
7576         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR) [C++]: In the test program,
7577         declare fdopendir as extern "C".
7578         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS) [C++]: In the test program,
7579         declare frexpl as extern "C".
7580         * m4/getaddrinfo.m4 (gl_GETADDRINFO) [C++]: In the test program,
7581         declare gai_strerror as extern "C".
7582         * m4/getdomainname.m4 (gl_FUNC_GETDOMAINNAME) [C++]: In the test
7583         programs, declare gai_strerror as extern "C".
7584         * m4/getlogin_r.m4 (gl_FUNC_GETLOGIN_R) [C++]: In the test program,
7585         declare getlogin_r as extern "C".
7586         * m4/ioctl.m4 (gl_FUNC_IOCTL) [C++]: In the test program, declare ioctl
7587         as extern "C".
7588         * m4/ldexpl.m4 (gl_FUNC_LDEXPL_WORKS) [C++]: In the test program,
7589         declare ldexpl as extern "C".
7590         * m4/logb.m4 (gl_FUNC_LOGB) [C++]: In the test programs, declare logb
7591         as extern "C".
7592         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS) [C++]: In the test
7593         program, declare getmntinfo as extern "C".
7594         * m4/stpncpy.m4 (gl_FUNC_STPNCPY) [C++]: In the test program, declare
7595         stpncpy as extern "C".
7596         * m4/strerror_r.m4 (gl_FUNC_STRERROR_R_WORKS) [C++]: In the test
7597         program, declare __xpg_strerror_r as extern "C".
7598         * m4/strndup.m4 (gl_FUNC_STRNDUP) [C++]: In the test program, declare
7599         strndup as extern "C".
7600         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT) [C++]: In the test program,
7601         declare memset and bzero as extern "C".
7602         Reported by Sam Steingold <sds@gnu.org>.
7603
7604 2011-07-12  Jim Meyering  <meyering@redhat.com>
7605
7606         maint.mk: prohibit inclusion of "verify.h" without use
7607         * top/maint.mk (sc_prohibit_verify_without_use): New rule.
7608
7609 2011-07-19  Pádraig Brady  <P@draigBrady.com>
7610
7611         timer-time: A new module to check for timer_settime()
7612         * m4/timer_time.m4: Check for the posix function.
7613         * modules/timer-time: Add the new module.
7614         * MODULES.html.sh (Compat checks for POSIX:2008 functions):
7615         Mention it.
7616
7617 2011-07-19  Paul Eggert  <eggert@cs.ucla.edu>
7618             Bruno Haible  <bruno@clisp.org>
7619
7620         pthread_sigmask: assume POSIX threads if --avoid=threadlib
7621         * m4/pthread_sigmask.m4 (gl_FUNC_PTHREAD_SIGMASK): If gl_THREADLIB is
7622         not defined, assume POSIX threads and look for pthread_sigmask in
7623         $LIBS, without changing $CPPFLAGS.
7624
7625 2011-07-19  Bruno Haible  <bruno@clisp.org>
7626
7627         strstr: Update cross-compilation guess.
7628         * m4/strstr.m4 (gl_FUNC_STRSTR): On glibc > 2.12 with x86 or x86_64
7629         CPUs, guess no, in view of glibc
7630         BZ #12100 <http://sourceware.org/bugzilla/show_bug.cgi?id=12100>.
7631         Suggested by Eric Blake. Reported by Reuben Thomas.
7632
7633 2011-07-19  Pádraig Brady  <P@draigBrady.com>
7634
7635         getopt-gnu: suppress core dumps from detection code
7636         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Use the nocrash module
7637         to suppress core dumps that may well occur on glibc systems.
7638         * modules/getopt-gnu: Depend on nocrash.
7639
7640 2011-07-16  Paul Eggert  <eggert@cs.ucla.edu>
7641
7642         pthread_sigmask: ensure usleep is declared
7643         * lib/pthread_sigmask.c [PTHREAD_SIGMASK_UNBLOCK_BUG]:
7644         Include <unistd.h>, to declare usleep.  Needed on Solaris 8,
7645
7646 2011-07-15  Paul Eggert  <eggert@cs.ucla.edu>
7647
7648         doc: Document NonStop portability issues.
7649         * doc/posix-functions/sigaction.texi (sigaction):
7650         * doc/posix-headers/signal.texi (signal.h):
7651         Document NonStop.  See Joachim Schmitz in
7652         http://lists.gnu.org/archive/html/bug-coreutils/2011-07/msg00062.html
7653
7654 2011-07-15  Bruno Haible  <bruno@clisp.org>
7655
7656         ffsl, ffsll: Avoid unportable behaviour.
7657         * lib/ffsl.h (FUNC): Use 'unsigned int' instead of 'int'.
7658
7659 2011-07-15  Bruno Haible  <bruno@clisp.org>
7660
7661         ffs: More tests.
7662         * tests/test-ffs.c (NBITS): New macro.
7663         (main): Add more tests.
7664         * tests/test-ffsl.c (NBITS): New macro.
7665         (main): Add more tests.
7666         * tests/test-ffsll.c (NBITS): New macro.
7667         (main): Add more tests.
7668
7669 2011-07-15  Eric Blake  <eblake@redhat.com>
7670
7671         ffsl, ffsll: new modules
7672         * modules/ffsl: New file.
7673         * modules/ffsll: Likewise.
7674         * m4/ffsl.m4: Likewise.
7675         * m4/ffsll.m4: Likewise.
7676         * lib/ffsl.c: Likewise.
7677         * lib/ffsl.h: Likewise.
7678         * lib/ffsll.c: Likewise.
7679         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY)
7680         (gl_HEADER_STRING_H_DEFAULTS): Add defaults.
7681         * modules/string (Makefile.am): Substitute witnesses.
7682         * lib/strings.in.h (ffsl, ffsll): Declare.
7683         * modules/ffsl-tests: New test file.
7684         * modules/ffsll-tests: Likewise.
7685         * tests/test-ffsl.c: Likewise.
7686         * tests/test-ffsll.c: Likewise.
7687         * MODULES.html.sh (Integer arithmetic functions): Mention it.
7688         * doc/glibc-functions/ffsl.texi (ffsl): Likewise.
7689         * doc/glibc-functions/ffsll.texi (ffsll): Likewise.
7690
7691         ffs: fix m4 prerequisite
7692         * m4/ffs.m4 (gl_FUNC_FFS): Require strings.h defaults.
7693
7694         ffs: avoid undefined behavior
7695         * lib/ffs.c (ffs): Provide fallback for non-32-bit int.
7696         * tests/test-ffs.c (naive, main): Avoid signed shifts.
7697         Reported by Bruno Haible.
7698
7699 2011-07-12  Bruno Haible  <bruno@clisp.org>
7700
7701         pthread_sigmask: Rely on module 'threadlib'.
7702         * modules/pthread_sigmask (Depends-on): Add threadlib.
7703         * m4/pthread_sigmask.m4 (gl_FUNC_PTHREAD_SIGMASK): Assume gl_THREADLIB
7704         is defined.
7705
7706 2011-07-12  Bruno Haible  <bruno@clisp.org>
7707
7708         regex: Depend on module 'strcase'.
7709         * modules/regex (Depends-on): Add strcase, for strcasecmp().
7710
7711 2011-07-12  Jim Meyering  <meyering@redhat.com>
7712
7713         warn-on-use: fix typo in file name
7714         * modules/snippet/warn-on-use (Files): Correct file name:
7715         include /snippet/ component in "build-aux/snippet/warn-on-use.h".
7716
7717 2011-07-12  Bruno Haible  <bruno@clisp.org>
7718
7719         strings: Document module.
7720         * doc/posix-headers/strings.texi: Mention module 'strings'.
7721
7722 2011-07-12  Bruno Haible  <bruno@clisp.org>
7723
7724         Rename module '_Noreturn' to 'snippet/_Noreturn'.
7725         * modules/snippet/_Noreturn: Renamed from modules/_Noreturn.
7726         (Files, Makefile.am): Update.
7727         * build-aux/snippet/_Noreturn.h: Renamed from build-aux/_Noreturn.h.
7728         * modules/stdlib (Depends-on): Update.
7729
7730 2011-07-12  Bruno Haible  <bruno@clisp.org>
7731
7732         * NEWS: Mention the changes.
7733
7734         Rename module 'warn-on-use' to 'snippet/warn-on-use'.
7735         * modules/snippet/warn-on-use: Renamed from modules/warn-on-use.
7736         (Files, Makefile.am): Update.
7737         * build-aux/snippet/warn-on-use.h: Renamed from build-aux/warn-on-use.h.
7738         * modules/arpa_inet (Depends-on): Update.
7739         * modules/ctype (Depends-on): Update.
7740         * modules/dirent (Depends-on): Update.
7741         * modules/fcntl-h (Depends-on): Update.
7742         * modules/glob (Depends-on): Update.
7743         * modules/iconv-h (Depends-on): Update.
7744         * modules/inttypes-incomplete (Depends-on): Update.
7745         * modules/langinfo (Depends-on): Update.
7746         * modules/locale (Depends-on): Update.
7747         * modules/math (Depends-on): Update.
7748         * modules/netdb (Depends-on): Update.
7749         * modules/poll-h (Depends-on): Update.
7750         * modules/pty (Depends-on): Update.
7751         * modules/search (Depends-on): Update.
7752         * modules/signal (Depends-on): Update.
7753         * modules/spawn (Depends-on): Update.
7754         * modules/stdio (Depends-on): Update.
7755         * modules/stdlib (Depends-on): Update.
7756         * modules/string (Depends-on): Update.
7757         * modules/strings (Depends-on): Update.
7758         * modules/sys_file (Depends-on): Update.
7759         * modules/sys_ioctl (Depends-on): Update.
7760         * modules/sys_select (Depends-on): Update.
7761         * modules/sys_socket (Depends-on): Update.
7762         * modules/sys_stat (Depends-on): Update.
7763         * modules/sys_time (Depends-on): Update.
7764         * modules/sys_times (Depends-on): Update.
7765         * modules/sys_utsname (Depends-on): Update.
7766         * modules/sys_wait (Depends-on): Update.
7767         * modules/termios (Depends-on): Update.
7768         * modules/time (Depends-on): Update.
7769         * modules/unistd (Depends-on): Update.
7770         * modules/wchar (Depends-on): Update.
7771         * modules/wctype-h (Depends-on): Update.
7772         * MODULES.html.sh (Support for building libraries and executables):
7773         Update.
7774
7775         Rename module 'unused-parameter' to 'snippet/unused-parameter'.
7776         * modules/snippet/unused-parameter: Renamed from
7777         modules/unused-parameter.
7778         (Files, Makefile.am): Update.
7779         * build-aux/snippet/unused-parameter.h: Renamed from
7780         build-aux/unused-parameter.h.
7781         * modules/selinux-h (Depends-on): Update.
7782         * modules/unistr/base (Depends-on): Update.
7783         * MODULES.html.sh (Core language properties): Update.
7784
7785         Rename module 'link-warning' to 'snippet/link-warning'.
7786         * modules/snippet/link-warning: Renamed from modules/link-warning.
7787         (Files, Makefile.am): Update.
7788         * build-aux/snippet/link-warning.h: Renamed from
7789         build-aux/link-warning.h.
7790         * MODULES.html.sh (Support for building libraries and executables):
7791         Update.
7792
7793         Rename module 'c++defs' to 'snippet/c++defs'.
7794         * modules/snippet/c++defs: Renamed from modules/c++defs.
7795         (Files, Makefile.am): Update.
7796         * build-aux/snippet/c++defs.h: Renamed from build-aux/c++defs.h.
7797         * modules/arpa_inet (Depends-on): Update.
7798         * modules/ctype (Depends-on): Update.
7799         * modules/dirent (Depends-on): Update.
7800         * modules/fcntl-h (Depends-on): Update.
7801         * modules/glob (Depends-on): Update.
7802         * modules/iconv-h (Depends-on): Update.
7803         * modules/langinfo (Depends-on): Update.
7804         * modules/locale (Depends-on): Update.
7805         * modules/math (Depends-on): Update.
7806         * modules/netdb (Depends-on): Update.
7807         * modules/poll-h (Depends-on): Update.
7808         * modules/pty (Depends-on): Update.
7809         * modules/search (Depends-on): Update.
7810         * modules/signal (Depends-on): Update.
7811         * modules/spawn (Depends-on): Update.
7812         * modules/stdio (Depends-on): Update.
7813         * modules/stdlib (Depends-on): Update.
7814         * modules/string (Depends-on): Update.
7815         * modules/strings (Depends-on): Update.
7816         * modules/sys_ioctl (Depends-on): Update.
7817         * modules/sys_select (Depends-on): Update.
7818         * modules/sys_socket (Depends-on): Update.
7819         * modules/sys_stat (Depends-on): Update.
7820         * modules/sys_time (Depends-on): Update.
7821         * modules/sys_wait (Depends-on): Update.
7822         * modules/termios (Depends-on): Update.
7823         * modules/time (Depends-on): Update.
7824         * modules/unistd (Depends-on): Update.
7825         * modules/wchar (Depends-on): Update.
7826         * modules/wctype-h (Depends-on): Update.
7827
7828         Rename module 'arg-nonnull' to 'snippet/arg-nonnull'.
7829         * modules/snippet/arg-nonnull: Renamed from modules/arg-nonnull.
7830         (Files, Makefile.am): Update.
7831         * build-aux/snippet/arg-nonnull.h: Renamed from build-aux/arg-nonnull.h.
7832         * modules/argv-iter (Depends-on): Update.
7833         * modules/arpa_inet (Depends-on): Update.
7834         * modules/dirent (Depends-on): Update.
7835         * modules/fcntl-h (Depends-on): Update.
7836         * modules/fnmatch (Depends-on): Update.
7837         * modules/getopt-posix (Depends-on): Update.
7838         * modules/glob (Depends-on): Update.
7839         * modules/iconv-h (Depends-on): Update.
7840         * modules/inttypes-incomplete (Depends-on): Update.
7841         * modules/locale (Depends-on): Update.
7842         * modules/math (Depends-on): Update.
7843         * modules/netdb (Depends-on): Update.
7844         * modules/search (Depends-on): Update.
7845         * modules/signal (Depends-on): Update.
7846         * modules/spawn (Depends-on): Update.
7847         * modules/stdio (Depends-on): Update.
7848         * modules/stdlib (Depends-on): Update.
7849         * modules/string (Depends-on): Update.
7850         * modules/strings (Depends-on): Update.
7851         * modules/sys_socket (Depends-on): Update.
7852         * modules/sys_stat (Depends-on): Update.
7853         * modules/sys_time (Depends-on): Update.
7854         * modules/sys_times (Depends-on): Update.
7855         * modules/sys_utsname (Depends-on): Update.
7856         * modules/time (Depends-on): Update.
7857         * modules/unistd (Depends-on): Update.
7858         * modules/wchar (Depends-on): Update.
7859         * MODULES.html.sh (Support for building libraries and executables):
7860         Update.
7861
7862 2011-07-12  Paul Eggert  <eggert@cs.ucla.edu>
7863
7864         Improvements on _Noreturn and related modules.
7865
7866         modules/_Exit-tests: test _Noreturn too
7867         * tests/test-_Exit.c (MTA, Charlie): New functions, taken from the
7868         old tests/test-stdnoreturn.c.  This tests the _Noreturn keyword a bit.
7869         (main): Use them.
7870
7871         stdnoreturn, stdnoreturn-tests: remove modules
7872         They're not needed here and a bit premature for use elsewhere.  See
7873         <http://lists.gnu.org/archive/html/bug-gnulib/2011-07/msg00209.html>.
7874         * m4/stdnoreturn.m4, modules/stdnoreturn, modules/stdnoreturn-tests:
7875         * tests/test-stdnoreturn.c: Remove files.
7876         * MODULES.html.sh (_Noreturn <stdnoreturn.h>): Remove section.
7877         * lib/openat.h, lib/sigpipe-die.h, lib/xalloc.h, lib/xmemdup0.h:
7878         * lib/xstrtol.h: Use _Noreturn rather than including <stdnoreturn.h>
7879         and using noreturn.
7880         * modules/openat, modules/sigpipe-die, modules/xalloc:
7881         * modules/xmemdup0, modules/xstrtol:
7882         Remove dependency on stdnoreturn.
7883
7884         _Noreturn: Ignore __STDC_VERSION__; observe _MSC_VER.
7885         * build-aux/_Noreturn.h (_Noreturn): Ignore __STDC_VERSION__.
7886         Reparenthesize to avoid GCC warning.
7887         Support Microsoft's syntax.
7888         * m4/gnulib-common.m4 (gl_COMMON_BODY): Likewise.
7889
7890         _Noreturn-tests: remove module
7891         * modules/_Noreturn-tests: Remove.
7892         * modules/stdnoreturn-tests (Files): Remove tests/test-_Noreturn.c.
7893         * tests/test-_Noreturn.c: Remove.
7894         * tests/test-stdnoreturn.c: Merge from the old
7895         tests/test-_Noreturn.c, testing both noreturn and _Noreturn.
7896
7897 2011-07-12  Paul Eggert  <eggert@cs.ucla.edu>
7898
7899         _Noreturn, stdnoreturn, and related modules.
7900
7901         * top/maint.mk: Adjust to new noreturn support.
7902         (gl_extract_significant_defines_): Omit pattern ATTRIBUTE_NORETURN.
7903         (def_sym_regex): Do not remove ATTRIBUTE_NORETURN.
7904
7905         xalloc: use stdnoreturn.h
7906         * lib/xalloc.h: Include <stdnoreturn.h>.
7907         (_GL_ATTRIBUTE_NORETURN): Remove; all uses replaced with noreturn.
7908         * modules/xalloc (Depends-on): Add stdnoreturn.
7909
7910         xstrtol: use stdnoreturn.h
7911         * lib/xstrtol.h: Include <stdnoreturn.h>.
7912         (_GL_ATTRIBUTE_NORETURN): Remove; all uses replaced with noreturn.
7913         * modules/xstrtol (Depends-on): Add stdnoreturn.
7914
7915         xmemdup0: use stdnoreturn.h
7916         * lib/xmemdup0.h: Include <stdnoreturn.h>.
7917         (_GL_ATTRIBUTE_NORETURN): Remove; all uses replaced with noreturn.
7918         * modules/xmemdup0 (Depends-on): Add stdnoreturn.
7919
7920         sigpipe-die: use stdnoreturn.h
7921         * lib/sigpipe-die.h: Include <stdnoreturn.h>.
7922         (_GL_ATTRIBUTE_NORETURN): Remove; all uses replaced with noreturn.
7923         * modules/sigpipe-die (Depends-on): Add stdnoreturn.
7924
7925         openat: use stdnoreturn.h
7926         * lib/openat.h: Include <stdnoreturn.h>.
7927         (_GL_ATTRIBUTE_NORETURN): Remove; all uses replaced with noreturn.
7928         * modules/openat (Depends-on): Add stdnoreturn.
7929
7930         * lib/openat-die.c (openat_save_fail): Modernize comment.
7931
7932         * lib/xalloc-die.c (xalloc_die): Modernize comment.
7933
7934         * lib/glthread/thread.h: Modernize comment.
7935
7936         obstack: use _Noreturn
7937         * lib/obstack.c (__attribute__): Remove macro.
7938         (print_and_abort): Use _Noreturn.
7939
7940         c-stack: use _Noreturn
7941         * lib/c-stack.c (die, overflow_handler, segv_handler):
7942         Use _Noreturn rather than __attribute__((noreturn)).
7943
7944         argmatch-tests, exclude_tests: use _Noreturn
7945         * tests/test-argmatch.c, tests/test-exclude.c (_GL_ATTRIBUTE_NORETURN):
7946         Remove.
7947         (ARGMATCH_DIE_DECL): Use _Noreturn instead.
7948
7949         stdlib: use _Noreturn
7950         * lib/stdlib.in.h (_GL_ATTRIBUTE_NORETURN): Remove.
7951         (_Exit): Use _Noreturn rather than _GL_ATTRIBUTE_NORETURN.
7952         * modules/stdlib (Depends-on): Add _Noreturn.
7953         (stdlib.h): Depend on $(_NORETURN_H), and copy it in.
7954
7955         stdnoreturn-tests: new module
7956         * modules/stdnoreturn-tests, tests/test-stdnoreturn.c: New files.
7957
7958         stdnoreturn: new module
7959         * MODULES.html.sh (Noreturn <stdnoreturn.h>): New section.
7960         * m4/stdnoreturn.m4, modules/stdnoreturn: New files.
7961
7962         _Noreturn-tests: new module
7963         * modules/_Noreturn-tests, tests/test-_Noreturn.c: New files.
7964
7965         _Noreturn: new module
7966         * MODULES.html.sh (Support for systems lacking draft ISO C 1X):
7967         New section, mentioning it.
7968         * build-aux/_Noreturn.h, modules/_Noreturn: New files.
7969
7970         * m4/gnulib-common.m4 (gl_COMMON_BODY): Add _Noreturn.
7971
7972 2011-07-11  Eric Blake  <eblake@redhat.com>
7973
7974         ffs: new module
7975         * modules/ffs: New file.
7976         * m4/ffs.m4: Likewise.
7977         * lib/ffs.c: Likewise.
7978         * m4/strings_h.m4 (gl_HEADER_STRINGS_H_DEFAULTS): Add default.
7979         * modules/strings (Makefile.am): Substitute witness.
7980         (Depends-on): Add c++defs.
7981         * lib/strings.in.h (ffs): Declare.
7982         * modules/ffs-tests: New test file.
7983         * tests/test-ffs.c: Test new module.
7984         * MODULES.html.sh (Integer arithmetic functions): Mention it.
7985         * doc/posix-functions/ffs.texi (ffs): Likewise.
7986
7987         regex: avoid compiler warning
7988         * lib/regex.c (includes): Include <strings.h>, for use of
7989         strcasecmp in regcomp.c.
7990         Reported by Joachim Schmitz.
7991
7992 2011-07-09  Paul Eggert  <eggert@cs.ucla.edu>
7993
7994         stdint: respect system's intmax_t if INTMAX_MAX
7995         * lib/stdint.in.h (intmax_t, uintmax_t): If the system defines
7996         INTMAX_MAX, assume its intmax_t is OK.  Similarly for and
7997         uintmax_t.  This is for some Mac OS X builds, where intmax_t is
7998         long but int64_t is long long, and where we will clash with the
7999         system intmax_t if we override it.  See
8000         <http://lists.gnu.org/archive/html/bug-gnulib/2011-07/msg00160.html>.
8001         (INTMAX_C, UINTMAX_C): For consistency, respect the system's
8002         INTMAX_C if INTMAX_MAX and INTMAX_C are both defined, and
8003         similarly for UINTMAX_C.
8004
8005 2011-07-08  Bruno Haible  <bruno@clisp.org>
8006
8007         pthread_sigmask tests: Avoid a compiler warning.
8008         * tests/test-pthread_sigmask1.c (main): Complain if system() returns
8009         non-zero.
8010
8011         sigprocmask tests: A better way to avoid a compiler warning.
8012         * tests/test-sigprocmask.c: Don't include "ignore-value.h".
8013         (main): Complain if system() returns non-zero.
8014         * modules/sigprocmask-tests (Depends-on): Remove ignore-value.
8015
8016 2011-07-08  Bruno Haible  <bruno@clisp.org>
8017
8018         pthread_sigmask: Work around IRIX bug.
8019         * m4/pthread_sigmask.m4 (gl_FUNC_PTHREAD_SIGMASK): Test for the IRIX
8020         bug.
8021         * lib/pthread_sigmask.c (pthread_sigmask): usleep for some time when
8022         there may be unblocked pending signals.
8023         * doc/posix-functions/pthread_sigmask.texi: Mention the IRIX bug.
8024
8025 2011-07-08  Bruno Haible  <bruno@clisp.org>
8026
8027         pthread_sigmask: Work around Cygwin bug.
8028         * m4/pthread_sigmask.m4 (gl_FUNC_PTHREAD_SIGMASK): Test for the Cygwin
8029         bug.
8030         * lib/pthread_sigmask.c (pthread_sigmask): Fix the return value from
8031         the system's pthread_sigmask function.
8032         * doc/posix-functions/pthread_sigmask.texi: Mention the Cygwin bug.
8033
8034 2011-07-08  Bruno Haible  <bruno@clisp.org>
8035
8036         pthread_sigmask: Work around bug in single-threaded implementation.
8037         * m4/pthread_sigmask.m4 (gl_FUNC_PTHREAD_SIGMASK): Test for the
8038         FreeBSD, HP-UX, Solaris bug.
8039         (gl_PREREQ_PTHREAD_SIGMASK): New macro.
8040         * lib/pthread_sigmask.c: Include <stddef.h>.
8041         (pthread_sigmask): If HAVE_PTHREAD_SIGMASK, define as a wrapper around
8042         the system's pthread_sigmask function.
8043         * modules/pthread_sigmask (configure.ac): Invoke
8044         gl_PREREQ_PTHREAD_SIGMASK.
8045         * doc/posix-functions/pthread_sigmask.texi: Mention bug on FreeBSD,
8046         HP-UX, Solaris.
8047
8048 2011-07-08  Eric Blake  <eblake@redhat.com>
8049
8050         test-sigprocmask: avoid compiler warning
8051         * modules/sigprocmask-tests (Depends-on): Add ignore-value.
8052         * tests/test-sigprocmask.c (main): Use it to silence warning.
8053         Reported by Jim Meyering.
8054
8055         test-snprintf: avoid compiler warning
8056         * tests/test-snprintf.c (main): Avoid shadowed declaration.
8057         * tests/test-vsnprintf.c (main): Likewise.
8058         Reported by Jim Meyering.
8059
8060 2011-07-08  Bruno Haible  <bruno@clisp.org>
8061
8062         Tests for module 'pthread_sigmask'.
8063         * modules/pthread_sigmask-tests: New file.
8064         * tests/test-pthread_sigmask1.c: New file, based on
8065         tests/test-sigprocmask.c.
8066         * tests/test-pthread_sigmask2.c: New file.
8067
8068 2011-07-08  Jim Meyering  <meyering@redhat.com>
8069
8070         test-getopt.h: avoid warning about an unused variable
8071         * tests/test-getopt.h (test_getopt): Remove unused variable, "c".
8072
8073 2011-07-07  Jim Meyering  <meyering@redhat.com>
8074
8075         maint: reduce list of files exempt from sc_prohibit_leading_TABs
8076         * Makefile (sc_prohibit_leading_TABs): Don't exempt m4/po.m4,
8077         now that it no longer contains leading TABs.
8078         Remove unused "url=FIXME" statement.
8079
8080 2011-07-08  Paul Eggert  <eggert@cs.ucla.edu>
8081
8082         pthread_sigmask: Assume POSIX when not gl_THREADLIB.
8083         * m4/pthread_sigmask.m4 (gl_FUNC_PTHREAD_SIGMASK):
8084         When gl_THREADLIB is not in use, assume that the POSIX sematics
8085         are desired.  This is better for Emacs, which uses POSIX semantics
8086         on GNUish and/or POSIXish platforms, and does not use threads at
8087         all otherwise.
8088
8089         pthread_sigmask: fix typo when testing for libraries
8090         * m4/pthread_sigmask.m4 (gl_FUNC_PTHREAD_SIGMASK):
8091         AC_LINK_IFELSE, not AC_COMPILE_IFELSE.
8092
8093 2011-07-08  Eric Blake  <eblake@redhat.com>
8094
8095         fts: introduce FTS_NOATIME
8096         * lib/fts_.h (FTS_NOATIME): New bit flag.
8097         (FTS_OPTIONMASK): Adjust.
8098         * lib/fts.c (diropen, fts_open, fts_build): Honor it.
8099         (fd_ring_check): Debug code unconditionally uses O_NOATIME.
8100
8101 2011-07-08  Bruno Haible  <bruno@clisp.org>
8102
8103         Tests for module 'thread'.
8104         * modules/thread-tests: New file.
8105         * tests/test-thread_self.c: New file.
8106         * tests/test-thread_create.cc: New file.
8107
8108 2011-07-08  Bruno Haible  <bruno@clisp.org>
8109
8110         thread: Avoid gcc warnings when using gl_thread_self().
8111         * lib/glthread/thread.h (gl_thread_self): Return a pthread_t, not a
8112         'void *'.
8113         (gl_thread_self_pointer): Update.
8114
8115 2011-07-07  Bruno Haible  <bruno@clisp.org>
8116
8117         signal-c++-tests: Check declaration of pthread_sigmask.
8118         * tests/test-signal-c++.cc: Check declaration of pthread_sigmask.
8119         * modules/signal-c++-tests (Makefile.am): Link test-signal-c++ against
8120         $(LIB_PTHREAD_SIGMASK).
8121
8122 2011-07-07  Bruno Haible  <bruno@clisp.org>
8123
8124         pthread_sigmask: Fix link requirements on OSF/1 5.1 and with pth.
8125         * lib/signal.in.h (pthread_sigmask): Override if
8126         REPLACE_PTHREAD_SIGMASK is 1.
8127         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Initialize
8128         REPLACE_PTHREAD_SIGMASK.
8129         * m4/pthread_sigmask.m4 (gl_FUNC_PTHREAD_SIGMASK): Set also
8130         REPLACE_PTHREAD_SIGMASK. Set and substitute LIB_PTHREAD_SIGMASK.
8131         * modules/signal (Makefile.am): Substitute REPLACE_PTHREAD_SIGMASK.
8132         * modules/pthread_sigmask (Depends-on, configure.ac): Update condition.
8133         (Link): Set to $(LIB_PTHREAD_SIGMASK), not $(LIBMULTITHREAD).
8134
8135 2011-07-07  Bruno Haible  <bruno@clisp.org>
8136
8137         pthread_sigmask: Ensure declaration in <signal.h>.
8138         * lib/signal.in.h: On MacOS X, FreeBSD, OpenBSD, OSF/1, Solaris 2.6,
8139         include <pthread.h>.
8140         * doc/posix-functions/pthread_sigmask.texi: Mention the header file
8141         problem.
8142
8143 2011-07-07  Bruno Haible  <bruno@clisp.org>
8144
8145         pthread_sigmask: Document the module.
8146         * doc/posix-functions/pthread_sigmask.texi: Mention the new module.
8147
8148 2011-07-07  Bruno Haible  <bruno@clisp.org>
8149
8150         pthread_sigmask: Follow gnulib conventions.
8151         * m4/pthread_sigmask.m4 (gl_FUNC_PTHREAD_SIGMASK): Renamed from
8152         gl_PTHREAD_SIGMASK.
8153         * modules/pthread_sigmask (configure.ac): Update.
8154
8155 2011-07-07  Bruno Haible  <bruno@clisp.org>
8156
8157         pthread_sigmask: Make declaration C++ safe.
8158         * lib/signal.in.h: In two special conditions, just do an #include_next.
8159         (pthread_sigmask): Test HAVE_PTHREAD_SIGMASK, not REPLACE_PTHREAD_MASK.
8160         Invoke _GL_CXXALIAS_SYS and _GL_CXXALIASWARN.
8161         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Initialize
8162         HAVE_PTHREAD_SIGMASK, not REPLACE_PTHREAD_MASK.
8163         * m4/pthread_sigmask.m4 (gl_PTHREAD_SIGMASK): Set HAVE_PTHREAD_SIGMASK,
8164         not REPLACE_PTHREAD_MASK.
8165         * modules/signal (Makefile.am): Substitute HAVE_PTHREAD_SIGMASK,
8166         not REPLACE_PTHREAD_MASK.
8167         * modules/pthread_sigmask (Depends-on, configure.ac): Update condition.
8168
8169 2011-07-07  Bruno Haible  <bruno@clisp.org>
8170
8171         pthread_sigmask: Fix return value.
8172         * lib/signal.in.h (pthread_sigmask): Declare. Don't define as a macro.
8173         * lib/pthread_sigmask.c: New file.
8174         * modules/pthread_sigmask (Files): Add it.
8175         (configure.ac): Invoke AC_LIBOBJ.
8176
8177 2011-07-07  Eric Blake  <eblake@redhat.com>
8178
8179         getopt: more portable argv creation
8180         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADRS): Rather than casting away
8181         const, use char arrays rather than strings.
8182         Suggested by Paul Eggert.
8183
8184 2011-07-07  Bruno Haible  <bruno@clisp.org>
8185
8186         Tests for module 'sigprocmask'.
8187         * modules/sigprocmask-tests: New file.
8188         * tests/test-sigprocmask.c: New file.
8189
8190 2011-07-07  Bruno Haible  <bruno@clisp.org>
8191
8192         float tests: Tweak.
8193         * tests/test-float.c (main): Tweak skip message.
8194
8195 2011-07-07  Eric Blake  <eblake@redhat.com>
8196
8197         getopt: avoid compiler warning during configure
8198         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADRS): Avoid problems with
8199         assigning string literals to non-const pointer.
8200
8201         getopt-gnu: avoid crash in glibc getopt
8202         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADRS): Detect the problem.
8203         * tests/test-getopt.h (test_getopt): Enhance test.
8204         * tests/test-getopt_long.h (test_getopt_long): Likewise.
8205         * doc/posix-functions/getopt.texi (getopt): Document it.
8206         * doc/glibc-functions/getopt_long.texi (getopt_long): Likewise.
8207         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
8208         Likewise.
8209
8210 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
8211
8212         getopt: handle W; without long options in getopt [BZ #12922]
8213         * lib/getopt.c (_getopt_internal_r): When "W;" is in short options
8214         but no long options are defined, just return 'W'.
8215
8216 2011-07-07  Bruno Haible  <bruno@clisp.org>
8217
8218         Avoid literal tabs.
8219         * m4/po,m4 (AM_PO_SUBDIRS, AM_POSTPROCESS_PO_MAKEFILE): Use a shell
8220         variable containing a tab instead of a literal tab.
8221         Reported by Jim Meyering.
8222
8223 2011-07-07  Bruno Haible  <bruno@clisp.org>
8224
8225         Comments.
8226         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Update comments about mingw.
8227
8228 2011-07-06  Bruno Haible  <bruno@clisp.org>
8229
8230         sys_select: Fix compilation error on mingw, introduced on 2011-06-30.
8231         * lib/sys_select.in.h: Don't include <sys/socket.h>. Instead, include
8232         <winsock2.h>.
8233         (rpl_fd_isset, FD_ISSET): New definitions, copied from
8234         lib/sys_socket.in.h.
8235         (close, gethostname): Hide declarations from <winsock2.h>.
8236         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
8237         listen, recv, send, recvfrom, sendto, setsockopt, shutdown): Likewise.
8238         * lib/sys_socket.in.h (close, gethostname): Tweak indentation.
8239         (select): Don't override if gnulib's <sys/select.h> was already
8240         included.
8241         * lib/unistd.in.h (socket, connect, accept, bind, getpeername,
8242         getsockname, getsockopt, listen, recv, send, recvfrom, sendto,
8243         setsockopt, shutdown, select): Tweak indentation.
8244
8245 2011-07-06  Paul Eggert  <eggert@cs.ucla.edu>
8246
8247         * modules/pthread_sigmask (configure.ac): gl_SIGNAL_MODULE_INDICATOR
8248         and not gl_SYS_SELECT_MODULE_INDICATOR, fixing a typo exposed
8249         in an application that does not use the sys_select module.
8250
8251 2011-07-06  Erik Faye-Lund  <kusmabite@gmail.com>
8252
8253         poll: do not return 0 on timeout=-1
8254         * lib/poll.c: Loop with yield if no events occured
8255
8256 2011-07-06  Eric Blake  <eblake@redhat.com>
8257
8258         pthread_sigmask: always replace when not using pthread
8259         * m4/pthread_sigmask.m4 (gl_PTHREAD_SIGMASK): Force sigprocmask
8260         replacement when using some threading other than pthread.  Fix
8261         logic bug.
8262
8263 2011-07-06  Bruno Haible  <bruno@clisp.org>
8264
8265         Comments.
8266         * m4/printf.m4: Update comments about mingw.
8267
8268 2011-07-06  Paul Eggert  <eggert@cs.ucla.edu>
8269
8270         sys_select: define sigset_t more portably
8271         * lib/sys_select.in.h: Always include <sys/types.h>, since
8272         we now need sigset_t and mingw defines it there.
8273         Include <signal.h> before split inclusion guard, to avoid
8274         mishaps on Solaris, whose <signal.h> eventually includes us.
8275         * m4/signal_h.m4 (gl_SIGNAL_H): Require gl_CHECK_TYPE_SIGSET_T.
8276         (gl_CHECK_TYPE_SIGSET_T): New macro, most of the contents of
8277         which come from ...
8278         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
8279         gl_CHECK_TYPE_SIGSET_T.
8280         (gl_PREREQ_SIGPROCMASK): Now a no-op, since gl_CHECK_TYPE_SIGSET_T
8281         does the real work.
8282         * modules/sys_select (Depends-on): Add 'signal'.
8283
8284         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Poison pselect.
8285         Suggested by Bruno Haible.
8286
8287         pselect: Use pthread_sigmask, not sigprocmask.
8288         * lib/pselect.c (pselect): Use pthread_sigmask, as it supports
8289         multithreaded apps better than sigprocmask does.
8290         * modules/pselect (Depends-on): Depend on pthread_sigmask, not
8291         sigprocmask directly.
8292
8293 2011-07-05  Paul Eggert  <eggert@cs.ucla.edu>
8294
8295         * lib/pselect.c (pselect): Use plain name, without "rpl_".
8296         Don't #undef,  since we don't need any underlying pselect.
8297         * modules/pselect (configure.ac): Use our pselect.o if !HAVE_PSELECT.
8298         (Depends-on): Add select.
8299         (Link): Add $(LIBSOCKET).
8300         These changes suggested by Bruno Haible.
8301
8302         pselect: document better
8303         * MODULES.html.sh (Support for systems lacking POSIX:2008): Add it.
8304         * doc/posix-functions/pselect.texi (pselect): Document new module.
8305
8306         pthread_sigmask: new module
8307         * MODULES.html.sh (Support for systems lacking POSIX:2008): Add it.
8308         * doc/posix-functions/pthread_sigmask.texi: Document new module.
8309         * lib/signal.in.h (pthread_sigmask): Arrange for replacement.
8310         This is done only as a macro; I don't know how well that'll
8311         work for C++.  Move <sys/types.h> include before the include_next,
8312         to avoid mishap on Solaris.
8313         * m4/signal_h.m4 (gl_SIGNAL_H, gl_SIGNAL_H_DEFAULTS): Check for it.
8314         * modules/signal (Makefile.am): Substitute the check's results.
8315         * modules/pthread_sigmask, m4/pthread_sigmask.m4: New files.
8316
8317         test-pselect: new module
8318         * modules/pselect-tests, tests/test-pselect.c: New files.
8319         * tests/test-select.c, tests/test-sys_select-c++.cc:
8320         If TEST_PSELECT is defined, test pselect instead of testing select.
8321
8322         * tests/test-sys_select.c (sigset_t): Test for it, too.
8323         Suggested by Bruno Haible.
8324
8325 2011-07-05  Eric Blake  <eblake@redhat.com>
8326
8327         snprintf: guarantee %1$d, for libintl
8328         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require %1$d support.
8329         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Likewise.
8330         * doc/posix-functions/snprintf.texi (snprintf): Update.
8331         * doc/posix-functions/vsnprintf.texi (vsnprintf): Likewise.
8332         * tests/test-snprintf.c (main): Enhance test.
8333         * tests/test-vsnprintf.c (main): Likewise.
8334
8335 2011-07-05  Jim Meyering  <meyering@redhat.com>
8336
8337         maint: exempt stdio-read.c and stdio-write.c from the cppi check
8338         * Makefile (sc_cpp_indent_check): Exempt stdio-read.c and stdio-write.c
8339         per Bruno's request, to accommodate this idiom (no space after "#")
8340         even when the function is inside an #if block:
8341         char *
8342         gets (char *s)
8343         #undef gets
8344         {
8345           ...
8346         }
8347
8348 2011-07-04  Jim Meyering  <meyering@redhat.com>
8349
8350         maint: indent with spaces, not TABs, and add a rule to check this
8351         * tests/test-userspec.c: Indent with spaces, not TABs.
8352         * tests/test-argp.c: Likewise.
8353         * tests/test-c-stack2.sh: Likewise.
8354         * tests/test-parse-duration.sh: Likewise
8355         * m4/strtod.m4: Likewise.
8356         * m4/alloca.m4: Likewise.
8357         * m4/pselect.m4: Likewise.
8358         * Makefile (sc_prohibit_leading_TABs): Prohibit leading TABs.
8359
8360 2011-07-03  Jim Meyering  <meyering@redhat.com>
8361
8362         maint.mk: correct omissions in prohibit_argmatch_without_use check
8363         This rule would mistakenly report that argmatch.h is included without
8364         use even when both the argmatch and invalid_arg macro were used.
8365         * top/maint.mk (sc_prohibit_argmatch_without_use): Also detect uses
8366         of argmatch and invalid_arg.
8367
8368 2011-07-03  Bruno Haible  <bruno@clisp.org>
8369
8370         Comments about EINTR.
8371         * lib/safe-read.h: Explain the purpose of this module.
8372         * lib/safe-write.h: Likewise.
8373         * doc/posix-functions/read.texi: Mention EINTR and the 'safe-read'
8374         module.
8375         * doc/posix-functions/write.texi: Mention EINTR and the 'safe-write'
8376         module.
8377         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8378
8379 2011-06-30  Paul Eggert  <eggert@cs.ucla.edu>
8380
8381         xnanosleep: Rewrite to use new dtotimespec module.
8382         It has the conversion code that used to be in xnanosleep.
8383         * lib/xnanosleep.c: Do not include limits.h, stdbool.h, stdio.h,
8384         assert.h, sys/types.h, or intprops.h.  Include timespec.h instead.
8385         (TIME_T_MAX): Remove.
8386         (xnanosleep): Rewrite in terms of dtotimespec.
8387         * modules/xnanosleep (Depends-on): Add dtotimespec.
8388         Remove intprops, stdbool.
8389
8390         timespec-add, timespec-sub: new modules
8391         * lib/timespec.h (timespec_add, timespec_sub): New decls.
8392         * lib/timespec-add.c, lib/timespec-sub.c:
8393         * modules/timespec-add, modules/timespec-sub: New files.
8394
8395         dtotimespec: new module
8396         * lib/timespec.h (dtotimespec): New decl.
8397         * lib/dtotimespec.c, modules/dtotimespec: New files.
8398
8399         * lib/timespec.h (timespec_sign, timespectod): New inline functions.
8400
8401         pselect: new module
8402         * lib/sys_select.in.h: Include <signal.h>, for 'sigset_t'.
8403         (pselect): New decls.
8404         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Require AC_C_RESTRICT,
8405         since the standard pselect decl uses 'restrict'.
8406         (gl_SYS_SELECT_H_DEFAULTS): Add defaults for GNULIB_PSELECT,
8407         HAVE_PSELECT, REPLACE_PSELECT.
8408         * modules/sys_select (sys/select.h): Substitute GNULIB_PSELECT,
8409         HAVE_PSELECT, REPLACE_PSELECT.
8410         * lib/pselect.c, m4/pselect.m4, modules/pselect: New files.
8411
8412         sys_select: don't depend on sys_socket
8413         This is so that Emacs doesn't have to drag in m4/sockpfaf.m4 etc; see
8414         <http://lists.gnu.org/archive/html/bug-gnulib/2011-06/msg00358.html>.
8415         This fix works on GNU and GNU-like platforms, but has not been tested
8416         on native Windows.
8417         * lib/sys_select.in.h: Include <sys/socket.h> only if native Windows.
8418         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Do not require
8419         gl_HEADER_SYS_SOCKET.
8420         * modules/sys_select (Files): Add m4/sys_socket_h.m4, for
8421         gl_PREREQ_SYS_H_WINSOCK2.
8422
8423 2011-06-29  Eric Blake  <eblake@redhat.com>
8424
8425         pipe2: fix C89 compile problem
8426         * lib/pipe2.c (pipe2): Avoid C99 array initialization.
8427         Reported by Bruno Haible.
8428
8429         pipe, pipe2: don't corrupt fd on error
8430         * lib/pipe.c (pipe): Leave fd unchanged on error.
8431         * lib/pipe2.c (pipe2): Likewise.
8432         * doc/posix-functions/pipe.texi (pipe): Document cygwin issue.
8433         * doc/glibc-functions/pipe2.texi (pipe2): Likewise.
8434
8435 2011-06-27  Paolo Bonzini  <bonzini@gnu.org>
8436
8437         mmap-anon: do not use regular expressions inadvertently
8438         * m4/mmap-anon.m4: Remove trailing period from strings sought
8439         in the output.
8440
8441 2011-06-25  Paul Eggert  <eggert@cs.ucla.edu>
8442
8443         nanosleep: fix integer overflow problem
8444         * lib/nanosleep.c (my_usleep): Don't assume signed integer
8445         arithmetic wraps around on overflow.
8446
8447         nanosleep: simplify carrying
8448         * lib/nanosleep.c (nanosleep): Use the requested tv_nsec for the
8449         first call to the underyling nanosleep, not for the last one.
8450         This doesn't fix any bugs, but it simplifies the computation of
8451         the remaining delay.  Found while auditing integer overflow issues.
8452
8453         dup2: remove test for existence of fcntl
8454         * m4/dup2.m4 (gl_FUNC_DUP2): Use "#ifdef FD_CLOEXEC", not
8455         "#if HAVE_FCNTL", in the configure-time test program.
8456         This removes the need for the AC_CHECK_FUNCS_ONCE([fcntl]),
8457         and therefore speeds up "configure" a bit.  Found while
8458         adding the dup2 module to Emacs.
8459
8460 2011-06-24  Eric Blake  <eblake@redhat.com>
8461
8462         maint.mk: enhance useless header checks
8463         * top/maint.mk (_sc_header_without_use): Check both include
8464         styles.
8465         (sc_prohibit_assert_without_use)
8466         (sc_prohibit_close_stream_without_use)
8467         (sc_prohibit_getopt_without_use)
8468         (sc_prohibit_quotearg_without_use)
8469         (sc_prohibit_quote_without_use)
8470         (sc_prohibit_long_options_without_use)
8471         (sc_prohibit_inttostr_without_use)
8472         (sc_prohibit_ignore_value_without_use)
8473         (sc_prohibit_error_without_use, sc_prohibit_xalloc_without_use)
8474         (sc_prohibit_hash_without_use, sc_prohibit_cloexec_without_use)
8475         (sc_prohibit_posixver_without_use, sc_prohibit_same_without_use)
8476         (sc_prohibit_hash_pjw_without_use)
8477         (sc_prohibit_safe_read_without_use)
8478         (sc_prohibit_argmatch_without_use)
8479         (sc_prohibit_canonicalize_without_use)
8480         (sc_prohibit_root_dev_ino_without_use)
8481         (sc_prohibit_openat_without_use)
8482         (sc_prohibit_c_ctype_without_use)
8483         (sc_prohibit_signal_without_use)
8484         (sc_prohibit_stdio--_without_use)
8485         (sc_prohibit_stdio-safer_without_use)
8486         (sc_prohibit_strings_without_use)
8487         (sc_prohibit_intprops_without_use)
8488         (sc_prohibit_stddef_without_use)
8489         (sc_prohibit_xfreopen_without_use): Update clients.
8490
8491 2011-06-24  Jim Meyering  <meyering@redhat.com>
8492
8493         syntax-check: keep one maint.mk rule in sync with its header
8494         * Makefile (sc_check_sym_list): Add a rule to prevent a repeat
8495         of the bug Eric has just fixed, with today's commit 25e4c2ec.
8496         I prefer to avoid temporary files here, so use <(...), but that
8497         is not supported by /bin/sh, so...
8498         (SHELL): Define to /bin/bash.
8499
8500 2011-06-24  Eric Blake  <eblake@redhat.com>
8501
8502         maint.mk: update sc_prohibit_intprops_without_use
8503         * top/maint.mk (_intprops_names): Match recent changes.
8504
8505 2011-06-24  Bruno Haible  <bruno@clisp.org>
8506
8507         strerror-override: No-op tweak.
8508         * lib/strerror-override.h (strerror_override): Reorder conditions,
8509         for consistency with lib/strerror-override.c.
8510
8511 2011-06-23  Eric Blake  <eblake@redhat.com>
8512
8513         maint.mk: test further PATH_MAX issues
8514         * top/maint.mk (sc_prohibit_path_max_array): Rename...
8515         (sc_prohibit_path_max_allocation): ...and also test alloca.
8516         Suggested by Jim Meyering.
8517
8518 2011-06-22  Eric Blake  <eblake@redhat.com>
8519
8520         maint.mk: add syntax-check to avoid char[PATH_MAX]
8521         * top/maint.mk (sc_prohibit_path_max_array): New rule.
8522
8523         stat: be robust to PATH_MAX definition
8524         * lib/stat.c (rpl_stat): Require reasonable PATH_MAX.
8525         * modules/stat (Depends-on): Add verify.
8526
8527         link: work around IRIX bug
8528         * m4/link.m4 (gl_FUNC_LINK): Expose the bug.
8529         * lib/link.c (rpl_link): Work around it.
8530         * tests/test-link.h (test_link): Enhance test.
8531         * doc/posix-functions/link.texi (link): Document the bug.
8532
8533         getopt: silence clang warning
8534         * lib/getopt.c (_getopt_internal_r): Avoid unlikely NULL
8535         dereference.
8536         Reported by Gustavo Martin Domato.
8537
8538 2011-06-22  Jim Meyering  <meyering@redhat.com>
8539
8540         bootstrap: do not insert a blank line into each .gitignore file
8541         * build-aux/bootstrap (sort_patterns): Filter out blank lines.
8542
8543 2011-06-21  Eric Blake  <eblake@redhat.com>
8544
8545         perror: test for output mismatch
8546         * m4/perror.m4 (gl_FUNC_PERROR): Add test, in order to replace
8547         perror on IRIX.
8548
8549         strerror_r: fix OpenBSD behavior on out-of-range
8550         * lib/strerror_r.c (strerror_r): Always use maximal string.
8551         * doc/posix-functions/strerror_r.texi (strerror_r): Document it.
8552
8553         strerror_r: fix OpenBSD behavior on 0
8554         * lib/strerror-override.c (strerror_override): Also override 0
8555         when needed.
8556         * lib/strerror-override.h (strerror_override): Likewise.
8557         * lib/strerror.c (strerror): Simplify, now that 0 override is done
8558         earlier.
8559         * lib/strerror_r.c (strerror_r): Likewise.
8560         * m4/strerror.m4 (gl_FUNC_STRERROR): Split detection of 0
8561         behavior...
8562         (gl_FUNC_STRERROR_0): ...into new macro.
8563         * m4/strerror_r.m4 (gl_FUNC_STRERROR_R): Replace strerror_r if 0
8564         is overridden.
8565         (gl_FUNC_STRERROR_R_WORKS): Avoid extra tests if 0 is broken.
8566         * modules/strerror-override (Files): Add strerror.m4.
8567         (configure.ac): Also provide override for 0 when needed.
8568         * doc/posix-functions/strerror.texi (strerror): Document this.
8569         * doc/posix-functions/perror.texi (perror): Likewise.
8570
8571         perror: adjust array size
8572         * modules/perror (Depends-on): Add strerror-override.
8573         * lib/perror.c (perror): Use it to avoid magic number.
8574
8575         strerror-override: reduce size
8576         * lib/strerror-override.c (strerror_override): Use fewer lines.
8577
8578 2011-06-20  Bruno Haible  <bruno@clisp.org>
8579
8580         pathmax: Ensure correct value for PATH_MAX on HP-UX.
8581         * lib/pathmax.h (PATH_MAX) [HP-UX]: Define to 1024.
8582
8583 2011-06-20  Paul Eggert  <eggert@cs.ucla.edu>
8584
8585         alloca: port to compilers that can optimize like GCC 4.6.0
8586         * lib/alloca.c (find_stack_direction): New signature, taken from
8587         Autoconf git.  This works with GCC 4.6.0.  This code should never
8588         be used with GCC 4.6.0 itself, as GCC has alloca, but it might
8589         be used with other compilers that optimize as well as GCC 4.6.0 does.
8590         (alloca): Adjust to new signature.
8591         * m4/alloca.m4 (__AC_LIBOBJ_ALLOCA) [Autoconf version < 2.69]:
8592         New macro, which patches Autoconf in a similar way.
8593
8594         c-stack: stop worrying about stack direction
8595         * lib/c-stack.c (find_stack_direction): Remove.
8596         (segv_handler): Don't worry about stack direction growth, as it's
8597         too much of a pain to configure this correctly, given how compilers
8598         are optimizing-away our stack-growth detection code.  Instead, assume
8599         that any access to just before or just after the stack is OK.
8600         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
8601         Don't require AC_FUNC_ALLOCA; no longer needed.
8602
8603 2011-06-20  Eric Blake  <eblake@redhat.com>
8604
8605         test-stat: don't allocate PATH_MAX bytes
8606         * tests/test-stat.h (test_stat_func): Don't stack-allocate a
8607         PATH_MAX-sized buffer.
8608         * modules/openat-tests (Depends-on): Add getcwd-lgpl, drop pathmax.
8609         * modules/stat-tests (Depends-on): Likewise.
8610         * tests/test-fstatat.c (includes): Drop pathmax.h.
8611         * tests/test-stat.c (includes): Likewise.
8612         Reported by Bruno Haible.
8613
8614 2011-06-20  Bruno Haible  <bruno@clisp.org>
8615
8616         float: Work around <float.h> bugs on FreeBSD/x86, AIX with GCC, IRIX.
8617         * lib/float.in.h: Add workarounds for FreeBSD/x86, AIX with GCC, IRIX.
8618         * lib/float.c: New file.
8619         * m4/float_h.m4 (gl_FLOAT_H): Also handle FreeBSD, AIX, IRIX. Set
8620         REPLACE_FLOAT_LDBL.
8621         * modules/float (Files): Add lib/float.c.
8622         (configure.ac): Invoke AC_LIBOBJ.
8623         * doc/posix-headers/float.texi: Mention problems on FreeBSD, AIX, IRIX.
8624
8625 2011-06-20  Bruno Haible  <bruno@clisp.org>
8626
8627         Tests for module 'float'.
8628         * modules/float-tests: New file.
8629         * tests/test-float.c: New file.
8630
8631 2011-06-19  Bruno Haible  <bruno@clisp.org>
8632
8633         isinf: Coding style.
8634         * lib/isinf.c: Use GNU coding style.
8635
8636 2011-06-19  Bruno Haible  <bruno@clisp.org>
8637
8638         linkat test: Avoid test failure on AIX 7.1.
8639         * tests/test-linkat.c (main): Allow EINVAL as alternate error value.
8640         * tests/test-link.h (test_link): Likewise.
8641
8642 2011-06-19  Bruno Haible  <bruno@clisp.org>
8643
8644         pread test: Avoid test failure on OpenBSD 4.9.
8645         * tests/test-pread.c (main): Allow EFBIG instead of EINBAL.
8646
8647 2011-06-19  Bruno Haible  <bruno@clisp.org>
8648
8649         sprintf-posix: Fix test failure on AIX 7.1.
8650         * m4/printf.m4 (gl_PRINTF_PRECISION): Test against AIX bug.
8651         * doc/posix-functions/dprintf.texi: Mention limited precision problem
8652         on AIX.
8653         * doc/posix-functions/fprintf.texi: Likewise.
8654         * doc/posix-functions/printf.texi: Likewise.
8655         * doc/posix-functions/snprintf.texi: Likewise.
8656         * doc/posix-functions/sprintf.texi: Likewise.
8657         * doc/posix-functions/vdprintf.texi: Likewise.
8658         * doc/posix-functions/vfprintf.texi: Likewise.
8659         * doc/posix-functions/vprintf.texi: Likewise.
8660         * doc/posix-functions/vsnprintf.texi: Likewise.
8661         * doc/posix-functions/vsprintf.texi: Likewise.
8662
8663 2011-06-19  Bruno Haible  <bruno@clisp.org>
8664
8665         roundl-ieee: Fix test failure on AIX 7.1.
8666         * m4/roundl.m4 (gl_FUNC_ROUNDL): Test also the sign of roundl (-0.3L).
8667         * doc/posix-functions/roundl.texi: Mention problem with negative
8668         arguments.
8669
8670 2011-06-19  Bruno Haible  <bruno@clisp.org>
8671
8672         round-ieee: Fix test failures on AIX 7.1 and OSF/1 5.1.
8673         * modules/round-ieee (Depends-on): Add floor-ieee, ceil-ieee.
8674         * doc/posix-functions/round.texi: Mention problem with negative
8675         arguments.
8676         * doc/posix-functions/ceil.texi: Mention problem on OSF/1 5.1.
8677
8678 2011-06-19  Bruno Haible  <bruno@clisp.org>
8679
8680         roundf-ieee: Fix test failures on AIX 7.1 and OSF/1 5.1.
8681         * m4/roundf.m4 (gl_FUNC_ROUNDF): Test also the sign of roundf (-0.3f).
8682         * modules/roundf-ieee (Depends-on): Add floorf-ieee, ceilf-ieee.
8683         * doc/posix-functions/roundf.texi: Mention problem with negative
8684         arguments.
8685         * doc/posix-functions/ceilf.texi: Mention problem on OSF/1 5.1.
8686
8687 2011-06-19  Bruno Haible  <bruno@clisp.org>
8688
8689         ceilf-ieee: Work around bug on MacOS X 10.5.
8690         * doc/posix-functions/ceilf.texi: Mention the MacOS X 10.5 problem.
8691
8692         floor*-ieee, ceil*-ieee, trunc*-ieee, round*-ieee: More robust checks.
8693         * m4/floorf.m4 (gl_FUNC_FLOORF): In the test whether the function is
8694         IEEE compliant, avoid compiler optimizations.
8695         * m4/floor.m4 (gl_FUNC_FLOOR): Likewise.
8696         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
8697         * m4/ceil.m4 (gl_FUNC_CEIL): Likewise.
8698         * m4/ceill.m4 (gl_FUNC_CEILL): Likewise.
8699         * m4/truncf.m4 (gl_FUNC_TRUNCF): Likewise.
8700         * m4/trunc.m4 (gl_FUNC_TRUNC): Likewise.
8701         * m4/truncl.m4 (gl_FUNC_TRUNCL): Likewise.
8702         * m4/roundf.m4 (gl_FUNC_ROUNDF): Likewise.
8703         * m4/round.m4 (gl_FUNC_ROUND): Likewise.
8704         * m4/roundl.m4 (gl_FUNC_ROUNDL): Likewise.
8705
8706 2011-06-19  Bruno Haible  <bruno@clisp.org>
8707
8708         ceilf-ieee: Work around bug on AIX 7.1.
8709         * m4/ceilf.m4 (gl_FUNC_CEILF): Test also the sign of ceilf (-0.3f).
8710         * doc/posix-functions/ceilf.texi: Mention the AIX 7.1 problem.
8711
8712 2011-06-19  Bruno Haible  <bruno@clisp.org>
8713
8714         ceil-ieee: Work around bug on AIX 7.1.
8715         * m4/ceil.m4 (gl_FUNC_CEIL): Test also the sign of ceil (-0.3).
8716         * doc/posix-functions/ceil.texi: Mention the AIX 7.1 problem.
8717
8718 2011-06-18  Bruno Haible  <bruno@clisp.org>
8719
8720         fsync test: Avoid test failure on MacOS X and AIX.
8721         * tests/test-fsync.c (fsync): Allow ENOTSUP and EBADF instead of
8722         EINVAL.
8723
8724 2011-06-18  Bruno Haible  <bruno@clisp.org>
8725
8726         openat, fdopendir tests: Fix link errors.
8727         * modules/openat-tests (Depends-on): Add progname.
8728         * modules/fdopendir-tests (Depends-on): Likewise.
8729         * tests/test-fchownat.c: Include progname.h.
8730         (main): Call set_program_name.
8731         * tests/test-fstatat.c: Include progname.h.
8732         (main): Call set_program_name.
8733         * tests/test-mkdirat.c: Include progname.h.
8734         (main): Call set_program_name.
8735         * tests/test-openat.c: Include progname.h.
8736         (main): Call set_program_name.
8737         * tests/test-unlinkat.c: Include progname.h.
8738         (main): Call set_program_name.
8739         * tests/test-fdopendir.c: Include progname.h.
8740         (main): Call set_program_name.
8741
8742 2011-06-18  Bruno Haible  <bruno@clisp.org>
8743
8744         Doc update.
8745         * doc/posix-functions/pthread_attr_getstack.texi: Update info regarding
8746         HP-UX.
8747         * doc/posix-functions/pthread_attr_setstack.texi: Likewise.
8748
8749 2011-06-18  Bruno Haible  <bruno@clisp.org>
8750
8751         getcwd tests: Avoid compilation error on HP-UX 11.31.
8752         * modules/getcwd-tests (Depends-on): Add pathmax.
8753         * tests/test-getcwd.c: Include pathmax.h.
8754
8755 2011-06-18  Bruno Haible  <bruno@clisp.org>
8756
8757         isfinite, isinf: Fix link error on AIX 6 and 7.
8758         * m4/isfinite.m4 (gl_ISFINITE): When determining whether libm is
8759         needed, also test the macro with a 'float' argument.
8760         * m4/isinf.m4 (gl_ISINF): Likewise.
8761
8762 2011-06-18  Bruno Haible  <bruno@clisp.org>
8763
8764         getloadavg: Don't clobber LIBS. Regression from previous commit.
8765         * m4/getloadavg.m4 (gl_PREREQ_GETLOADAVG): Move tests that use
8766         AC_CHECK_LIB from here...
8767         (gl_GETLOADAVG): ... to here, inside the experiment with LIBS.
8768         (gl_GETLOADAVG, gl_PREREQ_GETLOADAVG): Rename gl_have_func to
8769         gl_func_getloadavg_done.
8770         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
8771
8772 2011-06-18  Bruno Haible  <bruno@clisp.org>
8773
8774         clean-temp: Improve documentation.
8775         * lib/clean-temp.h: Explain better how to use this module.
8776         Reported by John Darrington <john@darrington.wattle.id.au>.
8777
8778 2011-06-17  Bruno Haible  <bruno@clisp.org>
8779
8780         pread, pwrite: Avoid cc warning on AIX.
8781         * lib/unistd.in.h (pread): Undefine before defining as a macro.
8782         (pwrite): Likewise.
8783
8784 2011-06-17  Bruno Haible  <bruno@clisp.org>
8785
8786         spawn-pipe tests: Fix link error.
8787         * tests/test-spawn-pipe-child.c: Undefine fprintf.
8788         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
8789
8790 2011-06-17  Bruno Haible  <bruno@clisp.org>
8791
8792         Tests: Remove unnecessary dependency.
8793         * modules/canonicalize-tests (Depends-on): Remove progname.
8794         * modules/chown-tests (Depends-on): Likewise.
8795         * modules/dirname-tests (Depends-on): Likewise.
8796         * modules/fdopendir-tests (Depends-on): Likewise.
8797         * modules/fdutimensat-tests (Depends-on): Likewise.
8798         * modules/hash-tests (Depends-on): Likewise.
8799         * modules/lchown-tests (Depends-on): Likewise.
8800         * modules/linkat-tests (Depends-on): Likewise.
8801         * modules/renameat-tests (Depends-on): Likewise.
8802         * modules/spawn-pipe-tests (Depends-on): Likewise.
8803         * modules/utimensat-tests (Depends-on): Likewise.
8804
8805 2011-06-17  Bruno Haible  <bruno@clisp.org>
8806
8807         spawn-pipe tests: Fix link error.
8808         * tests/test-spawn-pipe-child.c: Undefine fflush.
8809
8810 2011-06-17  Bruno Haible  <bruno@clisp.org>
8811
8812         Fix tests link errors.
8813         * modules/ceil-ieee-tests (Makefile.am): Use CEIL_LIBM, not FLOOR_LIBM.
8814         * modules/chown-tests (Makefile.am): Don't link test-chown with
8815         LIBINTL.
8816         * modules/lchown-tests (Makefile.am): Don't link test-lchown with
8817         LIBINTL.
8818         * modules/utimens-tests (Makefile.am): Don't link test-utimens with
8819         LIBINTL.
8820         * modules/futimens-tests (Makefile.am): Don't link test-futimens with
8821         LIBINTL.
8822
8823 2011-06-16  Bruno Haible  <bruno@clisp.org>
8824
8825         crypto/gc-sha1: Fix recent regression.
8826         * modules/crypto/gc-sha1 (configure.ac): Invoke AC_LIBOBJ here.
8827         * m4/gc-sha1.m4 (gl_GC_SHA1): Don't invoke gl_SHA1.
8828
8829         crypto/gc-md5: Fix recent regression.
8830         * modules/crypto/gc-md5 (configure.ac): Invoke AC_LIBOBJ here.
8831
8832         crypto/gc-md4: Fix recent regression.
8833         * modules/crypto/gc-md4 (configure.ac): Invoke AC_LIBOBJ here.
8834         * m4/md4.m4 (gl_MD4): Ensure the expansion is non-empty.
8835
8836         crypto/gc-arctwo: Fix recent regression.
8837         * modules/crypto/gc-arctwo (configure.ac): Invoke AC_LIBOBJ here.
8838         * m4/arctwo.m4 (gl_ARCTWO): Ensure the expansion is non-empty.
8839
8840         crypto/gc-rijndael: Fix recent regression.
8841         * modules/crypto/gc-rijndael (Files): Remove m4/rijndael.m4.
8842         (configure.ac): Invoke AC_LIBOBJ here.
8843         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Don't invoke gl_RIJNDAEL.
8844         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
8845
8846         crypto/gc-hmac-sha1: Fix recent regression.
8847         * modules/crypto/gc-hmac-sha1 (Files): Remove m4/hmac-sha1.m4.
8848         (configure.ac): Invoke AC_LIBOBJ here.
8849         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Don't invoke gl_HMAC_SHA1.
8850         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
8851
8852         crypto/gc-hmac-md5: Fix recent regression.
8853         * modules/crypto/gc-hmac-md5 (Files): Remove m4/hmac-md5.m4.
8854         (configure.ac): Invoke AC_LIBOBJ here.
8855         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Don't invoke gl_HMAC_MD5.
8856         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
8857
8858         crypto/gc-des: Fix recent regression.
8859         * modules/crypto/gc-des (Files): Remove m4/des.m4.
8860         (configure.ac): Invoke AC_LIBOBJ here.
8861         * m4/gc-des.m4 (gl_GC_DES): Don't invoke gl_DES.
8862         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
8863
8864         crypto/gc-arcfour: Fix recent regression.
8865         * modules/crypto/gc-arcfour (Files): Remove m4/arcfour.m4.
8866         (configure.ac): Invoke AC_LIBOBJ here.
8867         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Don't invoke gl_ARCFOUR.
8868         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
8869
8870 2011-06-16  Paul Eggert  <eggert@cs.ucla.edu>
8871
8872         * m4/lstat.m4 (gl_FUNC_LSTAT): Fix typo in prerequisite.
8873         After the 2011-05-21 change, this macro requires
8874         gl_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK, not
8875         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
8876
8877 2011-06-16  Bruno Haible  <bruno@clisp.org>
8878
8879         fprintftime: Move AC_LIBOBJ invocations to module description.
8880         * m4/fprintftime.m4: Remove file.
8881         * modules/fprintftime (Files): Remove m4/fprintftime.m4.
8882         (configure.ac): Remove gl_FPRINTFTIME call.
8883         (Makefile.am): Augment lib_SOURCES.
8884         Reported by Jim Meyering.
8885
8886 2011-06-16  Bruno Haible  <bruno@clisp.org>
8887
8888         tmpfile-safer: Finish 2011-05-23 commit.
8889         * m4/stdio-safer.m4: Really remove file.
8890         Reported by Jim Meyering.
8891
8892 2011-06-16  Bruno Haible  <bruno@clisp.org>
8893
8894         syntax-check: Fix typo.
8895         * Makefile (allow_AC_LIBOBJ): Mention printf-posix-rpl.m4, not
8896         printf-posix.m4.
8897         Reported by Jim Meyering.
8898
8899 2011-06-13  Jim Meyering  <meyering@redhat.com>
8900
8901         syntax-check: add a rule to help enforce the no-AC_LIBOBJ-in-m4/ policy
8902         * Makefile (sc_prohibit_AC_LIBOBJ_in_m4): New rule.
8903
8904 2011-05-23  Bruno Haible  <bruno@clisp.org>
8905
8906         yesno: Move AC_LIBOBJ invocations to module description.
8907         * m4/yesno.m4 (gl_YESNO): Remove AC_LIBOBJ invocation.
8908         * modules/yesno (Makefile.am): Augment lib_SOURCES.
8909
8910 2011-05-23  Bruno Haible  <bruno@clisp.org>
8911
8912         xstrtol: Move AC_LIBOBJ invocations to module description.
8913         * m4/xstrtol.m4 (gl_XSTRTOL): Remove AC_LIBOBJ invocations.
8914         * modules/xstrtol (Makefile.am): Augment lib_SOURCES.
8915
8916 2011-05-23  Bruno Haible  <bruno@clisp.org>
8917
8918         xstrtold: Move AC_LIBOBJ invocations to module description.
8919         * m4/xstrtod.m4 (gl_XSTRTOLD): Remove AC_LIBOBJ invocation.
8920         * modules/xstrtold (Makefile.am): Augment lib_SOURCES.
8921
8922 2011-05-23  Bruno Haible  <bruno@clisp.org>
8923
8924         xstrtod: Move AC_LIBOBJ invocations to module description.
8925         * m4/xstrtod.m4 (gl_XSTRTOD): Remove AC_LIBOBJ invocation.
8926         * modules/xstrtod (Makefile.am): Augment lib_SOURCES.
8927
8928 2011-05-23  Bruno Haible  <bruno@clisp.org>
8929
8930         xnanosleep: Move AC_LIBOBJ invocations to module description.
8931         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove AC_LIBOBJ invocation.
8932         * modules/xnanosleep (Makefile.am): Augment lib_SOURCES.
8933
8934 2011-05-23  Bruno Haible  <bruno@clisp.org>
8935
8936         xgetcwd: Move AC_LIBOBJ invocations to module description.
8937         * m4/xgetcwd.m4 (gl_XGETCWD): Remove AC_LIBOBJ invocation.
8938         * modules/xgetcwd (Makefile.am): Augment lib_SOURCES.
8939
8940 2011-05-23  Bruno Haible  <bruno@clisp.org>
8941
8942         xalloc: Move AC_LIBOBJ invocations to module description.
8943         * m4/xalloc.m4 (gl_XALLOC): Remove AC_LIBOBJ invocation.
8944         * modules/xalloc (Makefile.am): Augment lib_SOURCES.
8945
8946 2011-05-23  Bruno Haible  <bruno@clisp.org>
8947
8948         write-any-file: Move AC_LIBOBJ invocations to module description.
8949         * m4/write-any-file.m4 (gl_WRITE_ANY_FILE): Remove AC_LIBOBJ
8950         invocation.
8951         * modules/write-any-file (Makefile.am): Augment lib_SOURCES.
8952
8953 2011-05-23  Bruno Haible  <bruno@clisp.org>
8954
8955         utimens: Move AC_LIBOBJ invocations to module description.
8956         * m4/utimens.m4 (gl_UTIMENS): Remove AC_LIBOBJ invocation.
8957         * modules/utimens (Makefile.am): Augment lib_SOURCES.
8958
8959 2011-05-23  Bruno Haible  <bruno@clisp.org>
8960
8961         utimecmp: Move AC_LIBOBJ invocations to module description.
8962         * m4/utimecmp.m4 (gl_UTIMECMP): Remove AC_LIBOBJ invocation.
8963         * modules/utimecmp (Makefile.am): Augment lib_SOURCES.
8964
8965 2011-05-23  Bruno Haible  <bruno@clisp.org>
8966
8967         userspec: Move AC_LIBOBJ invocations to module description.
8968         * m4/userspec.m4 (gl_USERSPEC): Remove AC_LIBOBJ invocation.
8969         * modules/userspec (Makefile.am): Augment lib_SOURCES.
8970
8971 2011-05-23  Bruno Haible  <bruno@clisp.org>
8972
8973         unlinkdir: Move AC_LIBOBJ invocations to module description.
8974         * m4/unlinkdir.m4 (gl_UNLINKDIR): Remove AC_LIBOBJ invocation.
8975         * modules/unlinkdir (Makefile.am): Augment lib_SOURCES.
8976
8977 2011-05-23  Bruno Haible  <bruno@clisp.org>
8978
8979         unistd-safer: Move AC_LIBOBJ invocations to module description.
8980         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Remove AC_LIBOBJ invocations.
8981         * modules/unistd-safer (Makefile.am): Augment lib_SOURCES.
8982
8983 2011-05-23  Bruno Haible  <bruno@clisp.org>
8984
8985         tempname: Move AC_LIBOBJ invocations to module description.
8986         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Remove AC_LIBOBJ invocation.
8987         * modules/tempname (Makefile.am): Augment lib_SOURCES.
8988
8989 2011-05-23  Bruno Haible  <bruno@clisp.org>
8990
8991         strftime: Move AC_LIBOBJ invocations to module description.
8992         * m4/strftime.m4 (gl_FUNC_STRFTIME): Remove AC_LIBOBJ invocation.
8993         * modules/strftime (Makefile.am): Augment lib_SOURCES.
8994
8995 2011-05-23  Bruno Haible  <bruno@clisp.org>
8996
8997         stdlib-safer: Move AC_LIBOBJ invocations to module description.
8998         * m4/stdlib-safer.m4: Remove file.
8999         * modules/stdlib-safer (Files): Remove m4/stdlib-safer.m4.
9000         (configure.ac): Remove gl_STDLIB_SAFER call.
9001         (Makefile.am): Augment lib_SOURCES.
9002
9003 2011-05-23  Bruno Haible  <bruno@clisp.org>
9004
9005         tmpfile-safer: Move AC_LIBOBJ invocations to module description.
9006         * m4/stdio-safer.m4: Remove file.
9007         * modules/tmpfile-safer (Files): Remove m4/stdio-safer.m4.
9008         (configure.ac): Remove gl_TMPFILE_SAFER call.
9009         (Makefile.am): Augment lib_SOURCES.
9010
9011 2011-05-23  Bruno Haible  <bruno@clisp.org>
9012
9013         popen-safer: Move AC_LIBOBJ invocations to module description.
9014         * m4/stdio-safer.m4 (gl_POPEN_SAFER): Remove macro.
9015         * modules/popen-safer (Files): Remove m4/stdio-safer.m4.
9016         (configure.ac): Remove gl_POPEN_SAFER call.
9017         (Makefile.am): Augment lib_SOURCES.
9018
9019 2011-05-23  Bruno Haible  <bruno@clisp.org>
9020
9021         freopen-safer: Move AC_LIBOBJ invocations to module description.
9022         * m4/stdio-safer.m4 (gl_FREOPEN_SAFER): Remove macro.
9023         * modules/freopen-safer (Files): Remove m4/stdio-safer.m4.
9024         (configure.ac): Remove gl_FREOPEN_SAFER call.
9025         (Makefile.am): Augment lib_SOURCES.
9026
9027 2011-05-23  Bruno Haible  <bruno@clisp.org>
9028
9029         fopen-safer: Move AC_LIBOBJ invocations to module description.
9030         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove macro.
9031         * modules/fopen-safer (Files): Remove m4/stdio-safer.m4.
9032         (configure.ac): Remove gl_FOPEN_SAFER call.
9033         (Makefile.am): Augment lib_SOURCES.
9034
9035 2011-05-23  Bruno Haible  <bruno@clisp.org>
9036
9037         crypto/sha512: Move AC_LIBOBJ invocations to module description.
9038         * m4/sha512.m4 (gl_SHA512): Remove AC_LIBOBJ invocation.
9039         * modules/crypto/sha512 (Makefile.am): Augment lib_SOURCES.
9040
9041 2011-05-23  Bruno Haible  <bruno@clisp.org>
9042
9043         crypto/sha256: Move AC_LIBOBJ invocations to module description.
9044         * m4/sha256.m4 (gl_SHA256): Remove AC_LIBOBJ invocation.
9045         * modules/crypto/sha256 (Makefile.am): Augment lib_SOURCES.
9046
9047 2011-05-23  Bruno Haible  <bruno@clisp.org>
9048
9049         crypto/sha1: Move AC_LIBOBJ invocations to module description.
9050         * m4/sha1.m4 (gl_SHA1): Remove AC_LIBOBJ invocation.
9051         * modules/crypto/sha1 (Makefile.am): Augment lib_SOURCES.
9052
9053 2011-05-23  Bruno Haible  <bruno@clisp.org>
9054
9055         settime: Move AC_LIBOBJ invocations to module description.
9056         * m4/settime.m4 (gl_SETTIME): Remove AC_LIBOBJ invocation.
9057         * modules/settime (Makefile.am): Augment lib_SOURCES.
9058
9059 2011-05-23  Bruno Haible  <bruno@clisp.org>
9060
9061         savedir: Move AC_LIBOBJ invocations to module description.
9062         * m4/savedir.m4 (gl_SAVEDIR): Remove AC_LIBOBJ invocation.
9063         * modules/savedir (Makefile.am): Augment lib_SOURCES.
9064
9065 2011-05-23  Bruno Haible  <bruno@clisp.org>
9066
9067         save-cwd: Move AC_LIBOBJ invocations to module description.
9068         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove AC_LIBOBJ invocation.
9069         * modules/save-cwd (Makefile.am): Augment lib_SOURCES.
9070
9071 2011-05-23  Bruno Haible  <bruno@clisp.org>
9072
9073         same: Move AC_LIBOBJ invocations to module description.
9074         * m4/same.m4 (gl_SAME): Remove AC_LIBOBJ invocation.
9075         * modules/same (Makefile.am): Augment lib_SOURCES.
9076
9077 2011-05-23  Bruno Haible  <bruno@clisp.org>
9078
9079         safe-write: Move AC_LIBOBJ invocations to module description.
9080         * m4/safe-write.m4 (gl_SAFE_WRITE): Remove macro.
9081         * modules/safe-write (configure.ac): Invoke gl_PREREQ_SAFE_WRITE
9082         instead of gl_SAFE_WRITE.
9083         (Makefile.am): Augment lib_SOURCES.
9084
9085 2011-05-23  Bruno Haible  <bruno@clisp.org>
9086
9087         safe-read: Move AC_LIBOBJ invocations to module description.
9088         * m4/safe-read.m4 (gl_SAFE_READ): Remove macro.
9089         * modules/safe-read (configure.ac): Invoke gl_PREREQ_SAFE_READ instead
9090         of gl_SAFE_READ.
9091         (Makefile.am): Augment lib_SOURCES.
9092
9093 2011-05-23  Bruno Haible  <bruno@clisp.org>
9094
9095         safe-alloc: Move AC_LIBOBJ invocations to module description.
9096         * m4/safe-alloc.m4 (gl_SAFE_ALLOC): Remove AC_LIBOBJ invocation.
9097         * modules/safe-alloc (Makefile.am): Augment lib_SOURCES.
9098
9099 2011-05-23  Bruno Haible  <bruno@clisp.org>
9100
9101         crypto/rijndael: Move AC_LIBOBJ invocations to module description.
9102         * m4/rijndael.m4: Remove file.
9103         * modules/crypto/rijndael (Files): Remove it.
9104         (configure.ac): Remove gl_RIJNDAEL call.
9105         (Makefile.am): Augment lib_SOURCES.
9106
9107 2011-05-23  Bruno Haible  <bruno@clisp.org>
9108
9109         readtokens: Move AC_LIBOBJ invocations to module description.
9110         * m4/readtokens.m4 (gl_READTOKENS): Remove AC_LIBOBJ invocation.
9111         * modules/readtokens (Makefile.am): Augment lib_SOURCES.
9112
9113 2011-05-23  Bruno Haible  <bruno@clisp.org>
9114
9115         read-file: Move AC_LIBOBJ invocations to module description.
9116         * m4/read-file.m4 (gl_FUNC_READ_FILE): Remove macro.
9117         * modules/read-file (configure.ac): Invoke gl_PREREQ_READ_FILE instead
9118         of gl_FUNC_READ_FILE.
9119         (Makefile.am): Augment lib_SOURCES.
9120
9121 2011-05-23  Bruno Haible  <bruno@clisp.org>
9122
9123         quotearg: Move AC_LIBOBJ invocations to module description.
9124         * m4/quotearg.m4 (gl_QUOTEARG): Remove AC_LIBOBJ invocation.
9125         * modules/quotearg (Makefile.am): Augment lib_SOURCES.
9126
9127 2011-05-23  Bruno Haible  <bruno@clisp.org>
9128
9129         quote: Move AC_LIBOBJ invocations to module description.
9130         * m4/quote.m4 (gl_QUOTE): Remove AC_LIBOBJ invocation.
9131         * modules/quote (Makefile.am): Augment lib_SOURCES.
9132
9133 2011-05-23  Bruno Haible  <bruno@clisp.org>
9134
9135         posixver: Move AC_LIBOBJ invocations to module description.
9136         * m4/posixver.m4 (gl_POSIXVER): Remove AC_LIBOBJ invocation.
9137         * modules/posixver (Makefile.am): Augment lib_SOURCES.
9138
9139 2011-05-23  Bruno Haible  <bruno@clisp.org>
9140
9141         posixtm: Move AC_LIBOBJ invocations to module description.
9142         * m4/posixtm.m4 (gl_POSIXTM): Remove AC_LIBOBJ invocation.
9143         * modules/posixtm (Makefile.am): Augment lib_SOURCES.
9144
9145 2011-05-23  Bruno Haible  <bruno@clisp.org>
9146
9147         physmem: Move AC_LIBOBJ invocations to module description.
9148         * m4/physmem.m4 (gl_PHYSMEM): Remove AC_LIBOBJ invocation.
9149         * modules/physmem (Makefile.am): Augment lib_SOURCES.
9150
9151 2011-05-23  Bruno Haible  <bruno@clisp.org>
9152
9153         pagealign_alloc: Move AC_LIBOBJ invocations to module description.
9154         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Remove AC_LIBOBJ
9155         invocation.
9156         * modules/pagealign_alloc (Makefile.am): Augment lib_SOURCES.
9157
9158 2011-05-23  Bruno Haible  <bruno@clisp.org>
9159
9160         mpsort: Move AC_LIBOBJ invocations to module description.
9161         * m4/mpsort.m4 (gl_MPSORT): Remove AC_LIBOBJ invocation.
9162         * modules/mpsort (Makefile.am): Augment lib_SOURCES.
9163
9164 2011-05-23  Bruno Haible  <bruno@clisp.org>
9165
9166         modechange: Move AC_LIBOBJ invocations to module description.
9167         * m4/modechange.m4 (gl_MODECHANGE): Remove AC_LIBOBJ invocation.
9168         * modules/modechange (Makefile.am): Augment lib_SOURCES.
9169
9170 2011-05-23  Bruno Haible  <bruno@clisp.org>
9171
9172         mkdir-p: Move AC_LIBOBJ invocations to module description.
9173         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Remove AC_LIBOBJ invocations.
9174         * modules/mkdir-p (Makefile.am): Augment lib_SOURCES.
9175
9176 2011-05-23  Bruno Haible  <bruno@clisp.org>
9177
9178         mkancesdirs: Move AC_LIBOBJ invocations to module description.
9179         * m4/mkancesdirs.m4 (gl_MKANCESDIRS): Remove AC_LIBOBJ invocation.
9180         * modules/mkancesdirs (Makefile.am): Augment lib_SOURCES.
9181
9182 2011-05-23  Bruno Haible  <bruno@clisp.org>
9183
9184         mgetgroups: Move AC_LIBOBJ invocations to module description.
9185         * m4/mgetgroups.m4 (gl_MGETGROUPS): Remove AC_LIBOBJ invocation.
9186         * modules/mgetgroups (Makefile.am): Augment lib_SOURCES.
9187
9188 2011-05-23  Bruno Haible  <bruno@clisp.org>
9189
9190         memxor: Move AC_LIBOBJ invocations to module description.
9191         * m4/memxor.m4 (gl_MEMXOR): Remove AC_LIBOBJ invocation.
9192         * modules/memxor (Makefile.am): Augment lib_SOURCES.
9193
9194 2011-05-23  Bruno Haible  <bruno@clisp.org>
9195
9196         memcoll: Move AC_LIBOBJ invocations to module description.
9197         * m4/memcoll.m4 (gl_MEMCOLL): Remove AC_LIBOBJ invocation.
9198         * modules/memcoll (Makefile.am): Augment lib_SOURCES.
9199
9200 2011-05-23  Bruno Haible  <bruno@clisp.org>
9201
9202         memcasecmp: Move AC_LIBOBJ invocations to module description.
9203         * m4/memcasecmp.m4 (gl_MEMCASECMP): Remove AC_LIBOBJ invocation.
9204         * modules/memcasecmp (Makefile.am): Augment lib_SOURCES.
9205
9206 2011-05-23  Bruno Haible  <bruno@clisp.org>
9207
9208         crypto/md5: Move AC_LIBOBJ invocations to module description.
9209         * m4/md5.m4 (gl_MD5): Remove AC_LIBOBJ invocation.
9210         * modules/crypto/md5 (Makefile.am): Augment lib_SOURCES.
9211
9212 2011-05-23  Bruno Haible  <bruno@clisp.org>
9213
9214         crypto/md4: Move AC_LIBOBJ invocations to module description.
9215         * m4/md4.m4 (gl_MD4): Remove AC_LIBOBJ invocation.
9216         * modules/crypto/md4 (Makefile.am): Augment lib_SOURCES.
9217
9218 2011-05-23  Bruno Haible  <bruno@clisp.org>
9219
9220         crypto/md2: Move AC_LIBOBJ invocations to module description.
9221         * m4/md2.m4: Remove file.
9222         * modules/crypto/md2 (Files): Remove it.
9223         (configure.ac): Remove gl_MD2 call.
9224         (Makefile.am): Augment lib_SOURCES.
9225
9226 2011-05-23  Bruno Haible  <bruno@clisp.org>
9227
9228         long-options: Move AC_LIBOBJ invocations to module description.
9229         * m4/long-options.m4: Remove file.
9230         * modules/long-options (Files): Remove it.
9231         (configure.ac): Remove gl_LONG_OPTIONS call.
9232         (Makefile.am): Augment lib_SOURCES.
9233
9234 2011-05-23  Bruno Haible  <bruno@clisp.org>
9235
9236         i-ring: Move AC_LIBOBJ invocations to module description.
9237         * m4/i-ring.m4 (gl_I_RING): Remove AC_LIBOBJ invocation.
9238         * modules/i-ring (Makefile.am): Augment lib_SOURCES.
9239
9240 2011-05-23  Bruno Haible  <bruno@clisp.org>
9241
9242         idcache: Move AC_LIBOBJ invocations to module description.
9243         * m4/idcache.m4 (gl_IDCACHE): Remove AC_LIBOBJ invocation.
9244         * modules/idcache (Makefile.am): Augment lib_SOURCES.
9245
9246 2011-05-23  Bruno Haible  <bruno@clisp.org>
9247
9248         human: Move AC_LIBOBJ invocations to module description.
9249         * m4/human.m4 (gl_HUMAN): Remove AC_LIBOBJ invocation.
9250         * modules/human (Makefile.am): Augment lib_SOURCES.
9251
9252 2011-05-23  Bruno Haible  <bruno@clisp.org>
9253
9254         crypto/hmac-sha1: Move AC_LIBOBJ invocations to module description.
9255         * m4/hmac-sha1.m4: Remove file.
9256         * modules/crypto/hmac-sha1 (Files): Remove it.
9257         (configure.ac): Remove gl_HMAC_SHA1 call.
9258         (Makefile.am): Augment lib_SOURCES.
9259
9260 2011-05-23  Bruno Haible  <bruno@clisp.org>
9261
9262         crypto/hmac-md5: Move AC_LIBOBJ invocations to module description.
9263         * m4/hmac-md5.m4: Remove file.
9264         * modules/crypto/hmac-md5 (Files): Remove it.
9265         (configure.ac): Remove gl_HMAC_MD5 call.
9266         (Makefile.am): Augment lib_SOURCES.
9267
9268 2011-05-23  Bruno Haible  <bruno@clisp.org>
9269
9270         hash: Move AC_LIBOBJ invocations to module description.
9271         * m4/hash.m4: Remove file.
9272         * modules/hash (Files): Remove it.
9273         (configure.ac): Remove gl_HASH call.
9274         (Makefile.am): Augment lib_SOURCES.
9275
9276 2011-05-23  Bruno Haible  <bruno@clisp.org>
9277
9278         hard-locale: Move AC_LIBOBJ invocations to module description.
9279         * m4/hard-locale.m4 (gl_HARD_LOCALE): Remove AC_LIBOBJ invocation.
9280         * modules/hard-locale (Makefile.am): Augment lib_SOURCES.
9281
9282 2011-05-23  Bruno Haible  <bruno@clisp.org>
9283
9284         getugroups: Move AC_LIBOBJ invocations to module description.
9285         * m4/getugroups.m4 (gl_GETUGROUPS): Remove AC_LIBOBJ invocation.
9286         * modules/getugroups (Makefile.am): Augment lib_SOURCES.
9287
9288 2011-05-23  Bruno Haible  <bruno@clisp.org>
9289
9290         gettime: Move AC_LIBOBJ invocations to module description.
9291         * m4/gettime.m4 (gl_GETTIME): Remove AC_LIBOBJ invocation.
9292         * modules/gettime (Makefile.am): Augment lib_SOURCES.
9293
9294 2011-05-23  Bruno Haible  <bruno@clisp.org>
9295
9296         getndelim2: Move AC_LIBOBJ invocations to module description.
9297         * m4/getndelim2.m4 (gl_GETNDELIM2): Remove AC_LIBOBJ invocation.
9298         * modules/getndelim2 (Makefile.am): Augment lib_SOURCES.
9299
9300 2011-05-23  Bruno Haible  <bruno@clisp.org>
9301
9302         crypto/gc-pbkdf2-sha1: Move AC_LIBOBJ invocations to module description.
9303         * m4/gc-pbkdf2-sha1.m4: Remove file.
9304         * modules/crypto/gc-pbkdf2-sha1 (Files): Remove it.
9305         (configure.ac): Remove gl_GC_PBKDF2_SHA1 call.
9306         (Makefile.am): Augment lib_SOURCES.
9307
9308 2011-05-23  Bruno Haible  <bruno@clisp.org>
9309
9310         fts: Move AC_LIBOBJ invocations to module description.
9311         * m4/fts.m4 (gl_FUNC_FTS_CORE): Move AC_LIBOBJ invocation from here...
9312         * modules/fts (configure.ac): ... to here.
9313
9314 2011-05-23  Bruno Haible  <bruno@clisp.org>
9315
9316         file-type: Move AC_LIBOBJ invocations to module description.
9317         * m4/file-type.m4: Remove file.
9318         * modules/file-type (Files): Remove it.
9319         (configure.ac): Remove gl_FILE_TYPE call.
9320         (Makefile.am): Augment lib_SOURCES.
9321
9322 2011-05-23  Bruno Haible  <bruno@clisp.org>
9323
9324         filenamecat*: Respect rules for use of AC_LIBOBJ.
9325         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT, gl_FILE_NAME_CONCAT_LGPL):
9326         Remove AC_LIBOBJ invocation.
9327         * modules/filenamecat (Makefile.am): Augment lib_SOURCES.
9328         * modules/filenamecat-lgpl (Makefile.am): Augment lib_SOURCES.
9329
9330 2011-05-23  Bruno Haible  <bruno@clisp.org>
9331
9332         filemode: Move AC_LIBOBJ invocations to module description.
9333         * m4/filemode.m4 (gl_FILEMODE): Remove AC_LIBOBJ invocation.
9334         * modules/filemode (Makefile.am): Augment lib_SOURCES.
9335
9336 2011-05-23  Bruno Haible  <bruno@clisp.org>
9337
9338         openat-safer: Move AC_LIBOBJ invocations to module description.
9339         * m4/fcntl-safer.m4 (gl_OPENAT_SAFER): Remove AC_LIBOBJ invocation.
9340         * modules/openat-safer (Makefile.am): Augment lib_SOURCES.
9341
9342 2011-05-23  Bruno Haible  <bruno@clisp.org>
9343
9344         fcntl-safer: Move AC_LIBOBJ invocations to module description.
9345         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove AC_LIBOBJ invocations.
9346         * modules/fcntl-safer (Makefile.am): Augment lib_SOURCES.
9347
9348 2011-05-23  Bruno Haible  <bruno@clisp.org>
9349
9350         exclude: Move AC_LIBOBJ invocations to module description.
9351         * m4/exclude.m4: Remove file.
9352         * modules/exclude (Files): Remove it.
9353         (configure.ac): Remove gl_EXCLUDE call.
9354         (Makefile.am): Augment lib_SOURCES.
9355
9356 2011-05-23  Bruno Haible  <bruno@clisp.org>
9357
9358         dirname*: Respect rules for use of AC_LIBOBJ.
9359         * m4/dirname.m4 (gl_DIRNAME, gl_DIRNAME_LGPL): Remove AC_LIBOBJ
9360         invocations.
9361         * modules/dirname (Makefile.am): Augment lib_SOURCES.
9362         * modules/dirname-lgpl (Makefile.am): Augment lib_SOURCES.
9363
9364 2011-05-23  Bruno Haible  <bruno@clisp.org>
9365
9366         dirent-safer: Move AC_LIBOBJ invocations to module description.
9367         * m4/dirent-safer.m4 (gl_DIRENT_SAFER): Remove AC_LIBOBJ invocation.
9368         * modules/dirent-safer (Makefile.am): Augment lib_SOURCES.
9369
9370 2011-05-23  Bruno Haible  <bruno@clisp.org>
9371
9372         crypto/des: Move AC_LIBOBJ invocations to module description.
9373         * m4/des.m4: Remove file.
9374         * modules/crypto/des (Files): Remove it.
9375         (configure.ac): Remove gl_DES call.
9376         (Makefile.am): Augment lib_SOURCES.
9377
9378 2011-05-23  Bruno Haible  <bruno@clisp.org>
9379
9380         cycle-check: Move AC_LIBOBJ invocations to module description.
9381         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Remove AC_LIBOBJ invocation.
9382         * modules/cycle-check (Makefile.am): Augment lib_SOURCES.
9383
9384 2011-05-23  Bruno Haible  <bruno@clisp.org>
9385
9386         c-strtold: Move AC_LIBOBJ invocations to module description.
9387         * m4/c-strtod.m4 (gl_C_STRTOLD): Remove AC_LIBOBJ invocation.
9388         * modules/c-strtold (Makefile.am): Augment lib_SOURCES.
9389
9390 2011-05-23  Bruno Haible  <bruno@clisp.org>
9391
9392         c-strtod: Move AC_LIBOBJ invocations to module description.
9393         * m4/c-strtod.m4 (gl_C_STRTOD): Remove AC_LIBOBJ invocation.
9394         * modules/c-strtod (Makefile.am): Augment lib_SOURCES.
9395
9396 2011-05-23  Bruno Haible  <bruno@clisp.org>
9397
9398         crc: Move AC_LIBOBJ invocations to module description.
9399         * m4/crc.m4: Remove file.
9400         * modules/crc (Files): Remove it.
9401         (configure.ac): Remove gl_CRC call.
9402         (Makefile.am): Augment lib_SOURCES.
9403
9404 2011-05-23  Bruno Haible  <bruno@clisp.org>
9405
9406         close-stream: Move AC_LIBOBJ invocations to module description.
9407         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove AC_LIBOBJ invocation.
9408         * modules/close-stream (Makefile.am): Augment lib_SOURCES.
9409
9410 2011-05-23  Bruno Haible  <bruno@clisp.org>
9411
9412         closeout: Move AC_LIBOBJ invocations to module description.
9413         * m4/closeout.m4 (gl_CLOSEOUT): Remove AC_LIBOBJ invocation.
9414         * modules/closeout (Makefile.am): Augment lib_SOURCES.
9415
9416 2011-05-23  Bruno Haible  <bruno@clisp.org>
9417
9418         closein: Move AC_LIBOBJ invocations to module description.
9419         * m4/closein.m4 (gl_CLOSEIN): Remove AC_LIBOBJ invocation.
9420         * modules/closein (Makefile.am): Augment lib_SOURCES.
9421
9422 2011-05-23  Bruno Haible  <bruno@clisp.org>
9423
9424         cloexec: Move AC_LIBOBJ invocations to module description.
9425         * m4/cloexec.m4: Remove file.
9426         * modules/cloexec (Files): Remove it.
9427         (configure.ac): Remove gl_CLOEXEC call.
9428         (Makefile.am): Augment lib_SOURCES.
9429
9430 2011-05-23  Bruno Haible  <bruno@clisp.org>
9431
9432         check-version: Move AC_LIBOBJ invocations to module description.
9433         * m4/check-version.m4: Remove file.
9434         * modules/check-version (Files): Remove it.
9435         (configure.ac): Remove gl_CHECK_VERSION call.
9436         (Makefile.am): Augment lib_SOURCES.
9437
9438 2011-05-23  Bruno Haible  <bruno@clisp.org>
9439
9440         chdir-safer: Move AC_LIBOBJ invocations to module description.
9441         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Remove AC_LIBOBJ invocation.
9442         * modules/chdir-safer (Makefile.am): Augment lib_SOURCES.
9443
9444 2011-05-23  Bruno Haible  <bruno@clisp.org>
9445
9446         canonicalize: Move AC_LIBOBJ invocations to module description.
9447         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE): Remove
9448         AC_LIBOBJ invocation.
9449         * modules/canonicalize (Makefile.am): Augment lib_SOURCES.
9450
9451 2011-05-23  Bruno Haible  <bruno@clisp.org>
9452
9453         canon-host: Move AC_LIBOBJ invocations to module description.
9454         * m4/canon-host.m4 (gl_CANON_HOST): Remove macro.
9455         * modules/canon-host (configure.ac): Invoke gl_PREREQ_CANON_HOST
9456         instead of gl_CANON_HOST.
9457         (Makefile.am): Augment lib_SOURCES.
9458
9459 2011-05-23  Bruno Haible  <bruno@clisp.org>
9460
9461         backupfile: Move AC_LIBOBJ invocations to module description.
9462         * m4/backupfile.m4 (gl_BACKUPFILE): Remove AC_LIBOBJ invocation.
9463         * modules/backupfile (Makefile.am): Augment lib_SOURCES.
9464
9465 2011-05-23  Bruno Haible  <bruno@clisp.org>
9466
9467         argmatch: Move AC_LIBOBJ invocations to module description.
9468         * m4/argmatch.m4: Remove file.
9469         * modules/argmatch (Files): Remove it.
9470         (configure.ac): Remove gl_ARGMATCH call.
9471         (Makefile.am): Augment lib_SOURCES.
9472
9473 2011-05-23  Bruno Haible  <bruno@clisp.org>
9474
9475         crypto/arctwo: Move AC_LIBOBJ invocations to module description.
9476         * m4/arctwo.m4 (gl_ARCTWO): Remove AC_LIBOBJ invocation.
9477         * modules/crypto/arctwo (Makefile.am): Augment lib_SOURCES.
9478
9479 2011-05-23  Bruno Haible  <bruno@clisp.org>
9480
9481         crypto/arcfour: Move AC_LIBOBJ invocations to module description.
9482         * m4/arcfour.m4: Remove file.
9483         * modules/crypto/arcfour (Files): Remove it.
9484         (configure.ac): Remove gl_ARCFOUR call.
9485         (Makefile.am): Augment lib_SOURCES.
9486
9487 2011-05-22  Bruno Haible  <bruno@clisp.org>
9488
9489         write: Move AC_LIBOBJ invocations to module description.
9490         * m4/write.m4 (gl_FUNC_WRITE): Move AC_LIBOBJ invocation from here...
9491         * modules/write (configure.ac): ... to here.
9492
9493 2011-05-22  Bruno Haible  <bruno@clisp.org>
9494
9495         wmemset: Move AC_LIBOBJ invocations to module description.
9496         * m4/wmemset.m4 (gl_FUNC_WMEMSET): Move AC_LIBOBJ invocation from
9497         here...
9498         * modules/wmemset (configure.ac): ... to here.
9499
9500 2011-05-22  Bruno Haible  <bruno@clisp.org>
9501
9502         wmemmove: Move AC_LIBOBJ invocations to module description.
9503         * m4/wmemmove.m4 (gl_FUNC_WMEMMOVE): Move AC_LIBOBJ invocation from
9504         here...
9505         * modules/wmemmove (configure.ac): ... to here.
9506
9507 2011-05-22  Bruno Haible  <bruno@clisp.org>
9508
9509         wmemcpy: Move AC_LIBOBJ invocations to module description.
9510         * m4/wmemcpy.m4 (gl_FUNC_WMEMCPY): Move AC_LIBOBJ invocation from
9511         here...
9512         * modules/wmemcpy (configure.ac): ... to here.
9513
9514 2011-05-22  Bruno Haible  <bruno@clisp.org>
9515
9516         wmemcmp: Move AC_LIBOBJ invocations to module description.
9517         * m4/wmemcmp.m4 (gl_FUNC_WMEMCMP): Move AC_LIBOBJ invocation from
9518         here...
9519         * modules/wmemcmp (configure.ac): ... to here.
9520
9521 2011-05-22  Bruno Haible  <bruno@clisp.org>
9522
9523         wmemchr: Move AC_LIBOBJ invocations to module description.
9524         * m4/wmemchr.m4 (gl_FUNC_WMEMCHR): Move AC_LIBOBJ invocation from
9525         here...
9526         * modules/wmemchr (configure.ac): ... to here.
9527
9528 2011-05-22  Bruno Haible  <bruno@clisp.org>
9529
9530         wcswidth: Move AC_LIBOBJ invocations to module description.
9531         * m4/wcswidth.m4 (gl_FUNC_WCSWIDTH): Move AC_LIBOBJ invocation from
9532         here...
9533         * modules/wcswidth (configure.ac): ... to here.
9534
9535 2011-05-22  Bruno Haible  <bruno@clisp.org>
9536
9537         wcwidth: Respect rules for use of AC_LIBOBJ.
9538         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Set HAVE_WCWIDTH. Move AC_LIBOBJ
9539         invocation from here...
9540         * modules/wcwidth (configure.ac): ... to here.
9541         (Depends-on): Update conditions.
9542
9543 2011-05-22  Bruno Haible  <bruno@clisp.org>
9544
9545         wctype: Move AC_LIBOBJ invocations to module description.
9546         * m4/wctype.m4 (gl_FUNC_WCTYPE): Set HAVE_WCTYPE. Move AC_LIBOBJ
9547         invocation from here...
9548         * modules/wctype (configure.ac): ... to here.
9549         (Depends-on): Update conditions.
9550
9551 2011-05-22  Bruno Haible  <bruno@clisp.org>
9552
9553         wctrans: Move AC_LIBOBJ invocations to module description.
9554         * m4/wctrans.m4 (gl_FUNC_WCTRANS): Set HAVE_WCTRANS. Move AC_LIBOBJ
9555         invocation from here...
9556         * modules/wctrans (configure.ac): ... to here.
9557
9558 2011-05-22  Bruno Haible  <bruno@clisp.org>
9559
9560         wctomb: Move AC_LIBOBJ invocations to module description.
9561         * m4/wctomb.m4 (gl_FUNC_WCTOMB): Move AC_LIBOBJ and gl_PREREQ_WCTOMB
9562         invocations from here...
9563         * modules/wctomb (configure.ac): ... to here.
9564
9565 2011-05-22  Bruno Haible  <bruno@clisp.org>
9566
9567         wctob: Move AC_LIBOBJ invocations to module description.
9568         * m4/wctob.m4 (gl_FUNC_WCTOB): Set HAVE_WCTOB. Move AC_LIBOBJ and
9569         gl_PREREQ_WCTOB invocations from here...
9570         * modules/wctob (configure.ac): ... to here.
9571         (Depends-on): Update conditions.
9572
9573 2011-05-22  Bruno Haible  <bruno@clisp.org>
9574
9575         wcsxfrm: Move AC_LIBOBJ invocations to module description.
9576         * m4/wcsxfrm.m4 (gl_FUNC_WCSXFRM): Move AC_LIBOBJ invocation from
9577         here...
9578         * modules/wcsxfrm (configure.ac): ... to here.
9579
9580 2011-05-22  Bruno Haible  <bruno@clisp.org>
9581
9582         wcstok: Move AC_LIBOBJ invocations to module description.
9583         * m4/wcstok.m4 (gl_FUNC_WCSTOK): Move AC_LIBOBJ invocation from here...
9584         * modules/wcstok (configure.ac): ... to here.
9585
9586 2011-05-22  Bruno Haible  <bruno@clisp.org>
9587
9588         wcsstr: Move AC_LIBOBJ invocations to module description.
9589         * m4/wcsstr.m4 (gl_FUNC_WCSSTR): Move AC_LIBOBJ invocation from here...
9590         * modules/wcsstr (configure.ac): ... to here.
9591
9592 2011-05-22  Bruno Haible  <bruno@clisp.org>
9593
9594         wcsspn: Move AC_LIBOBJ invocations to module description.
9595         * m4/wcsspn.m4 (gl_FUNC_WCSSPN): Move AC_LIBOBJ invocation from here...
9596         * modules/wcsspn (configure.ac): ... to here.
9597
9598 2011-05-22  Bruno Haible  <bruno@clisp.org>
9599
9600         wcsrtombs: Move AC_LIBOBJ invocations to module description.
9601         * m4/wcsrtombs.m4 (gl_FUNC_WCSRTOMBS): Move AC_LIBOBJ and
9602         gl_PREREQ_WCSRTOMBS invocations from here...
9603         * modules/wcsrtombs (configure.ac): ... to here.
9604
9605 2011-05-22  Bruno Haible  <bruno@clisp.org>
9606
9607         wcsrchr: Move AC_LIBOBJ invocations to module description.
9608         * m4/wcsrchr.m4 (gl_FUNC_WCSRCHR): Move AC_LIBOBJ invocation from
9609         here...
9610         * modules/wcsrchr (configure.ac): ... to here.
9611
9612 2011-05-22  Bruno Haible  <bruno@clisp.org>
9613
9614         wcspbrk: Move AC_LIBOBJ invocations to module description.
9615         * m4/wcspbrk.m4 (gl_FUNC_WCSPBRK): Move AC_LIBOBJ invocation from
9616         here...
9617         * modules/wcspbrk (configure.ac): ... to here.
9618
9619 2011-05-22  Bruno Haible  <bruno@clisp.org>
9620
9621         wcsnrtombs: Move AC_LIBOBJ invocations to module description.
9622         * m4/wcsnrtombs.m4 (gl_FUNC_WCSNRTOMBS): Move AC_LIBOBJ and
9623         gl_PREREQ_WCSNRTOMBS invocations from here...
9624         * modules/wcsnrtombs (configure.ac): ... to here.
9625
9626 2011-05-22  Bruno Haible  <bruno@clisp.org>
9627
9628         wcsnlen: Move AC_LIBOBJ invocations to module description.
9629         * m4/wcsnlen.m4 (gl_FUNC_WCSNLEN): Move AC_LIBOBJ invocation from
9630         here...
9631         * modules/wcsnlen (configure.ac): ... to here.
9632
9633 2011-05-22  Bruno Haible  <bruno@clisp.org>
9634
9635         wcsncpy: Move AC_LIBOBJ invocations to module description.
9636         * m4/wcsncpy.m4 (gl_FUNC_WCSNCPY): Move AC_LIBOBJ invocation from
9637         here...
9638         * modules/wcsncpy (configure.ac): ... to here.
9639
9640 2011-05-22  Bruno Haible  <bruno@clisp.org>
9641
9642         wcsncmp: Move AC_LIBOBJ invocations to module description.
9643         * m4/wcsncmp.m4 (gl_FUNC_WCSNCMP): Move AC_LIBOBJ invocation from
9644         here...
9645         * modules/wcsncmp (configure.ac): ... to here.
9646
9647 2011-05-22  Bruno Haible  <bruno@clisp.org>
9648
9649         wcsncat: Move AC_LIBOBJ invocations to module description.
9650         * m4/wcsncat.m4 (gl_FUNC_WCSNCAT): Move AC_LIBOBJ invocation from
9651         here...
9652         * modules/wcsncat (configure.ac): ... to here.
9653
9654 2011-05-22  Bruno Haible  <bruno@clisp.org>
9655
9656         wcsncasecmp: Move AC_LIBOBJ invocations to module description.
9657         * m4/wcsncasecmp.m4 (gl_FUNC_WCSNCASECMP): Move AC_LIBOBJ invocation
9658         from here...
9659         * modules/wcsncasecmp (configure.ac): ... to here.
9660
9661 2011-05-22  Bruno Haible  <bruno@clisp.org>
9662
9663         wcslen: Move AC_LIBOBJ invocations to module description.
9664         * m4/wcslen.m4 (gl_FUNC_WCSLEN): Move AC_LIBOBJ invocation from here...
9665         * modules/wcslen (configure.ac): ... to here.
9666
9667 2011-05-22  Bruno Haible  <bruno@clisp.org>
9668
9669         wcsdup: Move AC_LIBOBJ invocations to module description.
9670         * m4/wcsdup.m4 (gl_FUNC_WCSDUP): Move AC_LIBOBJ invocation from here...
9671         * modules/wcsdup (configure.ac): ... to here.
9672
9673 2011-05-22  Bruno Haible  <bruno@clisp.org>
9674
9675         wcscspn: Move AC_LIBOBJ invocations to module description.
9676         * m4/wcscspn.m4 (gl_FUNC_WCSCSPN): Move AC_LIBOBJ invocation from
9677         here...
9678         * modules/wcscspn (configure.ac): ... to here.
9679
9680 2011-05-22  Bruno Haible  <bruno@clisp.org>
9681
9682         wcscpy: Move AC_LIBOBJ invocations to module description.
9683         * m4/wcscpy.m4 (gl_FUNC_WCSCPY): Move AC_LIBOBJ invocation from here...
9684         * modules/wcscpy (configure.ac): ... to here.
9685
9686 2011-05-22  Bruno Haible  <bruno@clisp.org>
9687
9688         wcscoll: Move AC_LIBOBJ invocations to module description.
9689         * m4/wcscoll.m4 (gl_FUNC_WCSCOLL): Move AC_LIBOBJ invocation from
9690         here...
9691         * modules/wcscoll (configure.ac): ... to here.
9692
9693 2011-05-22  Bruno Haible  <bruno@clisp.org>
9694
9695         wcscmp: Move AC_LIBOBJ invocations to module description.
9696         * m4/wcscmp.m4 (gl_FUNC_WCSCMP): Move AC_LIBOBJ invocation from here...
9697         * modules/wcscmp (configure.ac): ... to here.
9698
9699 2011-05-22  Bruno Haible  <bruno@clisp.org>
9700
9701         wcschr: Move AC_LIBOBJ invocations to module description.
9702         * m4/wcschr.m4 (gl_FUNC_WCSCHR): Move AC_LIBOBJ invocation from here...
9703         * modules/wcschr (configure.ac): ... to here.
9704
9705 2011-05-22  Bruno Haible  <bruno@clisp.org>
9706
9707         wcscat: Move AC_LIBOBJ invocations to module description.
9708         * m4/wcscat.m4 (gl_FUNC_WCSCAT): Move AC_LIBOBJ invocation from here...
9709         * modules/wcscat (configure.ac): ... to here.
9710
9711 2011-05-22  Bruno Haible  <bruno@clisp.org>
9712
9713         wcscasecmp: Move AC_LIBOBJ invocations to module description.
9714         * m4/wcscasecmp.m4 (gl_FUNC_WCSCASECMP): Move AC_LIBOBJ invocation from
9715         here...
9716         * modules/wcscasecmp (configure.ac): ... to here.
9717
9718 2011-05-22  Bruno Haible  <bruno@clisp.org>
9719
9720         wcrtomb: Move AC_LIBOBJ invocations to module description.
9721         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Move AC_LIBOBJ and gl_PREREQ_WCRTOMB
9722         invocations from here...
9723         * modules/wcrtomb (configure.ac): ... to here.
9724
9725 2011-05-22  Bruno Haible  <bruno@clisp.org>
9726
9727         wcpncpy: Move AC_LIBOBJ invocations to module description.
9728         * m4/wcpncpy.m4 (gl_FUNC_WCPNCPY): Move AC_LIBOBJ invocation from
9729         here...
9730         * modules/wcpncpy (configure.ac): ... to here.
9731
9732 2011-05-22  Bruno Haible  <bruno@clisp.org>
9733
9734         wcpcpy: Move AC_LIBOBJ invocations to module description.
9735         * m4/wcpcpy.m4 (gl_FUNC_WCPCPY): Move AC_LIBOBJ invocation from here...
9736         * modules/wcpcpy (configure.ac): ... to here.
9737
9738 2011-05-22  Bruno Haible  <bruno@clisp.org>
9739
9740         waitpid: Move AC_LIBOBJ invocations to module description.
9741         * m4/waitpid.m4 (gl_FUNC_WAITPID): Set HAVE_WAITPID. Move AC_LIBOBJ
9742         invocation from here...
9743         * modules/waitpid (configure.ac): ... to here.
9744
9745 2011-05-22  Bruno Haible  <bruno@clisp.org>
9746
9747         utimensat: Move AC_LIBOBJ invocations to module description.
9748         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Move AC_LIBOBJ invocations from
9749         here...
9750         * modules/utimensat (configure.ac): ... to here.
9751
9752 2011-05-22  Bruno Haible  <bruno@clisp.org>
9753
9754         usleep: Move AC_LIBOBJ invocations to module description.
9755         * m4/usleep.m4 (gl_FUNC_USLEEP): Move AC_LIBOBJ invocations from
9756         here...
9757         * modules/usleep (configure.ac): ... to here.
9758
9759 2011-05-22  Bruno Haible  <bruno@clisp.org>
9760
9761         unlockpt: Move AC_LIBOBJ invocations to module description.
9762         * m4/unlockpt.m4 (gl_FUNC_UNLOCKPT): Move AC_LIBOBJ and
9763         gl_PREREQ_UNLOCKPT invocations from here...
9764         * modules/unlockpt (configure.ac): ... to here.
9765
9766 2011-05-22  Bruno Haible  <bruno@clisp.org>
9767
9768         unlink: Respect rules for use of AC_LIBOBJ.
9769         * m4/unlink.m4 (gl_FUNC_UNLINK): Move AC_LIBOBJ invocation from here...
9770         * modules/unlink (configure.ac): ... to here.
9771
9772 2011-05-22  Bruno Haible  <bruno@clisp.org>
9773
9774         uname: Move AC_LIBOBJ invocations to module description.
9775         * m4/uname.m4 (gl_FUNC_UNAME): Call AC_CHECK_FUNCS instead of
9776         AC_REPLACE_FUNCS. Move AC_LIBOBJ and gl_PREREQ_UNAME invocations from
9777         here...
9778         * modules/uname (configure.ac): ... to here.
9779
9780 2011-05-22  Bruno Haible  <bruno@clisp.org>
9781
9782         ttyname_r: Move AC_LIBOBJ invocations to module description.
9783         * m4/ttyname_r.m4 (gl_FUNC_TTYNAME_R): Move AC_LIBOBJ and
9784         gl_PREREQ_TTYNAME_R invocations from here...
9785         * modules/ttyname_r (configure.ac): ... to here.
9786
9787 2011-05-22  Bruno Haible  <bruno@clisp.org>
9788
9789         tsearch: Move AC_LIBOBJ invocations to module description.
9790         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Move AC_LIBOBJ and gl_PREREQ_TSEARCH
9791         invocations from here...
9792         * modules/tsearch (configure.ac): ... to here.
9793
9794 2011-05-22  Bruno Haible  <bruno@clisp.org>
9795
9796         towctrans: Move AC_LIBOBJ invocations to module description.
9797         * m4/towctrans.m4 (gl_FUNC_TOWCTRANS): Set HAVE_TOWCTRANS. Move
9798         AC_LIBOBJ invocation from here...
9799         * modules/towctrans (configure.ac): ... to here.
9800
9801 2011-05-22  Bruno Haible  <bruno@clisp.org>
9802
9803         tmpfile: Move AC_LIBOBJ invocations to module description.
9804         * m4/tmpfile.m4 (gl_FUNC_TMPFILE): Move AC_LIBOBJ and gl_PREREQ_TMPFILE
9805         invocations from here...
9806         * modules/tmpfile (configure.ac): ... to here.
9807
9808 2011-05-22  Bruno Haible  <bruno@clisp.org>
9809
9810         times: Move AC_LIBOBJ invocations to module description.
9811         * m4/times.m4 (gl_FUNC_TIMES): Move AC_LIBOBJ invocation from here...
9812         * modules/times (configure.ac): ... to here.
9813
9814 2011-05-22  Bruno Haible  <bruno@clisp.org>
9815
9816         time_r: Move AC_LIBOBJ invocations to module description.
9817         * m4/time_r.m4 (gl_TIME_R): Move AC_LIBOBJ and gl_PREREQ_TIME_R
9818         invocations from here...
9819         * modules/time_r (configure.ac): ... to here.
9820
9821 2011-05-22  Bruno Haible  <bruno@clisp.org>
9822
9823         timegm: Move AC_LIBOBJ invocations to module description.
9824         * m4/timegm.m4 (gl_FUNC_TIMEGM): Move AC_LIBOBJ and gl_PREREQ_TIMEGM
9825         invocations from here...
9826         * modules/timegm (configure.ac): ... to here.
9827
9828 2011-05-22  Bruno Haible  <bruno@clisp.org>
9829
9830         tcgetsid: Move AC_LIBOBJ invocations to module description.
9831         * m4/tcgetsid.m4 (gl_FUNC_TCGETSID): Set HAVE_TCGETSID. Move AC_LIBOBJ
9832         and gl_PREREQ_TCGETSID invocations from here...
9833         * modules/tcgetsid (configure.ac): ... to here.
9834         (Depends-on): Update conditions.
9835
9836 2011-05-22  Bruno Haible  <bruno@clisp.org>
9837
9838         symlinkat: Move AC_LIBOBJ invocations to module description.
9839         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Move AC_LIBOBJ invocation from
9840         here...
9841         * modules/symlinkat (configure.ac): ... to here.
9842
9843 2011-05-22  Bruno Haible  <bruno@clisp.org>
9844
9845         symlink: Move AC_LIBOBJ invocations to module description.
9846         * m4/symlink.m4 (gl_FUNC_SYMLINK): Move AC_LIBOBJ invocations from
9847         here...
9848         * modules/symlink (configure.ac): ... to here.
9849
9850 2011-05-22  Bruno Haible  <bruno@clisp.org>
9851
9852         strverscmp: Move AC_LIBOBJ invocations to module description.
9853         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Call AC_CHECK_FUNCS instead of
9854         AC_REPLACE_FUNCS. Move AC_LIBOBJ and gl_PREREQ_STRVERSCMP invocations
9855         from here...
9856         * modules/strverscmp (configure.ac): ... to here.
9857
9858 2011-05-22  Bruno Haible  <bruno@clisp.org>
9859
9860         strtok_r: Move AC_LIBOBJ invocations to module description.
9861         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_STRTOK_R. Move AC_LIBOBJ
9862         and gl_PREREQ_STRTOK_R invocations from here...
9863         * modules/strtok_r (configure.ac): ... to here.
9864         (Depends-on): Update conditions.
9865
9866 2011-05-22  Bruno Haible  <bruno@clisp.org>
9867
9868         strtoumax: Move AC_LIBOBJ invocations to module description.
9869         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Call AC_CHECK_FUNCS instead of
9870         AC_REPLACE_FUNCS. Move AC_LIBOBJ and gl_PREREQ_STRTOUMAX invocations
9871         from here...
9872         * modules/strtoumax (configure.ac): ... to here.
9873
9874 2011-05-22  Bruno Haible  <bruno@clisp.org>
9875
9876         strtoimax: Move AC_LIBOBJ invocations to module description.
9877         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Call AC_CHECK_FUNCS instead of
9878         AC_REPLACE_FUNCS. Move AC_LIBOBJ and gl_PREREQ_STRTOIMAX invocations
9879         from here...
9880         * modules/strtoimax (configure.ac): ... to here.
9881
9882 2011-05-22  Bruno Haible  <bruno@clisp.org>
9883
9884         strtoull: Move AC_LIBOBJ invocations to module description.
9885         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Call AC_CHECK_FUNCS instead of
9886         AC_REPLACE_FUNCS. Move AC_LIBOBJ and gl_PREREQ_STRTOULL invocations
9887         from here...
9888         * modules/strtoull (configure.ac): ... to here.
9889
9890 2011-05-22  Bruno Haible  <bruno@clisp.org>
9891
9892         strtoll: Move AC_LIBOBJ invocations to module description.
9893         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Call AC_CHECK_FUNCS instead of
9894         AC_REPLACE_FUNCS. Move AC_LIBOBJ and gl_PREREQ_STRTOLL invocations from
9895         here...
9896         * modules/strtoll (configure.ac): ... to here.
9897
9898 2011-05-22  Bruno Haible  <bruno@clisp.org>
9899
9900         strtoul: Move AC_LIBOBJ invocations to module description.
9901         * m4/strtoul.m4 (gl_FUNC_STRTOUL): Call AC_CHECK_FUNCS instead of
9902         AC_REPLACE_FUNCS. Move AC_LIBOBJ invocation from here...
9903         * modules/strtoul (configure.ac): ... to here.
9904
9905 2011-05-22  Bruno Haible  <bruno@clisp.org>
9906
9907         strtol: Move AC_LIBOBJ invocations to module description.
9908         * m4/strtol.m4 (gl_FUNC_STRTOL): Call AC_CHECK_FUNCS instead of
9909         AC_REPLACE_FUNCS. Move AC_LIBOBJ invocation from here...
9910         * modules/strtol (configure.ac): ... to here.
9911
9912 2011-05-22  Bruno Haible  <bruno@clisp.org>
9913
9914         strtod: Move AC_LIBOBJ invocations to module description.
9915         * m4/strtod.m4 (gl_FUNC_STRTOD): Move AC_LIBOBJ and gl_PREREQ_STRTOD
9916         invocations from here...
9917         * modules/strtod (configure.ac): ... to here.
9918
9919 2011-05-22  Bruno Haible  <bruno@clisp.org>
9920
9921         strstr*: Move AC_LIBOBJ invocations to module description.
9922         * m4/strstr.m4 (gl_FUNC_STRSTR_SIMPLE, gl_FUNC_STRSTR): Move AC_LIBOBJ
9923         invocations from here...
9924         * modules/strstr-simple (configure.ac): ... to here.
9925         * modules/strstr (configure.ac): ... and here.
9926
9927 2011-05-22  Bruno Haible  <bruno@clisp.org>
9928
9929         strsignal: Move AC_LIBOBJ invocations to module description.
9930         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Set HAVE_STRSIGNAL. Move
9931         AC_LIBOBJ and gl_PREREQ_STRSIGNAL invocations from here...
9932         * modules/strsignal (configure.ac): ... to here.
9933         (Depends-on): Update conditions.
9934
9935 2011-05-22  Bruno Haible  <bruno@clisp.org>
9936
9937         strsep: Move AC_LIBOBJ invocations to module description.
9938         * m4/strsep.m4 (gl_FUNC_STRSEP): Call AC_CHECK_FUNCS instead of
9939         AC_REPLACE_FUNCS. Move AC_LIBOBJ and gl_PREREQ_STRSEP invocations from
9940         here...
9941         * modules/strsep (configure.ac): ... to here.
9942
9943 2011-05-22  Bruno Haible  <bruno@clisp.org>
9944
9945         strptime: Move AC_LIBOBJ invocations to module description.
9946         * m4/strptime.m4 (gl_FUNC_STRPTIME): Move AC_LIBOBJ and
9947         gl_PREREQ_STRPTIME invocations from here...
9948         * modules/strptime (configure.ac): ... to here.
9949
9950 2011-05-22  Bruno Haible  <bruno@clisp.org>
9951
9952         strpbrk: Move AC_LIBOBJ invocations to module description.
9953         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Call AC_CHECK_FUNCS instead of
9954         AC_REPLACE_FUNCS. Move AC_LIBOBJ and gl_PREREQ_STRPBRK invocations from
9955         here...
9956         * modules/strpbrk (configure.ac): ... to here.
9957
9958 2011-05-22  Bruno Haible  <bruno@clisp.org>
9959
9960         strnlen: Move AC_LIBOBJ invocations to module description.
9961         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Move AC_LIBOBJ and gl_PREREQ_STRNLEN
9962         invocations from here...
9963         * modules/strnlen (configure.ac): ... to here.
9964
9965 2011-05-22  Bruno Haible  <bruno@clisp.org>
9966
9967         strndup: Move AC_LIBOBJ invocations to module description.
9968         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_STRNDUP. Move AC_LIBOBJ
9969         invocations from here...
9970         * modules/strndup (configure.ac): ... to here.
9971         (Depends-on): Update conditions.
9972
9973 2011-05-22  Bruno Haible  <bruno@clisp.org>
9974
9975         strncat: Move AC_LIBOBJ invocations to module description.
9976         * m4/strncat.m4 (gl_FUNC_STRNCAT): Move AC_LIBOBJ and gl_PREREQ_STRNCAT
9977         invocations from here...
9978         * modules/strncat (configure.ac): ... to here.
9979
9980 2011-05-22  Bruno Haible  <bruno@clisp.org>
9981
9982         strdup, strdup-posix: Move AC_LIBOBJ invocations to module description.
9983         * m4/strdup.m4 (gl_FUNC_STRDUP): Move AC_LIBOBJ and gl_PREREQ_STRDUP
9984         invocations from here...
9985         * modules/strdup (configure.ac): ... to here.
9986         * modules/strdup-posix (configure.ac): ... and here.
9987
9988 2011-05-22  Bruno Haible  <bruno@clisp.org>
9989
9990         strcspn: Move AC_LIBOBJ invocations to module description.
9991         * m4/strcspn.m4 (gl_FUNC_STRCSPN): Call AC_CHECK_FUNCS instead of
9992         AC_REPLACE_FUNCS. Move AC_LIBOBJ and gl_PREREQ_STRCSPN invocations from
9993         here...
9994         * modules/strcspn (configure.ac): ... to here.
9995
9996 2011-05-22  Bruno Haible  <bruno@clisp.org>
9997
9998         strchrnul: Move AC_LIBOBJ invocations to module description.
9999         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Move AC_LIBOBJ and
10000         gl_PREREQ_STRCHRNUL invocations from here...
10001         * modules/strchrnul (configure.ac): ... to here.
10002
10003 2011-05-22  Bruno Haible  <bruno@clisp.org>
10004
10005         strcasestr*: Move AC_LIBOBJ invocations to module description.
10006         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE, gl_FUNC_STRCASESTR):
10007         Move AC_LIBOBJ and gl_PREREQ_STRCASESTR invocations from here...
10008         * modules/strcasestr-simple (configure.ac): ... to here.
10009         * modules/strcasestr (configure.ac): ... and here.
10010
10011 2011-05-22  Bruno Haible  <bruno@clisp.org>
10012
10013         strcase: Move AC_LIBOBJ invocations to module description.
10014         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Set HAVE_STRNCASECMP.
10015         (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Call AC_CHECK_FUNCS instead
10016         of AC_REPLACE_FUNCS. Move AC_LIBOBJ, gl_PREREQ_STRCASECMP,
10017         gl_PREREQ_STRNCASECMP invocations from here...
10018         * modules/strcase (configure.ac): ... to here.
10019
10020 2011-05-22  Bruno Haible  <bruno@clisp.org>
10021
10022         stpncpy: Move AC_LIBOBJ invocations to module description.
10023         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Move AC_LIBOBJ invocations from
10024         here...
10025         * modules/stpncpy (configure.ac): ... to here.
10026
10027 2011-05-22  Bruno Haible  <bruno@clisp.org>
10028
10029         stpcpy: Move AC_LIBOBJ invocations to module description.
10030         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Call AC_CHECK_FUNCS instead of
10031         AC_REPLACE_FUNCS. Move AC_LIBOBJ and gl_PREREQ_STPCPY invocations from
10032         here...
10033         * modules/stpcpy (configure.ac): ... to here.
10034
10035 2011-05-21  Bruno Haible  <bruno@clisp.org>
10036
10037         stat: Move AC_LIBOBJ invocations to module description.
10038         * m4/stat.m4 (gl_PREREQ_STAT): New macro, extracted from gl_FUNC_STAT.
10039         (gl_FUNC_STAT): Move AC_LIBOBJ and gl_PREREQ_STAT invocations from
10040         here...
10041         * modules/stat (configure.ac): ... to here.
10042
10043 2011-05-21  Bruno Haible  <bruno@clisp.org>
10044
10045         sleep: Move AC_LIBOBJ invocations to module description.
10046         * m4/sleep.m4 (gl_FUNC_SLEEP): Move AC_LIBOBJ invocations from here...
10047         * modules/sleep (configure.ac): ... to here.
10048
10049 2011-05-21  Bruno Haible  <bruno@clisp.org>
10050
10051         signbit: Move AC_LIBOBJ invocations to module description.
10052         * m4/signbit.m4 (gl_SIGNBIT): Move AC_LIBOBJ invocations from here...
10053         * modules/signbit (configure.ac): ... to here.
10054
10055 2011-05-21  Bruno Haible  <bruno@clisp.org>
10056
10057         sigprocmask: Move AC_LIBOBJ invocations to module description.
10058         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Move AC_LIBOBJ and
10059         gl_PREREQ_SIGPROMASK invocations from here...
10060         * modules/sigprocmask (configure.ac): ... to here.
10061
10062 2011-05-21  Bruno Haible  <bruno@clisp.org>
10063
10064         sigaction: Move AC_LIBOBJ invocations to module description.
10065         * m4/sigaction.m4 (gl_SIGACTION): Move AC_LIBOBJ and
10066         gl_PREREQ_SIGACTION invocations from here...
10067         * modules/sigaction (configure.ac): ... to here.
10068
10069 2011-05-21  Bruno Haible  <bruno@clisp.org>
10070
10071         sig2str: Move AC_LIBOBJ invocations to module description.
10072         * m4/sig2str.m4 (gl_FUNC_SIG2STR): Call AC_CHECK_FUNCS instead of
10073         AC_REPLACE_FUNCS. Move AC_LIBOBJ and gl_PREREQ_SIG2STR invocations from
10074         here...
10075         * modules/sig2str (configure.ac): ... to here.
10076
10077 2011-05-21  Bruno Haible  <bruno@clisp.org>
10078
10079         setlocale: Move AC_LIBOBJ invocations to module description.
10080         * m4/setlocale.m4 (gl_FUNC_SETLOCALE): Move AC_LIBOBJ and
10081         gl_PREREQ_SETLOCALE invocations from here...
10082         * modules/setlocale (configure.ac): ... to here.
10083
10084 2011-05-21  Bruno Haible  <bruno@clisp.org>
10085
10086         unsetenv: Move AC_LIBOBJ invocations to module description.
10087         * m4/setenv.m4 (gl_FUNC_UNSETENV): Set HAVE_UNSETENV. Move AC_LIBOBJ
10088         and gl_PREREQ_UNSETENV invocations from here...
10089         * modules/unsetenv (configure.ac): ... to here.
10090         (Depends-on): Update.
10091
10092 2011-05-21  Bruno Haible  <bruno@clisp.org>
10093
10094         setenv: Move AC_LIBOBJ invocations to module description.
10095         * m4/setenv.m4 (gl_FUNC_SETENV): Move AC_LIBOBJ invocations from
10096         here...
10097         * modules/setenv (configure.ac): ... to here.
10098
10099 2011-05-21  Bruno Haible  <bruno@clisp.org>
10100
10101         selinux-h: Move AC_LIBOBJ invocations to module description.
10102         * m4/selinux-selinux-h.m4 (gl_HEADERS_SELINUX_SELINUX_H): Move
10103         AC_LIBOBJ invocation from here...
10104         * modules/selinux-h (configure.ac): ... to here.
10105
10106 2011-05-21  Bruno Haible  <bruno@clisp.org>
10107
10108         select: Respect rules for use of AC_LIBOBJ.
10109         * m4/select.m4 (gl_FUNC_SELECT): Move AC_LIBOBJ invocations from
10110         here...
10111         * modules/select (configure.ac): ... to here.
10112
10113 2011-05-21  Bruno Haible  <bruno@clisp.org>
10114
10115         scandir: Move AC_LIBOBJ invocations to module description.
10116         * m4/scandir.m4 (gl_FUNC_SCANDIR): Move AC_LIBOBJ and gl_PREREQ_SCANDIR
10117         invocations from here...
10118         * modules/scandir (configure.ac): ... to here.
10119
10120 2011-05-21  Bruno Haible  <bruno@clisp.org>
10121
10122         rpmatch: Move AC_LIBOBJ invocations to module description.
10123         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Call AC_CHECK_FUNCS instead of
10124         AC_REPLACE_FUNCS. Move AC_LIBOBJ and gl_PREREQ_RPMATCH invocations from
10125         here...
10126         * modules/rpmatch (configure.ac): ... to here.
10127
10128 2011-05-21  Bruno Haible  <bruno@clisp.org>
10129
10130         rmdir: Respect rules for use of AC_LIBOBJ.
10131         * m4/rmdir.m4 (gl_FUNC_RMDIR): Move AC_LIBOBJ invocation from here...
10132         * modules/rmdir (configure.ac): ... to here.
10133
10134 2011-05-21  Bruno Haible  <bruno@clisp.org>
10135
10136         renameat: Move AC_LIBOBJ invocations to module description.
10137         * m4/renameat.m4 (gl_FUNC_RENAMEAT): Move AC_LIBOBJ invocations from
10138         here...
10139         * modules/renameat (configure.ac): ... to here.
10140
10141 2011-05-21  Bruno Haible  <bruno@clisp.org>
10142
10143         rename: Respect rules for use of AC_LIBOBJ.
10144         * m4/rename.m4 (gl_FUNC_RENAME): Move AC_LIBOBJ invocations from
10145         here...
10146         * modules/rename (configure.ac): ... to here.
10147
10148 2011-05-21  Bruno Haible  <bruno@clisp.org>
10149
10150         remove: Move AC_LIBOBJ invocations to module description.
10151         * m4/remove.m4 (gl_FUNC_REMOVE): Move AC_LIBOBJ invocations from
10152         here...
10153         * modules/remove (configure.ac): ... to here.
10154
10155 2011-05-21  Bruno Haible  <bruno@clisp.org>
10156
10157         relocatable-lib: Move AC_LIBOBJ invocations to module description.
10158         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_SEPARATE): Remove
10159         macro.
10160         (gl_RELOCATABLE_LIBRARY): Move AC_LIBOBJ invocation from here...
10161         * modules/relocatable-lib (configure.ac): ... to here.
10162         * modules/relocatable-prog-wrapper (configure.ac): Invoke
10163         gl_RELOCATABLE_LIBRARY instead of gl_RELOCATABLE_LIBRARY_SEPARATE.
10164
10165 2011-05-21  Bruno Haible  <bruno@clisp.org>
10166
10167         relocatable-prog: Move AC_LIBOBJ invocations to module description.
10168         * m4/relocatable.m4 (gl_RELOCATABLE): Move AC_LIBOBJ invocation from
10169         here...
10170         * modules/relocatable-prog (configure.ac): ... to here.
10171
10172 2011-05-21  Bruno Haible  <bruno@clisp.org>
10173
10174         regex: Move AC_LIBOBJ invocations to module description.
10175         * m4/regex.m4 (gl_REGEX): Move AC_LIBOBJ and gl_PREREQ_REGEX
10176         invocations from here...
10177         * modules/regex (configure.ac): ... to here.
10178
10179 2011-05-21  Bruno Haible  <bruno@clisp.org>
10180
10181         realloc-*: Move AC_LIBOBJ invocations to module description.
10182         * m4/realloc.m4 (gl_REPLACE_REALLOC): Remove macro.
10183         (gl_FUNC_REALLOC_GNU, gl_FUNC_REALLOC_POSIX): Inline it here. Move
10184         AC_LIBOBJ invocations from here...
10185         * modules/realloc-gnu (configure.ac): ... to here.
10186         * modules/realloc-posix (configure.ac): ... and here.
10187
10188 2011-05-21  Bruno Haible  <bruno@clisp.org>
10189
10190         readutmp: Move AC_LIBOBJ invocations to module description.
10191         * m4/readutmp.m4 (gl_READUTMP): Move AC_LIBOBJ invocation from here...
10192         * modules/readutmp (configure.ac): ... to here.
10193
10194 2011-05-21  Bruno Haible  <bruno@clisp.org>
10195
10196         readlinkat: Move AC_LIBOBJ invocations to module description.
10197         * m4/readlinkat.m4 (gl_FUNC_READLINKAT): Move AC_LIBOBJ invocation from
10198         here...
10199         * modules/readlinkat (configure.ac): ... to here.
10200
10201 2011-05-21  Bruno Haible  <bruno@clisp.org>
10202
10203         readlink: Move AC_LIBOBJ invocations to module description.
10204         * m4/readlink.m4 (gl_FUNC_READLINK): Move AC_LIBOBJ and
10205         gl_PREREQ_READLINK invocations from here...
10206         * modules/readlink (configure.ac): ... to here.
10207
10208 2011-05-21  Bruno Haible  <bruno@clisp.org>
10209
10210         readline: Move AC_LIBOBJ invocations to module description.
10211         * m4/readline.m4 (gl_FUNC_READLINE): Move AC_LIBOBJ and
10212         gl_PREREQ_READLINE invocations from here...
10213         * modules/readline (configure.ac): ... to here.
10214
10215 2011-05-21  Bruno Haible  <bruno@clisp.org>
10216
10217         read: Move AC_LIBOBJ invocations to module description.
10218         * m4/read.m4 (gl_FUNC_READ): Move AC_LIBOBJ invocation from here...
10219         * modules/read (configure.ac): ... to here.
10220
10221 2011-05-21  Bruno Haible  <bruno@clisp.org>
10222
10223         rawmemchr: Move AC_LIBOBJ invocations to module description.
10224         * m4/rawmemchr.m4 (gl_FUNC_RAWMEMCHR): Call AC_CHECK_FUNCS instead of
10225         AC_REPLACE_FUNCS. Move AC_LIBOBJ and gl_PREREQ_RAWMEMCHR invocations
10226         from here...
10227         * modules/rawmemchr (configure.ac): ... to here.
10228
10229 2011-05-21  Bruno Haible  <bruno@clisp.org>
10230
10231         random_r: Move AC_LIBOBJ invocations to module description.
10232         * m4/random_r.m4 (gl_FUNC_RANDOM_R): Move AC_LIBOBJ and
10233         gl_PREREQ_RANDOM_R invocations from here...
10234         * modules/random_r (configure.ac): ... to here.
10235
10236 2011-05-21  Bruno Haible  <bruno@clisp.org>
10237
10238         pwrite: Move AC_LIBOBJ invocations to module description.
10239         * m4/pwrite.m4 (gl_FUNC_PWRITE): Move AC_LIBOBJ invocation from here...
10240         * modules/pwrite (configure.ac): ... to here.
10241
10242 2011-05-21  Bruno Haible  <bruno@clisp.org>
10243
10244         putenv: Move AC_LIBOBJ invocations to module description.
10245         * m4/putenv.m4 (gl_FUNC_PUTENV): Move AC_LIBOBJ invocation from here...
10246         * modules/putenv (configure.ac): ... to here.
10247
10248 2011-05-21  Bruno Haible  <bruno@clisp.org>
10249
10250         login_tty: Move AC_LIBOBJ invocations to module description.
10251         * m4/pty.m4 (gl_FUNC_LOGIN_TTY): Move AC_LIBOBJ invocation from here...
10252         * modules/login_tty (configure.ac): ... to here.
10253
10254 2011-05-21  Bruno Haible  <bruno@clisp.org>
10255
10256         openpty: Move AC_LIBOBJ invocations to module description.
10257         * m4/pty.m4 (gl_FUNC_OPENPTY): Move AC_LIBOBJ invocations from here...
10258         * modules/openpty (configure.ac): ... to here.
10259
10260 2011-05-21  Bruno Haible  <bruno@clisp.org>
10261
10262         forkpty: Move AC_LIBOBJ invocations to module description.
10263         * m4/pty.m4 (gl_FUNC_FORKPTY): Move AC_LIBOBJ invocations from here...
10264         * modules/forkpty (configure.ac): ... to here.
10265
10266 2011-05-21  Bruno Haible  <bruno@clisp.org>
10267
10268         ptsname: Move AC_LIBOBJ invocations to module description.
10269         * m4/ptsname.m4 (gl_FUNC_PTSNAME): Move AC_LIBOBJ and gl_PREREQ_PTSNAME
10270         invocations from here...
10271         * modules/ptsname (configure.ac): ... to here.
10272
10273 2011-05-21  Bruno Haible  <bruno@clisp.org>
10274
10275         pread: Move AC_LIBOBJ invocations to module description.
10276         * m4/pread.m4 (gl_FUNC_PREAD): Move AC_LIBOBJ invocation from here...
10277         * modules/pread (configure.ac): ... to here.
10278
10279 2011-05-21  Bruno Haible  <bruno@clisp.org>
10280
10281         posix_spawn*: Move AC_LIBOBJ invocations to module description.
10282         * m4/posix_spawn.m4 (gl_PREREQ_POSIX_SPAWN_INTERNAL): Renamed from
10283         gl_POSIX_SPAWN_INTERNAL. Move AC_LIBOBJ invocation from here...
10284         * modules/posix_spawn (configure.ac): ... to here.
10285         * modules/posix_spawnp (configure.ac): ... and here.
10286
10287 2011-05-21  Bruno Haible  <bruno@clisp.org>
10288
10289         popen: Move AC_LIBOBJ invocations to module description.
10290         * m4/popen.m4 (gl_FUNC_POPEN): Move AC_LIBOBJ and gl_PREREQ_POPEN
10291         invocations from here...
10292         * modules/popen (configure.ac): ... to here.
10293
10294 2011-05-21  Bruno Haible  <bruno@clisp.org>
10295
10296         poll: Move AC_LIBOBJ invocations to module description.
10297         * m4/poll.m4 (gl_FUNC_POLL): Move AC_LIBOBJ and gl_PREREQ_POLL
10298         invocations from here...
10299         * modules/poll (configure.ac): ... to here.
10300
10301 2011-05-21  Bruno Haible  <bruno@clisp.org>
10302
10303         pipe-posix: Move AC_LIBOBJ invocations to module description.
10304         * m4/pipe.m4 (gl_FUNC_PIPE): Move AC_LIBOBJ invocation from here...
10305         * modules/pipe-posix (configure.ac): ... to here.
10306
10307 2011-05-21  Bruno Haible  <bruno@clisp.org>
10308
10309         openat: Respect rules for use of AC_LIBOBJ.
10310         * m4/openat.m4 (gl_FUNC_OPENAT): Call AC_CHECK_FUNCS instead of
10311         AC_REPLACE_FUNCS. Move AC_LIBOBJ invocations from here...
10312         * modules/openat (configure.ac): ... to here.
10313
10314 2011-05-21  Bruno Haible  <bruno@clisp.org>
10315
10316         obstack-printf*: Move AC_LIBOBJ invocations to module description.
10317         * m4/obstack-printf.m4 (gl_REPLACE_OBSTACK_PRINTF): Move AC_LIBOBJ
10318         invocation from here...
10319         * modules/obstack-printf (configure.ac): ... to here.
10320         * modules/obstack-printf-posix (configure.ac): ... and here.
10321
10322 2011-05-21  Bruno Haible  <bruno@clisp.org>
10323
10324         nl_langinfo: Move AC_LIBOBJ invocations to module description.
10325         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): Move AC_LIBOBJ invocations
10326         from here...
10327         * modules/nl_langinfo (configure.ac): ... to here.
10328
10329 2011-05-21  Bruno Haible  <bruno@clisp.org>
10330
10331         nanosleep: Move AC_LIBOBJ invocations to module description.
10332         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Move AC_LIBOBJ and
10333         gl_PREREQ_NANOSLEEP invocations from here...
10334         * modules/nanosleep (configure.ac): ... to here.
10335
10336 2011-05-21  Bruno Haible  <bruno@clisp.org>
10337
10338         mountlist: Move AC_LIBOBJ invocations to module description.
10339         * m4/mountlist.m4 (gl_MOUNTLIST): Move AC_LIBOBJ and
10340         gl_PREREQ_MOUNTLIST_EXTRA invocations from here...
10341         * modules/mountlist (configure.ac): ... to here.
10342
10343 2011-05-21  Bruno Haible  <bruno@clisp.org>
10344
10345         mktime: Respect rules for use of AC_LIBOBJ.
10346         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove macro.
10347         (gl_FUNC_MKTIME): Inline it here. Set gl_cv_func_working_mktime. Move
10348         AC_LIBOBJ and gl_PREREQ_MKTIME invocations from here...
10349         (gl_FUNC_MKTIME_INTERNAL): ... and here...
10350         * modules/mktime (configure.ac): ... to here.
10351         * modules/mktime-internal (configure.ac): ... and here.
10352         * m4/timegm.m4 (gl_FUNC_TIMEGM): Update.
10353
10354 2011-05-21  Bruno Haible  <bruno@clisp.org>
10355
10356         mkstemps: Move AC_LIBOBJ invocations to module description.
10357         * m4/mkstemps.m4 (gl_FUNC_MKSTEMPS): Move AC_LIBOBJ invocation from
10358         here...
10359         * modules/mkstemps (configure.ac): ... to here.
10360
10361 2011-05-21  Bruno Haible  <bruno@clisp.org>
10362
10363         mkstemp: Move AC_LIBOBJ invocations to module description.
10364         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Move AC_LIBOBJ and
10365         gl_PREREQ_MKSTEMP invocations from here...
10366         * modules/mkstemp (configure.ac): ... to here.
10367
10368 2011-05-21  Bruno Haible  <bruno@clisp.org>
10369
10370         mkostemps: Move AC_LIBOBJ invocations to module description.
10371         * m4/mkostemps.m4 (gl_FUNC_MKOSTEMPS): Move AC_LIBOBJ invocation from
10372         here...
10373         * modules/mkostemps (configure.ac): ... to here.
10374
10375 2011-05-21  Bruno Haible  <bruno@clisp.org>
10376
10377         mkostemp: Move AC_LIBOBJ invocations to module description.
10378         * m4/mkostemp.m4 (gl_FUNC_MKOSTEMP): Move AC_LIBOBJ and
10379         gl_PREREQ_MKOSTEMP invocations from here...
10380         * modules/mkostemp (configure.ac): ... to here.
10381
10382 2011-05-21  Bruno Haible  <bruno@clisp.org>
10383
10384         mknod: Move AC_LIBOBJ invocations to module description.
10385         * m4/mknod.m4 (gl_FUNC_MKNOD): Move AC_LIBOBJ invocations from here...
10386         * modules/mknod (configure.ac): ... to here.
10387
10388 2011-05-21  Bruno Haible  <bruno@clisp.org>
10389
10390         mkfifoat: Move AC_LIBOBJ invocations to module description.
10391         * m4/mkfifoat.m4 (gl_FUNC_MKFIFOAT): Move AC_LIBOBJ invocations from
10392         here...
10393         * modules/mkfifoat (configure.ac): ... to here.
10394
10395 2011-05-21  Bruno Haible  <bruno@clisp.org>
10396
10397         mkfifo: Respect rules for use of AC_LIBOBJ.
10398         * m4/mkfifo.m4 (gl_FUNC_MKFIFO): Move AC_LIBOBJ invocations from
10399         here...
10400         * modules/mkfifo (configure.ac): ... to here.
10401
10402 2011-05-21  Bruno Haible  <bruno@clisp.org>
10403
10404         mkdtemp: Move AC_LIBOBJ invocations to module description.
10405         * m4/mkdtemp.m4 (gl_FUNC_MKDTEMP): Move AC_LIBOBJ and gl_PREREQ_MKDTEMP
10406         invocations from here...
10407         * modules/mkdtemp (configure.ac): ... to here.
10408
10409 2011-05-21  Bruno Haible  <bruno@clisp.org>
10410
10411         mkdir: Move AC_LIBOBJ invocations to module description.
10412         * m4/mkdir.m4 (gl_FUNC_MKDIR): Move AC_LIBOBJ invocations from here...
10413         * modules/mkdir (configure.ac): ... to here.
10414
10415 2011-05-21  Bruno Haible  <bruno@clisp.org>
10416
10417         memset: Move AC_LIBOBJ invocations to module description.
10418         * m4/memset.m4 (gl_FUNC_MEMSET): Call AC_CHECK_FUNCS instead of
10419         AC_REPLACE_FUNCS. Move AC_LIBOBJ and gl_PREREQ_MEMSET invocations from
10420         here...
10421         * modules/memset (configure.ac): ... to here.
10422
10423 2011-05-21  Bruno Haible  <bruno@clisp.org>
10424
10425         memrchr: Move AC_LIBOBJ invocations to module description.
10426         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Call AC_CHECK_FUNCS instead of
10427         AC_REPLACE_FUNCS. Move AC_LIBOBJ and gl_PREREQ_MEMRCHR invocations from
10428         here...
10429         * modules/memrchr (configure.ac): ... to here.
10430
10431 2011-05-21  Bruno Haible  <bruno@clisp.org>
10432
10433         mempcpy: Move AC_LIBOBJ invocations to module description.
10434         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Call AC_CHECK_FUNCS instead of
10435         AC_REPLACE_FUNCS. Move AC_LIBOBJ and gl_PREREQ_MEMPCPY invocations from
10436         here...
10437         * modules/mempcpy (configure.ac): ... to here.
10438
10439 2011-05-21  Bruno Haible  <bruno@clisp.org>
10440
10441         memmove: Move AC_LIBOBJ invocations to module description.
10442         * m4/memmove.m4 (gl_FUNC_MEMMOVE): Call AC_CHECK_FUNCS instead of
10443         AC_REPLACE_FUNCS. Move AC_LIBOBJ and gl_PREREQ_MEMMOVE invocations from
10444         here...
10445         * modules/memmove (configure.ac): ... to here.
10446
10447 2011-05-21  Bruno Haible  <bruno@clisp.org>
10448
10449         memmem*: Move AC_LIBOBJ invocations to module description.
10450         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): Call AC_CHECK_FUNCS instead of
10451         AC_REPLACE_FUNCS. Set HAVE_MEMMEM. Move AC_LIBOBJ invocations from
10452         here...
10453         (gl_FUNC_MEMMEM): ... and here...
10454         * modules/memmem-simple (configure.ac): ... to here.
10455         * modules/memmem (configure.ac): ... and here.
10456
10457 2011-05-21  Bruno Haible  <bruno@clisp.org>
10458
10459         memcpy: Move AC_LIBOBJ invocations to module description.
10460         * m4/memcpy.m4 (gl_FUNC_MEMCPY): Call AC_CHECK_FUNCS instead of
10461         AC_REPLACE_FUNCS. Move AC_LIBOBJ and gl_PREREQ_MEMCPY invocations from
10462         here...
10463         * modules/memcpy (configure.ac): ... to here.
10464
10465 2011-05-21  Bruno Haible  <bruno@clisp.org>
10466
10467         memcmp: Simplify autoconf macro.
10468         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Merge the cross-compilation code into
10469         the AC_RUN_IFELSE invocation. Set gl_func_memcmp.
10470         * modules/memcmp (Depends-on, configure.ac): Test gl_func_memcmp.
10471
10472 2011-05-21  Bruno Haible  <bruno@clisp.org>
10473
10474         memcmp: Move AC_LIBOBJ invocations to module description.
10475         * m4/memcmp.m4 (AC_FUNC_MEMCMP): Remove macro.
10476         (gl_FUNC_MEMCMP): Inline it here. Set gl_cv_func_memcmp_working. Move
10477         AC_LIBOBJ and gl_PREREQ_MEMCMP invocations from here...
10478         * modules/memcmp (configure.ac): ... to here.
10479         (Depends-on): Update conditions.
10480
10481 2011-05-21  Bruno Haible  <bruno@clisp.org>
10482
10483         memchr: Respect rules for use of AC_LIBOBJ.
10484         * m4/memchr.m4 (gl_FUNC_MEMCHR): Move AC_LIBOBJ and gl_PREREQ_MEMCHR
10485         invocations from here...
10486         * modules/memchr (configure.ac): ... to here.
10487
10488 2011-05-21  Bruno Haible  <bruno@clisp.org>
10489
10490         mbtowc: Move AC_LIBOBJ invocations to module description.
10491         * m4/mbtowc.m4 (gl_FUNC_MBTOWC): Move AC_LIBOBJ and gl_PREREQ_MBTOWC
10492         invocations from here...
10493         * modules/mbtowc (configure.ac): ... to here.
10494
10495 2011-05-21  Bruno Haible  <bruno@clisp.org>
10496
10497         mbsrtowcs: Move AC_LIBOBJ invocations to module description.
10498         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Move AC_LIBOBJ and
10499         gl_PREREQ_MBSRTOWCS invocations from here...
10500         * modules/mbsrtowcs (configure.ac): ... to here.
10501
10502 2011-05-21  Bruno Haible  <bruno@clisp.org>
10503
10504         mbsnrtowcs: Move AC_LIBOBJ invocations to module description.
10505         * m4/mbsnrtowcs.m4 (gl_FUNC_MBSNRTOWCS): Move AC_LIBOBJ and
10506         gl_PREREQ_MBSNRTOWCS invocations from here...
10507         * modules/mbsnrtowcs (configure.ac): ... to here.
10508
10509 2011-05-21  Bruno Haible  <bruno@clisp.org>
10510
10511         mbsinit: Move AC_LIBOBJ invocations to module description.
10512         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Move AC_LIBOBJ and gl_PREREQ_MBSINIT
10513         invocations from here...
10514         * modules/mbsinit (configure.ac): ... to here.
10515
10516 2011-05-21  Bruno Haible  <bruno@clisp.org>
10517
10518         mbrlen: Move AC_LIBOBJ invocations to module description.
10519         * m4/mbrlen.m4 (gl_FUNC_MBRLEN): Move AC_LIBOBJ and gl_PREREQ_MBRLEN
10520         invocations from here...
10521         * modules/mbrlen (configure.ac): ... to here.
10522
10523 2011-05-21  Bruno Haible  <bruno@clisp.org>
10524
10525         mbrtowc: Respect rules for use of AC_LIBOBJ.
10526         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Move AC_LIBOBJ and gl_PREREQ_MBRTOWC
10527         invocations from here...
10528         * modules/mbrtowc (configure.ac): ... to here.
10529
10530 2011-05-21  Bruno Haible  <bruno@clisp.org>
10531
10532         malloc-*: Move AC_LIBOBJ invocations to module description.
10533         * m4/malloc.m4 (gl_REPLACE_MALLOC): Remove macro.
10534         (gl_FUNC_MALLOC_GNU, gl_FUNC_MALLOC_POSIX): Inline it here. Move
10535         AC_LIBOBJ invocations from here...
10536         * modules/malloc-gnu (configure.ac): ... to here.
10537         * modules/malloc-posix (configure.ac): ... and here.
10538
10539 2011-05-21  Bruno Haible  <bruno@clisp.org>
10540
10541         lstat, openat: Respect rules for use of AC_LIBOBJ.
10542         * m4/lstat.m4 (gl_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Renamed from
10543         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK. Set variable
10544         gl_cv_func_lstat_dereferences_slashed_symlink. Don't invoke AC_LIBOBJ.
10545         (gl_PREREQ_LSTAT): New macro, extracted from gl_FUNC_LSTAT.
10546         (gl_FUNC_LSTAT): Update. Remove gl_PREREQ_LSTAT code.
10547         * modules/lstat (configure.ac): Invoke AC_LIBOBJ and gl_PREREQ_LSTAT
10548         here.
10549         * m4/openat.m4 (gl_FUNC_OPENAT): Update.
10550
10551 2011-05-21  Bruno Haible  <bruno@clisp.org>
10552
10553         lseek: Move AC_LIBOBJ invocations to module description.
10554         * m4/lseek.m4 (gl_REPLACE_LSEEK): Remove macro.
10555         (gl_FUNC_LSEEK): Inline it here. Move AC_LIBOBJ invocation from here...
10556         * modules/lseek (configure.ac): ... to here.
10557
10558 2011-05-21  Bruno Haible  <bruno@clisp.org>
10559
10560         linkat: Move AC_LIBOBJ invocations to module description.
10561         * m4/linkat.m4 (gl_FUNC_LINKAT): Move AC_LIBOBJ invocations from
10562         here...
10563         * modules/linkat (configure.ac): ... to here.
10564
10565 2011-05-21  Bruno Haible  <bruno@clisp.org>
10566
10567         link: Respect rules for use of AC_LIBOBJ.
10568         * m4/link.m4 (gl_FUNC_LINK): Move AC_LIBOBJ invocations from here...
10569         * modules/link (configure.ac): ... to here.
10570
10571 2011-05-21  Bruno Haible  <bruno@clisp.org>
10572
10573         lchown: Move AC_LIBOBJ invocations to module description.
10574         * m4/lchown.m4 (gl_FUNC_EUIDACCESS): Call AC_CHECK_FUNCS instead of
10575         AC_REPLACE_FUNCS. Move AC_LIBOBJ invocations from here...
10576         * modules/lchown (configure.ac): ... to here.
10577
10578 2011-05-21  Bruno Haible  <bruno@clisp.org>
10579
10580         iswctype: Move AC_LIBOBJ invocations to module description.
10581         * m4/iswctype.m4 (gl_FUNC_ISWCTYPE): Move AC_LIBOBJ invocation from
10582         here...
10583         * modules/iswctype (configure.ac): ... to here.
10584
10585 2011-05-21  Bruno Haible  <bruno@clisp.org>
10586
10587         iswblank: Move AC_LIBOBJ invocations to module description.
10588         * m4/iswblank.m4 (gl_FUNC_ISWBLANK): Move AC_LIBOBJ invocation from
10589         here...
10590         * modules/iswblank (configure.ac): ... to here.
10591
10592 2011-05-21  Bruno Haible  <bruno@clisp.org>
10593
10594         atanl: Move AC_LIBOBJ invocations to module description.
10595         * m4/atanl.m4 (gl_FUNC_ATANL): Move AC_LIBOBJ invocation from here...
10596         * modules/atanl (configure.ac): ... to here.
10597
10598 2011-05-21  Bruno Haible  <bruno@clisp.org>
10599
10600         acosl: Move AC_LIBOBJ invocations to module description.
10601         * m4/acosl.m4 (gl_FUNC_ACOSL): Move AC_LIBOBJ invocation from here...
10602         * modules/acosl (configure.ac): ... to here.
10603
10604 2011-05-21  Bruno Haible  <bruno@clisp.org>
10605
10606         asinl: Respect rules for use of AC_LIBOBJ.
10607         * m4/asinl.m4 (gl_FUNC_ASINL): Move AC_LIBOBJ invocation from here...
10608         * modules/asinl (configure.ac): ... to here.
10609
10610 2011-05-21  Bruno Haible  <bruno@clisp.org>
10611
10612         tanl: Move AC_LIBOBJ invocations to module description.
10613         * m4/tanl.m4 (gl_FUNC_TANL): Move AC_LIBOBJ invocations from here...
10614         * modules/tanl (configure.ac): ... to here.
10615
10616 2011-05-21  Bruno Haible  <bruno@clisp.org>
10617
10618         cosl: Move AC_LIBOBJ invocations to module description.
10619         * m4/cosl.m4 (gl_FUNC_COSL): Move AC_LIBOBJ invocations from here...
10620         * modules/cosl (configure.ac): ... to here.
10621
10622 2011-05-21  Bruno Haible  <bruno@clisp.org>
10623
10624         sinl: Move AC_LIBOBJ invocations to module description.
10625         * m4/sinl.m4 (gl_FUNC_SINL): Move AC_LIBOBJ invocations from here...
10626         * modules/sinl (configure.ac): ... to here.
10627
10628 2011-05-21  Bruno Haible  <bruno@clisp.org>
10629
10630         logl: Move AC_LIBOBJ invocations to module description.
10631         * m4/logl.m4 (gl_FUNC_LOGL): Move AC_LIBOBJ invocation from here...
10632         * modules/logl (configure.ac): ... to here.
10633
10634 2011-05-21  Bruno Haible  <bruno@clisp.org>
10635
10636         expl: Move AC_LIBOBJ invocations to module description.
10637         * m4/expl.m4 (gl_FUNC_EXPL): Move AC_LIBOBJ invocation from here...
10638         * modules/expl (configure.ac): ... to here.
10639
10640 2011-05-21  Bruno Haible  <bruno@clisp.org>
10641
10642         roundl: Move AC_LIBOBJ invocations to module description.
10643         * m4/roundl.m4 (gl_FUNC_ROUNDL): Move AC_LIBOBJ invocation from here...
10644         * modules/roundl (configure.ac): ... to here.
10645
10646 2011-05-21  Bruno Haible  <bruno@clisp.org>
10647
10648         round: Move AC_LIBOBJ invocations to module description.
10649         * m4/round.m4 (gl_FUNC_ROUND): Move AC_LIBOBJ invocation from here...
10650         * modules/round (configure.ac): ... to here.
10651
10652 2011-05-21  Bruno Haible  <bruno@clisp.org>
10653
10654         roundf: Move AC_LIBOBJ invocations to module description.
10655         * m4/roundf.m4 (gl_FUNC_ROUNDF): Move AC_LIBOBJ invocation from here...
10656         * modules/roundf (configure.ac): ... to here.
10657
10658 2011-05-21  Bruno Haible  <bruno@clisp.org>
10659
10660         truncl: Move AC_LIBOBJ invocations to module description.
10661         * m4/truncl.m4 (gl_FUNC_TRUNCL): Move AC_LIBOBJ invocation from here...
10662         * modules/truncl (configure.ac): ... to here.
10663
10664 2011-05-21  Bruno Haible  <bruno@clisp.org>
10665
10666         trunc: Move AC_LIBOBJ invocations to module description.
10667         * m4/trunc.m4 (gl_FUNC_TRUNC): Move AC_LIBOBJ invocation from here...
10668         * modules/trunc (configure.ac): ... to here.
10669
10670 2011-05-21  Bruno Haible  <bruno@clisp.org>
10671
10672         truncf: Move AC_LIBOBJ invocations to module description.
10673         * m4/truncf.m4 (gl_FUNC_TRUNCF): Move AC_LIBOBJ invocation from here...
10674         * modules/truncf (configure.ac): ... to here.
10675
10676 2011-05-21  Bruno Haible  <bruno@clisp.org>
10677
10678         ceill: Move AC_LIBOBJ invocations to module description.
10679         * m4/ceill.m4 (gl_FUNC_CEILL): Move AC_LIBOBJ invocation from here...
10680         * modules/ceill (configure.ac): ... to here.
10681
10682 2011-05-21  Bruno Haible  <bruno@clisp.org>
10683
10684         ceil: Move AC_LIBOBJ invocations to module description.
10685         * m4/ceil.m4 (gl_FUNC_CEIL): Move AC_LIBOBJ invocation from here...
10686         * modules/ceil (configure.ac): ... to here.
10687
10688 2011-05-21  Bruno Haible  <bruno@clisp.org>
10689
10690         ceilf: Move AC_LIBOBJ invocations to module description.
10691         * m4/ceilf.m4 (gl_FUNC_CEILF): Move AC_LIBOBJ invocation from here...
10692         * modules/ceilf (configure.ac): ... to here.
10693
10694 2011-05-21  Bruno Haible  <bruno@clisp.org>
10695
10696         floorl: Respect rules for use of AC_LIBOBJ.
10697         * m4/floorl.m4 (gl_FUNC_FLOORL): Move AC_LIBOBJ invocation from here...
10698         * modules/floorl (configure.ac): ... to here.
10699
10700 2011-05-21  Bruno Haible  <bruno@clisp.org>
10701
10702         floor: Respect rules for use of AC_LIBOBJ.
10703         * m4/floor.m4 (gl_FUNC_FLOOR): Move AC_LIBOBJ invocation from here...
10704         * modules/floor (configure.ac): ... to here.
10705
10706 2011-05-21  Bruno Haible  <bruno@clisp.org>
10707
10708         floorf: Move AC_LIBOBJ invocations to module description.
10709         * m4/floorf.m4 (gl_FUNC_FLOORF): Move AC_LIBOBJ invocation from here...
10710         * modules/floorf (configure.ac): ... to here.
10711
10712 2011-05-20  Bruno Haible  <bruno@clisp.org>
10713
10714         sqrtl: Respect rules for use of AC_LIBOBJ.
10715         * m4/sqrtl.m4 (gl_FUNC_SQRTL): Move AC_LIBOBJ invocation from here...
10716         * modules/sqrtl (configure.ac): ... to here.
10717
10718 2011-05-20  Bruno Haible  <bruno@clisp.org>
10719
10720         ldexpl: Respect rules for use of AC_LIBOBJ.
10721         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Move AC_LIBOBJ invocation from here...
10722         * modules/ldexpl (configure.ac): ... to here.
10723
10724 2011-05-20  Bruno Haible  <bruno@clisp.org>
10725
10726         frexpl*: Respect rules for use of AC_LIBOBJ.
10727         * m4/frexpl.m4 (gl_FUNC_FREXPL, gl_FUNC_FREXPL_NO_LIBM): Move AC_LIBOBJ
10728         invocation from here...
10729         * modules/frexpl (configure.ac): ... to here.
10730         * modules/frexpl-nolibm (configure.ac): ... and here.
10731
10732 2011-05-20  Bruno Haible  <bruno@clisp.org>
10733
10734         frexp, frexp-nolibm: Move AC_LIBOBJ invocations to module description.
10735         * m4/frexp.m4 (gl_FUNC_FREXP, gl_FUNC_FREXP_NO_LIBM): Move AC_LIBOBJ
10736         invocation from here...
10737         * modules/frexp (configure.ac): ... to here.
10738         * modules/frexp-nolibm (configure.ac): ... and here.
10739
10740 2011-05-20  Bruno Haible  <bruno@clisp.org>
10741
10742         isnan: Respect rules for use of AC_LIBOBJ.
10743         * m4/isnan.m4 (gl_ISNAN): Don't do the AC_LIBOBJ and gl_PREREQ_ISNAN*
10744         invocations here.
10745         * modules/isnanf (configure.ac): Require gl_ISNAN if it exists. Test
10746         REPLACE_ISNAN.
10747         * modules/isnand (configure.ac): Likewise.
10748         * modules/isnanl (configure.ac): Likewise.
10749
10750 2011-05-20  Bruno Haible  <bruno@clisp.org>
10751
10752         isnanl*: Respect rules for use of AC_LIBOBJ.
10753         * m4/isnanl.m4 (gl_FUNC_ISNANL, gl_FUNC_ISNANL_NO_LIBM): Move AC_LIBOBJ
10754         invocation from here...
10755         * modules/isnanl (configure.ac): ... to here.
10756         * modules/isnanl-nolibm (configure.ac): ... and here.
10757
10758 2011-05-20  Bruno Haible  <bruno@clisp.org>
10759
10760         isnand*: Move AC_LIBOBJ invocations to module description.
10761         * m4/isnand.m4 (gl_FUNC_ISNAND, gl_FUNC_ISNAND_NO_LIBM): Move AC_LIBOBJ
10762         invocation from here...
10763         * modules/isnand (configure.ac): ... to here.
10764         * modules/isnand-nolibm (configure.ac): ... and here.
10765
10766 2011-05-20  Bruno Haible  <bruno@clisp.org>
10767
10768         isnanf*: Move AC_LIBOBJ invocations to module description.
10769         * m4/isnanf.m4 (gl_FUNC_ISNANF, gl_FUNC_ISNANF_NO_LIBM): Move AC_LIBOBJ
10770         invocation from here...
10771         * modules/isnanf (configure.ac): ... to here.
10772         * modules/isnanf-nolibm (configure.ac): ... and here.
10773
10774 2011-05-20  Bruno Haible  <bruno@clisp.org>
10775
10776         isnan*: Separate the AC_LIBOBJ invocations.
10777         * m4/isnanf.m4 (gl_PREREQ_ISNANF): Renamed from gl_BUILD_ISNANF. Remove
10778         AC_LIBOBJ invocation.
10779         (gl_FUNC_ISNANF, gl_FUNC_ISNANF_NO_LIBM): Update. Invoke AC_LIBOBJ
10780         here.
10781         * m4/isnand.m4 (gl_PREREQ_ISNAND): Renamed from gl_BUILD_ISNAND. Remove
10782         AC_LIBOBJ invocation.
10783         (gl_FUNC_ISNAND, gl_FUNC_ISNAND_NO_LIBM): Update. Invoke AC_LIBOBJ
10784         here.
10785         * m4/isnanl.m4 (gl_PREREQ_ISNANL): Renamed from gl_BUILD_ISNANL. Remove
10786         AC_LIBOBJ invocation.
10787         (gl_FUNC_ISNANL, gl_FUNC_ISNANL_NO_LIBM): Update. Invoke AC_LIBOBJ
10788         here.
10789         * m4/isnan.m4 (gl_ISNAN): Update. Invoke AC_LIBOBJ here.
10790
10791 2011-05-08  Bruno Haible  <bruno@clisp.org>
10792
10793         isinf: Move AC_LIBOBJ invocations to module description.
10794         * m4/isinf.m4 (gl_ISINF): Move AC_LIBOBJ invocation from here...
10795         * modules/isinf (configure.ac): ... to here.
10796
10797 2011-05-08  Bruno Haible  <bruno@clisp.org>
10798
10799         isfinite: Move AC_LIBOBJ invocations to module description.
10800         * m4/isfinite.m4 (gl_ISFINITE): Move AC_LIBOBJ invocation from here...
10801         * modules/isfinite (configure.ac): ... to here.
10802
10803 2011-05-08  Bruno Haible  <bruno@clisp.org>
10804
10805         isblank: Move AC_LIBOBJ invocations to module description.
10806         * m4/isblank.m4 (gl_FUNC_ISBLANK): Move AC_LIBOBJ invocation from
10807         here...
10808         * modules/isblank (configure.ac): ... to here.
10809
10810 2011-05-08  Bruno Haible  <bruno@clisp.org>
10811
10812         isapipe: Move AC_LIBOBJ invocations to module description.
10813         * m4/isapipe.m4 (gl_ISAPIPE): Set HAVE_ISAPIPE. Move AC_LIBOBJ and
10814         gl_PREREQ_ISAPIPE invocations from here...
10815         * modules/isapipe (configure.ac): ... to here.
10816         (Depends-on): Update condition.
10817
10818 2011-05-08  Bruno Haible  <bruno@clisp.org>
10819
10820         ioctl: Move AC_LIBOBJ invocations to module description.
10821         * m4/ioctl.m4 (gl_FUNC_IOCTL): Set HAVE_IOCTL. Move AC_LIBOBJ
10822         invocations from here...
10823         * modules/ioctl (configure.ac): ... to here.
10824         (Depends-on): Update condition.
10825
10826 2011-05-08  Bruno Haible  <bruno@clisp.org>
10827
10828         imaxdiv: Move AC_LIBOBJ invocations to module description.
10829         * m4/imaxdiv.m4 (gl_FUNC_IMAXDIV): Move AC_LIBOBJ and gl_PREREQ_IMAXDIV
10830         invocations from here...
10831         * modules/imaxdiv (configure.ac): ... to here.
10832
10833 2011-05-08  Bruno Haible  <bruno@clisp.org>
10834
10835         imaxabs: Move AC_LIBOBJ invocations to module description.
10836         * m4/imaxabs.m4 (gl_FUNC_IMAXABS): Move AC_LIBOBJ and gl_PREREQ_IMAXABS
10837         invocations from here...
10838         * modules/imaxabs (configure.ac): ... to here.
10839
10840 2011-05-08  Bruno Haible  <bruno@clisp.org>
10841
10842         getaddrinfo: Move AC_LIBOBJ invocations to module description.
10843         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Set HAVE_GETADDRINFO, Move
10844         AC_LIBOBJ invocations from here...
10845         * modules/getaddrinfo (configure.ac): ... to here.
10846         (Depends-on): Add conditions.
10847
10848 2011-05-08  Bruno Haible  <bruno@clisp.org>
10849
10850         inet_pton. getaddrinfo: Respect rules for use of AC_LIBOBJ.
10851         * m4/inet_pton.m4 (gl_FUNC_INET_PTON): Set HAVE_INET_PTON. Call
10852         AC_CHECK_FUNCS instead of AC_REPLACE_FUNCS. Don't invoke
10853         gl_PREREQ_INET_PTON. Move tests for declaration of inet_pton here...
10854         (gl_PREREQ_INET_PTON): ... from here.
10855         * modules/inet_pton (configure.ac): Invoke AC_LIBOBJ and
10856         gl_PREREQ_INET_PTON here.
10857         (Depends-on): Update condition.
10858
10859 2011-05-08  Bruno Haible  <bruno@clisp.org>
10860
10861         inet_ntop. getaddrinfo: Respect rules for use of AC_LIBOBJ.
10862         * m4/inet_ntop.m4 (gl_FUNC_INET_NTOP): Set HAVE_INET_NTOP. Call
10863         AC_CHECK_FUNCS instead of AC_REPLACE_FUNCS. Don't invoke
10864         gl_PREREQ_INET_NTOP. Move tests for declaration of inet_ntop here...
10865         (gl_PREREQ_INET_NTOP): ... from here.
10866         * modules/inet_ntop (configure.ac): Invoke AC_LIBOBJ and
10867         gl_PREREQ_INET_NTOP here.
10868         (Depends-on): Update condition.
10869
10870 2011-05-08  Bruno Haible  <bruno@clisp.org>
10871
10872         iconv_open: Move AC_LIBOBJ invocations to module description.
10873         * m4/iconv_open.m4 (gl_FUNC_ICONV_OPEN, gl_REPLACE_ICONV_OPEN): Move
10874         AC_LIBOBJ invocations from here...
10875         * modules/iconv_open (configure.ac): ... to here.
10876
10877 2011-05-08  Bruno Haible  <bruno@clisp.org>
10878
10879         iconv_open, iconv_open-utf: Respect rules for use of AC_LIBOBJ.
10880         If module 'iconv_open' is among the main modules and module
10881         'iconv_open-utf' is among the tests dependencies, then
10882         REPLACE_ICONV_UTF will be defined to 1, hence iconv_open() in lib may
10883         return the special iconv_t values. Therefore iconv() and iconv_close()
10884         must support these special iconv_t values, already in lib, not only in
10885         tests.
10886         * m4/iconv_open-utf.m4: New file, extracted from m4/iconv_open.m4.
10887         * m4/iconv_open.m4 (gl_FUNC_ICONV_OPEN): Invoke
10888         gl_FUNC_ICONV_OPEN_UTF_SUPPORT if present.
10889         (gl_FUNC_ICONV_OPEN_UTF): Remove macro.
10890         * modules/iconv_open (Files): Add lib/iconv.c, lib/iconv_close.c.
10891         (Depends-on): Add the dependencies of iconv_open-utf.
10892         * modules/iconv_open-utf (Files): Add m4/iconv_open-utf.m4. Remove
10893         m4/iconv_open.m4, lib/iconv.c, lib/iconv_close.c.
10894         (Depends-on): Remove modules needed by lib/iconv.c, lib/iconv_close.c.
10895
10896 2011-05-08  Bruno Haible  <bruno@clisp.org>
10897
10898         group-member: Move AC_LIBOBJ invocations to module description.
10899         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Move AC_LIBOBJ and
10900         gl_PREREQ_GROUP_MEMBER invocations from here...
10901         * modules/group-member (configure.ac): ... to here.
10902
10903 2011-05-08  Bruno Haible  <bruno@clisp.org>
10904
10905         grantpt: Move AC_LIBOBJ invocations to module description.
10906         * m4/grantpt.m4 (gl_FUNC_GRANTPT): Move AC_LIBOBJ and gl_PREREQ_GRANTPT
10907         invocations from here...
10908         * modules/grantpt (configure.ac): ... to here.
10909
10910 2011-05-08  Bruno Haible  <bruno@clisp.org>
10911
10912         glob: Move AC_LIBOBJ invocations to module description.
10913         * m4/glob.m4 (gl_GLOB): Move AC_LIBOBJ and gl_PREREQ_GLOB invocations
10914         from here...
10915         * modules/glob (configure.ac): ... to here.
10916
10917 2011-05-08  Bruno Haible  <bruno@clisp.org>
10918
10919         getusershell: Move AC_LIBOBJ invocations to module description.
10920         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): Set HAVE_GETUSERSHELL.
10921         Move AC_LIBOBJ invocation from here...
10922         * modules/getusershell (configure.ac): ... to here.
10923         (Depends-on): Update condition.
10924
10925 2011-05-08  Bruno Haible  <bruno@clisp.org>
10926
10927         gettimeofday: Move AC_LIBOBJ invocations to module description.
10928         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
10929         gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Move AC_LIBOBJ and
10930         gl_PREREQ_GETTIMEOFDAY invocations from here...
10931         * modules/gettimeofday (configure.ac): ... to here.
10932
10933 2011-05-08  Bruno Haible  <bruno@clisp.org>
10934
10935         gettimeofday, tzset: Respect rules for use of AC_LIBOBJ.
10936         * modules/tzset (configure.ac): Don't invoke gl_FUNC_TZSET_CLOBBER,
10937         just gl_FUNC_TZSET.
10938         * m4/tzset.m4 (gl_FUNC_TZSET): New macro.
10939         (gl_FUNC_TZSET_CLOBBER): Remove actions.
10940         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Invoke
10941         gl_FUNC_TZSET_CLOBBER and its actions here, if present.
10942
10943 2011-05-08  Bruno Haible  <bruno@clisp.org>
10944
10945         getsubopt: Move AC_LIBOBJ invocations to module description.
10946         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Move AC_LIBOBJ and
10947         gl_PREREQ_GETSUBOPT invocations from here...
10948         * modules/getsubopt (configure.ac): ... to here.
10949
10950 2011-05-08  Bruno Haible  <bruno@clisp.org>
10951
10952         getpass-gnu: Move AC_LIBOBJ invocations to module description.
10953         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): Set REPLACE_GETPASS. Move
10954         AC_LIBOBJ and gl_PREREQ_GETPASS invocations from here...
10955         * modules/getpass-gnu (configure.ac): ... to here.
10956
10957 2011-05-08  Bruno Haible  <bruno@clisp.org>
10958
10959         getpass: Move AC_LIBOBJ invocations to module description.
10960         * m4/getpass.m4 (gl_FUNC_GETPASS): Set HAVE_GETPASS. Move AC_LIBOBJ and
10961         gl_PREREQ_GETPASS invocations from here...
10962         * modules/getpass (configure.ac): ... to here.
10963
10964 2011-05-08  Bruno Haible  <bruno@clisp.org>
10965
10966         getpagesize: Move AC_LIBOBJ invocations to module description.
10967         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Move AC_LIBOBJ invocation
10968         from here...
10969         * modules/getpagesize (configure.ac): ... to here.
10970
10971 2011-05-08  Bruno Haible  <bruno@clisp.org>
10972
10973         getopt: Move AC_LIBOBJ invocations to module description.
10974         * m4/getopt.m4 (gl_REPLACE_GETOPT): Remove macro.
10975         (gl_FUNC_GETOPT): Inline it here. Move AC_LIBOBJ and gl_PREREQ_GETOPT
10976         invocations from here...
10977         * modules/getopt-gnu (configure.ac): ... to here.
10978         * modules/getopt-posix (configure.ac): ... and here.
10979         (Depends-on): Update condition.
10980
10981 2011-05-08  Bruno Haible  <bruno@clisp.org>
10982
10983         getopt, argp: Respect rules for use of AC_LIBOBJ.
10984         * m4/argp.m4 (gl_ARGP): Don't invoke gl_REPLACE_GETOPT.
10985         (gl_REPLACE_GETOPT_ALWAYS): New macro.
10986         * m4/getopt.m4 (gl_FUNC_GETOPT_POSIX): Test whether
10987         gl_REPLACE_GETOPT_ALWAYS is defined. Set REPLACE_GETOPT.
10988
10989 2011-05-08  Bruno Haible  <bruno@clisp.org>
10990
10991         getlogin_r: Move AC_LIBOBJ invocations to module description.
10992         * m4/getlogin_r.m4 (gl_FUNC_GETLOGIN_R): Move AC_LIBOBJ and
10993         gl_PREREQ_GETLOGIN_R invocations from here...
10994         * modules/getlogin_r (configure.ac): ... to here.
10995
10996 2011-05-08  Bruno Haible  <bruno@clisp.org>
10997
10998         getlogin: Move AC_LIBOBJ invocations to module description.
10999         * m4/getlogin.m4 (gl_FUNC_GETLOGIN): Move AC_LIBOBJ invocation from
11000         here...
11001         * modules/getlogin (configure.ac): ... to here.
11002
11003 2011-05-08  Bruno Haible  <bruno@clisp.org>
11004
11005         getloadavg: Move AC_LIBOBJ invocations to module description.
11006         * m4/getloadavg.m4 (gl_FUNC_GETDELIM): Set HAVE_GETLOADAVG. Move
11007         AC_LIBOBJ and gl_PREREQ_GETLOADAVG invocations from here...
11008         * modules/getloadavg (configure.ac): ... to here.
11009
11010 2011-05-08  Bruno Haible  <bruno@clisp.org>
11011
11012         gethrxtime: Move AC_LIBOBJ invocations to module description.
11013         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Move code that determines
11014         LIB_GETHRXTIME from here...
11015         (gl_GETHRXTIME): ... to here. Move AC_LIBOBJ and gl_PREREQ_GETHRXTIME
11016         invocations from here...
11017         * modules/gethrxtime (configure.ac): ... to here.
11018
11019 2011-05-08  Bruno Haible  <bruno@clisp.org>
11020
11021         gethostname: Move AC_LIBOBJ invocations to module description.
11022         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Move AC_LIBOBJ and
11023         gl_PREREQ_GETHOSTNAME invocations from here...
11024         * modules/gethostname (configure.ac): ... to here.
11025
11026 2011-05-08  Bruno Haible  <bruno@clisp.org>
11027
11028         getgroups: Move AC_LIBOBJ invocations to module description.
11029         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Move AC_LIBOBJ invocations from
11030         here...
11031         * modules/getgroups (configure.ac): ... to here.
11032
11033 2011-05-08  Bruno Haible  <bruno@clisp.org>
11034
11035         getdtablesize: Move AC_LIBOBJ invocations to module description.
11036         * m4/getdtablesize.m4 (gl_FUNC_GETDTABLESIZE): Move AC_LIBOBJ
11037         invocation from here...
11038         * modules/getdtablesize (configure.ac): ... to here.
11039
11040 2011-05-08  Bruno Haible  <bruno@clisp.org>
11041
11042         getdomainname: Move AC_LIBOBJ invocations to module description.
11043         * m4/getdomainname.m4 (gl_FUNC_GETDOMAINNAME): Move AC_LIBOBJ and
11044         gl_PREREQ_GETDOMAINNAME invocations from here...
11045         * modules/getdomainname (configure.ac): ... to here.
11046
11047 2011-05-08  Bruno Haible  <bruno@clisp.org>
11048
11049         getline: Move AC_LIBOBJ invocations to module description.
11050         * m4/getline.m4 (gl_FUNC_GETLINE): Move AC_LIBOBJ and gl_PREREQ_GETLINE
11051         invocations from here...
11052         * modules/getline (configure.ac): ... to here.
11053
11054 2011-05-08  Bruno Haible  <bruno@clisp.org>
11055
11056         getline: Simplify.
11057         * m4/getline.m4 (gl_PREREQ_GETLINE): Don't invoke gl_FUNC_GETDELIM.
11058         It's already handled through the module dependency.
11059
11060 2011-05-08  Bruno Haible  <bruno@clisp.org>
11061
11062         getdelim: Move AC_LIBOBJ invocations to module description.
11063         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Set HAVE_GETDELIM. Move AC_LIBOBJ
11064         and gl_PREREQ_GETDELIM invocations from here...
11065         * modules/getdelim (configure.ac): ... to here.
11066         (Depends-on): Fix condition.
11067
11068 2011-05-08  Bruno Haible  <bruno@clisp.org>
11069
11070         getcwd: Move AC_LIBOBJ invocations to module description.
11071         * m4/getcwd.m4 (gl_FUNC_GETCWD): Move AC_LIBOBJ and gl_PREREQ_GETCWD
11072         invocations from here...
11073         * modules/getcwd (configure.ac): ... to here.
11074
11075 2011-05-08  Bruno Haible  <bruno@clisp.org>
11076
11077         getcwd-lgpl: Move AC_LIBOBJ invocations to module description.
11078         * m4/getcwd.m4 (gl_FUNC_GETCWD_LGPL): Move AC_LIBOBJ invocation from
11079         here...
11080         * modules/getcwd-lgpl (configure.ac): ... to here.
11081
11082 2011-05-07  Bruno Haible  <bruno@clisp.org>
11083
11084         crypto/gc: Move AC_LIBOBJ invocations to module description.
11085         * m4/gc.m4 (gl_GC): Move AC_LIBOBJ invocations from here...
11086         * modules/crypto/gc (configure.ac): ... to here.
11087
11088 2011-05-07  Bruno Haible  <bruno@clisp.org>
11089
11090         fwriting: Move AC_LIBOBJ invocations to module description.
11091         * m4/fwriting.m4 (gl_FUNC_FWRITINT): Move AC_LIBOBJ invocation from
11092         here...
11093         * modules/fwriting (configure.ac): ... to here.
11094
11095 2011-05-07  Bruno Haible  <bruno@clisp.org>
11096
11097         fwritable: Move AC_LIBOBJ invocations to module description.
11098         * m4/fwritable.m4 (gl_FUNC_FWRITABLE): Move AC_LIBOBJ invocation from
11099         here...
11100         * modules/fwritable (configure.ac): ... to here.
11101
11102 2011-05-07  Bruno Haible  <bruno@clisp.org>
11103
11104         futimens: Move AC_LIBOBJ invocations to module description.
11105         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Move AC_LIBOBJ invocations from
11106         here...
11107         * modules/futimens (configure.ac): ... to here.
11108
11109 2011-05-07  Bruno Haible  <bruno@clisp.org>
11110
11111         ftruncate: Move AC_LIBOBJ invocations to module description.
11112         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Move AC_LIBOBJ and
11113         gl_PREREQ_FTRUNCATE invocations from here...
11114         * modules/ftruncate (configure.ac): ... to here.
11115
11116 2011-05-07  Bruno Haible  <bruno@clisp.org>
11117
11118         fsync: Move AC_LIBOBJ invocations to module description.
11119         * m4/fsync.m4 (gl_FUNC_FSYNC): Move AC_LIBOBJ and gl_PREREQ_FSYNC
11120         invocations from here...
11121         * modules/fsync (configure.ac): ... to here.
11122
11123 2011-05-07  Bruno Haible  <bruno@clisp.org>
11124
11125         fsusage: Move AC_LIBOBJ invocations to module description.
11126         * m4/fsusage.m4 (gl_FUNC_FREOPEN): Move AC_LIBOBJ and
11127         gl_PREREQ_FSUSAGE_EXTRA invocations from here...
11128         * modules/fsusage (configure.ac): ... to here.
11129
11130 2011-05-07  Bruno Haible  <bruno@clisp.org>
11131
11132         freopen: Move AC_LIBOBJ invocations to module description.
11133         * m4/freopen.m4 (gl_FUNC_FREOPEN): Move AC_LIBOBJ and gl_PREREQ_FREOPEN
11134         invocations from here...
11135         * modules/freopen (configure.ac): ... to here.
11136
11137 2011-05-07  Bruno Haible  <bruno@clisp.org>
11138
11139         free: Move AC_LIBOBJ invocations to module description.
11140         * m4/free.m4 (gl_FUNC_FREE): Move AC_LIBOBJ and missing gl_PREREQ_FREE
11141         invocations from here...
11142         * modules/free (configure.ac): ... to here.
11143
11144 2011-05-07  Bruno Haible  <bruno@clisp.org>
11145
11146         freadable: Move AC_LIBOBJ invocations to module description.
11147         * m4/freadable.m4 (gl_FUNC_FREADABLE): Move AC_LIBOBJ invocation from
11148         here...
11149         * modules/freadable (configure.ac): ... to here.
11150
11151 2011-05-07  Bruno Haible  <bruno@clisp.org>
11152
11153         fpurge: Move AC_LIBOBJ invocations to module description.
11154         * m4/fpurge.m4 (gl_FUNC_FPURGE): Set HAVE_FPURGE. Move AC_LIBOBJ
11155         invocations from here...
11156         * modules/fpurge (configure.ac): ... to here.
11157
11158 2011-05-07  Bruno Haible  <bruno@clisp.org>
11159
11160         fpending: Move AC_LIBOBJ invocations to module description.
11161         * m4/fpending.m4 (gl_PREREQ_FPENDING): New macro, extracted from
11162         gl_FUNC_FPENDING.
11163         (gl_FUNC_FPENDING): Move AC_LIBOBJ and gl_PREREQ_FPENDING
11164         invocations from here...
11165         * modules/fpending (configure.ac): ... to here.
11166
11167 2011-05-07  Bruno Haible  <bruno@clisp.org>
11168
11169         fopen: Move AC_LIBOBJ invocations to module description.
11170         * m4/fopen.m4 (gl_FUNC_FOPEN): Move AC_LIBOBJ and gl_PREREQ_FOPEN
11171         invocations from here...
11172         * modules/fopen (configure.ac): ... to here.
11173
11174 2011-05-07  Bruno Haible  <bruno@clisp.org>
11175
11176         fnmatch, fnmatch-gnu: Move AC_LIBOBJ invocations to module description.
11177         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH): New macro, extracted from
11178         gl_FUNC_FNMATCH_POSIX.
11179         (gl_FUNC_FNMATCH_POSIX): Move AC_LIBOBJ and gl_PREREQ_FNMATCH
11180         invocations from here...
11181         * modules/fnmatch (configure.ac): ... to here.
11182         * modules/fnmatch-gnu (configure.ac): ... and here.
11183
11184 2011-05-07  Bruno Haible  <bruno@clisp.org>
11185
11186         flock: Move AC_LIBOBJ invocations to module description.
11187         * m4/flock.m4 (gl_FUNC_FLOCK): Move AC_LIBOBJ and gl_PREREQ_FLOCK
11188         invocations from here...
11189         * modules/flock (configure.ac): ... to here.
11190
11191 2011-05-07  Bruno Haible  <bruno@clisp.org>
11192
11193         fileblocks: Move AC_LIBOBJ invocations to module description.
11194         * m4/fileblocks.m4 (gl_FILEBLOCKS): Move AC_LIBOBJ and
11195         gl_PREREQ_FILEBLOCKS invocations from here...
11196         * modules/fileblocks (configure.ac): ... to here.
11197
11198 2011-05-06  Bruno Haible  <bruno@clisp.org>
11199
11200         fflush: Move AC_LIBOBJ invocations to module description.
11201         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Remove macro.
11202         (gl_FUNC_FFLUSH): Inline it here. Move AC_LIBOBJ and gl_PREREQ_FFLUSH
11203         invocations from here...
11204         * modules/fflush (configure.ac): ... to here.
11205
11206 2011-05-06  Bruno Haible  <bruno@clisp.org>
11207
11208         fdopendir: Move AC_LIBOBJ invocations to module description.
11209         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Move AC_LIBOBJ invocations from
11210         here...
11211         * modules/fdopendir (configure.ac): ... to here.
11212         (Depends-on): Improve conditions.
11213
11214 2011-05-06  Bruno Haible  <bruno@clisp.org>
11215
11216         _Exit: Move AC_LIBOBJ invocations to module description.
11217         * m4/_Exit.m4 (gl_FUNC__EXIT): Move AC_LIBOBJ and gl_PREREQ__EXIT
11218         invocations from here...
11219         * modules/_Exit (configure.ac): ... to here.
11220
11221 2011-05-21  Bruno Haible  <bruno@clisp.org>
11222
11223         euidaccess: Respect rules for use of AC_LIBOBJ.
11224         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Call AC_CHECK_FUNCS instead of
11225         AC_REPLACE_FUNCS. Move AC_LIBOBJ and gl_PREREQ_EUIDACCESS invocations
11226         from here...
11227         * modules/euidaccess (configure.ac): ... to here.
11228
11229 2011-05-06  Bruno Haible  <bruno@clisp.org>
11230
11231         error: Move AC_LIBOBJ invocations to module description.
11232         * m4/error.m4 (gl_ERROR): Inline AC_FUNC_ERROR_AT_LINE. Remove
11233         AC_LIBSOURCES invocation. Move AC_LIBOBJ and gl_PREREQ_ERROR
11234         invocations from here...
11235         * modules/error (configure.ac): ... to here.
11236
11237 2011-05-06  Bruno Haible  <bruno@clisp.org>
11238
11239         duplocale: Move AC_LIBOBJ invocations to module description.
11240         * m4/duplocale.m4 (gl_FUNC_DUPLOCALE): Move AC_LIBOBJ and
11241         gl_PREREQ_DUPLOCALE invocations from here...
11242         * modules/duplocale (configure.ac): ... to here.
11243
11244 2011-05-05  Bruno Haible  <bruno@clisp.org>
11245
11246         dirfd: Move AC_LIBOBJ invocations to module description.
11247         * m4/dirfd.m4 (gl_PREREQ_DIRFD): New macro, extracted from
11248         gl_FUNC_DIRFD.
11249         (gl_FUNC_DIRFD): Move AC_LIBOBJ and gl_PREREQ_DIRFD invocations from
11250         here...
11251         * modules/dirfd (configure.ac): ... to here.
11252         (Depends-on): Fix condition.
11253
11254 2011-05-05  Bruno Haible  <bruno@clisp.org>
11255
11256         chown: Respect rules for use of AC_LIBOBJ.
11257         * m4/chown.m4 (gl_FUNC_CHOWN): Move AC_LIBOBJ invocations from here...
11258         * modules/chown (configure.ac): ... to here.
11259
11260 2011-05-05  Bruno Haible  <bruno@clisp.org>
11261
11262         chdir-long: Move AC_LIBOBJ invocations to module description.
11263         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Move AC_LIBOBJ and
11264         gl_PREREQ_CHDIR_LONG invocations from here...
11265         * modules/chdir-long (configure.ac): ... to here.
11266
11267 2011-05-05  Bruno Haible  <bruno@clisp.org>
11268
11269         canonicalize-lgpl: Move AC_LIBOBJ invocations to module description.
11270         * m4/canonicalize.m4 (gl_CANONICALIZE_LGPL): Move AC_LIBOBJ invocation
11271         from here...
11272         * modules/canonicalize-lgpl (configure.ac): ... to here.
11273
11274 2011-05-05  Bruno Haible  <bruno@clisp.org>
11275
11276         calloc-posix, calloc-gnu: Move AC_LIBOBJs to module description.
11277         * m4/calloc.m4 (gl_REPLACE_CALLOC): Remove macro.
11278         (gl_FUNC_CALLOC_GNU, gl_FUNC_CALLOC_POSIX): Instead, just set
11279         REPLACE_CALLOC.
11280         * modules/calloc-posix (configure.ac): Invoke AC_LIBOBJ here.
11281         * modules/calloc-gnu (configure.ac): Likewise.
11282
11283 2011-05-05  Bruno Haible  <bruno@clisp.org>
11284
11285         btowc: Move AC_LIBOBJ invocations to module description.
11286         * m4/btowc.m4 (gl_FUNC_BTOWC): Move AC_LIBOBJ and gl_PREREQ_BTOWC
11287         invocations from here...
11288         * modules/btowc (configure.ac): ... to here.
11289
11290 2011-05-21  Bruno Haible  <bruno@clisp.org>
11291
11292         atexit: Move AC_LIBOBJ invocations to module description.
11293         * m4/atexit.m4 (gl_FUNC_ATEXIT): Call AC_CHECK_FUNCS instead of
11294         AC_REPLACE_FUNCS. Move AC_LIBOBJ and gl_PREREQ_ATEXIT invocations from
11295         here...
11296         * modules/atexit (configure.ac): ... to here.
11297
11298 2011-05-05  Bruno Haible  <bruno@clisp.org>
11299
11300         atoll: Move AC_LIBOBJ invocations to module description.
11301         * m4/atoll.m4 (gl_FUNC_ATOLL): Move AC_LIBOBJ and gl_PREREQ_ATOLL
11302         invocations from here...
11303         * modules/atoll (configure.ac): ... to here.
11304
11305 2011-05-05  Bruno Haible  <bruno@clisp.org>
11306
11307         argz: Move AC_LIBOBJ invocations to module description.
11308         * m4/argz.m4 (gl_FUNC_ARGZ): Move AC_LIBOBJ invocation from here...
11309         * modules/argz (configure.ac): ... to here.
11310
11311 2011-05-05  Bruno Haible  <bruno@clisp.org>
11312
11313         alphasort: Move AC_LIBOBJ invocations to module description.
11314         * m4/alphasort.m4 (gl_FUNC_ALPHASORT): Move AC_LIBOBJ and
11315         gl_PREREQ_ALPHASORT invocations from here...
11316         * modules/alphasort (configure.ac): ... to here.
11317
11318 2011-06-15  Paul Eggert  <eggert@cs.ucla.edu>
11319
11320         verify: new macro verify_expr; verify_true deprecated
11321         * NEWS: Mention this.
11322         * doc/verify.texi (Compile-time Assertions): Document this.
11323         * lib/verify.h (verify_true): Deprecate.
11324         (verify_expr): New macro.
11325         * tests/test-verify.c (function): Test verify_expr.
11326
11327 2011-06-14  Jim Meyering  <meyering@redhat.com>
11328
11329         init.sh: give more portable redirection-related advice in a comment
11330         * tests/init.sh (stderr_fileno_): Update the advice in comments.
11331         See http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/22488
11332         for lots of discussion.  Stefano Lattarini suggested the solution
11333         of putting "9>&2" after the command.  Reported by Bruno Haible.
11334
11335 2011-06-13  Bruno Haible  <bruno@clisp.org>
11336
11337         locale-zh: Reject zh_CN.GB18030 locale on Solaris 8.
11338         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): On Solaris 8, set LOCALE_ZH_CN to
11339         'none'.
11340
11341 2011-06-13  Paul Eggert  <eggert@cs.ucla.edu>
11342
11343         ftoastr: use strtof only if HAVE_STRTOF
11344         This is needed on HP-UX 11.11 with GCC 4.2.4; see Bruno Haible's report
11345         <http://lists.gnu.org/archive/html/bug-gnulib/2011-06/msg00154.html>.
11346         * lib/ftoastr.c (STRTOF) [LENGTH == 1]: Use strtof only if HAVE_STRTOF.
11347         * modules/ftoastr (configure.ac): Check for strtof.
11348
11349 2011-06-13  Bruno Haible  <bruno@clisp.org>
11350
11351         gnulib-tool: Addendum to 2011-06-08 commit.
11352         * gnulib-tool (func_emit_lib_Makefile_am): If options --makefile-name
11353         and --witness-c-macro have been given, augment AM_CPPFLAGS.
11354
11355 2011-06-13  Bruno Haible  <bruno@clisp.org>
11356
11357         fseeko: Provide a non-inline replacement of fseek().
11358         * lib/stdio.in.h (fseek): Don't provide if module 'fseek' is not used.
11359         * modules/fseeko (Depends-on): Add fseek.
11360         * modules/fseek (License): Change to LGPLv2+.
11361
11362 2011-06-13  Bruno Haible  <bruno@clisp.org>
11363
11364         ftello: Provide a non-inline replacement of ftell().
11365         * lib/stdio.in.h (ftell): Don't provide if module 'ftell' is not used.
11366         * m4/ftell.m4 (gl_FUNC_FTELL): Replace ftell also if the system does
11367         not have ftello() (such as on mingw).
11368         * modules/ftello (Depends-on): Add ftell.
11369         * modules/ftell (License): Change to LGPLv2+.
11370
11371 2011-05-07  Bruno Haible  <bruno@clisp.org>
11372
11373         ftell: Move AC_LIBOBJ invocations to module description.
11374         * m4/ftell.m4 (gl_FUNC_FTELL): Move AC_LIBOBJ invocation from here...
11375         * modules/ftell (configure.ac): ... to here.
11376
11377 2011-05-07  Bruno Haible  <bruno@clisp.org>
11378
11379         ftello: Respect rules for use of AC_LIBOBJ.
11380         * m4/ftello.m4 (gl_REPLACE_FTELLO): Remove macro.
11381         (gl_FUNC_FTELLO): Inline it here. Move AC_LIBOBJ invocation from
11382         here...
11383         * modules/ftello (configure.ac): ... to here.
11384
11385 2011-05-07  Bruno Haible  <bruno@clisp.org>
11386
11387         fseeko: Simplify.
11388         * m4/fseeko.m4 (gl_HAVE_FSEEKO): Remove macro.
11389         (gl_FUNC_FSEEKO): Inline it here.
11390
11391 2011-05-07  Bruno Haible  <bruno@clisp.org>
11392
11393         fseek: Move AC_LIBOBJ invocations to module description.
11394         * m4/fseek.m4 (gl_REPLACE_FSEEK): Remove macro.
11395         (gl_FUNC_FSEEK): Inline it here. Move AC_LIBOBJ invocation from here...
11396         * modules/fseek (configure.ac): ... to here.
11397
11398 2011-05-07  Bruno Haible  <bruno@clisp.org>
11399
11400         fseek: Respect rules for use of AC_LIBOBJ.
11401         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Move gl_REPLACE_FSEEK invocation from
11402         here...
11403         * m4/fseek.m4 (gl_FUNC_FSEEK): ... to here.
11404
11405 2011-05-07  Bruno Haible  <bruno@clisp.org>
11406
11407         fseeko: Respect rules for use of AC_LIBOBJ.
11408         * m4/fseeko.m4 (gl_REPLACE_FSEEKO): Remove macro.
11409         (gl_FUNC_FSEEKO): Inline it here. Move AC_LIBOBJ invocation from
11410         here...
11411         * modules/fseeko (configure.ac): ... to here.
11412
11413 2011-06-13  Bruno Haible  <bruno@clisp.org>
11414
11415         gnulib-tool: Allow comments in the 'Depends-on' section.
11416         * doc/gnulib.texi (Module description): Mention comment syntax in the
11417         Depends-on section.
11418         * gnulib-tool (func_get_dependencies): Filter out comment lines.
11419
11420 2011-06-13  Bruno Haible  <bruno@clisp.org>
11421
11422         file-set.h: guard __attibute__ use, now that it's not always defined
11423         * lib/file-set.h (record_file): Use __attribute__ only with compiler
11424         versions that support it.  This fixes a coreutils build failure with
11425         the vendor cc on HP-UX 11.31.
11426
11427 2011-06-12  Bruno Haible  <bruno@clisp.org>
11428
11429         acl: Add support for HP-UX >= 11.11 JFS ACLs.
11430         * doc/acl-resources.txt: Add info about the ACL APIs on HP-UX.
11431         * m4/acl.m4 (gl_FUNC_ACL): Also test for HP-UX 11.11 API.
11432         * lib/acl-internal.h [HP-UX 11.11]: Include <aclv.h>.
11433         (acl, aclsort): New declarations.
11434         (aclv_nontrivial): New declaration.
11435         * lib/file-has-acl.c (aclv_nontrivial) [HP-UX 11.11]: New function.
11436         (file_has_acl): Read also the second kind of HP-UX ACLs.
11437         * lib/set-mode-acl.c (qset_acl) [HP-UX 11.11]: Try to set the second
11438         kind of HP-UX ACLs if the first kind fails.
11439         * lib/copy-acl.c (qcopy_acl) [HP-UX 11.11]: Read and set also the
11440         second kind of HP-UX ACLs.
11441         * tests/test-sameacls.c [HP-UX 11.11]: Include <aclv.h>.
11442         (main) [HP-UX 11.11]: Test also whether the second kind of HP-UX ACLs
11443         agree.
11444         * tests/test-file-has-acl.sh (acl_flavor) [HP-UX 11.11]: Set to
11445         hpuxjfs.
11446         Handle hpuxjfs.
11447         * tests/test-set-mode-acl.sh (acl_flavor) [HP-UX 11.11]: Set to
11448         hpuxjfs.
11449         Handle hpuxjfs.
11450         * tests/test-copy-acl.sh (acl_flavor) [HP-UX 11.11]: Set to hpuxjfs.
11451         (func_test_same_acls): Use both lsacl and getacl.
11452         Handle hpuxjfs.
11453         * tests/test-copy-file.sh (acl_flavor) [HP-UX 11.11]: Set to hpuxjfs.
11454         (func_test_same_acls): Use both lsacl and getacl.
11455         Handle hpuxjfs.
11456
11457 2011-06-12  Bruno Haible  <bruno@clisp.org>
11458
11459         acl: Complete the 2010-08-10 fix.
11460         * lib/file-has-acl.c (file_has_acl) [HP-UX]: Also test against ENOTSUP.
11461         * lib/set-mode-acl.c (qset_acl) [HP-UX]: Likewise.
11462         * lib/copy-acl.c (qcopy_acl) [HP-UX]: Test for the errno values
11463         explicitly.
11464         * tests/test-sameacls.c (main) [HP-UX]: Also test against ENOTSUP.
11465         Reported in <http://debbugs.gnu.org/db/60/6053.html>.
11466
11467 2011-06-12  Bruno Haible  <bruno@clisp.org>
11468
11469         spawn-pipe tests: Comments.
11470         * tests/test-spawn-pipe-child.c (main): Update comment.
11471         Reported by James Youngman <jay@gnu.org>.
11472
11473 2011-06-11  James Youngman  <jay@gnu.org>
11474
11475         New module 'stat-size'.
11476         * modules/stat-size: New module.  Provides macros for accessing
11477         file size information in instances of struct stat.  Depends on the
11478         fileblocks module because it calls st_blocks.
11479         * lib/stat-size.h: New file, adapted from coreutils' system.h.
11480         * doc/gnulib.texi: Include stat-size.texi.
11481         * doc/stat-size.texi: Documentation for this module.
11482         * m4/stat-size.m4: New file; defines gl_STAT_SIZE.
11483         * m4/fileblocks.m4: Mention that stat-size depends on the call to
11484         AC_STRUCT_ST_BLOCKS.
11485
11486 2011-06-09  Bruno Haible  <bruno@clisp.org>
11487
11488         thread: Support pthreads-win32.
11489         * lib/glthread/thread.h (gl_thread_self): Define differently on
11490         pthreads-win32.
11491         (gl_null_thread): New declaration.
11492         (gl_thread_self_pointer): New macro.
11493         * lib/glthread/thread.c (gl_null_thread): New constant.
11494         * tests/test-lock.c: Use gl_thread_self_pointer instead of
11495         gl_thread_self.
11496         * tests/test-tls.c: Likewise.
11497         Suggested by Paul Eggert. Reported by Eric Blake.
11498
11499 2011-06-09  Bruno Haible  <bruno@clisp.org>
11500
11501         thread: Fix confusion between NULL and 0.
11502         * lib/glthread/thread.h (gl_thread_self): Use NULL and 0 appropriately.
11503         Reported by Paul Eggert.
11504
11505 2011-06-09  Bruno Haible  <bruno@clisp.org>
11506
11507         spawn-pipe tests: Avoid test failure on HP-UX 11.
11508         * tests/test-spawn-pipe-child.c (main) [HP-UX]: Don't assert that fd 2
11509         is closed.
11510
11511 2011-06-09  Bruno Haible  <bruno@clisp.org>
11512
11513         acl tests: Fix compilation error on HP-UX 11.
11514         * tests/test-sameacls.c: Include <sys/acl.h> also on HP-UX.
11515
11516 2011-06-09  Bruno Haible  <bruno@clisp.org>
11517
11518         rmdir: Avoid test failure on HP-UX 10.20.
11519         * tests/test-rmdir.h (test_rmdir_func): Accept ENOTEMPTY error, like
11520         EEXIST.
11521
11522 2011-06-08  Eric Blake  <eblake@redhat.com>
11523
11524         perror: fix test on mingw
11525         * modules/perror-tests (Depends-on): Add dup2.
11526
11527         strerror_r-posix: fix on MacOS
11528         * m4/strerror.m4 (gl_FUNC_STRERROR): Flush out MacOS bug.
11529         * m4/strerror_r.m4 (gl_FUNC_STRERROR_R_WORKS): Likewise, and fix
11530         logic bug.
11531         * lib/strerror_r.c (strerror_r): Fix the bug.
11532         * lib/strerror.c (strerror): Likewise.
11533         * doc/posix-functions/strerror_r.texi (strerror_r): Document the
11534         problem.
11535         * doc/posix-functions/strerror.texi (strerror): Likewise.
11536         * doc/posix-functions/perror.texi (perror): Likewise.
11537         * tests/test-strerror.c (main): Enhance test.
11538         * tests/test-strerror_r.c (main): Likewise.
11539
11540 2011-06-08  Bruno Haible  <bruno@clisp.org>
11541
11542         gnulib-tool: Better isolation between different gnulib-tool invocations.
11543         * gnulib-tool: New option --witness-c-macro.
11544         (witness_c_macro): New variable.
11545         (func_emit_lib_Makefile_am): If --witness-c-macro was specified, let
11546         AM_CPPFLAGS define it as a C macro.
11547         (func_emit_tests_Makefile_am): Likewise.
11548         (func_import): Store witness_c_macro setting in gnulib-cache.m4 and
11549         read it from there.
11550         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_CONDITION): Define through
11551         m4_define, not AC_DEFUN.
11552         (gl_MODULE_INDICATOR_SET_VARIABLE_AUX,
11553         gl_MODULE_INDICATOR_SET_VARIABLE_AUX_OR): New macros.
11554         (gl_MODULE_INDICATOR_SET_VARIABLE): Use them.
11555         * modules/arpa_inet (Makefile.am): Use sed expression s/.../.../, not
11556         s|...|...|, to substitute the values of the GNULIB_* module indicator
11557         variables.
11558         * modules/dirent (Makefile.am): Likewise.
11559         * modules/fcntl-h (Makefile.am): Likewise.
11560         * modules/iconv-h (Makefile.am): Likewise.
11561         * modules/langinfo (Makefile.am): Likewise.
11562         * modules/locale (Makefile.am): Likewise.
11563         * modules/math (Makefile.am): Likewise.
11564         * modules/netdb (Makefile.am): Likewise.
11565         * modules/poll-h (Makefile.am): Likewise.
11566         * modules/pty (Makefile.am): Likewise.
11567         * modules/search (Makefile.am): Likewise.
11568         * modules/signal (Makefile.am): Likewise.
11569         * modules/spawn (Makefile.am): Likewise.
11570         * modules/stdio (Makefile.am): Likewise.
11571         * modules/stdlib (Makefile.am): Likewise.
11572         * modules/string (Makefile.am): Likewise.
11573         * modules/sys_ioctl (Makefile.am): Likewise.
11574         * modules/sys_select (Makefile.am): Likewise.
11575         * modules/sys_socket (Makefile.am): Likewise.
11576         * modules/sys_stat (Makefile.am): Likewise.
11577         * modules/sys_times (Makefile.am): Likewise.
11578         * modules/sys_utsname (Makefile.am): Likewise.
11579         * modules/sys_wait (Makefile.am): Likewise.
11580         * modules/termios (Makefile.am): Likewise.
11581         * modules/time (Makefile.am): Likewise.
11582         * modules/unistd (Makefile.am): Likewise.
11583         * modules/wchar (Makefile.am): Likewise.
11584
11585 2011-06-08  Eric Blake  <eblake@redhat.com>
11586
11587         strerror: simplify replacement
11588         * m4/strerror.m4 (gl_PREREQ_STRERROR): Delete.
11589         * modules/strerror (configure.ac): No prereqs needed here...
11590         * modules/strerror-override (configure.ac): ...but this needs it.
11591         (Files): Add file for needed prereq macro.
11592
11593 2011-06-08  Bruno Haible  <bruno@clisp.org>
11594
11595         strerror_r-posix: Tweaks.
11596         * m4/strerror.m4 (gl_FUNC_STRERROR): Omit the code that tests
11597         gl_cv_func_strerror_r_works if gl_FUNC_STRERROR_R_WORKS is not present.
11598         * m4/strerror_r.m4 (gl_FUNC_STRERROR_R_WORKS): Fix AC_CACHE_CHECK
11599         message. Move gl_HEADER_STRING_H_DEFAULTS invocation from here...
11600         (gl_FUNC_STRERROR_R): ... to here.
11601         (gl_PREREQ_STRERROR_R): Test for __xpg_strerror_r.
11602
11603 2011-06-07  Eric Blake  <eblake@redhat.com>
11604
11605         perror: document fixed bugs
11606         * doc/posix-functions/perror.texi (perror): Document recent
11607         patches.
11608
11609 2011-06-07  Paul Eggert  <eggert@cs.ucla.edu>
11610
11611         stat-time: get_stat_birthtime failure is better-defined
11612         * lib/stat-time.h (get_stat_birthtime): If the time is not available,
11613         return a timestamp whose tv_sec and tv_nsec values are both -1.
11614         Previously, the spec said only that the tv_nsec value was negative.
11615         This upward-compatible change simplifies GNU tar a bit.
11616
11617 2011-06-07  Eric Blake  <eblake@redhat.com>
11618
11619         strerror_r-posix: work around cygwin 1.7.9
11620         * m4/strerror_r.m4 (gl_FUNC_STRERROR_R): Split...
11621         (gl_FUNC_STRERROR_R_WORKS): ...into new macro, to detect Cygwin
11622         bug without replacing strerror_r.
11623         * m4/strerror.m4 (gl_FUNC_STRERROR): Replace strerror if
11624         strerror_r is buggy, but without requiring strerror_r compilation.
11625         * doc/posix-functions/strerror_r.texi (strerror_r): Fix docs.
11626
11627         test-perror: relax test to ignore cygwin bug
11628         * tests/test-perror2.c (main): Relax test on requiring detection
11629         of stream errors, and use unbuffered stream.
11630         * doc/posix-functions/dprintf.texi (dprintf): Document bug.
11631         * doc/posix-functions/fprintf.texi (fprintf): Likewise.
11632         * doc/posix-functions/fputc.texi (fputc): Likewise.
11633         * doc/posix-functions/fputs.texi (fputs): Likewise.
11634         * doc/posix-functions/fputws.texi (fputws): Likewise.
11635         * doc/posix-functions/fwprintf.texi (fwprintf): Likewise.
11636         * doc/posix-functions/fwrite.texi (fwrite): Likewise.
11637         * doc/posix-functions/getopt.texi (getopt): Likewise.
11638         * doc/posix-functions/perror.texi (perror): Likewise.
11639         * doc/posix-functions/printf.texi (printf): Likewise.
11640         * doc/posix-functions/psiginfo.texi (psiginfo): Likewise.
11641         * doc/posix-functions/psignal.texi (psignal): Likewise.
11642         * doc/posix-functions/putc.texi (putc): Likewise.
11643         * doc/posix-functions/putc_unlocked.texi (putc_unlocked):
11644         Likewise.
11645         * doc/posix-functions/putchar.texi (putchar): Likewise.
11646         * doc/posix-functions/putchar_unlocked.texi (putchar_unlocked):
11647         Likewise.
11648         * doc/posix-functions/puts.texi (puts): Likewise.
11649         * doc/posix-functions/putwc.texi (putwc): Likewise.
11650         * doc/posix-functions/putwchar.texi (putwchar): Likewise.
11651         * doc/posix-functions/vdprintf.texi (vdprintf): Likewise.
11652         * doc/posix-functions/vfprintf.texi (vfprintf): Likewise.
11653         * doc/posix-functions/vfwprintf.texi (vfwprintf): Likewise.
11654         * doc/posix-functions/vprintf.texi (vprintf): Likewise.
11655         * doc/posix-functions/vwprintf.texi (vwprintf): Likewise.
11656         * doc/posix-functions/wordexp.texi (wordexp): Likewise.
11657         * doc/posix-functions/wprintf.texi (wprintf): Likewise.
11658
11659 2011-05-22  Bruno Haible  <bruno@clisp.org>
11660
11661         strerror: Move AC_LIBOBJ invocations to module description.
11662         * m4/strerror.m4 (gl_FUNC_STRERROR): Move AC_LIBOBJ and
11663         gl_PREREQ_STRERROR invocations from here...
11664         * modules/strerror (configure.ac): ... to here.
11665
11666 2011-05-21  Bruno Haible  <bruno@clisp.org>
11667
11668         perror: Use common idiom.
11669         * modules/perror (configure.ac): Reorder statements.
11670
11671 2011-06-07  Stefano Lattarini  <stefano.lattarini@gmail.com>
11672
11673         tests: fix usage message in 'mktempd_'
11674         * tests/init.sh (mktempd_): In the usage message, use literal
11675         'mktempd_', not '$ME' (which is even undefined), as the name of
11676         the subroutine.
11677
11678 2011-06-07  Stefano Lattarini  <stefano.lattarini@gmail.com>
11679
11680         tests init: new function 'fatal_', for hard errors
11681         Before this patch, the only way offered by tests/init.sh to
11682         properly signal a hard error was the `framework_failure_'
11683         function.  But the error message issued by that function,
11684         as its name would suggest, refers to a set-up failure in the
11685         testsuite, while hard errors can obviously also be due to
11686         other reasons.  The best way to fix this inconsistency is to
11687         introduce a new function with a more general error message.
11688         * tests/init.sh (fatal_): New function.
11689
11690 2011-06-06  Eric Blake  <eblake@redhat.com>
11691
11692         canonicalize-lgpl: use common idiom
11693         * m4/canonicalize.m4 (gl_FUNC_REALPATH_WORKS): Prefer older rm -rf
11694         over newer POSIX -Rf.
11695         Reported by Bruno Haible.
11696
11697         canonicalize-lgpl: work around AIX realpath bug
11698         * m4/canonicalize.m4 (gl_FUNC_REALPATH_WORKS): Expose AIX bug.
11699         * doc/posix-functions/realpath.texi (realpath): Document it.
11700         Reported by Bruno Haible.
11701
11702         strerror: work around FreeBSD bug
11703         * lib/strerror.c (strerror): Special case 0.
11704         Reported by Bruno Haible.
11705
11706         strerror-override: avoid bloating errno module
11707         * modules/errno (Files, configure.ac): Move replacement strings...
11708         * modules/strerror-override: ...to new module.
11709         * modules/strerror (Depends-on): Add strerror-override.
11710         * modules/strerror_r-posix (Depends-on): Likewise.
11711         * MODULES.html.sh: Document new module.
11712         Reported by Bruno Haible.
11713
11714 2011-06-06  Bruno Haible  <bruno@clisp.org>
11715
11716         spawn-pipe tests: Rename program.
11717         * tests/test-spawn-pipe-main.c: Renamed from tests/test-spawn-pipe.c.
11718         * tests/test-spawn-pipe-child.c: Update comment.
11719         * tests/test-spawn-pipe.sh: Update.
11720         * modules/spawn-pipe-tests (Files, Makefile.am): Update.
11721
11722         spawn-pipe tests: Link the child program only against libc.
11723         * tests/test-spawn-pipe-child.c: New file, extracted from
11724         tests/test-spawn-pipe.c.
11725         (main): Expect only one argument.
11726         (is_open): New function, copied from tests/test-pipe.c.
11727         * tests/test-spawn-pipe.c: Don't include <errno.h>.
11728         (child_main): Remove function.
11729         (test_pipe): Pass only one argument to the child program.
11730         (main): Remove child process code. Expect the child program's name as
11731         first argument.
11732         * tests/test-spawn-pipe.sh: Pass the child program's name as first
11733         argument.
11734         * modules/spawn-pipe-tests (Files): Add tests/test-spawn-pipe-child.c.
11735         (Makefile.am): Add test-spawn-pipe-child to check_PROGRAMS. Link
11736         test-spawn-pipe-child against no libraries.
11737
11738 2011-06-06  Bruno Haible  <bruno@clisp.org>
11739
11740         careadlinkat: Avoid mismatch between ssize_t and int.
11741         * lib/careadlinkat.h (careadlinkatcwd): Declare as a function always.
11742         * lib/careadlinkat.c (careadlinkatcwd): Define always.
11743
11744 2011-06-06  Jim Meyering  <meyering@redhat.com>
11745
11746         gnulib-common.m4: add _GL_ATTRIBUTE_CONST and _GL_ATTRIBUTE_PURE
11747         * m4/gnulib-common.m4 (gl_COMMON): Emit definitions of
11748         _GL_ATTRIBUTE_CONST and _GL_ATTRIBUTE_PURE.
11749
11750 2011-06-05  Bruno Haible  <bruno@clisp.org>
11751
11752         ansi-c++-opt: Interoperability with libtool.
11753         * m4/ansi-c++.m4 (gl_PROG_ANSI_CXX): When a C++ compiler is not found,
11754         set the variable to "no", not to ":".
11755         * NEWS: Mention the change.
11756
11757 2011-06-05  Bruno Haible  <bruno@clisp.org>
11758
11759         acl: Fix test failure on AIX 7.
11760         * tests/test-sameacls.c (main) [AIX]: Fix aclx_printStr invocation.
11761         Based on a patch by Jørn Amundsen <Jorn.Amundsen@ntnu.no>.
11762
11763 2011-06-05  Bruno Haible  <bruno@clisp.org>
11764
11765         pipe-filter-ii: Fix test failure on AIX and IRIX.
11766         * lib/pipe-filter-ii.c (pipe_filter_ii_execute): When write() fails
11767         with EAGAIN, retry with a smaller buffer size.
11768
11769 2011-06-05  Bruno Haible  <bruno@clisp.org>
11770
11771         localename: Fix link dependencies.
11772         * modules/localename (Link): Mention $(LIBTHREAD) or $(LTLIBTHREAD).
11773         * modules/localename-tests (Makefile.am): Link test-localename with
11774         $(LIBTHREAD).
11775
11776 2011-06-05  Bruno Haible  <bruno@clisp.org>
11777
11778         error: Avoid gcc warning.
11779         * lib/error.c (strerror_r): Declare also when its return type is 'int'.
11780
11781 2011-06-05  Bruno Haible  <bruno@clisp.org>
11782
11783         unsetenv: Avoid gcc warning.
11784         * lib/unsetenv.c (unsetenv): Provide declaration if system lacks it.
11785
11786 2011-06-05  Bruno Haible  <bruno@clisp.org>
11787
11788         setenv: Avoid gcc warning.
11789         * lib/setenv.c (setenv): Provide declaration if system lacks it.
11790
11791 2011-06-05  Bruno Haible  <bruno@clisp.org>
11792
11793         sys_select: Ensure memset is declared also on AIX 7.
11794         * lib/sys_select.in.h: Include <string.h> also on AIX.
11795         * doc/posix-headers/sys_select.texi: Mention that <sys/select.h> is not
11796         self-contained also on AIX 7.1.
11797
11798 2011-06-04  Jim Meyering  <meyering@redhat.com>
11799
11800         maint.mk: sc_unmarked_diagnostics: don't hard-code "error"
11801         * top/maint.mk (sc_unmarked_diagnostics): Don't hard-code the
11802         function name, "error".
11803         (_gl_translatable_diag_func_re): New configurable variable.
11804
11805 2011-06-04  Bruno Haible  <bruno@clisp.org>
11806
11807         getopt: Avoid gcc warning.
11808         * lib/getopt.c (_getopt_internal_r): Remove unused variable 'ambig'.
11809
11810 2011-06-04  Bruno Haible  <bruno@clisp.org>
11811
11812         strerror_r: Fix comments.
11813         * lib/strerror_r.c (strerror_r): Update comments after 2011-06-01
11814         commit.
11815
11816 2011-06-04  Bruno Haible  <bruno@clisp.org>
11817
11818         perror: Fix compilation error.
11819         * lib/perror.c: Don't include intprops.h, verify.h, strerror-impl.h.
11820         Undefine fprintf, not sprintf.
11821         * modules/perror (Depends-on): Remove intprops, verify.
11822
11823 2011-06-04  Bruno Haible  <bruno@clisp.org>
11824
11825         setlocale: Enable replacement on Cygwin 1.5.
11826         * m4/setlocale.m4 (gl_FUNC_SETLOCALE): Set REPLACE_SETLOCALE also on
11827         Cygwin 1.5.x.
11828         * doc/posix-functions/setlocale.texi: Mention that the problem with the
11829         LC_CTYPE category also exists on Cygwin 1.5.x.
11830
11831 2011-06-04  Bruno Haible  <bruno@clisp.org>
11832
11833         strerror-override: Don't disable symbol renamings.
11834         * lib/strerror-override.h: Include errno.h and stddef.h, not string.h.
11835         * lib/strerror-override.c: Include config.h.
11836         (strerror_override): Don't undefine.
11837
11838 2011-06-03  Bruno Haible  <bruno@clisp.org>
11839
11840         Copyright: Use LGPL 2.1 instead of LGPL 2.0.
11841         * lib/localename.h: Update copyright header.
11842         * lib/localename.c: Likewise.
11843         * lib/relocatable.h: Likewise.
11844         * lib/relocatable.c: Likewise.
11845
11846 2011-06-02  Bruno Haible  <bruno@clisp.org>
11847
11848         doc: Fix a module name.
11849         * doc/posix-functions/open.texi: Fix module name 'nonblocking'.
11850
11851 2011-06-02  Bruno Haible  <bruno@clisp.org>
11852
11853         pipe2: Remove dependency on 'nonblocking' module.
11854         * lib/pipe2.c: Include verify.h. Include nonblocking.h only if
11855         O_NONBLOCK is defined by gnulib.
11856         (pipe2) [WIN32]: If O_NONBLOCK is not defined by gnulib, verify that it
11857         is zero.
11858         * modules/pipe2 (Depends-on): Add verify. Remove nonblocking.
11859         * tests/test-pipe2.c: Include nonblocking.h only if O_NONBLOCK is
11860         defined by gnulib.
11861         (get_nonblocking_flag): New function.
11862         (main): Test O_NONBLOCK flag only if it is nonzero.
11863         * doc/glibc-functions/pipe2.texi: Mention the 'nonblocking' module.
11864
11865 2011-06-03  Jim Meyering  <meyering@redhat.com>
11866
11867         maint: three new prohibit-header-without-use rules
11868         Prohibit use of cloexec.h, posixver.h, same.h without use.
11869         * top/maint.mk (sc_prohibit_cloexec_without_use): New rule.
11870         (sc_prohibit_posixver_without_use): Likewise.
11871         (sc_prohibit_same_without_use): Likewise.
11872
11873 2011-06-02  Paul Eggert  <eggert@cs.ucla.edu>
11874
11875         allocator: 'die' routine is now given requested size
11876         * lib/allocator.h (struct allocator.die): New size arg.
11877         * lib/careadlinkat.c (careadlinkat): Pass size to 'die' function.
11878         If the actual problem is an ssize_t limitation, not a size_t or
11879         malloc failure, fail with errno==ENAMETOOLONG instead of calling 'die'.
11880
11881 2011-06-01  Eric Blake  <eblake@redhat.com>
11882
11883         strerror: drop strerror_r dependency
11884         * lib/strerror_r.c (strerror_r): Move gnulib replacement strings...
11885         * lib/strerror-override.c (strerror_override): ...to new file.
11886         * lib/strerror-override.h: Add prototype.
11887         * lib/strerror-impl.h: Delete.
11888         * lib/strerror.c (strerror): New implementation.
11889         * modules/errno (Files): Add new files.
11890         (configure.ac): Compile new file as appropriate.
11891         * modules/strerror (Files): Drop unused file.
11892         (Depends-on): Drop strerror_r-posix.
11893         * MODULES.html.sh: Document strerror_r-posix.
11894         Requested by Sam Steingold.
11895
11896         perror: call strerror_r directly
11897         * modules/perror (Files): Drop strerror-impl.h.
11898         * lib/perror.c (perror): Use our own stack buffer, rather than
11899         calling a wrapper that uses static storage.
11900         * doc/posix-functions/perror.texi (perror): Document a limitation
11901         of our replacement.
11902
11903         strerror_r: fix includes for FreeBSD
11904         * lib/strerror_r.c (includes): Use <stdlib.h> unconditionally,
11905         since we use abort on some platforms.
11906         Reported by Matthias Bolte.
11907
11908 2011-05-31  Bruno Haible  <bruno@clisp.org>
11909
11910         Fix link errors in tests: openat-die uses gettext-h.
11911         * modules/areadlinkat-tests (Makefile.am): Link test-areadlinkat
11912         against $(LIBINTL).
11913         * modules/dirent-safer-tests (Makefile.am): Link test-dirent-safer
11914         against $(LIBINTL).
11915         * modules/fdopendir-tests (Makefile.am): Link test-fdopendir against
11916         $(LIBINTL).
11917         * modules/fdutimensat-tests (Makefile.am): Link test-fdutimensat
11918         against $(LIBINTL).
11919         * modules/linkat-tests (Makefile.am): Link test-linkat against
11920         $(LIBINTL).
11921         * modules/mkfifoat-tests (Makefile.am): Link test-mkfifoat against
11922         $(LIBINTL).
11923         * modules/openat-safer-tests (Makefile.am): Link test-openat-safer
11924         against $(LIBINTL).
11925         * modules/openat-tests (Makefile.am): Link test-fchownat, test-fstatat,
11926         test-mkdirat, test-openat, test-unlinkat against $(LIBINTL).
11927         * modules/readlinkat-tests (Makefile.am): Link test-readlinkat against
11928         $(LIBINTL).
11929         * modules/symlinkat-tests (Makefile.am): Link test-symlinkat against
11930         $(LIBINTL).
11931         * modules/utimensat-tests (Makefile.am): Link test-utimensat against
11932         $(LIBINTL).
11933         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
11934
11935 2011-05-31  Bruno Haible  <bruno@clisp.org>
11936
11937         Fix link errors in tests: wait-process uses gettext-h.
11938         * modules/nonblocking-pipe-tests (Makefile.am): Set
11939         test_nonblocking_pipe_main_LDADD.
11940         * modules/nonblocking-socket-tests (Makefile.am): Link
11941         test-nonblocking-socket-main against $(LIBINTL).
11942         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
11943
11944 2011-05-29  Paul Eggert  <eggert@cs.ucla.edu>
11945
11946         assert-h: work around 'verify' incompatibility
11947         * lib/verify.h: Use @...@ directives, not ifdef.
11948         * modules/assert-h (assert.h): Implement the directives.
11949         (assert.h): Substitute the symbol-prefix more consistently.
11950
11951 2011-05-29  Jim Meyering  <meyering@redhat.com>
11952
11953         trim: remove three superfluous assignments
11954         * lib/trim.c (trim2): Remove three superfluous assignments
11955         and correct brace positioning.
11956
11957 2011-05-29  Bruno Haible  <bruno@clisp.org>
11958
11959         wctype-h: Avoid namespace pollution on Solaris 2.6.
11960         * lib/wctype.in.h: On Solaris, undefine 'multibyte' and a few other
11961         identifiers.
11962         * doc/posix-headers/wctype.texi: Mention the problem.
11963         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
11964
11965 2011-05-28  Jim Meyering  <meyering@redhat.com>
11966
11967         parse-datetime.y: accommodate -Wstrict-overflow
11968         * lib/parse-datetime.y (yylex): Rearrange pointer arithmetic to
11969         placate -Wstrict-overflow.
11970
11971         trim: avoid a warning from -O2 -Wstrict-overflow
11972         * lib/trim.c (trim2): Declare local to be "unsigned int", not "int".
11973
11974 2011-05-29  Bruno Haible  <bruno@clisp.org>
11975
11976         gnulib-tool: Fix bug in yesterday's commit.
11977         * gnulib-tool (func_create_testdir): Don't add gltests to $subdirs
11978         twice.
11979
11980 2011-05-29  Bruno Haible  <bruno@clisp.org>
11981
11982         Allow multiple gnulib generated include files to be combined.
11983         * gnulib-tool (func_compute_include_guard_prefix): New function.
11984         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Resolve also
11985         ${gl_include_guard_prefix} references.
11986         (func_import, func_create_testdir): Invoke
11987         func_compute_include_guard_prefix.
11988         * lib/arpa_inet.in.h: Use the @GUARD_PREFIX@ placeholder.
11989         * lib/ctype.in.h: Likewise.
11990         * lib/dirent.in.h: Likewise.
11991         * lib/errno.in.h: Likewise.
11992         * lib/fcntl.in.h: Likewise.
11993         * lib/float.in.h: Likewise.
11994         * lib/getopt.in.h: Likewise.
11995         * lib/iconv.in.h: Likewise.
11996         * lib/langinfo.in.h: Likewise.
11997         * lib/locale.in.h: Likewise.
11998         * lib/math.in.h: Likewise.
11999         * lib/netdb.in.h: Likewise.
12000         * lib/netinet_in.in.h: Likewise.
12001         * lib/poll.in.h: Likewise.
12002         * lib/pthread.in.h: Likewise.
12003         * lib/pty.in.h: Likewise.
12004         * lib/sched.in.h: Likewise.
12005         * lib/se-selinux.in.h: Likewise.
12006         * lib/search.in.h: Likewise.
12007         * lib/signal.in.h: Likewise.
12008         * lib/spawn.in.h: Likewise.
12009         * lib/stdarg.in.h: Likewise.
12010         * lib/stddef.in.h: Likewise.
12011         * lib/stdint.in.h: Likewise.
12012         * lib/stdio.in.h: Likewise.
12013         * lib/stdlib.in.h: Likewise.
12014         * lib/string.in.h: Likewise.
12015         * lib/strings.in.h: Likewise.
12016         * lib/sys_file.in.h: Likewise.
12017         * lib/sys_ioctl.in.h: Likewise.
12018         * lib/sys_select.in.h: Likewise.
12019         * lib/sys_socket.in.h: Likewise.
12020         * lib/sys_stat.in.h: Likewise.
12021         * lib/sys_time.in.h: Likewise.
12022         * lib/sys_times.in.h: Likewise.
12023         * lib/sys_uio.in.h: Likewise.
12024         * lib/sys_utsname.in.h: Likewise.
12025         * lib/sys_wait.in.h: Likewise.
12026         * lib/sysexits.in.h: Likewise.
12027         * lib/termios.in.h: Likewise.
12028         * lib/time.in.h: Likewise.
12029         * lib/unistd.in.h: Likewise.
12030         * lib/wchar.in.h: Likewise.
12031         * lib/wctype.in.h: Likewise.
12032         * modules/arpa_inet (Makefile.am): Substitute @GUARD_PREFIX@.
12033         * modules/ctype (Makefile.am): Likewise.
12034         * modules/dirent (Makefile.am): Likewise.
12035         * modules/errno (Makefile.am): Likewise.
12036         * modules/fcntl-h (Makefile.am): Likewise.
12037         * modules/float (Makefile.am): Likewise.
12038         * modules/getopt-posix (Makefile.am): Likewise.
12039         * modules/iconv-h (Makefile.am): Likewise.
12040         * modules/langinfo (Makefile.am): Likewise.
12041         * modules/locale (Makefile.am): Likewise.
12042         * modules/math (Makefile.am): Likewise.
12043         * modules/netdb (Makefile.am): Likewise.
12044         * modules/netinet_in (Makefile.am): Likewise.
12045         * modules/poll-h (Makefile.am): Likewise.
12046         * modules/pthread (Makefile.am): Likewise.
12047         * modules/pty (Makefile.am): Likewise.
12048         * modules/sched (Makefile.am): Likewise.
12049         * modules/search (Makefile.am): Likewise.
12050         * modules/selinux-h (Makefile.am): Likewise.
12051         * modules/signal (Makefile.am): Likewise.
12052         * modules/spawn (Makefile.am): Likewise.
12053         * modules/stdarg (Makefile.am): Likewise.
12054         * modules/stddef (Makefile.am): Likewise.
12055         * modules/stdint (Makefile.am): Likewise.
12056         * modules/stdio (Makefile.am): Likewise.
12057         * modules/stdlib (Makefile.am): Likewise.
12058         * modules/string (Makefile.am): Likewise.
12059         * modules/strings (Makefile.am): Likewise.
12060         * modules/sys_file (Makefile.am): Likewise.
12061         * modules/sys_ioctl (Makefile.am): Likewise.
12062         * modules/sys_select (Makefile.am): Likewise.
12063         * modules/sys_socket (Makefile.am): Likewise.
12064         * modules/sys_stat (Makefile.am): Likewise.
12065         * modules/sys_time (Makefile.am): Likewise.
12066         * modules/sys_times (Makefile.am): Likewise.
12067         * modules/sys_uio (Makefile.am): Likewise.
12068         * modules/sys_utsname (Makefile.am): Likewise.
12069         * modules/sys_wait (Makefile.am): Likewise.
12070         * modules/sysexits (Makefile.am): Likewise.
12071         * modules/termios (Makefile.am): Likewise.
12072         * modules/time (Makefile.am): Likewise.
12073         * modules/unistd (Makefile.am): Likewise.
12074         * modules/wchar (Makefile.am): Likewise.
12075         * modules/wctype-h (Makefile.am): Likewise.
12076         * modules/assert-h (Makefile.am): Replace _GL_VERIFY_H specially.
12077
12078 2011-05-29  Bruno Haible  <bruno@clisp.org>
12079
12080         assert-h: Allow multiple gnulib generated replacements to coexist.
12081         * lib/verify.h (struct _gl_verify_type): Avoid identical redefinition.
12082
12083 2011-05-29  Bruno Haible  <bruno@clisp.org>
12084
12085         argp: Allow coexistence with strerror_r-posix module.
12086         * lib/argp-help.c (__argp_failure): If strerror_r is defined as a macro
12087         (either to __xpg_strerror_r by glibc's <string.h> or to rpl_strerror_r
12088         by gnulib's <string.h> replacement), assume it has the POSIX signature,
12089         not the glibc signature.
12090
12091 2011-05-28  Bruno Haible  <bruno@clisp.org>
12092
12093         gnulib-tool: Alternative structure of testdirs, similar to --import.
12094         * gnulib-tool: New option --single-configure.
12095         (func_usage): Document it.
12096         (single_configure): New variable.
12097         (func_modules_transitive_closure_separately,
12098         func_modules_transitive_closure_separately,
12099         func_determine_use_libtests, func_modules_add_dummy_separately,
12100         func_modules_to_filelist_separately): New functions, extracted from
12101         func_import.
12102         (func_emit_tests_Makefile_am): Handle $single_configure = true case.
12103         (func_import): Use the new functions.
12104         (func_create_testdir): Set final_modules. Handle $single_configure =
12105         true case.
12106
12107 2011-05-28  Bruno Haible  <bruno@clisp.org>
12108
12109         getloadavg: Remove an unreliable safety check.
12110         * m4/getloadavg.m4 (gl_GETLOADAVG): Drop argument. Remove test whether
12111         getloadavg.c is in place.
12112         * modules/getloadavg (configure.ac): Drop argument of gl_GETLOADAVG.
12113         Reported by Sam Steingold <sds@gnu.org>.
12114
12115 2011-05-28  Bruno Haible  <bruno@clisp.org>
12116
12117         doc: Cleanup yet another file produced by texinfo.tex.
12118         * doc/Makefile (mostlyclean): Remove also gnulib.cn.
12119
12120 2011-05-28  Bruno Haible  <bruno@clisp.org>
12121
12122         Finish the conditional dependencies mechanism.
12123         * gnulib-tool: New option --no-conditional-dependencies.
12124         (func_usage): Document it. Don't mark --conditional-dependencies as
12125         experimental.
12126         (cond_dependencies): The possible values can now be true, false, empty.
12127         (func_modules_transitive_closure, func_emit_autoconf_snippets): Update.
12128         (func_import): Store setting in gnulib-cache.m4 and read it from there.
12129         * doc/gnulib-tool.texi (Conditional dependencies): New section.
12130
12131 2011-05-28  Bruno Haible  <bruno@clisp.org>
12132
12133         doc: Use a recent texinfo.tex.
12134         * doc/Makefile (tex_opts): New variable.
12135         (%.dvi, %.pdf): Pass it to texi2dvi and texi2pdf.
12136
12137 2011-05-28  Jim Meyering  <meyering@redhat.com>
12138
12139         intprops.h: adjust comment to match code change
12140         * lib/intprops.h (_GL_INT_CONVERT): Adjust comment: now that E is used
12141         only once, it *may* have side effects.  Also fix an unrelated typo.
12142         (_GL_INT_SIGNED): Likewise.
12143
12144 2011-05-26  Simon Josefsson  <simon@josefsson.org>
12145
12146         * lib/gen-uni-tables.c: Say "gen-uni-tables.c" consistently.
12147
12148 2011-05-26  Bruno Haible  <bruno@clisp.org>
12149
12150         mbsrchr: Avoid collision with system function on Interix.
12151         * lib/string.in.h (mbsrchr): Define as rpl_mbsrchr also on Interix.
12152         Reported by Markus Duft <mduft@gentoo.org>.
12153
12154 2011-05-15  James Youngman  <jay@gnu.org>
12155
12156         getopt: for ambiguous options, enumerate the possibilities.
12157         * lib/getopt.c (_getopt_internal_r): Merge glibc change printing
12158         the ambiguous options when an ambiguous prefix is given. This was
12159         http://sourceware.org/bugzilla/show_bug.cgi?id=7101.  The merged
12160         glibc change was
12161         http://sourceware.org/git/?p=glibc.git;a=commit;h=bd25564e1e98910ed69043ed6a6f884ce60e5780.
12162
12163 2011-05-25  Eric Blake  <eblake@redhat.com>
12164
12165         getcwd: work around mingw bug
12166         * lib/getcwd-lgpl.c (rpl_getcwd): Guarantee correct error.
12167         * doc/posix-functions/getcwd.texi (getcwd): Document it.
12168         Reported by Matthias Bolte.
12169
12170 2011-05-24  Paul Eggert  <eggert@cs.ucla.edu>
12171
12172         test-intprops: disable -Wtype-limits diagnostics
12173         * tests/test-intprops.c: Use a pragma to ignore -Wtype-limits
12174         diagnostics.  Otherwise, the integer overflow macros generate many
12175         diagnostics.  Reported by Jim Meyering in
12176         <http://lists.gnu.org/archive/html/bug-gnulib/2011-05/msg00528.html>.
12177
12178         intprops: shorten, to pacify gcc -Woverlength-strings
12179         * lib/intprops.h (_GL_INT_CONVERT, _GL_INT_NEGATE_CONVERT):
12180         (_GL_BINARY_OP_OVERFLOW): Say "0 * (x)" rather than "(x) - (x)",
12181         so that, for example, verify (INT_MULTIPLY_OVERFLOW (...)) is less
12182         likely to run afoul of C compiler limits for string constant lengths.
12183         See <http://lists.gnu.org/archive/html/bug-gnulib/2011-05/msg00528.html>.
12184
12185 2011-05-24  Eric Blake  <eblake@redhat.com>
12186
12187         docs: document recently fixed glibc printf bug
12188         * doc/posix-functions/fprintf.texi (fprintf): Document it.
12189         * doc/posix-functions/printf.texi (printf): Likewise.
12190         * doc/posix-functions/vfprintf.texi (vfprintf): Likewise.
12191         * doc/posix-functions/vprintf.texi (vprintf): Likewise.
12192
12193         closein-tests: convert to init.sh
12194         * modules/closein-tests (Files): Add init.sh
12195         * tests/test-closein.sh Use it.
12196
12197         yesno-tests: convert to init.sh
12198         * modules/yesno-tests (Files): Add init.sh.
12199         * tests/test-yesno.sh: Use it.
12200
12201         atexit-tests: ensure reliable exit status
12202         * tests/test-atexit.sh: Prefer 'Exit' over 'exit'.
12203         Reported by Bruno Haible.
12204
12205 2011-05-24  Bruno Haible  <bruno@clisp.org>
12206
12207         strerror_r-posix: Respect rules for use of AC_LIBOBJ.
12208         * m4/strerror_r.m4 (gl_FUNC_STRERROR_R): Move AC_LIBOBJ and
12209         gl_PREREQ_STRERROR_R invocations from here...
12210         * modules/strerror_r-posix (configure.ac): ... to here.
12211
12212 2011-05-24  Eric Blake  <eblake@redhat.com>
12213
12214         strerror_r: fix missing header
12215         * lib/strerror_r.c: Avoid compiler warning about snprintf.
12216
12217         strerror_r: fix AIX test failures
12218         * lib/strerror_r.c (strerror_r): Convert silent truncation to
12219         ERANGE failure.
12220
12221         strerror_r: fix Solaris test failures
12222         * lib/strerror_r.c (strerror_r): Partially populate buf on ERANGE
12223         failures.
12224         * doc/posix-functions/strerror_r.texi (strerror_r): Document this.
12225
12226         strerror_r: enforce POSIX recommendations
12227         * lib/strerror_r.c (safe_copy): New helper method.
12228         (strerror_r): Guarantee a non-empty string.
12229         * tests/test-strerror_r.c (main): Enhance tests to incorporate
12230         recent POSIX rulings and to match our strerror guarantees.
12231         * doc/posix-functions/strerror_r.texi (strerror_r): Document this.
12232
12233 2011-05-24  Jim Meyering  <meyering@redhat.com>
12234
12235         test-perror2.c: avoid warning about unused variable
12236         * tests/test-perror2.c (main): Remove declaration of unused "fp".
12237
12238 2011-05-24  Eric Blake  <eblake@redhat.com>
12239
12240         perror: avoid spurious test failure on HP-UX
12241         * tests/test-perror.sh: Use Exit to avoid wrong exit status.
12242
12243         tests: fix logic bug in init.sh
12244         * tests/init.sh: (gl_set_x_corrupts_stderr_): Clear for successful
12245         shell.
12246
12247 2011-05-24  Jim Meyering  <meyering@redhat.com>
12248
12249         utimensat: do not reference an out-of-scope buffer
12250         Otherwise, with __linux__ defined, "times" would point to a buffer, "ts"
12251         declared in an inner scope, yet "times" would be dereferenced outside
12252         the scope in which "ts" was valid.
12253         * lib/utimensat.c (rpl_utimensat) [__linux__]: Move the declaration
12254         of ts[2] "out/up", so that the use of aliased "times" (via
12255         "times = ts;") does not end up referencing an out-of-scope "ts"
12256
12257         opendir-safer.c: don't clobber errno; don't close negative FD
12258         * lib/opendir-safer.c (opendir_safer):
12259         [HAVE_FDOPENDIR || GNULIB_FDOPENDIR]: Don't close a negative
12260         file descriptor, and more importantly, don't clobber the
12261         offending errno value with EINVAL.  Before, upon failure
12262         of dup_safer, we would pass the negative file descriptor to
12263         fdopendir, which would clobber errno.
12264
12265 2011-05-23  Bruno Haible  <bruno@clisp.org>
12266
12267         idcache: Fix module description.
12268         * modules/idcache (Include): Set to "idcache.h".
12269
12270 2011-05-23  Paul Eggert  <eggert@cs.ucla.edu>
12271
12272         gnulib-tool: fix portability problem with MacOS sed
12273         A sed command like "/x/{s/a/b/}" is not portable; a newline is needed
12274         before the "}".  Problem reported by Leo in
12275         <http://lists.gnu.org/archive/html/emacs-devel/2011-05/msg00717.html>.
12276         * gnulib-tool (func_modules_transitive_closure): Insert newlines in
12277         sed_extract_condition1, sed_extract_condition2.
12278
12279 2011-05-23  Bruno Haible  <bruno@clisp.org>
12280
12281         hash: Simplify autoconf macro.
12282         * m4/hash.m4 (gl_HASH): Don't require AM_STDBOOL_H.
12283
12284 2011-05-23  Bruno Haible  <bruno@clisp.org>
12285
12286         getugroups: Fix module description.
12287         * modules/getugroups (Include): Set to "getugroups.h".
12288
12289 2011-05-23  Bruno Haible  <bruno@clisp.org>
12290
12291         linkat: Simplify autoconf macro.
12292         * m4/linkat.m4 (gl_FUNC_LINKAT): Don't require gl_FUNC_LINK.
12293
12294 2011-05-23  Bruno Haible  <bruno@clisp.org>
12295             Eric Blake  <eblake@redhat.com>
12296
12297         linkat, renameat: Update dependencies.
12298         * modules/renameat (Depends-on): Add dosname, save-cwd. Remove stpcpy.
12299         * modules/linkat (Depends-on): Likewise. Remove also readlink,
12300         symlinkat.
12301
12302 2011-05-23  Jim Meyering  <meyering@redhat.com>
12303
12304         maint.mk: more tight_scope improvements
12305         * top/maint.mk: (_gl_TS_var_match): Use $(_gl_TS_extern) here, too.
12306         (_gl_TS_headers): Define only in if-0'd block.
12307         (_gl_TS_dir): Omit the $(srcdir)/ prefix.  Sometimes we need it,
12308         sometimes we must *not* use it.  Adjust uses accordingly.
12309         (sc_tight_scope): Use much simpler grep-based test to determine
12310         whether we skip this rule.
12311
12312         maint.mk: generalize/improve the tight-scope rule
12313         * top/maint.mk: Emit a warning when the test is skipped.
12314         (_gl_TS_dir): Add $(srcdir)/ prefix.
12315         (_gl_TS_function_match): Simplify, rather than trying
12316         to enumerate common types.  Otherwise, it would fail to match an
12317         "extern unsigned char const *" declaration in idutils.
12318         (_gl_TS_extern): Do not endorse use of "XTERN", but do provide
12319         a way to support use of that type of macro.
12320         (_gl_TS_var_match): Simplify regexp.
12321         (_gl_TS_obj_files): New configurable variable.
12322         (_gl_TS_headers): Likewise.
12323
12324 2011-05-22  Paul Eggert  <eggert@cs.ucla.edu>
12325
12326         verify: fix bug when gnulib <assert.h> is also included
12327         * lib/verify.h (verify, verify_true): Define if _GL_VERIFY_H
12328         is defined, not if _GL_STATIC_ASSERT_H is not defined.
12329         Perhaps there's a better way, but this fixes the immediate problem.
12330         Problem reported by Bruno Haible in
12331         <http://lists.gnu.org/archive/html/bug-gnulib/2011-05/msg00478.html>.
12332
12333 2011-05-22  Bruno Haible  <bruno@clisp.org>
12334
12335         xgetcwd: Simplify autoconf macro.
12336         * m4/xgetcwd.m4 (gl_XGETCWD): Don't require gl_FUNC_GETCWD.
12337
12338 2011-05-22  Bruno Haible  <bruno@clisp.org>
12339
12340         New module 'mktime-internal'.
12341         * modules/mktime-internal: New file.
12342         * m4/timegm.m4 (gl_PREREQ_TIMEGM): Move contents to ...
12343         * m4/mktime.m4 (gl_FUNC_MKTIME_INTERNAL): New macro. Define
12344         mktime_internal as a C macro if libc has __mktime_internal.
12345         * modules/timegm (Depends-on): Add mktime-internal. Remove mktime. Add
12346         conditions.
12347         * MODULES.html.sh (Date and time <time.h>): Add mktime-internal.
12348
12349 2011-05-22  Bruno Haible  <bruno@clisp.org>
12350
12351         timegm: Correct mktime replacement statements.
12352         * m4/timegm.m4 (gl_PREREQ_TIMEGM): Set REPLACE_MKTIME, instead of
12353         defining mktime as a C macro. This completes a 2009-07-28 commit.
12354
12355 2011-05-22  Bruno Haible  <bruno@clisp.org>
12356
12357         timegm: Simplify autoconf macro.
12358         * m4/timegm.m4 (gl_PREREQ_TIMEGM): Don't require gl_TIME_R.
12359
12360 2011-05-21  Paul Eggert  <eggert@cs.ucla.edu>
12361
12362         clock-time: change to LGPLv2+.
12363         * modules/clock-time: Change from GPL to LGPLv2+.  Actually, it's
12364         BSD-like but we have no mark for that; this is good enough for now.
12365
12366 2011-05-21  Bruno Haible  <bruno@clisp.org>
12367
12368         strerror_r: Fix comments.
12369         * lib/strerror_r.c (strerror_r): Fix comment about Cygwin and sys_nerr.
12370
12371 2011-05-21  Bruno Haible  <bruno@clisp.org>
12372
12373         relocatable-prog-wrapper: Fix possible link error.
12374         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): Move determination of
12375         HAVE_SETENV and REPLACE_SETENV and AC_LIBOBJ invocation from here...
12376         (gl_FUNC_SETENV): ... to here.
12377         * m4/canonicalize.m4 (gl_CANONICALIZE_LGPL_SEPARATE): Update comment.
12378         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): Likewise.
12379
12380 2011-05-21  Bruno Haible  <bruno@clisp.org>
12381
12382         relocatable-prog-wrapper: Assume strerror() exists.
12383         * modules/relocatable-prog-wrapper (Files): Remove lib/strerror.c,
12384         m4/strerror.m4.
12385         (configure.ac): Don't invoke gl_FUNC_STRERROR_SEPARATE.
12386         * lib/relocwrapper.c: Remove mention of strerror module.
12387         * lib/strerror.c: Assume REPLACE_STRERROR is 1.
12388         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Remove macro.
12389         (gl_FUNC_STRERROR): Inline it here. Don't define REPLACE_STRERROR as a
12390         C macro.
12391
12392 2011-05-21  Bruno Haible  <bruno@clisp.org>
12393
12394         select: Simplify replacement idiom.
12395         * m4/select.m4 (gl_FUNC_SELECT): Set REPLACE_SELECT also on native
12396         Win32 platforms.
12397         * lib/sys_select.in.h (select): Simplify accordingly.
12398         * modules/select (Depends-on): Likewise.
12399
12400 2011-05-21  Bruno Haible  <bruno@clisp.org>
12401
12402         mkdir-p: Simplify autoconf macro.
12403         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't require gl_FUNC_LCHMOD,
12404         gl_FUNC_LCHOWN.
12405
12406 2011-05-21  Eric Blake  <eblake@redhat.com>
12407
12408         strerror_r: avoid clobbering strerror on cygwin
12409         * lib/strerror_r.c (strerror_r): Don't use cygwin's strerror_r;
12410         fall back instead to sys_errlist.
12411         * modules/strerror (configure.ac): Add witness.
12412         * tests/test-strerror_r.c (main): Enhance test.
12413         * doc/posix-functions/strerror_r.texi (strerror_r): Document it.
12414         * tests/test-perror2.c (main): Free memory before exit.
12415
12416 2011-05-21  Bruno Haible  <bruno@clisp.org>
12417
12418         mkdtemp: Use gnulib naming conventions.
12419         * m4/mkdtemp.m4 (gl_FUNC_MKDTEMP): Renamed from gt_FUNC_MKDTEMP.
12420         * modules/mkdtemp (configure.ac): Update.
12421
12422 2011-05-20  Eric Blake  <eblake@redhat.com>
12423
12424         strerror_r: avoid corrupting errno on Solaris
12425         * m4/strerror_r.m4 (gl_FUNC_STRERROR_R): Check for Solaris behavior.
12426         * doc/posix-functions/strerror_r.texi (strerror_r): Document it.
12427
12428         strerror_r: avoid compiler warning
12429         * m4/strerror_r.m4 (gl_FUNC_STRERROR_R): Don't return a char*.
12430
12431         strerror_r: simplify AIX code
12432         * lib/strerror_r.c (strerror_r): Filter out buflen of 1 up front.
12433
12434         test-perror: avoid spurious failure on FreeBSD
12435         * modules/perror-tests (Depends-on): Add strerror, now that
12436         strerror_r no longer pulls it in.
12437
12438 2011-05-20  Bruno Haible  <bruno@clisp.org>
12439
12440         strerror_r-posix: Remove unused dependencies.
12441         * modules/strerror_r-posix (Depends-on): Remove strerror.
12442         Reported by Eric Blake.
12443
12444 2011-05-20  Paul Eggert  <eggert@cs.ucla.edu>
12445
12446         intprops: remove assumption about A|B representation
12447         * lib/intprops.h (_GL_BINARY_OP_OVERFLOW): Do not assume that A|B
12448         is a valid integer if both A and B are.  Although this is true for
12449         all known practical hosts, the C standard doesn't guarantee it,
12450         and the code need not assume it.  Also, this change may work around
12451         HP-UX 11.23 and IRIX 6.5 cc bugs reported by Bruno Haible in
12452         <http://lists.gnu.org/archive/html/bug-gnulib/2011-05/msg00426.html>.
12453
12454 2011-05-20  Eric Blake  <eblake@redhat.com>
12455
12456         perror: work around FreeBSD bug
12457         * m4/perror.m4 (gl_FUNC_PERROR): Also replace perror if strerror_r
12458         is broken.  Move AC_LIBOBJ...
12459         * modules/perror (configure.ac): Here.
12460         * doc/posix-functions/perror.texi (perror): Document this.
12461         * tests/test-perror2.c (main): Enhance test.
12462
12463         test-perror: check for strerror interactions
12464         * tests/macros.h (STREQ): Add macro.
12465         * modules/perror-tests (Files): Add second test.
12466         * tests/test-perror2.c (main): New file.
12467         * doc/posix-functions/perror.texi (perror): Document glibc bug.
12468
12469         test-perror: rewrite to use init script
12470         * modules/perror-tests (Files): Add init.sh.
12471         * tests/test-perror.sh: Use temporary directory.
12472
12473 2011-05-20  Jim Meyering  <meyering@redhat.com>
12474
12475         maint: replace misused "a" with "an"
12476         * doc/intprops.texi: "a integer"
12477         * doc/regex.texi: "a explanation"
12478         * lib/alignof.h: "a object"
12479         * lib/argmatch.h: "a explanation"
12480         * lib/argp-help.c: "a option" and "a OPTION_DOC"
12481         * lib/stdint.in.h: "a integer"
12482         * lib/userspec.c: "a owner"
12483         * doc/gnulib.texi: Fix "a idea", and reword.
12484
12485 2011-05-19  Jim Meyering  <meyering@redhat.com>
12486
12487         maint: correct misuse of "a" and "an"
12488         * doc/regex.texi (Collating Symbol Operators): s/an close.../a close/
12489         * lib/argp-help.c: "an docum...": s/an/a/
12490         * lib/argp-parse.c: "An vector": s/An/A/
12491         * lib/execute.c: "an native": s/an/a/
12492         * lib/spawn-pipe.c: Likewise.
12493         * lib/gc.h: "an Gc_rc": s/an/a/
12494         * lib/unigbrk.in.h: "an grapheme": s/an/a/
12495         * lib/fts.c: "an stat.st_dev": s/an/a/
12496
12497 2011-05-19  Paul Eggert  <eggert@cs.ucla.edu>
12498
12499         intprops-tests: work around HP-UX 11.23 cc bug with constants
12500         * tests/test-intprops.c (VERIFY): New macro.
12501         (main): Use it, instead of verify, to work around the compiler bug; see
12502         <http://lists.gnu.org/archive/html/bug-gnulib/2011-05/msg00401.html>.
12503
12504         intprops: work around IRIX 6.5 cc bug with 0u - 0u + -1
12505         See http://lists.gnu.org/archive/html/bug-gnulib/2011-05/msg00406.html
12506         * lib/intprops.h (_GL_INT_NEGATE_CONVERT): New macro.
12507         (_GL_INT_SIGNED, _GL_INT_MAXIMUM, _GL_DIVIDE_OVERFLOW):
12508         (_GL_REMAINDER_OVERFLOW): Use it.
12509
12510         intprops-tests: revert unsigned part of previous change
12511         * tests/test-intprops.c (UINT_MAX, ULONG_MAX, UINTMAX_MAX, U0, U1):
12512         Remove; they weren't actually needed.  All uses of U0 and U1 removed,
12513         and other casts to 'unsigned int' reverted to 'u' suffixes.  See
12514         <http://lists.gnu.org/archive/html/bug-gnulib/2011-05/msg00406.html>.
12515
12516 2011-05-19  Bruno Haible  <bruno@clisp.org>
12517
12518         strerror_r: Work around strerror_r() change in Cygwin 1.7.8.
12519         * lib/strerror_r.c (strerror_r) [CYGWIN]: Recognize when the system's
12520         strerror_r() returned without filling the buffer.
12521         Reported by Eric Blake.
12522
12523 2011-05-19  Eric Blake  <eblake@redhat.com>
12524
12525         strerror_r: guarantee unchanged errno
12526         * lib/strerror_r.c (strerror_r): Guarantee unchanged errno.
12527         * lib/strerror-impl.h (strerror): Set errno to match strerror_r
12528         failure.
12529         * tests/test-strerror_r.c (main): Enhance test.
12530
12531 2011-05-19  Bruno Haible  <bruno@clisp.org>
12532
12533         strerror_r: Reorder #if blocks.
12534         * lib/strerror_r.c (strerror_r): Reorder conditionals in the function
12535         for consistency with the previous commit.
12536
12537 2011-05-19  Bruno Haible  <bruno@clisp.org>
12538
12539         perror: Avoid clobbering the strerror buffer when possible.
12540         * lib/strerror-impl.h: New file, extracted from lib/strerror.c.
12541         * lib/strerror.c: Include it.
12542         * modules/strerror (Files): Add lib/strerror-impl.h.
12543         * lib/perror.c: Include <stdlib.h>, intprops.h, verify.h.
12544         (my_strerror): New function, defined through lib/strerror-impl.h.
12545         (perror): Use it instead of strerror.
12546         * modules/perror (Files): Add lib/strerror-impl.h.
12547         (Depends-on): Remove strerror. Add intprops, verify, strerror_r-posix.
12548
12549 2011-05-19  Eric Blake  <eblake@redhat.com>
12550
12551         strerror_r: fix on newer cygwin
12552         * lib/strerror_r.c (strerror_r): Cygwin now has
12553         __xpg_strerror_r, use it.
12554
12555 2011-05-19  Bruno Haible  <bruno@clisp.org>
12556
12557         strerror_r: Avoid clobbering the strerror buffer when possible.
12558         * lib/strerror.c: Define _NETBSD_SOURCE. Include <nl_types.h>.
12559         (sys_nerr, sys_errlist): New declarations.
12560         (strerror_r): Be careful not to clobber the strerror buffer on NetBSD,
12561         HP-UX, native Win32, IRIX, and 32-bit Solaris.
12562         * m4/strerror_r.m4 (gl_PREREQ_STRERROR_R): Test whether catgets exists.
12563
12564 2011-05-19  Bruno Haible  <bruno@clisp.org>
12565
12566         strerror_r: Fix test failure on mingw.
12567         * m4/strerror_r.m4 (gl_FUNC_STRERROR_R): Don't define
12568         EXTEND_STRERROR_R.
12569         * lib/strerror_r.c (strerror_r): Test the various GNULIB_defined_*
12570         macros from errno.in.h instead.
12571
12572 2011-05-19  Eric Blake  <eblake@redhat.com>
12573
12574         strerror: relax test for Solaris
12575         * tests/test-strerror.c (main): Permit Solaris behavior.
12576         * tests/test-strerror_r.c (main): Likewise.
12577
12578         strerror: enforce POSIX ruling on strerror(0)
12579         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Expose BSD bug.
12580         * m4/strerror_r.m4 (gl_FUNC_STRERROR_R): Likewise.
12581         * lib/strerror_r.c (rpl_strerror_r): Work around it.
12582         * doc/posix-functions/strerror.texi (strerror): Document it.
12583         * doc/posix-functions/strerror_r.texi (strerror_r): Likewise.
12584         * tests/test-strerror.c (main): Strengthen test.
12585         * tests/test-strerror_r.c (main): Likewise.
12586
12587 2011-05-19  Paul Eggert  <eggert@cs.ucla.edu>
12588
12589         intprop-tests: port to older and more-pedantic compilers
12590         * modules/intprops-tests (Files): Add tests/macros.h.
12591         * tests/test-intprops.c: Include macros.h.
12592         (TYPE_IS_INTEGER): Use ASSERT, not verify, to test this macro, as
12593         it's no longer documented to expand to an integer constant expression.
12594         (TYPE_SIGNED): Use ASSERT, not verify, to test this macro when the
12595         argument is floating point, as it's no longer documented to expand
12596         to an integer constant expression in that case.
12597         (UINT_MAX, ULONG_MAX, UINTMAX_MAX): Redefine to work around
12598         compiler bugs reported by Bruno Haible.  See
12599         <http://lists.gnu.org/archive/html/bug-gnulib/2011-05/msg00401.html>.
12600         (U0, U1): New constants, to work around the same bugs.  Also,
12601         in tests, use e.g., "(unsigned int) 39" rather than "39u".
12602
12603         intprops: work around C compiler bugs
12604         * lib/intprops.h (INT_MULTIPLY_RANGE_OVERFLOW): Work around compiler
12605         bug in Sun C 5.11 2010/08/13 and other compilers; see
12606         <http://lists.gnu.org/archive/html/bug-gnulib/2011-05/msg00401.html>.
12607
12608         intprops: TYPE_IS_INTEGER, TYPE_SIGNED not integer constant exprs
12609         * doc/intprops.texi (Integer Type Determination): Fix
12610         documentation for TYPE_IS_INTEGER: it returns an constant
12611         expression, not an integer constant expression.  Fix doc for
12612         TYPE_SIGNED: it returns an integer constant expression only if its
12613         argument is an integer type.  (TYPE_IS_INTEGER is the same, but is
12614         hardly worth documented that way....)
12615
12616 2011-05-18  Bruno Haible  <bruno@clisp.org>
12617
12618         strerror_r: Avoid clobbering the strerror buffer when possible.
12619         * lib/strerror_r.c (strerror_r): Merge the three implementations.
12620         Handle gnulib defined errno values here. When strerror() returns NULL
12621         or an empty string, return EINVAL.
12622         * lib/strerror.c (strerror): Always call strerror_r. Don't handle
12623         gnulib defined errno values here.
12624         * modules/strerror (Depends-on): Add verify, strerror_r-posix.
12625
12626 2011-05-18  Eric Blake  <eblake@redhat.com>
12627
12628         fnmatch: avoid compiler warning
12629         * lib/fnmatch_loop.c (FCT): Use correct type.
12630         Reported by Matthias Bolte.
12631
12632 2011-05-13  Jim Meyering  <meyering@redhat.com>
12633
12634         maint.mk: three new prohibit_<HDR>_without_use rules
12635         * top/maint.mk (sc_prohibit_stdio--_without_use): New rule.
12636         (sc_prohibit_stdio-safer_without_use): Likewise.
12637         (sc_prohibit_xfreopen_without_use): Likewise.
12638
12639 2011-05-17  Jim Meyering  <meyering@redhat.com>
12640
12641         announce-gen: fail if the NEWS delta is empty
12642         If there's nothing noteworthy in NEWS, then either you forgot
12643         or you shouldn't be releasing.
12644         * build-aux/announce-gen: Die if the NEWS delta is effectively empty.
12645
12646 2011-05-17  Pádraig Brady <P@draigBrady.com>
12647
12648         * top/maint.mk (_gl_tight_scope:): Automatically exclude compiler
12649         reserved symbols starting with double underscore from the check.
12650
12651 2011-05-17  Paul Eggert  <eggert@cs.ucla.edu>
12652
12653         intprops: add doc
12654         * doc/intprops.texi: New file, documenting intprops.
12655         * doc/gnulib.texi (Particular Modules): Include it.
12656
12657         verify: add doc to gnulib manual and fix example
12658         * doc/gnulib.texi (Compile-time Assertions): New node, for 'verify'.
12659         * doc/verify.texi (Compile-time Assertions): Update 'assert' doc.
12660         (Compile-time Assertions): Fix example so it can't overflow.
12661
12662 2011-05-17  Jim Meyering  <meyering@redhat.com>
12663
12664         warnings.m4: don't usurp save_CPPFLAGS variable name
12665         * m4/warnings.m4: Prefix local temporary variable name with gl_.
12666
12667         doc: fix typo
12668         * doc/gnulib-intro.texi (Target Platforms): s/is/are/
12669
12670 2011-05-16  Paul Eggert  <eggert@cs.ucla.edu>
12671             Bruno Haible  <bruno@clisp.org>
12672
12673         doc: Tweak recent change.
12674         * README (Portability guidelines): Tweak new text.
12675         * doc/gnulib-intro.texi (Target Platforms): Likewise. Mention
12676         Interix 6.1.
12677
12678 2011-05-16  Eric Blake  <eblake@redhat.com>
12679
12680         inttypes: avoid autoconf warning
12681         * m4/inttypes.m4 (gl_INTTYPES_INCOMPLETE): Only expand once.
12682         * m4/stdint.m4 (gl_STDINT_H): Likewise.
12683
12684 2011-05-16  Sam Steingold <sds@gnu.org>
12685         and Eric Blake  <eblake@redhat.com>
12686
12687         vc-list-files: accept multiple directory operands
12688         * build-aux/vc-list-files: Iterate over all remaining operands.
12689
12690 2011-05-16  Bruno Haible  <bruno@clisp.org>
12691
12692         Fix confusion regarding deprecated modules.
12693         * modules/calloc (Status, Notice): Mark module as deprecated, not
12694         obsolete.
12695         * modules/fnmatch-posix (Status, Notice): Likewise.
12696         * modules/getdate (Status, Notice): Likewise.
12697         * modules/getopt (Status, Notice): Likewise.
12698         * modules/malloc (Status, Notice): Likewise.
12699         * modules/pipe (Status, Notice): Likewise.
12700         * modules/realloc (Status, Notice): Likewise.
12701         * modules/rename-dest-slash (Status, Notice): Likewise.
12702         * modules/unictype/bidicategory-all (Status, Notice): Likewise.
12703         * modules/unictype/bidicategory-byname (Status, Notice): Likewise.
12704         * modules/unictype/bidicategory-name (Status, Notice): Likewise.
12705         * modules/unictype/bidicategory-of (Status, Notice): Likewise.
12706         * modules/unictype/bidicategory-test (Status, Notice): Likewise.
12707
12708 2011-05-16  Bruno Haible  <bruno@clisp.org>
12709
12710         doc: List the target platforms.
12711         * doc/gnulib-intro.texi (Target Platforms): New section.
12712         * doc/gnulib.texi (Introduction): Update menu.
12713         * README (Portability guidelines): Refer to the new section. Update
12714         statement about oldest supported environment. Remove rationale why
12715         <errno.h>, <string.h>, <stdlib.h> are assumed. Update example of an
12716         unportable C89 function.
12717         Reported by Bastien Roucariès <roucaries.bastien@gmail.com> and
12718         Charles Wilson <cygwin@cwilson.fastmail.fm>. Feedback from Paul Eggert.
12719
12720 2011-05-16  Paul Eggert  <eggert@cs.ucla.edu>
12721
12722         * build-aux/bootstrap (gnulib_tool): Handle symlink timestamps better.
12723
12724 2011-05-13  Paul Eggert  <eggert@cs.ucla.edu>
12725
12726         intprops-tests: new module
12727         * modules/intprops-tests, tests/test-intprops.c: New files.
12728
12729         intprops: add safe, portable integer overflow checking
12730         * lib/intprops.h (_GL_INT_CONVERT, _GL_INT_TWOS_COMPLEMENT):
12731         (_GL_INT_SIGNED, _GL_INT_MINIMUM, _GL_INT_MAXIMUM):
12732         (_GL_SIGNED_INT_MINIMUM, INT_ADD_RANGE_OVERFLOW):
12733         (INT__SUBTRACT__RANGE_OVERFLOW, INT_NEGATE_RANGE_OVERFLOW):
12734         (INT_MULTIPLY_RANGE_OVERFLOW, INT_REMAINDER_RANGE_OVERFLOW):
12735         (INT_LEFT_SHIFT_RANGE_OVERFLOW, _GL_ADD_OVERFLOW):
12736         (_GL__SUBTRACT__OVERFLOW, _GL_MULTIPLY_OVERFLOW, _GL_DIVIDE_OVERFLOW):
12737         (_GL_REMAINDER_OVERFLOW, _GL_UNSIGNED_NEG_MULTIPLE, INT_ADD_OVERFLOW):
12738         (INT__SUBTRACT__OVERFLOW, INT_NEGATE_OVERFLOW, INT_MULTIPLY_OVERFLOW):
12739         (INT_DIVIDE_OVERFLOW, INT_REMAINDER_OVERFLOW):
12740         (INT_LEFT_SHIFT_OVERFLOW, _GL_BINARY_OP_OVERFLOW): New macros.
12741
12742 2011-05-12  James Youngman  <jay@gnu.org>
12743
12744         Add a test for glibc's Bugzilla bug #12378.
12745         * m4/fnmatch.m4: Use gnulib's fnmatch if the system fnmatch
12746         doesn't allow the literal matching of a lone "[" (which is
12747         required by POSIX).
12748         * tests/test-fnmatch.c (main): Check that "[/b" matches itself.
12749
12750 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
12751
12752         Sync glibc change fixing Bugzilla bug #12378.
12753         * lib/fnmatch_loop.c (FCT): When matching '[' keep track of
12754         beginning and fall back to matching as normal character if the
12755         string ends before the matching ']' is found.  This is what POSIX
12756         requires.
12757
12758 2011-05-13  Eric Blake  <eblake@redhat.com>
12759
12760         getcwd-lgpl: relax test for FreeBSD
12761         * doc/posix-functions/getcwd.texi (getcwd): Document portability
12762         issue.
12763         * tests/test-getcwd-lgpl.c (main): Relax test.
12764         Reported by Matthias Bolte.
12765
12766 2011-05-11  Eric Blake  <eblake@redhat.com>
12767
12768         test-fflush: silence compiler warning
12769         * tests/test-fflush.c (main): Don't fclose a NULL pointer.
12770
12771 2011-05-11  Bruno Haible  <bruno@clisp.org>
12772
12773         canonicalize, canonicalize-lgpl: Avoid crash dialog on MacOS X.
12774         * m4/canonicalize.m4 (gl_FUNC_REALPATH_WORKS): Add GL_NOCRASH code.
12775         * modules/canonicalize (Depends-on): Add 'nocrash'.
12776         * modules/canonicalize-lgpl (Depends-on): Likewise.
12777         * doc/posix-functions/realpath.texi: Update platforms list.
12778         Reported by Ryan Schmidt <ryandesign@macports.org>.
12779
12780 2011-05-11  Bruno Haible  <bruno@clisp.org>
12781
12782         group-member: Declare function in <unistd.h>.
12783         * lib/unistd.in.h (group_member): New declaration.
12784         * lib/group-member.h: Remove file.
12785         * lib/group-member.c: Include <unistd.h> instead of group-member.h.
12786         * tests/test-unistd-c++.cc: Check signature of group_member.
12787         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Require
12788         gl_UNISTD_H_DEFAULTS. Set HAVE_GROUP_MEMBER.
12789         * m4/unistd_h.m4 (gl_UNISTD_H): Check whether group_member is declared.
12790         (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GROUP_MEMBER,
12791         HAVE_GROUP_MEMBER.
12792         * modules/group-member (Files): Remove lib/group-member.h.
12793         (Depends-on): Add unistd. Specify conditions.
12794         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
12795         (Include): Change to <unistd.h>.
12796         * modules/unistd (Makefile.am): Substitute GNULIB_GROUP_MEMBER,
12797         HAVE_GROUP_MEMBER.
12798         * NEWS: Mention the change.
12799         * lib/euidaccess.c: Don't include group-member.h.
12800
12801 2011-05-11  Bruno Haible  <bruno@clisp.org>
12802
12803         group-member: Document module.
12804         * doc/glibc-functions/group_member.texi: Mention the 'group-member'
12805         module.
12806
12807 2011-05-11  Bruno Haible  <bruno@clisp.org>
12808
12809         fclose: Fix mistake earlier today.
12810         * lib/fclose.c (rpl_fclose): Don't assume that EOF < 0.
12811
12812 2011-05-11  Eric Blake  <eblake@redhat.com>
12813
12814         fclose: preserve fflush errors
12815         * lib/fclose.c (rpl_fclose): Don't lose fflush errors.
12816         Reported by Jim Meyering.
12817
12818         bootstrap: support a prereq of 'rpcgen -' on RHEL5
12819         * build-aux/bootstrap (check_versions): When no specific version
12820         is required, merely check that the app produces an exit status
12821         that indicates its existence.
12822
12823         maint.mk: drop redundant check
12824         * top/maint.mk (sc_the_the): Delete; sc_prohibit_doubled_word does
12825         the same but better.
12826
12827 2011-05-11  Bruno Haible  <bruno@clisp.org>
12828
12829         fclose: Fix possible link error.
12830         * lib/fclose.c (rpl_fclose): Invoke _gl_unregister_fd, not
12831         unregister_shadow_fd. Improve comments.
12832         * lib/sockets.c (close_fd_maybe_socket): Add comments. Reported by
12833         Eric Blake.
12834
12835 2011-05-11  Jim Meyering  <meyering@redhat.com>
12836
12837         maint.mk: improve "can not" detection and generalize rule name
12838         * top/maint.mk (sc_prohibit_undesirable_word_seq): Renamed from
12839         sc_prohibit_can_not, since we'll probably add a few more word pairs here.
12840         Use the same technique as in sc_prohibit_doubled_word, so that
12841         we recognize "can not" also when the words are separated by a newline.
12842         Suggested by Eric Blake.
12843         (perl_filename_lineno_text_): Define.  Factored out of...
12844         (prohibit_doubled_word_): ...here.  Use the new definition.
12845         (prohibit_undesirable_word_seq_): New var.  Use it here, too.
12846         (prohibit_undesirable_word_seq_RE_): New overridable variable.
12847         (ignore_undesirable_word_sequence_RE_): New overridable variable.
12848
12849 2011-05-10  Eric Blake  <eblake@redhat.com>
12850
12851         fclose: avoid double close race when possible
12852         * lib/fclose.c (rpl_fclose): Rewrite to avoid double-close race on
12853         all but WINDOWS_SOCKETS.
12854
12855 2011-05-10  Bastien Roucariès  <roucaries.bastien@gmail.com>
12856
12857         openat: correct new comment
12858         * lib/openat-proc.c (openat_proc_name): Correct the comment.
12859
12860 2011-05-10  Jim Meyering  <meyering@redhat.com>
12861
12862         openat: add comments
12863         * lib/openat-proc.c (openat_proc_name): Add comments,
12864         mostly from Eric Blake.
12865
12866 2011-05-09  Eric Blake  <eblake@redhat.com>
12867
12868         openat: reduce syscalls in first probe of /proc
12869         * lib/openat-proc.c (openat_proc_name): Require that /proc/self/fd
12870         be a directory.  Simplify the probe for .. bugs.
12871         * modules/openat (Depends-on): Drop same-inode.
12872         Reported by Bastien ROUCARIES.
12873
12874 2011-05-09  Jim Meyering  <meyering@redhat.com>
12875
12876         maint.mk: change semantics/name of tight_scope variables
12877         * top/maint.mk (_gl_TS_var_match, _gl_TS_function_match):
12878         Rename variables to align with semantics that make them more useful.
12879
12880         maint.mk: tweak new rule's name not to impinge
12881         * top/maint.mk (_gl_tight_scope): Rename from sc_tight_scope-0.
12882         (sc_tight_scope): Use new rule name rather than $@-0.
12883
12884         maint.mk: add a syntax-check rule to ensure tightly-scoped symbols
12885         * top/maint.mk (sc_tight_scope): New rule.
12886         (sc_tight_scope-0): New rule, ifdef'd out.
12887         (_gl_TS_dir): Default.
12888         (_gl_TS_unmarked_extern_functions, _gl_TS_function_regex): Define.
12889         (_gl_TS_unmarked_extern_vars, _gl_TS_var_regex): Define.
12890
12891 2011-05-09  Simon Josefsson  <simon@josefsson.org>
12892
12893         * m4/gc.m4: Remove gl_PREREQ_GC (not used).  Reported by Bruno
12894         Haible <bruno@clisp.org>.
12895
12896 2011-05-08  Bruno Haible  <bruno@clisp.org>
12897
12898         Comments.
12899         * m4/isnanf.m4: Add comment.
12900         * m4/isnanl.m4: Likewise.
12901
12902 2011-05-08  Bruno Haible  <bruno@clisp.org>
12903
12904         glob: Remove obsolete macro.
12905         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): Remove macro.
12906
12907 2011-05-08  Paul Eggert  <eggert@cs.ucla.edu>
12908
12909         intprops: Sun C 5.11 supports __typeof__
12910         * lib/intprops.h (_GL_HAVE___TYPEOF__): New macro, which is set
12911         for either GCC 2 or later, as before, or for Sun C 5.11 or later,
12912         which is new.
12913         (_GL_SIGNED_TYPE_OR_EXPR): Use it.
12914
12915         intprops: switch to usual gnulib indenting and naming
12916         * lib/intprops.h (_GL_INTPROPS_H): Rename from GL_INTPROPS_H.
12917         (_GL_SIGNED_TYPE_OR_EXPR): Rename from signed_type_or_expr__.
12918
12919         * tests/test-inttostr.c (IS_TIGHT): Adjust to above renaming.
12920
12921 2011-05-08  Jim Meyering  <meyering@redhat.com>
12922
12923         maint.mk: suppress "Entering/Leaving directory" diag in announcement
12924         * top/maint.mk (release-prep): Use make's --no-print-directory
12925         option when generating the announcement.  This eliminates the
12926         pesky "make[2]: Entering/Leaving directory" diagnostics in the
12927         generated announcement template.
12928
12929 2011-05-08  Bruno Haible  <bruno@clisp.org>
12930
12931         tzset: Fix gettimeofday wrapper on Solaris 2.6.
12932         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): When invoking
12933         gl_GETTIMEOFDAY_REPLACE_LOCALTIME, also set REPLACE_GETTIMEOFDAY.
12934
12935 2011-05-07  Paul Eggert  <eggert@cs.ucla.edu>
12936
12937         ignore-value, verify: Omit include files from lib_SOURCES.
12938         * modules/ignore-value, modules/verify (Makefile.am):
12939         Don't put ignore-value.h, or verify.h, into lib_SOURCES, as
12940         that leads Automake to duplicate use of am__objects_... variables
12941         in Makefile.in.  See
12942         <http://lists.gnu.org/archive/html/emacs-devel/2011-05/msg00257.html>.
12943
12944 2011-05-07  Bruno Haible  <bruno@clisp.org>
12945
12946         fclose: Simplify autoconf macro.
12947         * m4/fclose.m4 (gl_FUNC_FCLOSE): Assume gl_FUNC_FFLUSH_STDIN is
12948         defined.
12949
12950 2011-05-07  Bruno Haible  <bruno@clisp.org>
12951
12952         canonicalize-lgpl: Fix autoconf macro ordering bug.
12953         * m4/canonicalize.m4 (gl_CANONICALIZE_LGPL): Require
12954         gl_STDLIB_H_DEFAULTS.
12955
12956 2011-05-06  Eric Blake  <eblake@redhat.com>
12957
12958         maintainer-makefile: make sc_po_check easier to tune
12959         * top/maint.mk (sc_po_check): Allow overriding which non-VC files
12960         to probe for strings, such as an alternate location for gnulib.
12961
12962         fclose: guarantee behavior on seekable stdin
12963         * modules/fclose (Depends-on): Add fflush.
12964         * doc/posix-functions/fclose.texi (fclose): Document this.
12965         * tests/test-fclose.c (main): Make test for this unconditional.
12966
12967 2011-05-06  Bruno Haible  <bruno@clisp.org>
12968
12969         fflush, fpurge: Relicense under LGPLv2+.
12970         * modules/fflush (License): Change from LGPLv3+ to LGPLv2+.
12971         * modules/fpurge (License): Likewise.
12972         With permission from Eric Blake and Jim Meyering.
12973         Suggested by Eric Blake.
12974
12975 2011-05-06  Karl Berry  <karl@gnu.org>
12976
12977         * MODULES.html.sh (func_all_modules): remove exit.
12978
12979 2011-05-06  Jim Meyering  <meyering@redhat.com>
12980
12981         maint.mk: use info-gnu@ as the default only for a stable release
12982         * top/maint.mk: Don't default to info-gnu for alpha or beta releases.
12983         For those, just use $(PACKAGE_BUGREPORT), in which case we don't have
12984         to set the Mail-Followup-To header.  Prompted by Reuben Thomas in
12985         http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/26488
12986
12987 2011-05-05  Paul Eggert  <eggert@cs.ucla.edu>
12988
12989         assert-h: new module, which supports C1X-style static_assert
12990         * lib/assert.in.h, m4/assert_h.m4, modules/assert-h: New files.
12991         * lib/verify.h: Revamp so that this can be copied into assert.h,
12992         while retaining the ability to use it standalone as before.
12993         Rename private identifiers so as not to encroach on the
12994         standard C namespace, since this is now used by assert.h.
12995         (_GL_VERIFY_TYPE): New macro, factoring out differing parts of
12996         the old verify_true.
12997         (_GL_VERIFY_TRUE): New macro, with much of the contents of
12998         the old verify_true.  Use _GL_VERIFY_TYPE.
12999         (_GL_VERIFY): New macro, with much of the contents of the old verify.
13000         (static_assert): New macro, if _GL_STATIC_ASSERT_H
13001         is defined and static_assert is not; _GL_STATIC_ASSERT_H is
13002         defined when this file is copied into the replacement assert.h.
13003         (_Static_assert): New macro, if _GL_STATIC_ASSERT_H is defined
13004         and _Static_assert is not built in.
13005         (verify_true, verify): Define only if _GL_STATIC_ASSERT_H is not
13006         defined, and use the new macros mentioned above.
13007         * doc/posix-headers/assert.texi: Document this.
13008
13009 2011-05-05  Bruno Haible  <bruno@clisp.org>
13010
13011         fclose, fflush: Respect rules for use of AC_LIBOBJ.
13012         * m4/fflush.m4 (gl_FUNC_FFLUSH): Don't invoke gl_REPLACE_FCLOSE.
13013         * m4/fclose.m4 (gl_FUNC_FCLOSE): Invoke gl_FUNC_FFLUSH_STDIN and
13014         gl_REPLACE_FCLOSE here.
13015         * modules/fflush (Depends-on): Remove fclose.
13016         * doc/posix-functions/fclose.texi: Mention module 'fflush' only in
13017         combination with module 'fclose'.
13018
13019 2011-05-05  Bruno Haible  <bruno@clisp.org>
13020
13021         fflush, fseeko: Respect rules for use of AC_LIBOBJ.
13022         * m4/fflush.m4 (gl_FUNC_FFLUSH_STDIN): New macro, extracted from
13023         gl_FUNC_FFLUSH.
13024         (gl_FUNC_FFLUSH): Use it.
13025         (gl_REPLACE_FFLUSH): Don't invoke gl_REPLACE_FSEEKO.
13026         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Invoke gl_FUNC_FFLUSH_STDIN and
13027         gl_REPLACE_FSEEKO here.
13028
13029 2011-05-05  Bruno Haible  <bruno@clisp.org>
13030
13031         tzset: Relicense under LGPL.
13032         * modules/tzset (License): Change to LGPL.
13033         No agreement needed; it's a no-op.
13034
13035         strtoimax, strtoumax: Relicense under LGPL.
13036         * modules/strtoimax (License): Change to LGPL.
13037         * modules/strtoumax (License): Likewise.
13038         With permission from Jim Meyering, Paul Eggert:
13039         <http://lists.gnu.org/archive/html/bug-gnulib/2011-05/msg00124.html>
13040         <http://lists.gnu.org/archive/html/bug-gnulib/2011-05/msg00109.html>
13041
13042         getgroups: Relicense under LGPL.
13043         * modules/getgroups (License): Change to LGPL.
13044         With permission from Jim Meyering, Paul Eggert, Eric Blake:
13045         <http://lists.gnu.org/archive/html/bug-gnulib/2011-05/msg00111.html>
13046         <http://lists.gnu.org/archive/html/bug-gnulib/2011-05/msg00148.html>
13047         <http://lists.gnu.org/archive/html/bug-gnulib/2011-05/msg00138.html>
13048
13049         nanosleep: Relicense under LGPL.
13050         * modules/nanosleep (License): Change to LGPL.
13051         With permission from Jim Meyering, Paul Eggert, Eric Blake, Bruno
13052         Haible:
13053         <http://lists.gnu.org/archive/html/bug-gnulib/2011-05/msg00111.html>
13054         <http://lists.gnu.org/archive/html/bug-gnulib/2011-05/msg00148.html>
13055         <http://lists.gnu.org/archive/html/bug-gnulib/2011-05/msg00138.html>
13056         <http://lists.gnu.org/archive/html/bug-gnulib/2011-05/msg00131.html>
13057
13058         futimens: Relicense under LGPL.
13059         * modules/futimens (License): Change to LGPL.
13060         With permission from Eric Blake:
13061         <http://lists.gnu.org/archive/html/bug-gnulib/2011-05/msg00138.html>
13062
13063         fflush: Relicense under LGPL.
13064         * modules/fflush (License): Change to LGPL.
13065         With permission from Eric Blake, Bruno Haible, Jim Meyering:
13066         <http://lists.gnu.org/archive/html/bug-gnulib/2011-05/msg00138.html>
13067         <http://lists.gnu.org/archive/html/bug-gnulib/2011-05/msg00131.html>
13068         <http://lists.gnu.org/archive/html/bug-gnulib/2011-05/msg00133.html>
13069
13070         tmpfile: Relicense under LGPL.
13071         * modules/tmpfile (License): Change to LGPL.
13072         With permission from Ben Pfaff:
13073         <http://lists.gnu.org/archive/html/bug-gnulib/2010-12/msg00185.html>
13074
13075         isfinite: Relicense under LGPL.
13076         * modules/isfinite (License): Change to LGPL.
13077         With permission from Ben Pfaff, Bruno Haible:
13078         <http://lists.gnu.org/archive/html/bug-gnulib/2010-12/msg00185.html>
13079         <http://lists.gnu.org/archive/html/bug-gnulib/2011-05/msg00130.html>
13080
13081         acosl..tanl: Relicense under LGPL.
13082         * modules/acosl (License): Change to LGPL.
13083         * modules/asinl (License): Likewise.
13084         * modules/atanl (License): Likewise.
13085         * modules/cosl (License): Likewise.
13086         * modules/expl (License): Likewise.
13087         * modules/logl (License): Likewise.
13088         * modules/sinl (License): Likewise.
13089         * modules/sqrtl (License): Likewise.
13090         * modules/tanl (License): Likewise.
13091         Source code originally from glibc and Paolo Bonzini. Agreements:
13092         <http://lists.gnu.org/archive/html/bug-gnulib/2011-05/msg00137.html>
13093         <http://lists.gnu.org/archive/html/bug-gnulib/2011-05/msg00128.html>
13094
13095 2011-05-05  Bruno Haible  <bruno@clisp.org>
13096
13097         signal: Define sighandler_t.
13098         * lib/signal.in.h (sighandler_t): New type.
13099         * m4/signal_h.m4 (gl_SIGNAL_H): Require AC_USE_SYSTEM_EXTENSIONS. Test
13100         whether sighandler_t is defined.
13101         (gl_SIGNAL_H_DEFAULTS): Initialize HAVE_SIGHANDLER_T.
13102         * modules/signal (Depends-on): Add extensions.
13103         (Makefile.am): Substitute HAVE_SIGHANDLER_T.
13104         * doc/posix-headers/signal.texi: Mention the problem with sighandler_t.
13105         Suggested by Markus Steinborn <gnugv_maintainer@yahoo.de>.
13106
13107 2011-05-05  Eric Blake  <eblake@redhat.com>
13108
13109         maint: remove useless REPLACE_*_H macros
13110         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Delete.
13111         * m4/dirent_h.m4 (gl_REPLACE_DIRENT_H): Likewise.
13112         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H): Likewise.
13113         * m4/poll_h.m4 (gl_REPLACE_POLL_H): Likewise.
13114         * m4/spawn_h.m4 (gl_REPLACE_SPAWN_H): Likewise.
13115         * m4/sys_ioctl_h.m4 (gl_REPLACE_SYS_IOCTL_H): Likewise.
13116         * m4/wchar_h.m4 (gl_REPLACE_WCHAR_H): Likewise.
13117         * m4/btowc.m4: Update callers.
13118         * m4/dirfd.m4: Likewise.
13119         * m4/duplocale.m4: Likewise.
13120         * m4/fchdir.m4: Likewise.
13121         * m4/fdopendir.m4: Likewise.
13122         * m4/inet_ntop.m4: Likewise.
13123         * m4/inet_pton.m4: Likewise.
13124         * m4/ioctl.m4: Likewise.
13125         * m4/mbrlen.m4: Likewise.
13126         * m4/mbrtowc.m4: Likewise.
13127         * m4/mbsinit.m4: Likewise.
13128         * m4/mbsnrtowcs.m4: Likewise.
13129         * m4/mbsrtowcs.m4: Likewise.
13130         * m4/poll.m4: Likewise.
13131         * m4/setlocale.m4: Likewise.
13132         * m4/wcrtomb.m4: Likewise.
13133         * m4/wcsnrtombs.m4: Likewise.
13134         * m4/wcsrtombs.m4: Likewise.
13135         * m4/wctob.m4: Likewise.
13136         * m4/wcwidth.m4: Likewise.
13137         * modules/posix_spawn: Likewise.
13138         * modules/posix_spawn_file_actions_addclose: Likewise.
13139         * modules/posix_spawn_file_actions_adddup2: Likewise.
13140         * modules/posix_spawn_file_actions_addopen: Likewise.
13141         * modules/posix_spawn_file_actions_destroy: Likewise.
13142         * modules/posix_spawn_file_actions_init: Likewise.
13143         * modules/posix_spawnattr_destroy: Likewise.
13144         * modules/posix_spawnattr_getflags: Likewise.
13145         * modules/posix_spawnattr_getpgroup: Likewise.
13146         * modules/posix_spawnattr_getschedparam: Likewise.
13147         * modules/posix_spawnattr_getschedpolicy: Likewise.
13148         * modules/posix_spawnattr_getsigdefault: Likewise.
13149         * modules/posix_spawnattr_getsigmask: Likewise.
13150         * modules/posix_spawnattr_init: Likewise.
13151         * modules/posix_spawnattr_setflags: Likewise.
13152         * modules/posix_spawnattr_setpgroup: Likewise.
13153         * modules/posix_spawnattr_setschedparam: Likewise.
13154         * modules/posix_spawnattr_setschedpolicy: Likewise.
13155         * modules/posix_spawnattr_setsigdefault: Likewise.
13156         * modules/posix_spawnattr_setsigmask: Likewise.
13157         * modules/posix_spawnp: Likewise.
13158
13159 2011-05-04  Reuben Thomas  <rrt@sc3d.org>
13160
13161         Add option to do-release-commit-and-tag to specify branch.
13162         * build-aux/do-release-commit-and-tag: Add --branch.
13163
13164 2011-05-03  Bruno Haible  <bruno@clisp.org>
13165
13166         Avoid unnecessary compilation units, through conditional dependencies.
13167         * modules/accept (Depends-on): Add conditions to the dependencies.
13168         * modules/acosl (Depends-on): Likewise.
13169         * modules/argz (Depends-on): Likewise.
13170         * modules/asinl (Depends-on): Likewise.
13171         * modules/atanl (Depends-on): Likewise.
13172         * modules/atoll (Depends-on): Likewise.
13173         * modules/bind (Depends-on): Likewise.
13174         * modules/btowc (Depends-on): Likewise.
13175         * modules/canonicalize-lgpl (Depends-on): Likewise.
13176         * modules/ceil (Depends-on): Likewise.
13177         * modules/ceilf (Depends-on): Likewise.
13178         * modules/ceill (Depends-on): Likewise.
13179         * modules/chdir-long (Depends-on): Likewise.
13180         * modules/chown (Depends-on): Likewise.
13181         * modules/close (Depends-on): Likewise.
13182         * modules/connect (Depends-on): Likewise.
13183         * modules/cosl (Depends-on): Likewise.
13184         * modules/dirfd (Depends-on): Likewise.
13185         * modules/dprintf (Depends-on): Likewise.
13186         * modules/dprintf-posix (Depends-on): Likewise.
13187         * modules/error (Depends-on): Likewise.
13188         * modules/euidaccess (Depends-on): Likewise.
13189         * modules/expl (Depends-on): Likewise.
13190         * modules/faccessat (Depends-on): Likewise.
13191         * modules/fchdir (Depends-on): Likewise.
13192         * modules/fclose (Depends-on): Likewise.
13193         * modules/fcntl (Depends-on): Likewise.
13194         * modules/fdopendir (Depends-on): Likewise.
13195         * modules/fflush (Depends-on): Likewise.
13196         * modules/floor (Depends-on): Likewise.
13197         * modules/floorf (Depends-on): Likewise.
13198         * modules/floorl (Depends-on): Likewise.
13199         * modules/fnmatch (Depends-on): Likewise.
13200         * modules/fopen (Depends-on): Likewise.
13201         * modules/fprintf-posix (Depends-on): Likewise.
13202         * modules/frexp (Depends-on): Likewise.
13203         * modules/frexp-nolibm (Depends-on): Likewise.
13204         * modules/frexpl (Depends-on): Likewise.
13205         * modules/frexpl-nolibm (Depends-on): Likewise.
13206         * modules/fseek (Depends-on): Likewise.
13207         * modules/fsusage (Depends-on): Likewise.
13208         * modules/ftell (Depends-on): Likewise.
13209         * modules/ftello (Depends-on): Likewise.
13210         * modules/futimens (Depends-on): Likewise.
13211         * modules/getcwd (Depends-on): Likewise.
13212         * modules/getcwd-lgpl (Depends-on): Likewise.
13213         * modules/getdelim (Depends-on): Likewise.
13214         * modules/getdomainname (Depends-on): Likewise.
13215         * modules/getgroups (Depends-on): Likewise.
13216         * modules/gethostname (Depends-on): Likewise.
13217         * modules/getline (Depends-on): Likewise.
13218         * modules/getlogin_r (Depends-on): Likewise.
13219         * modules/getopt-posix (Depends-on): Likewise.
13220         * modules/getpeername (Depends-on): Likewise.
13221         * modules/getsockname (Depends-on): Likewise.
13222         * modules/getsockopt (Depends-on): Likewise.
13223         * modules/getsubopt (Depends-on): Likewise.
13224         * modules/getusershell (Depends-on): Likewise.
13225         * modules/glob (Depends-on): Likewise.
13226         * modules/grantpt (Depends-on): Likewise.
13227         * modules/iconv_open (Depends-on): Likewise.
13228         * modules/iconv_open-utf (Depends-on): Likewise.
13229         * modules/inet_ntop (Depends-on): Likewise.
13230         * modules/inet_pton (Depends-on): Likewise.
13231         * modules/ioctl (Depends-on): Likewise.
13232         * modules/isapipe (Depends-on): Likewise.
13233         * modules/isfinite (Depends-on): Likewise.
13234         * modules/isinf (Depends-on): Likewise.
13235         * modules/lchown (Depends-on): Likewise.
13236         * modules/ldexpl (Depends-on): Likewise.
13237         * modules/link (Depends-on): Likewise.
13238         * modules/linkat (Depends-on): Likewise.
13239         * modules/listen (Depends-on): Likewise.
13240         * modules/logl (Depends-on): Likewise.
13241         * modules/lstat (Depends-on): Likewise.
13242         * modules/mbrlen (Depends-on): Likewise.
13243         * modules/mbrtowc (Depends-on): Likewise.
13244         * modules/mbsinit (Depends-on): Likewise.
13245         * modules/mbsnrtowcs (Depends-on): Likewise.
13246         * modules/mbsrtowcs (Depends-on): Likewise.
13247         * modules/mbtowc (Depends-on): Likewise.
13248         * modules/memcmp (Depends-on): Likewise.
13249         * modules/mkdir (Depends-on): Likewise.
13250         * modules/mkdtemp (Depends-on): Likewise.
13251         * modules/mkfifo (Depends-on): Likewise.
13252         * modules/mkfifoat (Depends-on): Likewise.
13253         * modules/mknod (Depends-on): Likewise.
13254         * modules/mkostemp (Depends-on): Likewise.
13255         * modules/mkostemps (Depends-on): Likewise.
13256         * modules/mkstemp (Depends-on): Likewise.
13257         * modules/mkstemps (Depends-on): Likewise.
13258         * modules/mktime (Depends-on): Likewise.
13259         * modules/nanosleep (Depends-on): Likewise.
13260         * modules/open (Depends-on): Likewise.
13261         * modules/openat (Depends-on): Likewise.
13262         * modules/perror (Depends-on): Likewise.
13263         * modules/poll (Depends-on): Likewise.
13264         * modules/popen (Depends-on): Likewise.
13265         * modules/posix_spawn (Depends-on): Likewise.
13266         * modules/posix_spawn_file_actions_addclose (Depends-on): Likewise.
13267         * modules/posix_spawn_file_actions_adddup2 (Depends-on): Likewise.
13268         * modules/posix_spawn_file_actions_addopen (Depends-on): Likewise.
13269         * modules/posix_spawnp (Depends-on): Likewise.
13270         * modules/pread (Depends-on): Likewise.
13271         * modules/printf-posix (Depends-on): Likewise.
13272         * modules/ptsname (Depends-on): Likewise.
13273         * modules/putenv (Depends-on): Likewise.
13274         * modules/pwrite (Depends-on): Likewise.
13275         * modules/readline (Depends-on): Likewise.
13276         * modules/readlink (Depends-on): Likewise.
13277         * modules/readlinkat (Depends-on): Likewise.
13278         * modules/recv (Depends-on): Likewise.
13279         * modules/recvfrom (Depends-on): Likewise.
13280         * modules/regex (Depends-on): Likewise.
13281         * modules/remove (Depends-on): Likewise.
13282         * modules/rename (Depends-on): Likewise.
13283         * modules/renameat (Depends-on): Likewise.
13284         * modules/rmdir (Depends-on): Likewise.
13285         * modules/round (Depends-on): Likewise.
13286         * modules/roundf (Depends-on): Likewise.
13287         * modules/roundl (Depends-on): Likewise.
13288         * modules/rpmatch (Depends-on): Likewise.
13289         * modules/select (Depends-on): Likewise.
13290         * modules/send (Depends-on): Likewise.
13291         * modules/sendto (Depends-on): Likewise.
13292         * modules/setenv (Depends-on): Likewise.
13293         * modules/setlocale (Depends-on): Likewise.
13294         * modules/setsockopt (Depends-on): Likewise.
13295         * modules/shutdown (Depends-on): Likewise.
13296         * modules/sigaction (Depends-on): Likewise.
13297         * modules/signbit (Depends-on): Likewise.
13298         * modules/sigprocmask (Depends-on): Likewise.
13299         * modules/sinl (Depends-on): Likewise.
13300         * modules/sleep (Depends-on): Likewise.
13301         * modules/snprintf (Depends-on): Likewise.
13302         * modules/snprintf-posix (Depends-on): Likewise.
13303         * modules/socket (Depends-on): Likewise.
13304         * modules/sprintf-posix (Depends-on): Likewise.
13305         * modules/sqrtl (Depends-on): Likewise.
13306         * modules/stat (Depends-on): Likewise.
13307         * modules/strchrnul (Depends-on): Likewise.
13308         * modules/strdup-posix (Depends-on): Likewise.
13309         * modules/strerror (Depends-on): Likewise.
13310         * modules/strerror_r-posix (Depends-on): Likewise.
13311         * modules/strndup (Depends-on): Likewise.
13312         * modules/strnlen (Depends-on): Likewise.
13313         * modules/strptime (Depends-on): Likewise.
13314         * modules/strsep (Depends-on): Likewise.
13315         * modules/strsignal (Depends-on): Likewise.
13316         * modules/strstr-simple (Depends-on): Likewise.
13317         * modules/strtod (Depends-on): Likewise.
13318         * modules/strtoimax (Depends-on): Likewise.
13319         * modules/strtok_r (Depends-on): Likewise.
13320         * modules/strtoumax (Depends-on): Likewise.
13321         * modules/symlink (Depends-on): Likewise.
13322         * modules/symlinkat (Depends-on): Likewise.
13323         * modules/tanl (Depends-on): Likewise.
13324         * modules/tcgetsid (Depends-on): Likewise.
13325         * modules/tmpfile (Depends-on): Likewise.
13326         * modules/trunc (Depends-on): Likewise.
13327         * modules/truncf (Depends-on): Likewise.
13328         * modules/truncl (Depends-on): Likewise.
13329         * modules/uname (Depends-on): Likewise.
13330         * modules/unlink (Depends-on): Likewise.
13331         * modules/unlockpt (Depends-on): Likewise.
13332         * modules/unsetenv (Depends-on): Likewise.
13333         * modules/usleep (Depends-on): Likewise.
13334         * modules/utimensat (Depends-on): Likewise.
13335         * modules/vasprintf (Depends-on): Likewise.
13336         * modules/vdprintf (Depends-on): Likewise.
13337         * modules/vdprintf-posix (Depends-on): Likewise.
13338         * modules/vfprintf-posix (Depends-on): Likewise.
13339         * modules/vprintf-posix (Depends-on): Likewise.
13340         * modules/vsnprintf (Depends-on): Likewise.
13341         * modules/vsnprintf-posix (Depends-on): Likewise.
13342         * modules/vsprintf-posix (Depends-on): Likewise.
13343         * modules/wcrtomb (Depends-on): Likewise.
13344         * modules/wcscasecmp (Depends-on): Likewise.
13345         * modules/wcscspn (Depends-on): Likewise.
13346         * modules/wcsdup (Depends-on): Likewise.
13347         * modules/wcsncasecmp (Depends-on): Likewise.
13348         * modules/wcsnrtombs (Depends-on): Likewise.
13349         * modules/wcspbrk (Depends-on): Likewise.
13350         * modules/wcsrtombs (Depends-on): Likewise.
13351         * modules/wcsspn (Depends-on): Likewise.
13352         * modules/wcsstr (Depends-on): Likewise.
13353         * modules/wcstok (Depends-on): Likewise.
13354         * modules/wcswidth (Depends-on): Likewise.
13355         * modules/wctob (Depends-on): Likewise.
13356         * modules/wctomb (Depends-on): Likewise.
13357         * modules/wctype (Depends-on): Likewise.
13358         * modules/wcwidth (Depends-on): Likewise.
13359         * modules/write (Depends-on): Likewise.
13360
13361 2011-05-03  Bruno Haible  <bruno@clisp.org>
13362
13363         Support for conditional dependencies.
13364         * doc/gnulib.texi (Module description): Document the syntax of
13365         conditional dependencies.
13366         * gnulib-tool: New option --conditional-dependencies.
13367         (func_usage): Document it.
13368         (cond_dependencies): New variable.
13369         (func_get_automake_snippet_conditional,
13370         func_get_automake_snippet_unconditional): New functions, extracted from
13371         func_get_automake_snippet.
13372         (func_get_automake_snippet): Use them.
13373         (sed_first_32_chars): New variable.
13374         (func_module_shellfunc_name): New function.
13375         (func_module_shellvar_name): New function.
13376         (func_module_conditional_name): New function.
13377         (func_uncond_add_module, func_conddep_add_module, func_cond_module_p,
13378         func_cond_module_condition): New functions.
13379         (func_modules_transitive_closure): Add support for conditional
13380         dependencies.
13381         (func_emit_lib_Makefile_am): For a conditional module, enclose the
13382         conditional automake snippet in an automake conditional.
13383         (func_emit_autoconf_snippets): Emit shell functions that contain the
13384         code for conditional modules.
13385         (func_import, func_create_testdir): Update specification.
13386
13387 2011-05-03  Eric Blake  <eblake@redhat.com>
13388
13389         test-getaddrinfo: report error information
13390         * tests/test-getaddrinfo.c (simple): Use err outside of dbprintf.
13391
13392 2011-05-03  Jim Meyering  <meyering@redhat.com>
13393
13394         bootstrap: avoid build failure when $GZIP is set
13395         * build-aux/bootstrap (check_versions): Do not treat $GZIP as a
13396         program name.  If defined at all, it is supposed to list gzip options.
13397         Reported by Alan Curry in http://debbugs.gnu.org/8609
13398
13399 2011-05-03  Reuben Thomas  <rrt@sc3d.org>
13400
13401         readme-release: new module with release instructions
13402         * modules/readme-release: New module.
13403         * top/README-release: New file, from coreutils, grep, diffutils.
13404         * MODULES.html.sh (Support for maintaining and releasing): Add it.
13405
13406 2011-05-02  Eric Blake  <eblake@redhat.com>
13407
13408         fflush: also replace fclose when fixing fflush
13409         * modules/fflush (Depends-on): Add fclose.
13410         * m4/fflush.m4 (gl_FUNC_FFLUSH): Also replace fclose.
13411         * lib/fclose.c (rpl_fclose): Don't cause spurious failures on
13412         memstreams with no backing fd.
13413         * doc/posix-functions/fclose.texi (fclose): Document the use of
13414         fflush module to fix the bug.
13415         * tests/test-fclose.c (main): Relax test when fclose is used in
13416         isolation.
13417
13418         fclose: add some tests
13419         * modules/fclose-tests: New test module.
13420         * tests/test-fclose.c: New file.
13421         * doc/posix-functions/fclose.texi (fclose): Document the bug.
13422
13423         fclose: reduced dependencies
13424         * modules/fclose (Depends-on): Switch from fflush/fseeko to
13425         simpler lseek.
13426         * lib/fclose.c (rpl_fclose): Likewise.
13427         Reported by Simon Josefsson.
13428
13429         exit: drop remaining clients
13430         * modules/argmatch (Depends-on): Replace exit with stdlib.
13431         * modules/copy-file (Depends-on): Likewise.
13432         * modules/execute (Depends-on): Likewise.
13433         * modules/exitfail (Depends-on): Likewise.
13434         * modules/obstack (Depends-on): Likewise.
13435         * modules/pagealign_alloc (Depends-on): Likewise.
13436         * modules/pipe-filter-gi (Depends-on): Likewise.
13437         * modules/pipe-filter-ii (Depends-on): Likewise.
13438         * modules/savewd (Depends-on): Likewise.
13439         * modules/spawn-pipe (Depends-on): Likewise.
13440         * modules/wait-process (Depends-on): Likewise.
13441         * modules/xsetenv (Depends-on): Likewise.
13442         * modules/chdir-long (Depends-on): Add stdlib, for EXIT_FAILURE.
13443         * modules/git-merge-changelog (Depends-on): Likewise.
13444         * modules/long-options (Depends-on): Likewise.
13445         * modules/pt_chown (Depends-on): Likewise.
13446         * modules/sysexits (Depends-on): Likewise.
13447
13448         freading: relax license from LGPLv3+ to LGPLv2+
13449         * modules/freading (License): Relax LGPL version.
13450
13451 2011-05-02  Bruno Haible  <bruno@clisp.org>
13452
13453         fchdir: Remove unused dependencies.
13454         * modules/fchdir (Depends-on): Remove include_next.
13455
13456 2011-05-02  Bruno Haible  <bruno@clisp.org>
13457
13458         gnulib-tool: Refactor.
13459         * gnulib-tool (func_emit_autoconf_snippet): New function, extracted
13460         from func_emit_autoconf_snippets.
13461         (func_emit_autoconf_snippets): Use it.
13462
13463 2011-05-02  Simon Josefsson  <simon@josefsson.org>
13464
13465         * NEWS: Document removal of 'exit'.
13466         * modules/exit: Remove file.
13467
13468 2011-05-01  Bruno Haible  <bruno@clisp.org>
13469
13470         Update DEPENDENCIES.
13471         * DEPENDENCIES (gettext): Recommend the newest release.
13472         Reported by Simon Josefsson.
13473
13474 2011-05-01  Bruno Haible  <bruno@clisp.org>
13475
13476         gnulib-tool: Reduce code duplication.
13477         * gnulib-tool (func_emit_autoconf_snippets): New function.
13478         (func_import, func_create_testdir): Use it.
13479
13480 2011-04-30  Eric Blake  <eblake@redhat.com>
13481
13482         fclose: don't fail on non-seekable input stream
13483         * modules/fclose (Depends-on): Add freading, fflush, fseeko.
13484         * lib/fclose.c (rpl_fclose): Skip fflush for non-seekable input,
13485         since fflush is allowed to fail in that case.
13486
13487 2011-04-30  Bruno Haible  <bruno@clisp.org>
13488
13489         dup3: cleanup
13490         * lib/dup3.c: Remove old code, leftover from 2009-12-16.
13491
13492 2011-04-30  Bruno Haible  <bruno@clisp.org>
13493
13494         netdb: Make it work in C++ mode.
13495         * lib/netdb.in.h (struct addrinfo): In C++, define as a C struct.
13496         (getaddrinfo, freeaddrinfo, getnameinfo): Use macros from c++defs
13497         module.
13498         * m4/netdb_h.m4 (gl_NETDB_MODULE_INDICATOR): Invoke
13499         gl_MODULE_INDICATOR_FOR_TESTS.
13500         * modules/netdb-tests (Depends-on): Add netdb-c++-tests.
13501         * modules/netdb-c++-tests: New file.
13502         * tests/test-netdb-c++.cc: New file.
13503
13504 2011-04-30  Bruno Haible  <bruno@clisp.org>
13505
13506         New modules 'vfscanf', 'vscanf'.
13507         * modules/vfscanf: New file.
13508         * modules/vscanf: New file.
13509         * m4/stdio_h.m4 (gl_STDIO_H): Don't set GNULIB_VFSCANF, GNULIB_VSCANF
13510         here.
13511         * doc/posix-functions/vfscanf.texi: Mention module 'vfscanf'.
13512         * doc/posix-functions/vscanf.texi: Mention module 'vscanf'.
13513
13514 2011-04-30  Bruno Haible  <bruno@clisp.org>
13515
13516         passfd: Add comments.
13517         * lib/passfd.c: Add comments about platforms.
13518
13519 2011-04-30  Bruno Haible  <bruno@clisp.org>
13520
13521         sys_uio: Make <sys/uio.h> self-contained.
13522         * lib/sys_uio.in.h: Include <sys/types.h> before <sys/uio.h>.
13523         * doc/posix-headers/sys_uio.texi: Mention the OpenBSD problem.
13524
13525 2011-04-30  Bruno Haible  <bruno@clisp.org>
13526
13527         sys_socket: Ensure 'struct iovec' definition.
13528         * lib/sys_socket.in.h: Include <sys/uio.h> also on platforms that have
13529         <sys/socket.h>.
13530         * doc/posix-headers/sys_socket.texi: Mention the OpenBSD problem.
13531
13532 2011-04-30  Bruno Haible  <bruno@clisp.org>
13533
13534         sys_uio: Protect definition of 'struct iovec'.
13535         * lib/sys_uio.in.h (struct iovec): Avoid redefinition. In C++, define
13536         it as a C struct.
13537
13538 2011-04-30  Bruno Haible  <bruno@clisp.org>
13539
13540         manywarnings: fix indentation
13541         * m4/manywarnings.m4: Indent by 2 spaces consistently.
13542
13543 2011-04-30  Pádraig Brady <P@draigBrady.com>
13544
13545         manywarnings: add -Wno-missing-field-initializers if needed.
13546         * m4/manywarnings.m4 (gl_MANYWARN_ALL_GCC): Add the above
13547         option if it's needed to allow initialization with { 0, }
13548
13549 2011-04-29  Reuben Thomas  <rrt@sc3d.org>
13550
13551         announce-gen: cosmetic improvement
13552         * build-aux/announce-gen: Strip any leading ./ from the NEWS file name.
13553
13554 2011-04-29  Jim Meyering  <meyering@redhat.com>
13555
13556         vc-list-files: indent with spaces, not TABs
13557         * build-aux/vc-list-files: Convert leading TABs to spaces,
13558         to match the style of most other files in gnulib.
13559
13560         announce-gen: indent with spaces, not TABs
13561         * build-aux/announce-gen: Convert all TABs to spaces, to match
13562         the style of most other files in gnulib.
13563
13564 2011-04-29  Eric Blake  <eblake@redhat.com>
13565
13566         quotearg: avoid uninitialized variable use
13567         * lib/quotearg.c (quoting_options_from_style): Initialize
13568         remaining fields, and ensure that custom styles are only used via
13569         quoting_options rather than quoting_style.
13570
13571 2011-04-29  Jim Meyering  <meyering@redhat.com>
13572
13573         maint.mk: remove unused VC-tag variable
13574         * top/maint.mk (VC-tag): Remove unused variable.
13575
13576 2011-04-29  Bruno Haible  <bruno@clisp.org>
13577
13578         netdb: fix gai_strerror replacements
13579         * lib/netdb.in.h: Add _GL_FUNCDECL_RPL definitions.
13580         * modules/netdb: Substitute it.
13581
13582 2011-04-29  Jim Meyering  <meyering@redhat.com>
13583
13584         test-getcwd.c: avoid new set-but-not-used warning
13585         * tests/test-getcwd.c (test_abort_bug): Exit nonzero for any problem,
13586         not just the glibc/abort one that getcwd-abort-bug.m4 detects.
13587         * m4/getcwd-abort-bug.m4: Update this now-duplicated code to match,
13588         and adjust the code that sets gl_cv_func_getcwd_abort_bug accordingly.
13589
13590         test-hash.c: avoid a new shadowing warning
13591         * tests/test-hash.c (main): Don't shadow "dup".
13592
13593 2011-04-28  Eric Blake  <eblake@redhat.com>
13594
13595         getaddrinfo: fix gai_strerror signature
13596         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Detect broken signatures,
13597         and work around mingw with UNICODE defined.
13598         (gl_PREREQ_GETADDRINFO): Drop redundant decl check.
13599         * m4/netdb_h.m4 (gl_NETDB_H_DEFAULTS): Add witness.
13600         * modules/netdb (Makefile.am): Substitute it.
13601         * lib/netdb.in.h (gai_strerror): Declare replacement.
13602         * lib/gai_strerror.c (rpl_gai_strerror): Fix signature.
13603         * doc/posix-functions/gai_strerror.texi (gai_strerror): Document
13604         the fix.
13605
13606         getsockopt: avoid compiler warning
13607         * lib/getsockopt.c (rpl_getsockopt): Add a cast for mingw.
13608         Reported by Matthias Bolte.
13609
13610         tests: drop unused link dependency
13611         * modules/areadlinkat-tests (Makefile.am): Drop stale LDADD.
13612         * modules/dirent-safer-tests (Makefile.am): Likewise.
13613         * modules/fdopendir-tests (Makefile.am): Likewise.
13614         * modules/mkfifoat-tests (Makefile.am): Likewise.
13615         * modules/openat-safer-tests (Makefile.am): Likewise.
13616         * modules/openat-tests (Makefile.am): Likewise.
13617         * modules/readlinkat-tests (Makefile.am): Likewise.
13618         * modules/symlinkat-tests (Makefile.am): Likewise.
13619         * modules/linkat-tests (Makefile.am): Likewise.
13620         (Depends-on): Switch to filenamecat-lgpl.
13621         * modules/fdutimensat-tests (test_fdutimensat_LDADD): Drop unused
13622         LIBINTL.
13623         * modules/utimensat-tests (test_utimensat_LDADD): Likewise.
13624         * tests/test-linkat.c (main): Don't require xalloc.
13625
13626         hash, mgetgroups: drop xalloc dependency
13627         * lib/hash.c (includes): Adjust includes.
13628         * lib/mgetgroups.c (includes): Likewise.
13629         (xgetgroups): Move...
13630         * lib/xgetgroups.c: ...to new file.
13631         * lib/mgetgroups.h (xgetgroups): Make declaration conditional.
13632         * modules/xgetgroups: New file, split from...
13633         * modules/mgetgroups: ...here.
13634         (Depends-on): Add xalloc-oversized.
13635         * modules/hash (Depends-on): Likewise.
13636         * modules/hash-tests (Depends-on): Drop xalloc.
13637         (test_hash_LDADD): Drop unused library.
13638         * tests/test-hash.c (main): Break xalloc dependency.
13639         (includes): Drop unused include.
13640
13641         xalloc-oversized: new module
13642         * modules/xalloc-oversized: New module.
13643         * modules/xalloc (Depends-on): Add it.
13644         * lib/xalloc.h (xalloc_oversized): Move...
13645         * lib/xalloc-oversized.h: ...into new file.
13646
13647         utimecmp: drop dependency on xmalloc
13648         * lib/utimecmp.c (utimecmp): Work even if hash table cache fails
13649         due to memory pressure.
13650         * modules/utimecmp (Depends-on): Drop xalloc.
13651
13652 2011-04-27  Eric Blake  <eblake@redhat.com>
13653
13654         getcwd: fix mingw bugs
13655         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Detect one mingw bug.
13656         * doc/posix-functions/getcwd.texi (getcwd): Document the problems.
13657         * lib/getcwd-lgpl.c (rpl_getcwd): Fix return type.
13658
13659 2011-04-27  Bruno Haible  <bruno@clisp.org>
13660
13661         mkstemps: Ensure declaration on MacOS X 10.5.
13662         * lib/stdlib.in.h: Include <unistd.h> when mkstemps is requested.
13663         * doc/glibc-functions/mkstemps.texi: Document header file problem on
13664         MacOS X.
13665
13666 2011-04-27  Bruno Haible  <bruno@clisp.org>
13667
13668         mkstemp: More documentation.
13669         * doc/posix-functions/mkstemp.texi: Document header file problem on
13670         MacOS X.
13671
13672 2011-04-27  Bruno Haible  <bruno@clisp.org>
13673
13674         mkstemp: Tweak configure message when cross-compiling.
13675         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): When cross-compiling, qualify the
13676         result as a guess.
13677
13678 2011-04-27  Bruno Haible  <bruno@clisp.org>
13679
13680         clean-temp: Clarify what it does.
13681         * lib/clean-temp.h: Add more comments.
13682         * doc/posix-functions/mkstemp.texi: Tweak reference to 'clean-temp'
13683         module.
13684         * doc/glibc-functions/mkostemp.texi: Mention 'clean-temp' here too.
13685         * doc/glibc-functions/mkstemps.texi: Likewise.
13686         * doc/glibc-functions/mkostemps.texi: Likewise.
13687
13688 2011-04-27  Eric Blake  <eblake@redhat.com>
13689
13690         fchdir: avoid extra chdir and fix test
13691         * modules/fchdir (Depends-on): Add dosname, filenamecat-lgpl,
13692         getcwd-lgpl.
13693         * lib/fchdir.c (get_name): Any absolute name will do; it does not
13694         have to be canonical.
13695         (canonicalize_file_name): Drop unused macro.
13696         * m4/dup2.m4 (gl_REPLACE_DUP2): Ensure dup2 is replaced.
13697
13698         filenamecat-lgpl: fix licence
13699         * modules/filenamecat-lgpl (License): Mark as LGPLv2+, as intended
13700         when it was first created.
13701
13702         linkat, renameat: add missing dependency
13703         * modules/linkat (Depends-on): Require getcwd-lgpl.
13704         * modules/renameat (Depends-on): Likewise.
13705
13706         tests: reduce dependencies
13707         * tests/test-linkat.c (main): Use lighter-weight getcwd.
13708         * tests/test-renameat.c (main): Likewise.
13709         * modules/linkat-tests (Depends-on): Relax dependency.
13710         * modules/renameat-tests (Depends-on): Likewise.
13711         * modules/fchdir-tests (Depends-on): Likewise.  Also make cloexec
13712         dependency explicit.
13713
13714         save-cwd: reduce default dependency
13715         * modules/save-cwd (Depends-on): Use getcwd-lgpl.
13716         * lib/save-cwd.c: Update comments.
13717         * NEWS: Document the semantic change.
13718
13719         getcwd: enhance tests
13720         * tests/test-getcwd-lgpl.c: New file, taken from...
13721         * tests/test-getcwd.c: ...old contents.  Rewrite this file to
13722         repeat long path stress tests from m4 probe.
13723         * modules/getcwd-lgpl-tests: New module.
13724         * modules/getcwd-tests (Depends-on): Depend on lgpl tests.
13725         * m4/getcwd-abort-bug.m4: Update comment.
13726         * m4/getcwd-path-max.m4: Likewise.
13727
13728         getcwd-lgpl: new module
13729         * modules/getcwd-lgpl: New module.
13730         * lib/getcwd-lgpl.c: New file.
13731         * doc/posix-functions/getcwd.texi (getcwd): Document it.
13732         * MODULES.html.sh (lacking POSIX:2008): Likewise.
13733         * modules/getcwd (configure.ac): Set C witness.
13734         * m4/getcwd.m4 (gl_FUNC_GETCWD_LGPL): New macro.
13735
13736         getcwd: tweak comments
13737         * m4/getcwd-abort-bug.m4: Fix comments.
13738         * m4/getcwd-path-max.m4: Likewise.
13739         * m4/getcwd.m4: Likewise.
13740
13741 2011-04-27  Reuben Thomas  <rrt@sc3d.org>
13742         and Eric Blake  <eblake@redhat.com>
13743
13744         mkstemp: replace if system version uses wrong permissions
13745         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Add test for non-owner
13746         read/write mode bits set in file created by mkstemp.
13747         * doc/posix-functions/mkstemp.texi (mkstemp): Document the fix.
13748
13749 2011-04-27  Eric Blake  <eblake@redhat.com>
13750
13751         passfd: avoid compiler warning
13752         * lib/passfd.c (sendfd, recvfd): Avoid shadowing names.
13753         Reported by Laine Stump.
13754
13755 2011-04-27  J.T. Conklin  <jtc@acorntoolworks.com>  (tiny change)
13756
13757         * gnulib-tool: change "join -a 2" to "join -a2", the latter is
13758         required by the NetBSD (and perhaps other 4.4BSD derived) join.
13759
13760 2011-04-27  Reuben Thomas  <rrt@sc3d.org>
13761         and Eric Blake  <eblake@redhat.com>
13762
13763         mkstemp: mention clean-temp module
13764         * lib/mkstemp.c: Add comment.
13765         * doc/posix-functions/mkstemp.texi (mkstemp): Likewise.
13766
13767 2011-04-26  Paul Eggert  <eggert@cs.ucla.edu>
13768
13769         inttypes: also provide default values for 32-bit tests
13770         * m4/inttypes.m4 (gl_INTTYPES_H_DEFAULTS): Also provide default values
13771         for INT32_MAX_LT_INTMAX_MAX and for UINT32_MAX_LT_UINTMAX_MAX.
13772
13773 2011-04-25  Paul Eggert  <eggert@cs.ucla.edu>
13774
13775         strtoumax: remove dependency on strtoimax
13776         This is like the strtoull change of yesterday.
13777         * modules/strtoumax (Files): Add lib/strtoimax.c.
13778         (Depends-on): Remove strtoimax and add verify.
13779
13780         inttypes-incomplete: new module
13781         * m4/inttypes.m4 (gl_INTTYPES_INCOMPLETE): New macro, containing
13782         all but the PRI* and SCN* parts of gl_INTTYPES_H.
13783         (gl_INTTYPES_PRI_SCN): New macro, containing the PRI* and SCN* parts
13784         of gl_INTTYPES_H.
13785         (gl_INTTYPES_H): Rewrite in terms of these new macros.
13786         (gl_INTTYPES_H_DEFAULTS): Provide defaults for the PRI* and SCN*
13787         parts, in case gl_INTTYPE_PRI_SCN is not invoked.
13788         * modules/imaxabs, modules/imaxdiv, modules/strtoimax (Depends-on):
13789         * modules/strtoumax, modules/xstrtol (Depends-on):
13790         Depend on inttypes-incomplete, not inttypes.
13791         * modules/inttypes-incomplete: New module, containing the contents
13792         of the old modules/inttypes module, except that the Files: section
13793         omits m4/inttypes-pri.m4, and the configure.ac section invokes
13794         gl_INTTYPES_INCOMPLETE rather than gl_INTTYPES_H.
13795         * modules/inttypes (Files): Remove lib/inttypes.in.h, m4/inttypes.m4.
13796         (Depends-on): Depend only on inttypes-incomplete.
13797         (Makefile.am): Remove everything; this is now in inttypes-incomplete.
13798
13799         inttypes: omit now-redundant strtoimax and strtoumax work
13800         * m4/inttypes.m4 (gl_INTTYPES_H): Do not check for strtoimax and
13801         strtoumax decls; gl_FUNC_STRTOIMAX and gl_FUNC_STRTOUMAX now do this.
13802
13803         strtoimax, strtoumax: simplify, port to HP-UX 11.00 64-bit
13804         This supports apps that need pointers to strtoimax and strtoumax,
13805         and ports to HP-UX 11.00 64.bit, which has macros that expand to
13806         nonexistent functions.  See
13807         <http://lists.gnu.org/archive/html/bug-gnulib/2011-04/msg00241.html>
13808         et seq.
13809         * lib/inttypes.in.h (strtoimax, strtoumax): #undef before declaring.
13810         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Don't check whether it's
13811         a macro.
13812         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
13813
13814 2011-04-25  Simon Josefsson  <simon@josefsson.org>
13815
13816         * modules/gnumakefile (configure.ac): Replace TAB with SPCs.
13817
13818 2011-04-25  Bruno Haible  <bruno@clisp.org>
13819
13820         strtol, strtoul: Mark modules as obsolete.
13821         * modules/strtol (Status, Notice): New sections.
13822         * modules/strtoul (Status, Notice): New sections.
13823
13824 2011-04-25  Bruno Haible  <bruno@clisp.org>
13825
13826         strtod: Remove check for strtod, unless supporting old platforms.
13827         * modules/strtod-obsolete: New file.
13828         * m4/strtod-obsolete.m4: New file.
13829         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't check whether strtod is declared
13830         if gl_FUNC_STRTOD_OBSOLETE is not also defined.
13831         * modules/strtod (Depends-on): Add strtod-obsolete.
13832         * doc/posix-functions/strtod.texi: Mention module strtod-obsolete.
13833
13834 2011-04-25  Bruno Haible  <bruno@clisp.org>
13835
13836         strcase: Make module obsolete.
13837         * modules/strcase (Status, Notice): New sections.
13838
13839 2011-04-25  Bruno Haible  <bruno@clisp.org>
13840
13841         dup2: Remove check for dup2, unless supporting old obsolete platforms.
13842         * modules/dup2-obsolete: New file.
13843         * m4/dup2-obsolete.m4: New file.
13844         * m4/dup2.m4 (gl_FUNC_DUP2): Don't check whether dup2 exists if
13845         gl_FUNC_DUP2_OBSOLETE is not also defined.
13846         * modules/dup2 (Depends-on): Add dup2-obsolete.
13847         * doc/posix-functions/dup2.texi: Mention module dup2-obsolete.
13848
13849 2011-04-25  Bruno Haible  <bruno@clisp.org>
13850
13851         strnlen: Avoid memchr related link error on old obsolete platforms.
13852         * modules/memchr-obsolete: New file.
13853         * m4/memchr-obsolete.m4: New file.
13854         * m4/memchr.m4 (gl_FUNC_MEMCHR): Don't check whether memchr exists if
13855         gl_FUNC_MEMCHR_OBSOLETE is not also defined.
13856         * modules/memchr (Depends-on): Add memchr-obsolete.
13857         * modules/strnlen (Depends-on): Likewise.
13858         * doc/posix-functions/memchr.texi: Mention module memchr-obsolete.
13859
13860 2011-04-25  Jim Meyering  <meyering@redhat.com>
13861
13862         maint.mk: makefile_at_at_check extend and clean up
13863         * top/maint.mk (sc_makefile_at_at_check): Check *.mk files
13864         in addition to */Makefile.am.
13865         Exempt legitimate uses of @VAR@ notation, e.g.,
13866         MAKEINFO = env LANG= LC_MESSAGES= LC_ALL= LANGUAGE= @MAKEINFO@
13867         Remove obsolete coreutils-specific comment.
13868         Prompted by discussion here:
13869         http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/26074
13870
13871 2011-04-24  Paul Eggert  <eggert@cs.ucla.edu>
13872
13873         strtoul: remove dependency on strtol
13874         This is so that 'configure' need not check for strtol merely because
13875         the application needs strtoul.
13876         * modules/strtoul (Files): Add lib/strtol.c.
13877         (Depends-on): Remove strtol.
13878
13879         strtoull: remove dependency on strtoul
13880         This is like the strtoll change.
13881         * modules/strtoull (Files): Add lib/strtol.c, lib/strtoul.c.
13882         (Depends-on): Remove strtoul.
13883
13884         strtoll: remove dependency on strtol
13885         This is so that 'configure' need not check for strtol merely because
13886         the application needs strtoll.
13887         * modules/strtoll (Files): Add lib/strtol.c.
13888         (Depends-on): Remove strtol.
13889
13890 2011-04-22  Paul Eggert  <eggert@cs.ucla.edu>
13891
13892         inttypes: Move some configure check to module 'imaxdiv'.
13893         * m4/imaxdiv.m4 (gl_FUNC_IMAXDIV): Require gl_INTTYPES_H_DEFAULTS
13894         instead of gl_INTTYPES_H.  Check for imaxdiv decl here.
13895         * m4/inttypes.m4 (gl_INTTYPES_H): Don't check for imaxdiv decl here.
13896
13897 2011-04-22  Paul Eggert  <eggert@cs.ucla.edu>
13898
13899         inttypes: Move some configure check to module 'imaxabs'.
13900         * m4/imaxabs.m4 (gl_FUNC_IMAXABS): Require gl_INTTYPES_H_DEFAULTS
13901         instead of gl_INTTYPES_H.  Check for imaxabs decl here.
13902         * m4/inttypes.m4 (gl_INTTYPES_H): Don't check for imaxabs decl here.
13903
13904 2011-04-22  Paul Eggert  <eggert@cs.ucla.edu>
13905
13906         inttypes: Remove configure tests that are not needed since 2009-12-31.
13907         * m4/inttypes.m4 (gl_INTTYPES_H): Remove determination of
13908         gl_cv_header_working_inttypes_h.
13909
13910 2011-04-22  Paul Eggert  <eggert@cs.ucla.edu>
13911
13912         * modules/strnlen (Depends-on): Remove memchr.
13913         The strnlen implementation doesn't need the memchr module's fixes; see
13914         <http://lists.gnu.org/archive/html/bug-gnulib/2011-04/msg00237.html>.
13915
13916         strtol: remove dependency on wchar
13917         * lib/strtol.c: Include <wchar.h> only if USE_WIDE_CHAR is defined.
13918         * modules/strtol (Depends-on): Remove wchar.
13919
13920 2011-04-21  Eric Blake  <eblake@redhat.com>
13921
13922         passfd: fix test regression on Linux
13923         * modules/passfd-tests (configure.ac): Correct socketpair check.
13924
13925         passfd: speed up configure and drop unused code
13926         * m4/afunix.m4 (gl_SOCKET_AFUNIX): Rename...
13927         * m4/passfd.m4 (gl_PASSFD): ...to something more fitting of
13928         its use.  Drop test for setting unused HAVE_UNIXSOCKET_SCM_RIGHTS.
13929         Instead of probing at configure for unix_scm_rights_bsd44_way,
13930         instead probe for CMSG_FIRSTHDR at compile time.  Simplify BSD 4.3
13931         check to a struct member probe.
13932         * lib/passfd.c (includes): Nothing here requires <sys/un.h>.
13933         (sendfd, recvfd): Update preprocessor checks.
13934         * modules/passfd (Files): Reflect rename, and drop unused file.
13935         (Depends-on): Drop unused dependency.
13936
13937         passfd: allow compilation on mingw
13938         * modules/sys_socket (Depends-on): Add sys_uio.
13939         * lib/sys_socket.in.h [!@HAVE_SYS_SOCKET_H@]: Use it for struct
13940         iovec and a minimal struct msghdr.
13941         * m4/afunix.m4 (gl_SOCKET_AFUNIX): Detect recvmsg/sendmsg.
13942         * tests/test-sys_socket.c (main): Enhance test.
13943         * lib/passfd.c (include): Drop <sys/uio.h>; <sys/sockets.h> is
13944         guaranteed to provide what we need.
13945         (sendmsg, recvmsg): Declare fallbacks if we lack sendmsg.
13946         * modules/passfd-tests (Depends-on): Add sys_wait.
13947         * tests/test-passfd.c (main): Skip test on mingw, for now.
13948         * doc/posix-headers/sys_socket.texi (sys/socket.h): Document the
13949         partial 'struct msghdr' implementation.
13950
13951         sys_uio: new module
13952         * modules/sys_uio: New module.
13953         * modules/sys_uio-tests: Likewise.
13954         * lib/sys_uio.in.h: New file.
13955         * m4/sys_uio_h.m4: Likewise.
13956         * tests/test-sys_uio.c: Likewise.
13957         * doc/posix-headers/sys_uio.texi (sys/uio.h): Document it.
13958         * MODULES.html.sh (systems lacking POSIX:2008): Likewise.
13959
13960 2011-04-20  Jim Meyering  <meyering@redhat.com>
13961
13962         useless-if-before-free: avoid false-positive
13963         * build-aux/useless-if-before-free: Adjust regexp for the non-brace
13964         disjunct so that it too requires a terminating ";".  Without that,
13965         this script would identify as useless one statement from gcc that
13966         was not:
13967           if (aligned_ptr)
13968             free (((void **) aligned_ptr) [-1]);
13969
13970 2011-04-20  Giuseppe Scrivano  <gscrivano@gnu.org>
13971
13972         doc: update users.txt.
13973         * users.txt: Add barcode.
13974
13975 2011-04-19  Bruno Haible  <bruno@clisp.org>
13976
13977         ioctl: Remove link dependency on native Windows.
13978         * lib/fd-hook.h: Renamed from lib/close-hook.h.
13979         (gl_close_fn, gl_ioctl_fn): New types.
13980         (struct fd_hook): Renamed from struct close_hook. Change type of
13981         private_close_fn field. Add private_ioctl_fn field.
13982         (close_hook_fn): Add parameter for primary close method.
13983         (execute_close_hooks, execute_all_close_hooks): Likewise.
13984         (ioctl_hook_fn): New type.
13985         (execute_ioctl_hooks, execute_all_ioctl_hooks): New declarations.
13986         (register_fd_hook): Renamed from register_close_hook. Add ioctl_hook
13987         argument.
13988         (unregister_fd_hook): Renamed from unregister_close_hook.
13989         * lib/fd-hook.c: Renamed from lib/close-hook.c.
13990         Don't include <unistd.h>.
13991         (close): Remove undef.
13992         (anchor): Update.
13993         (execute_close_hooks): Add argument for primary close method.
13994         (execute_all_close_hooks): Likewise.
13995         (execute_ioctl_hooks, execute_all_ioctl_hooks): New functions.
13996         (register_fd_hook): Renamed from register_close_hook. Add ioctl_hook
13997         argument. Allow each argument to be NULL.
13998         (unregister_fd_hook): Renamed from unregister_close_hook.
13999         * lib/close.c (rpl_close): Pass 'close' function pointer to
14000         execute_all_close_hooks.
14001         * lib/ioctl.c: Include <errno.h>, fd-hook.h.
14002         (primary_ioctl): New function.
14003         (ioctl): Don't call ioctlsocket here. Instead, call
14004         execute_all_ioctl_hooks.
14005         * lib/sockets.c (close_fd_maybe_socket): Add argument for primary
14006         close method.
14007         (ioctl_fd_maybe_socket): New function, with code from lib/ioctl.c.
14008         (fd_sockets_hook): Renamed from close_sockets_hook.
14009         (gl_sockets_startup, gl_sockets_cleanup): Update.
14010         * modules/fd-hook: Renamed from modules/close-hook. Update.
14011         * modules/close (Depends-on): Add fd-hook, remove close-hook.
14012         * modules/sockets (Depends-on): Likewise.
14013         * modules/ioctl (Depends-on): Add fd-hook.
14014         * tests/test-nonblocking.c (main): Use GNULIB_TEST_SOCKET, not
14015         GNULIB_SOCKET.
14016
14017 2011-04-19  Bruno Haible  <bruno@clisp.org>
14018
14019         Move the support of O_NONBLOCK in open() to the 'open' module.
14020         * modules/nonblocking (Depends-on): Remove 'open'.
14021         * m4/nonblocking.m4 (gl_NONBLOCKING_IO_BODY): Set
14022         gl_cv_have_open_O_NONBLOCK.
14023         * m4/open.m4 (gl_FUNC_OPEN): Replace open() also when required for
14024         O_NONBLOCK support.
14025         * doc/posix-functions/open.texi: Document support for O_NONBLOCK.
14026
14027 2011-04-17  Bruno Haible  <bruno@clisp.org>
14028
14029         pipe2: Simplify code.
14030         * lib/pipe2.c (pipe2): Reduce code duplication.
14031
14032 2011-04-17  Bruno Haible  <bruno@clisp.org>
14033
14034         nonblocking: Add comment.
14035         * lib/fcntl.in.h (O_NONBLOCK): Add comment.
14036
14037 2011-04-17  Bruno Haible  <bruno@clisp.org>
14038
14039         nonblocking: Add tests for sockets.
14040         * tests/test-nonblocking-socket.sh: New file.
14041         * tests/test-nonblocking-socket-main.c: New file.
14042         * tests/test-nonblocking-socket-child.c: New file.
14043         * tests/test-nonblocking-socket.h: New file.
14044         * tests/socket-server.h: New file.
14045         * tests/socket-client.h: New file.
14046         * modules/nonblocking-socket-tests: New file.
14047         * modules/nonblocking-tests (Depends-on): Add nonblocking-socket-tests.
14048
14049 2011-04-17  Bruno Haible  <bruno@clisp.org>
14050
14051         nonblocking: Add tests for pipes.
14052         * tests/test-nonblocking-pipe.sh: New file.
14053         * tests/test-nonblocking-pipe-main.c: New file.
14054         * tests/test-nonblocking-pipe-child.c: New file.
14055         * tests/test-nonblocking-pipe.h: New file.
14056         * tests/test-nonblocking-writer.h: New file.
14057         * tests/test-nonblocking-reader.h: New file.
14058         * tests/test-nonblocking-misc.h: New file.
14059         * modules/nonblocking-pipe-tests: New file.
14060         * modules/nonblocking-tests (Depends-on): Add nonblocking-pipe-tests.
14061
14062 2011-04-16  Bruno Haible  <bruno@clisp.org>
14063
14064         gettext: Clarify the needed programmer actions.
14065         * modules/gettext (Notice): New field.
14066         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
14067
14068 2011-04-16  Bruno Haible  <bruno@clisp.org>
14069
14070         strchrnul: Tweak last commit.
14071         * doc/glibc-functions/strchrnul.texi: Add more details about Cygwin
14072         bug.
14073         * lib/string.in.h (strchrnul): Use same arguments in _GL_FUNCDECL_RPL
14074         as in _GL_FUNCDECL_SYS.
14075         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Invoke gl_PREREQ_STRCHRNUL after
14076         AC_LIBOBJ. When cross-compiling, say "guessing yes" not "yes".
14077
14078 2011-04-15  Eric Blake  <eblake@redhat.com>
14079
14080         strchrnul: work around cygwin bug
14081         * doc/glibc-functions/strchrnul.texi (strchrnul): Document bug.
14082         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Detect it.
14083         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New witness.
14084         * modules/string (Makefile.am): Substitute it.
14085         * lib/string.in.h (strchrnul): Use it.
14086
14087 2011-04-15  Bruno Haible  <bruno@clisp.org>
14088
14089         Don't require lib/stdio-write.c when only module 'stdio' is used.
14090         * m4/stdio_h.m4 (gl_STDIO_H): Move the AC_LIBOBJ back into the m4_ifdef
14091         invocation.
14092         Reported by Rob Vermaas <rob.vermaas@gmail.com>.
14093
14094 2011-04-14  Bruno Haible  <bruno@clisp.org>
14095
14096         Support non-blocking pipe I/O in read() on native Windows.
14097         * lib/unistd.in.h: Include <sys/types.h> also for 'read'.
14098         (read): New declaration.
14099         * lib/read.c: New file.
14100         * lib/stdio.in.h (_GL_ATTRIBUTE_FORMAT_SCANF,
14101         _GL_ATTRIBUTE_FORMAT_SCANF_SYSTEM): New macros.
14102         (fgetc, fgets, fread, fscanf, getc, getchar, gets, scanf, vfscanf,
14103         vscanf): New declarations.
14104         * lib/stdio-read.c: New file.
14105         * m4/read.m4: New file.
14106         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_READ,
14107         REPLACE_READ.
14108         * m4/stdio_h.m4 (gl_STDIO_H): Set GNULIB_FGETC, GNULIB_FGETS,
14109         GNULIB_FREAD, GNULIB_FSCANF, GNULIB_GETC, GNULIB_GETCHAR, GNULIB_GETS,
14110         GNULIB_SCANF, GNULIB_VFSCANF, GNULIB_VSCANF. In non-blocking I/O is
14111         desired and needs workarounds, set REPLACE_STDIO_READ_FUNCS.
14112         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FGETC, GNULIB_FGETS,
14113         GNULIB_FREAD, GNULIB_FSCANF, GNULIB_GETC, GNULIB_GETCHAR, GNULIB_GETS,
14114         GNULIB_SCANF, GNULIB_VFSCANF, GNULIB_VSCANF, REPLACE_STDIO_READ_FUNCS.
14115         * modules/read: New file.
14116         * modules/nonblocking (Files): Add lib/stdio-read.c.
14117         * modules/unistd (Makefile.am): Substitute GNULIB_READ, REPLACE_READ.
14118         * modules/stdio (Makefile.am): Substitute GNULIB_FGETC, GNULIB_FGETS,
14119         GNULIB_FREAD, GNULIB_FSCANF, GNULIB_GETC, GNULIB_GETCHAR, GNULIB_GETS,
14120         GNULIB_SCANF, GNULIB_VFSCANF, GNULIB_VSCANF, REPLACE_STDIO_READ_FUNCS.
14121         * modules/pread (Depends-on): Add read.
14122         * modules/safe-read (Depends-on): Likewise.
14123         * tests/test-stdio-c++.cc (fgetc, fgets, fread, fscanf, getc, getchar,
14124         gets, scanf, vfscanf, vscanf): Verify signatures.
14125         * doc/posix-functions/read.texi: Mention 'nonblocking' module and
14126         problem with non-blocking pipes.
14127         * doc/posix-functions/fgetc.texi: Likewise.
14128         * doc/posix-functions/fgets.texi: Likewise.
14129         * doc/posix-functions/fread.texi: Likewise.
14130         * doc/posix-functions/fscanf.texi: Likewise.
14131         * doc/posix-functions/getc.texi: Likewise.
14132         * doc/posix-functions/getchar.texi: Likewise.
14133         * doc/posix-functions/gets.texi: Likewise.
14134         * doc/posix-functions/scanf.texi: Likewise.
14135         * doc/posix-functions/vfscanf.texi: Likewise.
14136         * doc/posix-functions/vscanf.texi: Likewise.
14137
14138 2011-04-14  Bruno Haible  <bruno@clisp.org>
14139
14140         Support non-blocking pipe I/O in write() on native Windows.
14141         * lib/write.c (rpl_write): Split a write request that failed merely
14142         because the byte count was larger than the pipe buffer's size.
14143         * doc/posix-functions/write.texi: Mention the problem with large byte
14144         counts.
14145
14146 2011-04-14  Bruno Haible  <bruno@clisp.org>
14147
14148         wchar: Ensure that wchar_t gets defined on uClibc.
14149         * lib/wchar.in.h: On uClibc, include <stddef.h>.
14150         Reported by Giuseppe Scrivano <gscrivano@gnu.org>.
14151
14152 2011-04-13  Bruno Haible  <bruno@clisp.org>
14153
14154         safe-write, full-read: Avoid unnecessary compilation units.
14155         * modules/safe-write (Files): Add lib/safe-read.c, m4/safe-read.m4.
14156         (Depends-on): Remove safe-read. Add ssize_t.
14157         * modules/full-read (Files): Add lib/full-write.c.
14158         (Depends-on): Add full-write.
14159
14160 2011-04-13  Bruno Haible  <bruno@clisp.org>
14161
14162         Support non-blocking pipe I/O and SIGPIPE in pwrite().
14163         * modules/pwrite (Depends-on): Add 'write'.
14164
14165 2011-04-13  Bruno Haible  <bruno@clisp.org>
14166
14167         Support non-blocking pipe I/O in write() on native Windows.
14168         * lib/unistd.in.h (write): Enable replacement also if
14169         GNULIB_UNISTD_H_NONBLOCKING is 1.
14170         * lib/write.c: Enable replacement also if GNULIB_NONBLOCKING.
14171         (rpl_write): When failing to write on a non-blocking pipe, change
14172         errno from ENOSPC to EAGAIN.
14173         * lib/stdio.in.h (fprintf, fputc, fputs, fwrite, printf, putc,
14174         putchar, puts, vfprintf, vprintf): Enable replacement also if
14175         GNULIB_STDIO_H_NONBLOCKING is 1.
14176         * lib/stdio-write.c: Enable replacements also if GNULIB_NONBLOCKING.
14177         (CLEAR_ERRNO, HANDLE_ENOSPC): New macros.
14178         (CLEAR_LastError, HANDLE_ERROR_NO_DATA): New macros, extracted from
14179         CALL_WITH_SIGPIPE_EMULATION.
14180         (CALL_WITH_SIGPIPE_EMULATION): Use them.
14181         * m4/nonblocking.m4: New file.
14182         * m4/write.m4 (gl_FUNC_WRITE): Enable REPLACE_WRITE also if required
14183         for non-blocking I/O support.
14184         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
14185         GNULIB_UNISTD_H_NONBLOCKING.
14186         * m4/stdio_h.m4 (gl_STDIO_H): Enable REPLACE_STDIO_WRITE_FUNCS also if
14187         required for non-blocking I/O support.
14188         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_STDIO_H_NONBLOCKING.
14189         * modules/nonblocking (Files): Add m4/nonblocking.m4,
14190         lib/stdio-write.c, m4/asm-underscore.m4.
14191         (Depends-on): Add stdio, unistd.
14192         (configure.ac): Invoke gl_NONBLOCKING_IO. Define GNULIB_NONBLOCKING.
14193         Set GNULIB_STDIO_H_NONBLOCKING, GNULIB_UNISTD_H_NONBLOCKING.
14194         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_NONBLOCKING.
14195         * modules/stdio (Makefile.am): Substitute GNULIB_STDIO_H_NONBLOCKING.
14196         * doc/posix-functions/fprintf.texi: Mention 'nonblocking' module and
14197         problem with non-blocking pipes.
14198         * doc/posix-functions/fputc.texi: Likewise.
14199         * doc/posix-functions/fputs.texi: Likewise.
14200         * doc/posix-functions/fwrite.texi: Likewise.
14201         * doc/posix-functions/printf.texi: Likewise.
14202         * doc/posix-functions/putc.texi: Likewise.
14203         * doc/posix-functions/putchar.texi: Likewise.
14204         * doc/posix-functions/puts.texi: Likewise.
14205         * doc/posix-functions/vfprintf.texi: Likewise.
14206         * doc/posix-functions/vprintf.texi: Likewise.
14207         * doc/posix-functions/write.texi: Likewise.
14208
14209 2011-04-10  Jim Meyering  <meyering@redhat.com>
14210
14211         maint.mk: prohibit doubled words
14212         Detect them also when they're separated by a newline.
14213         There are 3 ways to customize it:
14214           - disable the test on a per file basis, as usual with rules using
14215             $(VC_LIST_EXCEPT)
14216           - replace the default doubled-word-selecting regexp (affects all files)
14217           - ignore a particular file-vs-doubled-word match
14218         I nearly used that last one to ignore the "is is" match in
14219         coreutils' NEWS file, since the text was "ls -is is ..."
14220         To do that, I would have added this line to cfg.mk:
14221           ignore_doubled_word_match_RE_ = ^NEWS:[0-9]+:is[ ]is$
14222         but it would have ignored any "is is" match in NEWS.
14223         Low probability, but still...
14224         Instead, I changed the text, slightly:
14225           -  ls -is is now consistent with ls -lis in ignoring values returned
14226           +  "ls -is" is now consistent with ls -lis in ignoring values returned
14227         * top/maint.mk (prohibit_double_word_RE_): Provide default.
14228         (prohibit_doubled_word_): Define.
14229         (sc_prohibit_doubled_word): New rule.
14230         (sc_prohibit_the_the): Remove.  Subsumed by the above.
14231
14232 2011-04-10  Jim Meyering  <meyering@redhat.com>
14233
14234         maint: fix doubled-word typo in comment
14235         * m4/gethostname.m4: s/is is/it is/
14236         * m4/getdomainname.m4: Likewise.
14237
14238 2011-04-10  Jim Meyering  <meyering@redhat.com>
14239
14240         maint: remove doubled word: s/it it/it/
14241         * lib/stat-time.h (get_stat_birthtime): s/it it/it/
14242
14243 2011-04-10  Jim Meyering  <meyering@redhat.com>
14244
14245         maint.mk: remove useless semicolon and backslash
14246         * top/maint.mk (sc_prohibit_empty_lines_at_EOF): Remove stray
14247         semicolon and backslash.
14248
14249 2011-04-10  Bruno Haible  <bruno@clisp.org>
14250
14251         stdint test: Fix compilation failure on OSF/1 with DTK compiler.
14252         * modules/stdint-tests (Depends-on): Add wchar.
14253
14254 2011-04-10  Jim Meyering  <meyering@redhat.com>
14255
14256         maint: remove doubled words in comments, e.g., s/a a/a/
14257         * lib/strptime.c (day_of_the_week): s/the the/the/
14258         * tests/test-chown.h (test_chown): s/a a/a/
14259
14260         test-chown.h: correct a cast
14261         * tests/test-chown.h (test_chown): Cast -1 to gid_t (not uid_t)
14262         when the destination is a stat.st_gid.
14263
14264 2011-04-09  Mats Erik Andersson  <mats.andersson@gisladisker.se>  (tiny change)
14265
14266         getaddrinfo: Fix test for sa_len member.
14267         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): When testing for sa_len,
14268         include <sys/types.h> before <sys/socket.h>.
14269
14270 2011-04-09  Paul Eggert  <eggert@cs.ucla.edu>
14271
14272         maint: change "can not" to "cannot"
14273         * doc/posix-functions/iconv.texi (iconv): This one crossed line
14274         boundaries.
14275
14276 2011-04-09  Jim Meyering  <meyering@redhat.com>
14277
14278         maint: change "a a" to "a"
14279         * tests/test-lchown.h (test_lchown): s/a a/a/
14280
14281         maint.mk: prohibit \<the the\>
14282         * top/maint.mk (sc_prohibit_the_the): New rule.
14283
14284         maint: fix "the the" in comment
14285         * lib/count-one-bits.h: s/the the/the/
14286
14287         maint: change "can not" to "cannot"
14288         But do not change the occurrences in maintain.texi or in
14289         build-aux/po/Makefile.in.in, which I presume comes from gettext.
14290         * doc/gnulib-tool.texi: s/can not/cannot/
14291         * doc/posix-functions/accept.texi (accept): Likewise.
14292         * doc/posix-functions/socket.texi (socket): Likewise.
14293         * lib/mbrtowc.c: Likewise.
14294
14295         maint.mk: prohibit use of "can not"
14296         * top/maint.mk (sc_prohibit_can_not): New rule.
14297         Writing "can not" (rather than "cannot") is too common.  Prohibit it.
14298
14299 2011-04-09  Bruno Haible  <bruno@clisp.org>
14300
14301         careadlinkat: Guard against misuse of careadlinkatcwd.
14302         * lib/careadlinkat.c: Include <stdlib.h>.
14303         (careadlinkatcwd): Check that the fd argument is as expected.
14304
14305 2011-04-09  Bruno Haible  <bruno@clisp.org>
14306
14307         careadlinkat: Use common coding style.
14308         * lib/careadlinkat.c: Move gnulib includes after system includes.
14309
14310 2011-04-09  Bruno Haible  <bruno@clisp.org>
14311
14312         careadlinkat: Clarify specification.
14313         * lib/careadlinkat.h (careadlinkat): Clarify preadlinkat argument.
14314         (careadlinkatcwd): Add comment.
14315         * lib/careadlinkat.c (careadlinkat): Clarify preadlinkat argument.
14316
14317 2011-04-09  Bruno Haible  <bruno@clisp.org>
14318
14319         areadlinkat: Avoid link error on many platforms.
14320         * modules/areadlinkat (Depends-on): Add areadlink.
14321
14322 2011-04-09  Bruno Haible  <bruno@clisp.org>
14323
14324         allocator, careadlinkat: Fix double-inclusion guard.
14325         * lib/allocator.h: Fix double-inclusion guard.
14326         * lib/careadlinkat.h: Likewise.
14327
14328 2011-04-09  Bruno Haible  <bruno@clisp.org>
14329
14330         relocatable-prog-wrapper: Update after module 'areadlink' changed.
14331         * lib/relocwrapper.c: Update dependencies hierarchy.
14332         * build-aux/install-reloc: Update list of files to be compiled.
14333         * modules/relocatable-prog-wrapper (Files): Add lib/careadlinkat.[hc],
14334         lib/allocator.[hc].
14335
14336 2011-04-08  Eric Blake  <eblake@redhat.com>
14337
14338         strftime: silence gnulib-tool warning
14339         * modules/strftime-tests (Depends-on): Drop automatic dependency.
14340
14341 2011-04-08  Bruno Haible  <bruno@clisp.org>
14342
14343         verify: Fix syntax error with GCC 4.6 in C++ mode.
14344         * lib/verify.h (HAVE__STATIC_ASSERT): Don't define in C++ mode.
14345         (HAVE_STATIC_ASSERT): New macro.
14346         (verify_true, verify): Use 'static_assert' if it is supported and
14347         '_Static_assert' is not supported.
14348
14349 2011-04-08  Paul Eggert  <eggert@cs.ucla.edu>
14350
14351         allocator: New module.
14352         * modules/allocator, lib/allocator.c: New files.
14353         * lib/allocator.h (stdlib_allocator): New decl.
14354         * lib/careadlinkat.c (_GL_USE_STDLIB_ALLOC, standard_allocator):
14355         Remove.  Do not include <stdlib.h>.
14356         (careadlinkat): Use stdlib_allocator instead of rolling our own.
14357         * modules/careadlinkat (Files): Remove lib/allocator.h.
14358         (Depends-on): Add allocator.
14359
14360         stdlib: let modules use system malloc, realloc
14361         * lib/stdlib.in.h (malloc, realloc): Don't #define or add warnings
14362         if !_GL_USE_STDLIB_ALLOC.
14363         (malloc, realloc): Limit this change to a smaller scope.
14364
14365         * lib/careadlinkat.c (_GL_USE_STDLIB_ALLOC): Define.
14366         (malloc, realloc): Don't #undef; no longer needed.
14367         * lib/malloca.c (_GL_USE_STDLIB_ALLOC, malloc): Likewise.
14368         * lib/progreloc.c (_GL_USE_STDLIB_ALLOC, malloc): Likewise.
14369         * lib/setenv.c (_GL_USE_STDLIB_ALLOC, malloc, realloc): Likewise.
14370         * lib/canonicalize-lgpl.c (_GL_USE_STDLIB_ALLOC, malloc): Likewise.
14371         * lib/relocatable.c (_GL_USE_STDLIB_ALLOC, malloc): Likewise.
14372         * lib/relocwrapper.c (_GL_USE_STDLIB_ALLOC, malloc): Likewise.
14373         * lib/malloc.c (_GL_USE_STDLIB_ALLOC, malloc): Likewise.
14374         * lib/realloc.c (_GL_USE_STDLIB_ALLOC, malloc, realloc): Likewise.
14375
14376         careadlinkat: rename members to avoid problem
14377         * lib/allocator.h (struct allocator): Rename members from
14378         malloc/realloc to allocate/reallocate, to avoid problems if malloc
14379         and realloc are #define'd.  Reported by Eric Blake in
14380         <http://lists.gnu.org/archive/html/bug-gnulib/2011-04/msg00091.html>.
14381         * lib/careadlinkat.c (careadlinkat): Adjust to renaming.
14382
14383 2011-04-08  Eric Blake  <eblake@redhat.com>
14384
14385         nonblocking: reduce dependency
14386         * tests/test-nonblocking.c: Only test sockets when in use.
14387         * modules/nonblocking-tests (Depends-on): Drop socket.
14388         (Makefile.am): Link even if sockets are not present.
14389         * modules/pipe2-tests (Makefile.am): Likewise.
14390         * lib/ioctl.c (ioctl) [WIN32]: Fail if sockets are not also in use.
14391
14392         pipe2: fix O_NONBLOCK support on mingw
14393         * modules/pipe2 (Depends-on): Add nonblocking.
14394         * lib/pipe2.c (pipe2) [WIN32]: Add O_NONBLOCK support.
14395         * tests/test-pipe2.c (is_nonblocking): Adjust test accordingly.
14396         * tests/test-nonblocking.c (main): Likewise.
14397         * modules/pipe2-tests (Makefile.am): Avoid link failure.
14398
14399         fcntl-h: fix O_ACCMODE on cygwin
14400         * doc/posix-headers/fcntl.texi (fcntl.h): Document the bug.
14401         * lib/fcntl.in.h (O_ACCMODE): Fix it.
14402
14403         pipe-filter: drop O_NONBLOCK workarounds
14404         * modules/pipe-filter-gi (Depends-on): Add fcntl-h.
14405         * modules/pipe-filter-ii (Depends-on): Likewise.
14406         * lib/pipe-filter-aux.h (O_NONBLOCK): Delete workaround.
14407
14408         nonblocking: provide O_NONBLOCK for mingw
14409         * modules/nonblocking (Depends-on): Add open.
14410         (configure.ac): Set new witness macro.
14411         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Provide default for it.
14412         * modules/fcntl-h (Makefile.am): Substitute it.
14413         * lib/fcntl.in.h (O_NONBLOCK): Guarantee non-zero definition when
14414         nonblocking module is in use.
14415         * lib/nonblocking.c: Adjust portability test.
14416         * lib/open.c (open): Don't let native open see gnulib flag.
14417         * tests/test-fcntl-h.c (main): Enhance test.
14418         * tests/test-open.h (test_open): Likewise.
14419         * doc/posix-headers/fcntl.texi (fcntl.h): Document the replacement.
14420
14421         careadlinkat: fix compilation error on mingw
14422         * lib/careadlinkat.c (standard_allocator): Avoid renaming fields
14423         within struct allocator.
14424
14425 2011-04-06  Eric Blake  <eblake@redhat.com>
14426
14427         binary-io: relicense under LGPLv2+
14428         * modules/binary-io (License): Relax to LGPLv2+.
14429         Requested for libvirt, and required by pipe2.
14430
14431 2011-04-06  Paul Eggert  <eggert@cs.ucla.edu>
14432
14433         verify: use _Static_assert if available
14434         * lib/verify.h (HAVE__STATIC_ASSERT): New macro.
14435         (verify_true, verify): Use it if available.  This generates better
14436         diagnostics with GCC 4.6.0 and later.
14437
14438 2011-04-05  Bruno Haible  <bruno@clisp.org>
14439
14440         Remove leftover generated .h files after config.status changed.
14441
14442         * m4/alloca.m4 (gl_FUNC_ALLOCA): New automake conditional
14443         GL_GENERATE_ALLOCA_H.
14444         * modules/alloca-opt (Makefile.am): Remove alloca.h if
14445         GL_GENERATE_ALLOCA_H evaluates to false.
14446
14447         * m4/argz.m4 (gl_FUNC_ARGZ): New automake conditional
14448         GL_GENERATE_ARGZ_H.
14449         * modules/argz (Makefile.am): Remove argz.h if GL_GENERATE_ARGZ_H
14450         evaluates to false.
14451
14452         * m4/byteswap.m4 (gl_BYTESWAP): New automake conditional
14453         GL_GENERATE_BYTESWAP_H.
14454         * modules/byteswap (Makefile.am): Remove byteswap.h if
14455         GL_GENERATE_BYTESWAP_H evaluates to false.
14456
14457         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): New automake conditional
14458         GL_GENERATE_ERRNO_H.
14459         * modules/errno (Makefile.am): Remove errno.h if GL_GENERATE_ERRNO_H
14460         evaluates to false.
14461
14462         * m4/float_h.m4 (gl_FLOAT_H): New automake conditional
14463         GL_GENERATE_FLOAT_H.
14464         * modules/float (Makefile.am): Remove float.h if GL_GENERATE_FLOAT_H
14465         evaluates to false.
14466
14467         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_POSIX): New automake conditional
14468         GL_GENERATE_FNMATCH_H.
14469         * modules/fnmatch (Makefile.am): Remove fnmatch.h if
14470         GL_GENERATE_FNMATCH_H evaluates to false.
14471
14472         * m4/glob.m4 (gl_GLOB_SUBSTITUTE, gl_GLOB): New automake conditional
14473         GL_GENERATE_GLOB_H.
14474         * modules/glob (Makefile.am): Remove glob.h if GL_GENERATE_GLOB_H
14475         evaluates to false.
14476
14477         * m4/iconv_h.m4 (gl_REPLACE_ICONV_H, gl_ICONV_H_DEFAULTS): New
14478         automake conditional GL_GENERATE_ICONV_H.
14479         * modules/iconv-h (Makefile.am): Remove iconv.h if GL_GENERATE_ICONV_H
14480         evaluates to false.
14481
14482         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): New automake conditional
14483         GL_GENERATE_NETINET_IN_H.
14484         * modules/netinet_in (Makefile.am): Remove netinet/in.h if
14485         GL_GENERATE_NETINET_IN_H evaluates to false.
14486
14487         * m4/pthread.m4 (gl_PTHREAD_CHECK): Set PTHREAD_H here. New automake
14488         conditional GL_GENERATE_PTHREAD_H.
14489         (gl_PTHREAD_DEFAULTS): Don't set PTHREAD_H here.
14490         * modules/pthread (Makefile.am): Remove pthread.h if
14491         GL_GENERATE_PTHREAD_H evaluates to false.
14492
14493         * m4/sched_h.m4 (gl_SCHED_H): New automake conditional
14494         GL_GENERATE_SCHED_H.
14495         * modules/sched (Makefile.am): Remove sched.h if GL_GENERATE_SCHED_H
14496         evaluates to false.
14497
14498         * m4/selinux-context-h.m4 (gl_HEADERS_SELINUX_CONTEXT_H): New automake
14499         conditional GL_GENERATE_SELINUX_CONTEXT_H.
14500         * modules/selinux-h (Makefile.am): Remove selinux/context.h if
14501         GL_GENERATE_SELINUX_CONTEXT_H evaluates to false.
14502
14503         * m4/stdarg.m4 (gl_STDARG_H): New automake conditional
14504         GL_GENERATE_STDARG_H.
14505         * modules/stdarg (Makefile.am): Remove stdarg.h if
14506         GL_GENERATE_STDARG_H evaluates to false.
14507
14508         * m4/stdbool.m4 (AM_STDBOOL_H): New automake conditional
14509         GL_GENERATE_STDBOOL_H.
14510         * modules/stdbool (Makefile.am): Remove stdbool.h if
14511         GL_GENERATE_STDBOOL_H evaluates to false.
14512
14513         * m4/stddef_h.m4 (gl_STDDEF_H): Set STDDEF_H here. New automake
14514         conditional GL_GENERATE_STDDEF_H.
14515         (gl_STDDEF_H_DEFAULTS): Don't set STDDEF_H here.
14516         * modules/stddef (Makefile.am): Remove stddef.h if
14517         GL_GENERATE_STDDEF_H evaluates to false.
14518
14519         * m4/stdint.m4 (gl_STDINT_H): New automake conditional
14520         GL_GENERATE_STDINT_H.
14521         * modules/stdint (Makefile.am): Remove stdint.h if
14522         GL_GENERATE_STDINT_H evaluates to false.
14523
14524         * m4/sysexits.m4 (gl_SYSEXITS): New automake conditional
14525         GL_GENERATE_SYSEXITS_H.
14526         * modules/sysexits (Makefile.am): Remove sysexits.h if
14527         GL_GENERATE_SYSEXITS_H evaluates to false.
14528
14529         Reported by Karl Berry and Ralf Wildenhues.
14530
14531 2011-04-05  Bruno Haible  <bruno@clisp.org>
14532
14533         Ensure to rebuild generated .h files when config.status has changed.
14534         * modules/arpa_inet (Makefile.am): Add dependency from .h file to
14535         config.status.
14536         * modules/ctype (Makefile.am): Likewise.
14537         * modules/dirent (Makefile.am): Likewise.
14538         * modules/errno (Makefile.am): Likewise.
14539         * modules/fcntl-h (Makefile.am): Likewise.
14540         * modules/float (Makefile.am): Likewise.
14541         * modules/getopt-posix (Makefile.am): Likewise.
14542         * modules/glob (Makefile.am): Likewise.
14543         * modules/iconv-h (Makefile.am): Likewise.
14544         * modules/inttypes (Makefile.am): Likewise.
14545         * modules/langinfo (Makefile.am): Likewise.
14546         * modules/locale (Makefile.am): Likewise.
14547         * modules/math (Makefile.am): Likewise.
14548         * modules/netdb (Makefile.am): Likewise.
14549         * modules/netinet_in (Makefile.am): Likewise.
14550         * modules/poll-h (Makefile.am): Likewise.
14551         * modules/pthread (Makefile.am): Likewise.
14552         * modules/pty (Makefile.am): Likewise.
14553         * modules/sched (Makefile.am): Likewise.
14554         * modules/search (Makefile.am): Likewise.
14555         * modules/selinux-h (Makefile.am): Likewise.
14556         * modules/signal (Makefile.am): Likewise.
14557         * modules/spawn (Makefile.am): Likewise.
14558         * modules/stdarg (Makefile.am): Likewise.
14559         * modules/stdbool (Makefile.am): Likewise.
14560         * modules/stddef (Makefile.am): Likewise.
14561         * modules/stdint (Makefile.am): Likewise.
14562         * modules/stdio (Makefile.am): Likewise.
14563         * modules/stdlib (Makefile.am): Likewise.
14564         * modules/string (Makefile.am): Likewise.
14565         * modules/strings (Makefile.am): Likewise.
14566         * modules/sys_file (Makefile.am): Likewise.
14567         * modules/sys_ioctl (Makefile.am): Likewise.
14568         * modules/sys_select (Makefile.am): Likewise.
14569         * modules/sys_socket (Makefile.am): Likewise.
14570         * modules/sys_stat (Makefile.am): Likewise.
14571         * modules/sys_time (Makefile.am): Likewise.
14572         * modules/sys_times (Makefile.am): Likewise.
14573         * modules/sys_utsname (Makefile.am): Likewise.
14574         * modules/sys_wait (Makefile.am): Likewise.
14575         * modules/sysexits (Makefile.am): Likewise.
14576         * modules/termios (Makefile.am): Likewise.
14577         * modules/time (Makefile.am): Likewise.
14578         * modules/unistd (Makefile.am): Likewise.
14579         * modules/wchar (Makefile.am): Likewise.
14580         * modules/wctype-h (Makefile.am): Likewise.
14581         Reported by Karl Berry, Eric Blake, and Ralf Wildenhues.
14582
14583 2011-04-05  Bruno Haible  <bruno@clisp.org>
14584
14585         pipe2: Relicense under LGPLv2+.
14586         * modules/pipe2 (License): Change to LGPLv2+.
14587         Requested by Eric Blake, for libvirt.
14588
14589 2011-04-05  Bruce Korb  <bkorb@gnu.org>
14590
14591         bootstrap: compute gnulib_extra_files after updating build_aux
14592         * build-aux/bootstrap (gnulib_extra_files): bootstrap.conf may
14593         change build_aux or also supply gnulib_extra_files.  Handle correctly.
14594
14595 2011-04-05  Eric Blake  <eblake@redhat.com>
14596
14597         bootstrap: preserve git whitelist item sorting
14598         * build-aux/bootstrap (sort_patterns): New function.
14599         (insert_sorted_if_absent): Use it to sink ! lines to the bottom.
14600
14601 2011-04-05  Simon Josefsson  <simon@josefsson.org>
14602
14603         * top/maint.mk (sc_prohibit_empty_lines_at_EOF): Don't trigger
14604         sc_space_tab check.
14605
14606 2011-04-05  Paul Eggert  <eggert@cs.ucla.edu>
14607
14608         areadlink, areadlinkat: rewrite in terms of careadlinkat
14609         * lib/areadlink.c, lib/areadlinkat.c: Include careadlinkat.h
14610         instead of errno.h, limits.h, stdint.h, stdlib.h, string.h, unistd.h.
14611         (SSIZE_MAX, INITIAL_BUF_SIZE): Remove.
14612         (malloc, realloc): Remove #undefs.
14613         (areadlink, areadlinkat): Rewrite in terms of careadlinkat.
14614         * modules/areadlink (Depends-on): Add careadlinkat.  Remove
14615         readlink, ssize_t, stdint, unistd.
14616         * modules/areadlinkat (Depends-on): Add careadlinkat.  Remove
14617         areadlink, stdint.
14618
14619         careadlinkat: new module
14620         * lib/allocator.h, lib/careadlinkat.h, lib/careadlinkat.c:
14621         * modules/careadlinkat: New files, written by me with
14622         a review and feedback from Ben Pfaff in
14623         <http://lists.gnu.org/archive/html/bug-gnulib/2011-04/msg00008.html>.
14624
14625 2011-04-01  Bruno Haible  <bruno@clisp.org>
14626
14627         wmemchr, wcschr, wcsrchr, wcspbrk, wcsstr: Avoid errors in C++ mode.
14628         * lib/wchar.in.h (wmemchr, wcschr, wcsrchr, wcspbrk, wcsstr): Use
14629         _GL_CXXALIAS_SYS_CAST2 instead of _GL_CXXALIAS_SYS. On glibc >= 2.10
14630         systems, use _GL_CXXALIASWARN1 instead of _GL_CXXALIASWARN.
14631         Reported by Bruce Korb <bruce.korb@gmail.com>.
14632
14633 2011-04-01  Bruno Haible  <bruno@clisp.org>
14634
14635         wcpcpy, wcpncpy: Ensure declaration on glibc >= 2.13 systems.
14636         * m4/wcpcpy.m4 (gl_FUNC_WCPCPY): Require AC_USE_SYSTEM_EXTENSIONS.
14637         * m4/wcpncpy.m4 (gl_FUNC_WCPNCPY): Likewise.
14638         * modules/wcpcpy (Depends-on): Add extensions.
14639         * modules/wcpncpy (Depends-on): Likewise.
14640         * doc/posix-functions/wcpcpy.texi: Mention missing declaration on glibc
14641         systems.
14642         * doc/posix-functions/wcpncpy.texi: Likewise.
14643         * doc/posix-functions/wcwidth.texi: Likewise.
14644
14645 2011-03-31  Eric Blake  <eblake@redhat.com>
14646
14647         nonblocking: fix mingw test failures
14648         * lib/nonblocking.c (set_nonblocking_flag): Succeed when clearing
14649         non-blocking flag on regular file.
14650         (get_nonblocking_flag): Set errno on invalid fd.
14651         * tests/test-nonblocking.c (main): Avoid test failure on
14652         directories if fchdir is not active.
14653         * modules/nonblocking-tests (Depends-on): Drop unused dependency.
14654
14655 2011-03-31  Bruno Haible  <bruno@clisp.org>
14656
14657         Fix bug with gl_WARN_ON_USE_PREPARE, introduced on 2011-01-23.
14658         * m4/gnulib-common.m4 (gl_ASSERT_NO_GNULIB_POSIXCHECK): Hide the
14659         gl_WARN_ON_USE_PREPARE definition from 'aclocal'.
14660         Reported by Simon Josefsson <simon@josefsson.org>.
14661
14662 2011-03-31  Bruno Haible  <bruno@clisp.org>
14663         and Eric Blake  <eblake@redhat.com>
14664
14665         nonblocking: new module
14666         * modules/nonblocking: New module.
14667         * modules/nonblocking-tests: Likewise.
14668         * lib/nonblocking.h: New file.
14669         * lib/nonblocking.c: Likewise.
14670         * tests/test-nonblocking.c: New test.
14671         * lib/ioctl.c (ioctl) [mingw]: Update comment.
14672
14673 2011-03-30  Bruno Haible  <bruno@clisp.org>
14674
14675         stdio: Avoid GCC >= 4.4 warnings when using %lld and similar on mingw.
14676         * lib/stdio.in.h (_GL_ATTRIBUTE_FORMAT_PRINTF): Use 'gnu_printf' format
14677         instead of 'printf' format for GCC >= 4.4.
14678         (_GL_ATTRIBUTE_FORMAT_PRINTF_SYSTEM): New macro.
14679         (fprintf, printf, vfprintf, vprintf): Declare with
14680         _GL_ATTRIBUTE_FORMAT_PRINTF_SYSTEM when the function ends up calling
14681         the system's vfprintf() function.
14682         Reported by Daniel P. Berrange <berrange@redhat.com> via Eric Blake.
14683
14684 2011-03-30  Eric Blake  <eblake@redhat.com>
14685
14686         passfd: fix scoping bug
14687         * lib/passfd.c (sendfd, recvfd): Don't let buf go out of scope
14688         before sendmsg/recvmsg.
14689
14690         passfd: standardize coding conventions
14691         * m4/afunix.m4 (gl_SOCKET_AFUNIX): Drop check for something that
14692         can be learned at compile time.
14693         * lib/passfd.c (MSG_CMSG_CLOEXEC): Reduce number of in-function
14694         ifdefs.
14695         (sendfd, recvfd): Follow gnulib code conventions.
14696
14697         passfd: fix incorrect sendmsg arguments
14698         * lib/passfd.c (sendfd): Avoid uninitialized msg_flags field, and
14699         incorrect msg_controllen value.
14700         * modules/passfd-tests (Depends-on): Check for alarm.
14701         * tests/test-passfd.c (main) [HAVE_DECL_ALARM]: Avoid hanging test.
14702         Reported by Bastien ROUCARIES.
14703
14704 2011-03-30  Bruno Haible  <bruno@clisp.org>
14705
14706         c-strcasestr: Relicense under LGPLv2+.
14707         * modules/c-strcasestr (License): Change to LGPLv2+.
14708         Requested by Eric Blake, for libvirt.
14709
14710 2011-03-30  Simon Josefsson  <simon@josefsson.org>
14711
14712         * users.txt: Add libidn2.  Fix libtasn1 link.
14713
14714 2011-03-30  Jim Meyering  <meyering@redhat.com>
14715
14716         tests: readlink* ("",... fails with EINVAL on newer kernels
14717         readlink and readlinkat have typically failed with ENOENT for
14718         the invalid, empty file name,  "".  However, with the advent
14719         of linux-2.6.39, they fail with EINVAL.
14720         * tests/test-areadlink.h (test_areadlink): Also accept EINVAL
14721         when operating on the empty file name.
14722         * tests/test-readlink.h (test_readlink): Likewise.
14723
14724 2011-03-29  Bruno Haible  <bruno@clisp.org>
14725
14726         Relicense some modules under LGPLv2+, for libidn2.
14727         * modules/array-mergesort (License): Change to LGPLv2+.
14728         * modules/c-strcaseeq (License): Likewise.
14729         * modules/striconveh (License): Likewise.
14730         * modules/striconveha (License): Likewise.
14731         * modules/uniconv/base (License): Likewise.
14732         * modules/uniconv/u8-conv-from-enc (License): Likewise.
14733         * modules/uniconv/u8-strconv-from-enc (License): Likewise.
14734         * modules/uniconv/u8-strconv-from-locale (License): Likewise.
14735         * modules/unictype/base (License): Likewise.
14736         * modules/unictype/bidiclass-of (License): Likewise.
14737         * modules/unictype/category-M (License): Likewise.
14738         * modules/unictype/category-none (License): Likewise.
14739         * modules/unictype/category-of (License): Likewise.
14740         * modules/unictype/category-test (License): Likewise.
14741         * modules/unictype/category-test-withtable (License): Likewise.
14742         * modules/unictype/combining-class (License): Likewise.
14743         * modules/unictype/joiningtype-of (License): Likewise.
14744         * modules/unictype/scripts (License): Likewise.
14745         * modules/uninorm/base (License): Likewise.
14746         * modules/uninorm/canonical-decomposition (License): Likewise.
14747         * modules/uninorm/composition (License): Likewise.
14748         * modules/uninorm/decompose-internal (License): Likewise.
14749         * modules/uninorm/decomposition-table (License): Likewise.
14750         * modules/uninorm/nfc (License): Likewise.
14751         * modules/uninorm/nfd (License): Likewise.
14752         * modules/uninorm/u32-normalize (License): Likewise.
14753         * modules/unistr/base (License): Likewise.
14754         * modules/unistr/u32-cpy (License): Likewise.
14755         * modules/unistr/u32-mbtouc-unsafe (License): Likewise.
14756         * modules/unistr/u32-to-u8 (License): Likewise.
14757         * modules/unistr/u32-uctomb (License): Likewise.
14758         * modules/unistr/u8-check (License): Likewise.
14759         * modules/unistr/u8-mblen (License): Likewise.
14760         * modules/unistr/u8-mbtouc (License): Likewise.
14761         * modules/unistr/u8-mbtouc-unsafe (License): Likewise.
14762         * modules/unistr/u8-mbtoucr (License): Likewise.
14763         * modules/unistr/u8-prev (License): Likewise.
14764         * modules/unistr/u8-strlen (License): Likewise.
14765         * modules/unistr/u8-to-u32 (License): Likewise.
14766         * modules/unistr/u8-uctomb (License): Likewise.
14767         * modules/unitypes (License): Likewise.
14768         Requested by Simon Josefsson.
14769
14770 2011-03-29  Simon Josefsson  <simon@josefsson.org>
14771
14772         lib-symbol-visibility: Add a notice.
14773         * modules/lib-symbol-visibility (Notice): New field.
14774
14775 2011-03-29  Bruno Haible  <bruno@clisp.org>
14776
14777         getaddrinfo: Doc fix.
14778         * doc/posix-functions/getaddrinfo.texi: Mention Windows problem in the
14779         section "fixed in Gnulib".
14780
14781 2011-03-28  Simon Josefsson  <simon@josefsson.org>
14782
14783         * doc/posix-functions/getaddrinfo.texi: Drop netdb.h discussion.
14784         Reported by Bastien ROUCARIES <roucaries.bastien@gmail.com>.
14785
14786 2011-03-26  Bruno Haible  <bruno@clisp.org>
14787
14788         unictype/property-byname: Reduce the number of load-time relocations.
14789         * lib/unictype/pr_byname.c: Include <stdlib.h>.
14790         (UC_PROPERTY_INDEX_*): New enumeration values.
14791         (uc_property_byname): Convert an index from the lookup table to an
14792         uc_property_t.
14793         * lib/unictype/pr_byname.gperf: Store indices instead of uc_property_t
14794         values.
14795
14796 2011-03-26  Bruno Haible  <bruno@clisp.org>
14797
14798         unictype/property-byname: Allow omitted word separators and aliases.
14799         * lib/unictype/pr_byname.gperf: Add property names without word
14800         separators. Add aliases from Unicode 6.0 PropertyAliases.txt, except
14801         for 'space'.
14802
14803 2011-03-26  Bruno Haible  <bruno@clisp.org>
14804
14805         unictype/joininggroup-byname: Allow hyphens, omitted word separators.
14806         * lib/unictype/joininggroup_byname.c (uc_joining_group_byname): Convert
14807         also hyphens to space.
14808         * lib/unictype/joininggroup_byname.gperf: Recognize the names also
14809         without spaces.
14810         * tests/unictype/test-joininggroup_byname.c (main): Add more tests.
14811
14812 2011-03-26  Bruno Haible  <bruno@clisp.org>
14813
14814         unictype/joiningtype-byname: Recognize long names as well.
14815         * lib/unictype.in.h (uc_joiningtype_class_byname): Allow argument to be
14816         a long name.
14817         * lib/unictype/joiningtype_byname.c: Include <string.h>,
14818         unictype/joiningtype_byname.h.
14819         (uc_joiningtype_class_byname): Use uc_joining_type_lookup.
14820         * lib/unictype/joiningtype_byname.gperf: New file.
14821         * modules/unictype/joiningtype-byname (Files): Add
14822         lib/unictype/joiningtype_byname.gperf.
14823         (Depends-on): Add gperf.
14824         (Makefile.am): Add rule for generating unictype/joiningtype_byname.h.
14825         * tests/unictype/test-joiningtype_byname.c (main): Test the recognition of
14826         long names.
14827
14828         Tests for module 'unictype/joiningtype-longname'.
14829         * modules/unictype/joiningtype-longname-tests: New file.
14830         * tests/unictype/test-joiningtype_longname.c: New file.
14831
14832         New module 'unictype/joiningtype-longname'.
14833         * lib/unictype.in.h (uc_joiningtype_class_long_name): New declaration.
14834         * lib/unictype/joiningtype_longname.c: New file.
14835         * modules/unictype/joiningtype-longname: New file.
14836         * modules/unictype/joiningtype-all (Depends-on): Add
14837         unictype/joiningtype-longname.
14838
14839 2011-03-26  Bruno Haible  <bruno@clisp.org>
14840
14841         unictype/bidiclass-byname: Recognize long names as well.
14842         * lib/unictype.in.h (uc_bidi_class_byname): Allow argument to be a long
14843         name.
14844         * lib/unictype/bidi_byname.c: Include <string.h>,
14845         unictype/bidi_byname.h.
14846         (uc_bidi_class_byname): Use uc_bidi_class_lookup.
14847         * lib/unictype/bidi_byname.gperf: New file.
14848         * modules/unictype/bidiclass-byname (Files): Add
14849         lib/unictype/bidi_byname.gperf.
14850         (Depends-on): Add gperf.
14851         (Makefile.am): Add rule for generating unictype/bidi_byname.h.
14852         * tests/unictype/test-bidi_byname.c (main): Test the recognition of
14853         long names.
14854
14855         Tests for module 'unictype/bidiclass-longname'.
14856         * modules/unictype/bidiclass-longname-tests: New file.
14857         * tests/unictype/test-bidi_longname.c: New file.
14858
14859         New module 'unictype/bidiclass-longname'.
14860         * lib/unictype.in.h (uc_bidi_class_long_name): New declaration.
14861         * lib/unictype/bidi_longname.c: New file.
14862         * modules/unictype/bidiclass-longname: New file.
14863         * modules/unictype/bidiclass-all (Depends-on): Add
14864         unictype/bidiclass-longname.
14865
14866 2011-03-26  Bruno Haible  <bruno@clisp.org>
14867
14868         unictype/bidi*: Rename modules.
14869         * modules/unictype/bidiclass-all: Renamed from
14870         modules/unictype/bidicategory-all.
14871         * modules/unictype/bidiclass-name: Renamed from
14872         modules/unictype/bidiclass-name.
14873         (Description): Update.
14874         * modules/unictype/bidiclass-name-tests: Renamed from
14875         modules/unictype/bidicategory-name-tests.
14876         * modules/unictype/bidiclass-byname: Renamed from
14877         modules/unictype/bidicategory-byname.
14878         (Description): Update.
14879         * modules/unictype/bidiclass-byname-tests: Renamed from
14880         modules/unictype/bidicategory-byname-tests.
14881         * modules/unictype/bidiclass-of: Renamed from
14882         modules/unictype/bidicategory-of.
14883         (Description): Update.
14884         * modules/unictype/bidiclass-of-tests: Renamed from
14885         modules/unictype/bidicategory-of-tests.
14886         * modules/unictype/bidiclass-test: Renamed from
14887         modules/unictype/bidicategory-test.
14888         (Description): Update.
14889         * modules/unictype/bidiclass-test-tests: Renamed from
14890         modules/unictype/bidicategory-test-tests.
14891         * modules/unictype/bidicategory-all: New file, a simple redirection.
14892         * modules/unictype/bidicategory-name: Likewise.
14893         * modules/unictype/bidicategory-byname: Likewise.
14894         * modules/unictype/bidicategory-of: Likewise.
14895         * modules/unictype/bidicategory-test: Likewise.
14896         * modules/unictype/property-bidi-* (Dependencies): Update.
14897         * lib/unictype/bidi_*.c: Update comment.
14898
14899 2011-03-26  Bruno Haible  <bruno@clisp.org>
14900
14901         unictype/bidi*: Rename functions, part 2.
14902         * modules/unictype/bidicategory-name (configure.ac): Update required
14903         libunistring version.
14904         * modules/unictype/bidicategory-byname (configure.ac): Likewise.
14905
14906 2011-03-25  Bruno Haible  <bruno@clisp.org>
14907
14908         New module 'unictype/combining-class-all'.
14909         * modules/unictype/combining-class-all: New file.
14910
14911         Tests for module 'unictype/combining-class-byname'.
14912         * modules/unictype/combining-class-byname-tests: New file.
14913         * tests/unictype/test-combiningclass_byname.c: New file.
14914
14915         New module 'unictype/combining-class-byname'.
14916         * lib/unictype.in.h (uc_combining_class_byname): New declaration.
14917         * lib/unictype/combiningclass_byname.c: New file.
14918         * lib/unictype/combiningclass_byname.gperf: New file.
14919         * modules/unictype/combining-class-byname: New file.
14920
14921         Tests for module 'unictype/combining-class-longname'.
14922         * modules/unictype/combining-class-longname-tests: New file.
14923         * tests/unictype/test-combiningclass_longname.c: New file.
14924
14925         New module 'unictype/combining-class-longname'.
14926         * lib/unictype.in.h (uc_combining_class_long_name): New declaration.
14927         * lib/unictype/combiningclass_longname.c: New file.
14928         * modules/unictype/combining-class-longname: New file.
14929
14930         Tests for module 'unictype/combining-class-name'.
14931         * modules/unictype/combining-class-name-tests: New file.
14932         * tests/unictype/test-combiningclass_name.c: New file.
14933
14934         New module 'unictype/combining-class-name'.
14935         * lib/unictype.in.h (uc_combining_class_name): New declaration.
14936         * lib/unictype/combiningclass_name.c: New file.
14937         * modules/unictype/combining-class-name: New file.
14938
14939 2011-03-25  Bruno Haible  <bruno@clisp.org>
14940
14941         unictype/combining-class: Rename source files.
14942         * lib/gen-uni-tables.c (main): Emit unictype/combiningclass.h instead
14943         of unictype/combining.h.
14944         * lib/unictype/combiningclass.c: Renamed from lib/unictype/combining.c.
14945         Update.
14946         * lib/unictype/combiningclass.h: Renamed from lib/unictype/combining.h.
14947         * modules/unictype/combining-class (Description): Fix.
14948         (Files, Makefile.am): Update.
14949         * tests/unictype/test-combiningclass.c: Renamed from
14950         tests/unictype/test-combining.c.
14951         * modules/unictype/combining-class-tests (Files, Makefile.am): Update.
14952
14953 2011-03-25  Bruno Haible  <bruno@clisp.org>
14954
14955         unictype: Update list of canonical combining classes.
14956         * lib/unictype.in.h (UC_CCC_ATA): New enumeration value.
14957
14958 2011-03-25  Bruno Haible  <bruno@clisp.org>
14959
14960         unictype/category-byname: Recognize long names as well.
14961         * lib/unictype.in.h (uc_general_category_byname): Allow argument to be
14962         a long name.
14963         * lib/unictype/categ_byname.c: Include <stdlib.h>, <string.h>,
14964         unictype/categ_byname.h.
14965         (UC_CATEGORY_INDEX_*): New enumeration values.
14966         (uc_general_category_byname): Use uc_general_category_lookup and
14967         convert from index to value.
14968         * lib/unictype/categ_byname.gperf: New file.
14969         * modules/unictype/category-byname (Files): Add
14970         lib/unictype/categ_byname.gperf.
14971         (Depends-on): Add gperf.
14972         (Makefile.am): Add rule for generating unictype/categ_byname.h.
14973         * tests/unictype/test-categ_byname.c (main): Test the recognition of
14974         long names.
14975
14976         Tests for module 'unictype/category-longname'.
14977         * modules/unictype/category-longname-tests: New file.
14978         * tests/unictype/test-categ_longname.c: New file.
14979
14980         New module 'unictype/category-longname'.
14981         * lib/unictype.in.h (uc_general_category_long_name): New declaration.
14982         * lib/unictype/categ_longname.c: New file.
14983         * modules/unictype/category-longname: New file.
14984         * modules/unictype/category-all (Depends-on): Add it.
14985
14986 2011-03-25  Bruno Haible  <bruno@clisp.org>
14987
14988         Tests for module 'unictype/category-LC'.
14989         * modules/unictype/category-LC-tests: New file.
14990         * tests/unictype/test-categ_LC.c: New file, automatically generated.
14991
14992         New module 'unictype/category-LC'.
14993         * lib/unictype.in.h (UC_CATEGORY_MASK_LC): New enumeration value.
14994         (UC_CATEGORY_LC): New declaration.
14995         (UC_CASED_LETTER): New macro.
14996         * lib/gen-uni-tables.c (is_category_LC): New function.
14997         (output_categories): Also handle category LC.
14998         (UC_CATEGORY_MASK_LC): New enumeration value.
14999         (general_category_byname): Also handle category LC.
15000         * lib/unictype/categ_LC.c: New file.
15001         * lib/unictype/categ_LC.h: New file, automatically generated.
15002         * lib/unictype/categ_name.c (uc_general_category_name): Also handle
15003         category LC.
15004         * lib/unictype/categ_byname.c (uc_general_category_byname): Likewise.
15005         * modules/unictype/category-LC: New file.
15006         * modules/unictype/category-byname (Depends-on): Add
15007         unictype/category-LC.
15008         * modules/unictype/category-all (Depends-on): Likewise.
15009
15010 2011-03-25  Eric Blake  <eblake@redhat.com>
15011
15012         xmalloc: revert yesterday's regression
15013         * lib/xmalloc.c (xrealloc): Once again forward xrealloc(NULL,0) to
15014         realloc's underlying behavior (allowing allocation of zero-size
15015         objects, especially if malloc-gnu is also in use).
15016
15017 2011-03-25  Reuben Thomas  <rrt@sc3d.org>
15018
15019         maint.mk: add missing version to VC-tag
15020         * top/maint.mk: git tag was missing actual tag name; add it.
15021
15022         valgrind: do leak checking, and exit with code 1 on error (not 0)
15023         * m4/valgrind-tests.m4: Add `--error-exitcode=1 --leak-check=full'
15024         to VALGRIND.
15025
15026 2010-11-30  Reuben Thomas  <rrt@sc3d.org>
15027
15028         posix-modules: say what it does.
15029         * posix-modules: Add a line to the --help output saying what it does.
15030
15031 2011-03-24  Paul Eggert  <eggert@cs.ucla.edu>
15032
15033         xmalloc: Do not leak if underlying realloc is C99 compatible.
15034         * lib/xmalloc.c (xrealloc): If N is zero, call 'free' directly.
15035         This avoids a leak on C99-based systems.  See
15036         <http://lists.gnu.org/archive/html/bug-gnulib/2011-03/msg00243.html>.
15037
15038 2011-03-24  Eric Blake  <eblake@redhat.com>
15039
15040         realloc: document portability problem
15041         * doc/posix-functions/realloc.texi (realloc): Mention pitfalls of
15042         passing 0 size to realloc.
15043
15044 2011-03-23  Ben Walton  <bwalton@artsci.utoronto.ca>
15045
15046         doc: update users.txt
15047         * users.txt: Add cvsps, tmpwatch
15048
15049 2011-03-23  Matt Rice  <ratmice@gmail.com>
15050
15051         doc: update users.txt
15052         * users.txt: Add gdb.
15053
15054 2011-03-23  Jim Meyering  <meyering@redhat.com>
15055
15056         doc: update users.txt
15057         Looking through matches up to the following URL (there are still
15058         several more pages), I found several projects that use gnulib:
15059         http://codesearch.google.com/codesearch?start=50&q=gnulib-cache\.m4
15060         * users.txt: Add nagios plugins (nagiosplug), acct, gengetopt,
15061         gmediaserver, gtkreindeer, jugtail, libunistring, mini-httpd, reindeer.
15062
15063 2011-03-22  Bruno Haible  <bruno@clisp.org>
15064
15065         unictype/bidi*: Rename functions.
15066         * lib/unictype.in.h (uc_bidi_class_name, uc_bidi_class_byname,
15067         uc_bidi_class, uc_is_bidi_class): New declarations.
15068         * lib/unictype/bidi_byname.c (uc_bidi_class_byname): Renamed from
15069         uc_bidi_category_byname.
15070         (uc_bidi_category_byname): New function.
15071         * lib/unictype/bidi_name.c (u_bidi_class_name): Renamed from
15072         u_bidi_category_name.
15073         (uc_bidi_class_name): Renamed from uc_bidi_category_name.
15074         (uc_bidi_category_name): New function.
15075         * lib/unictype/bidi_of.c (uc_bidi_class): Renamed from
15076         uc_bidi_category.
15077         (uc_bidi_category): New function.
15078         * lib/unictype/bidi_test.c (uc_is_bidi_class): Renamed from
15079         uc_is_bidi_category. Invoke uc_bidi_class.
15080         (uc_is_bidi_category): New function.
15081         * tests/unictype/test-bidi_byname.c (main): Test uc_bidi_class_byname
15082         instead of uc_bidi_category_byname.
15083         * tests/unictype/test-bidi_name.c (main): Test uc_bidi_class_name
15084         instead of uc_bidi_category_name.
15085         * tests/unictype/test-bidi_of.c (main): Test uc_bidi_class instead of
15086         uc_bidi_category.
15087         * tests/unictype/test-bidi_test.c (main): Test uc_is_bidi_class
15088         instead of uc_is_bidi_category.
15089
15090 2011-03-21  Bruno Haible  <bruno@clisp.org>
15091
15092         New module 'unictype/joininggroup-all'.
15093         * modules/unictype/joininggroup-all: New file.
15094
15095         Tests for module 'unictype/joininggroup-of'.
15096         * modules/unictype/joininggroup-of-tests: New file.
15097         * tests/unictype/test-joininggroup_of.c: New file.
15098         * tests/unictype/test-joininggroup_of.h: New file, automatically
15099         generated by gen-uni-tables.
15100
15101         New module 'unictype/joininggroup-of'.
15102         * modules/unictype/joininggroup-of: New file.
15103         * lib/unictype/joininggroup_of.c: New file.
15104         * lib/unictype/joininggroup_of.h: New file, automatically generated by
15105         gen-uni-tables.
15106
15107         Tests for module 'unictype/joininggroup-byname'.
15108         * modules/unictype/joininggroup-byname-tests: New file.
15109         * tests/unictype/test-joininggroup_byname.c: New file.
15110
15111         New module 'unictype/joininggroup-byname'.
15112         * modules/unictype/joininggroup-byname: New file.
15113         * lib/unictype/joininggroup_byname.c: New file.
15114         * lib/unictype/joininggroup_byname.gperf: New file.
15115
15116         Tests for module 'unictype/joininggroup-name'.
15117         * modules/unictype/joininggroup-name-tests: New file.
15118         * tests/unictype/test-joininggroup_name.c: New file.
15119
15120         New module 'unictype/joininggroup-name'.
15121         * modules/unictype/joininggroup-name: New file.
15122         * lib/unictype/joininggroup_name.c: New file.
15123         * lib/unictype/joininggroup_name.h: New file.
15124
15125         New module 'unictype/joiningtype-all'.
15126         * modules/unictype/joiningtype-all: New file.
15127
15128         Tests for module 'unictype/joiningtype-of'.
15129         * modules/unictype/joiningtype-of-tests: New file.
15130         * tests/unictype/test-joiningtype_of.c: New file.
15131         * tests/unictype/test-joiningtype_of.h: New file, automatically
15132         generated by gen-uni-tables.
15133
15134         New module 'unictype/joiningtype-of'.
15135         * modules/unictype/joiningtype-of: New file.
15136         * lib/unictype/joiningtype_of.c: New file.
15137         * lib/unictype/joiningtype_of.h: New file, automatically generated by
15138         gen-uni-tables.
15139
15140         Tests for module 'unictype/joiningtype-byname'.
15141         * modules/unictype/joiningtype-byname-tests: New file.
15142         * tests/unictype/test-joiningtype_byname.c: New file.
15143
15144         New module 'unictype/joiningtype-byname'.
15145         * modules/unictype/joiningtype-byname: New file.
15146         * lib/unictype/joiningtype_byname.c: New file.
15147
15148         Tests for module 'unictype/joiningtype-name'.
15149         * modules/unictype/joiningtype-name-tests: New file.
15150         * tests/unictype/test-joiningtype_name.c: New file.
15151
15152         New module 'unictype/joiningtype-name'.
15153         * modules/unictype/joiningtype-name: New file.
15154         * lib/unictype/joiningtype_name.c: New file.
15155
15156         unictype: Add support for Arabic shaping properties.
15157         * lib/unictype.in.h (UC_JOINING_TYPE_*): New enumeration values.
15158         (uc_joining_type_name, uc_joining_type_byname, uc_joining_type): New
15159         declarations.
15160         (UC_JOINING_GROUP_*): New enumeration values.
15161         (uc_joining_group_name, uc_joining_group_byname, uc_joining_group): New
15162         declarations.
15163         * lib/gen-uni-tables.c (UC_JOINING_TYPE_*): New enumeration values.
15164         (unicode_joining_type): New variable.
15165         (UC_JOINING_GROUP_*): New enumeration values.
15166         (unicode_joining_group): New variable.
15167         (fill_arabicshaping, joining_type_as_c_identifier,
15168         output_joining_type_test, output_joining_type,
15169         joining_group_as_c_identifier, output_joining_group_test,
15170         output_joining_group): New functions.
15171         (main); Add an argument denoting the ArabicShaping.txt file. Invoke
15172         fill_arabicshaping and output_joining_type_test, output_joining_type,
15173         output_joining_group_test, output_joining_group.
15174         Reported by Simon Josefsson.
15175
15176 2011-03-21  Jim Meyering  <meyering@redhat.com>
15177
15178         strftime: fix a bug in yesterday's change
15179         * lib/strftime.c (add): Accommodate width's initial value of -1.
15180         Otherwise, nstrftime would copy uninitialized data into
15181         the result buffer.
15182
15183 2011-03-21  Jim Meyering  <meyering@redhat.com>
15184
15185         tests: add strftime-tests module
15186         * tests/test-strftime.c: New file.
15187         * modules/strftime-tests: New module.
15188
15189 2011-03-20  Paul Eggert  <eggert@cs.ucla.edu>
15190
15191         strftime: don't assume a byte count fits in 'int'
15192         * lib/strftime.c (add): Don't assume first arg fits in 'int'.  I
15193         found this problem by static analysis, using gcc -Wstrict-overflow
15194         (GCC 4.5.2, x86-64).  This reported an optimization that depended
15195         on an integer overflow having undefined behavior, but it turns out
15196         that the argument is a size, which might not fit in 'int' anyway,
15197
15198 2011-03-20  Paul Eggert  <eggert@cs.ucla.edu>
15199
15200         stdio: don't require ignore_value around fwrite
15201
15202         This patch works around libc bug 11959
15203         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=11959>.
15204         Without this patch, applications must often write
15205         ignore_value (fwrite (...)) even though the ignore_value is
15206         not helpful here.  It's common to write many objects, using
15207         fwrite/printf/etc., and then use ferror to detect output error.
15208
15209         I considered making this patch optional, but decided against it,
15210         because libc is obviously being inconsistent here: there is no
15211         reason libc should insist that user code must inspect fwrite
15212         return's value without also insisting that it inspect printf's,
15213         putchar's, etc.  If user code wants to have a strict style where
15214         all these functions' values are checked (so that ferror need not
15215         be checked), we could add support for that style in a new gnulib
15216         module, but in the meantime it's better to be consistent and to
15217         support common usage.
15218
15219         * lib/stdio.in.h (rpl_fwrite): Define this wrapper around fwrite,
15220         to work around libc bug 11959, if __USE_FORTIFY_LEVEL indicates
15221         that we are compiling in checking mode, and if not C++, and
15222         if not already wrapping fwrite for some other reason.
15223         (fwrite): #define to rpl_fwrite if the latter is defined.
15224
15225 2011-03-20  Bruno Haible  <bruno@clisp.org>
15226
15227         verror: Fix compilation error introduced on 2011-02-13.
15228         * lib/verror.h (verror, verror_at_line): Use _GL_ATTRIBUTE_FORMAT macro
15229         instead of __attribute__.
15230         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
15231
15232 2011-03-20  Paul Eggert  <eggert@cs.ucla.edu>
15233             Bruno Haible  <bruno@clisp.org>
15234
15235         socklen: do not depend on sys_socket
15236         While trying to modify Emacs to use gnulib's socklen module,
15237         I discovered a circular dependency: socklen depends on sys_socket
15238         and vice versa.  Emacs can use socklen, but it does not need
15239         sys_socket because it has its own substitute for sys/socket.h.
15240         * m4/socklen.m4 (gl_SOCKET_HEADERS): New macro, extracted from
15241         gl_TYPE_SOCKLEN_T.
15242         (gl_CHECK_SOCKET_HEADERS): New macro, taken from parts of
15243         gl_PREREQ_SYS_H_SOCKET.
15244         (gl_TYPE_SOCKLEN_T): Require it instead of requiring
15245         gl_PREREQ_SYS_H_SOCKET.
15246         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_SOCKET): Require
15247         gl_CHECK_SOCKET_HEADERS instead of doing its work ourselves.
15248         * modules/socklen (Depends-on): Do not depend on sys_socket.
15249         (Include): Adjust to match the code used in gl_SOCKET_HEADERS.
15250
15251 2011-03-20  Jim Meyering  <meyering@redhat.com>
15252
15253         maint.mk: sort file names *after* new transformation
15254         * top/maint.mk (sc_po_check): Sorting before removing the $(srcdir)/
15255         prefix would have led to an unwarranted failure in GNU parted.
15256         Sort after that transformation.
15257
15258 2011-03-19  Jim Meyering  <meyering@redhat.com>
15259
15260         maint.mk: fix po-file syntax-check rule
15261         * top/maint.mk (sc_po_check): Fix fatal typo in yesterday's change.
15262         Patch by Bruno Haible.
15263
15264 2011-03-19  Bruno Haible  <bruno@clisp.org>
15265
15266         socklen: Update comment.
15267         * m4/socklen.m4: Update comment about platforms.
15268
15269 2011-03-19  Paul Eggert  <eggert@cs.ucla.edu>
15270             Bruno Haible  <bruno@clisp.org>
15271
15272         inet_ntop, inet_pton: Simplify.
15273         * modules/inet_ntop (Depends-on): Remove socklen, since sys_socket is
15274         documented to provide socklen_t and we already depend on sys_socket.
15275         * modules/inet_pton (Depends-on): Likewise.
15276         * lib/arpa_inet.in.h: Adjust comment.
15277
15278 2011-03-19  Paul Eggert  <eggert@cs.ucla.edu>
15279             Bruno Haible  <bruno@clisp.org>
15280
15281         netdb: Simplify.
15282         * modules/netdb (Depends-on): Remove socklen, since sys_socket is
15283         documented to provide socklen_t and we already depend on sys_socket.
15284         * lib/netdb.in.h: Adjust comment.
15285
15286 2011-03-19  Bruno Haible  <bruno@clisp.org>
15287
15288         sys_socket, netdb: Document problem with socklen_t.
15289         * doc/posix-headers/sys_socket.texi: Mention lack of socklen_t on some
15290         platforms.
15291         * doc/posix-headers/netdb.texi: Likewise.
15292
15293 2011-03-18  Eric Blake  <eblake@redhat.com>
15294
15295         maint.mk: let po check work in VPATH build
15296         * top/maint.mk (po_file): Allow cfg.mk override.
15297         (sc_po_check): Allow VPATH use.
15298         Reported by Jiri Denemark.
15299
15300 2011-03-16  Jim Meyering  <meyering@redhat.com>
15301
15302         maint.mk: allow fine-grained syntax-check exclusion via Make variables
15303         Before, you would have had to create one .x-sc_ file per rule in order
15304         to exempt offending files.  Now, you may instead use a Make variable --
15305         usually defined in cfg.mk -- whose name identifies the affected rule.
15306         * top/maint.mk (_sc_excl): Define.
15307         (VC_LIST_EXCEPT): Use it to exclude names on a per-rule basis.
15308         (_sc_search_regexp): When not using VC_LIST_EXCEPT, exclude here, too.
15309
15310 2011-03-13  Bruno Haible  <bruno@clisp.org>
15311
15312         ignore-value tests: Avoid warnings.
15313         * tests/test-ignore-value.c (_GL_ATTRIBUTE_RETURN_CHECK): Define to
15314         empty for gcc < 3.4.
15315
15316 2011-03-13  Bruno Haible  <bruno@clisp.org>
15317
15318         passfd: Fix link error on Solaris.
15319         * modules/passfd (Description): Correct.
15320         (Depends-on): Add socketlib.
15321         (Link): New section.
15322         * modules/passfd-tests (Makefile.am): Link test-passfd with LIBSOCKET.
15323
15324 2011-03-13  Bruno Haible  <bruno@clisp.org>
15325
15326         passfd: Fix link error on AIX 5.2.
15327         * m4/afunix.m4 (gl_SOCKET_AFUNIX): Define _LINUX_SOURCE_COMPAT.
15328
15329 2011-03-13  Bruno Haible  <bruno@clisp.org>
15330
15331         passfd: Work around bug with CMSG_FIRSTHDR on FreeBSD 6.4.
15332         * lib/sys_socket.in.h: Include <stddef.h>.
15333         * m4/afunix.m4 (gl_SOCKET_AFUNIX): Include <stddef.h> before using
15334         CMSG_FIRSTHDR. Remove unused variable.
15335
15336 2011-03-13  Bruno Haible  <bruno@clisp.org>
15337
15338         passfd: Fix compilation error on OpenBSD.
15339         * lib/passfd.c: Include <sys/uio.h>.
15340
15341 2011-03-13  Bruno Haible  <bruno@clisp.org>
15342
15343         passfd test: Fix warnings.
15344         * tests/test-passfd.c: Include <sys/wait.h>.
15345         (main): Fix typo.
15346
15347 2011-03-13  Bruno Haible  <bruno@clisp.org>
15348
15349         passfd module, part 4, tweaks.
15350         * tests/test-passfd.c: Reorder includes.
15351         (main): Fix perror and printf calls.
15352
15353 2011-03-07  Bastien Roucariès  <roucaries.bastien@gmail.com>
15354
15355         passfd module, part 4.
15356         * modules/passfd-tests: New file.
15357         * tests/test-passfd.c: New file.
15358
15359 2011-03-13  Jim Meyering  <meyering@redhat.com>
15360
15361         Makefile: rely on GNU make; derive syntax-check rule names
15362         Rather than requiring that each sc_ rule be listed as a dependent
15363         of "check", use features of GNU make to derive the list.
15364         * Makefile (syntax-check-rules): Define.
15365         (check): Depend on the new variable, not the hard-coded list.
15366
15367 2011-03-13  Bastien Roucariès  <roucaries.bastien@gmail.com>
15368             Bruno Haible  <bruno@clisp.org>
15369
15370         passfd module, part 3.
15371         * lib/passfd.h (recvfd): Add a flags argument.
15372         * lib/passfd.c: Include <fcntl.h>, cloexec.h.
15373         (recvfd): Add a flags argument.
15374         * m4/afunix.m4 (gl_SOCKET_AFUNIX): Test whether MSG_CMSG_CLOEXEC
15375         exists.
15376         * modules/passfd (Depends-on): Add cloexec.
15377         Suggested by Eric Blake.
15378
15379 2011-03-13  Bruno Haible  <bruno@clisp.org>
15380
15381         passfd module, part 2, tweaks.
15382         * modules/passfd (Files): Reorder.
15383         (Depends-on): Remove errno.
15384         (Include): Remove <sys/socket.h>, <sys/un.h>.
15385         * lib/passfd.h: Use a GPLv3+ header. Make C++ safe.
15386         * lib/passfd.c: Untabify. Use a GPLv3+ header. Really include the
15387         specification header. Include <sys/socket.h> always. Don't include
15388         <winsock2.h>. Use "#if HAVE_..." instead of "#ifdef HAVE_...".
15389         (sendfd): Clarify that it sets errno when it fails.
15390         (recvfd): Fix specification.
15391
15392 2011-03-07  Bastien Roucariès  <roucaries.bastien@gmail.com>
15393
15394         passfd module, part 2.
15395         * modules/passfd: New file.
15396         * lib/passfd.h: New file.
15397         * lib/passfd.c: New file.
15398
15399 2011-03-12  Bruno Haible  <bruno@clisp.org>
15400
15401         wcswidth, mbswidth: Avoid integer overflow.
15402         * lib/wcswidth.c: Include <limits.h>.
15403         * lib/wcswidth-impl.h (wcswidth): Avoid 'int' overflow.
15404         * lib/mbswidth.c: Include <limits.h>.
15405         (mbsnwidth): Avoid 'int' overflow.
15406         Reported by Jim Meyering.
15407
15408 2011-03-12  Bruno Haible  <bruno@clisp.org>
15409
15410         futimens, utimensat: Avoid endless recursion on Solaris 10.
15411         * lib/sys_stat.in.h (futimens, utimensat): Define with rpl_ prefix on
15412         Solaris.
15413         Reported by Ben Walton <bwalton@artsci.utoronto.ca> via Eric Blake
15414         in <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=8230>.
15415
15416 2011-03-11  Jim Meyering  <meyering@redhat.com>
15417
15418         maint.mk: relax a regexp to accommodate other formatting styles
15419         * top/maint.mk (sc_unmarked_diagnostics): Allow 0 or 1 space
15420         between "ngettext" and the following "(".
15421
15422 2011-03-11  Pádraig Brady <P@draigBrady.com>
15423
15424         maint.mk: suppress a false positive warning
15425         * top/maint.mk ((sc_unmarked_diagnostics): Don't warn when
15426         diagnostics are marked with ngettext.
15427
15428 2011-03-10  Eric Blake  <eblake@redhat.com>
15429
15430         wchar: add explicit dependencies, for Tru64
15431         * modules/mbmemcasecoll (Depends-on): Add wchar.
15432         * modules/mbtowc (Depends-on): Likewise.
15433         * modules/vasnprintf (Depends-on): Likewise.
15434         * modules/unistdio/u-printf-args (Depends-on): Likewise.
15435         * modules/wctomb (Depends-on): Likewise.
15436         Reported by Peter O'Gorman.
15437
15438 2011-03-08  Bruno Haible  <bruno@clisp.org>
15439
15440         passfd module, part 1, tweaks.
15441         * m4/afunix.m4 (gl_SOCKET_AFUNIX): Update AC_REQUIRE invocation.
15442         Improve indentation. Improve AC_MSG_CHECKING messages.
15443         * m4/sockpfaf.m4 (gl_SOCKET_FAMILY_UNIX): New macro, extracted from
15444         gl_SOCKET_FAMILIES.
15445
15446 2011-03-07  Bastien Roucariès  <roucaries.bastien@gmail.com>
15447
15448         passfd module, part 1.
15449         * m4/afunix.m4: New file.
15450         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Also test for UNIX domain
15451         sockets.
15452
15453 2011-03-08  Bruno Haible  <bruno@clisp.org>
15454
15455         regex-quote: New API.
15456         * lib/regex-quote.h: Include <stdbool.h>.
15457         (struct regex_quote_spec): New type.
15458         (regex_quote_spec_posix, regex_quote_spec_gnu, regex_quote_spec_pcre):
15459         New declarations.
15460         (regex_quote_length, regex_quote_copy, regex_quote): Take a
15461         'const struct regex_quote_spec *' argument.
15462         * lib/regex-quote.c (RE_*, PCRE_*): New macros.
15463         (pcre_special): New constant.
15464         (regex_quote_spec_posix, regex_quote_spec_gnu, regex_quote_spec_pcre):
15465         New functions.
15466         (regex_quote_length, regex_quote_copy, regex_quote): Take a
15467         'const struct regex_quote_spec *' argument.
15468         * modules/regex-quote (Depends-on): Add stdbool.
15469         * tests/test-regex-quote.c (check): Update for new API. Add test for
15470         anchored results.
15471         * NEWS: Mention the API change.
15472         Reported by Reuben Thomas and Eric Blake.
15473
15474 2011-03-06  Bruno Haible  <bruno@clisp.org>
15475
15476         regex-quote: Fix creation of POSIX extended regular expressions.
15477         * lib/regex-quote.c (ere_special): Add grouping and alternation
15478         operators.
15479
15480 2011-03-05  Bruno Haible  <bruno@clisp.org>
15481
15482         doc: Improve doc regarding autopoint vs. gnulib.
15483         * doc/gnulib-tool.texi (gettextize and autopoint): Recommend to
15484         disable autopoint while running autoreconf.
15485         Suggested by Ralf Wildenhues.
15486
15487 2011-03-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15488
15489         Update AC_OPENMP macro for Lahey compiler on GNU/Linux.
15490         * m4/openmp.m4 (AC_OPENMP): Sync from Autoconf.
15491
15492 2011-03-03  Bruce Korb  <bkorb@gnu.org>
15493
15494         parse-duration: remove xalloc.h dependency
15495         * lib/parse-duration.c (parse_period): handle NULL return from
15496         strdup instead of calling xstrdup().
15497         * modules/parse-duration: remove "xalloc" dependency
15498
15499 2011-03-03  Matthew Booth  <mbooth@redhat.com>
15500
15501         bootstrap: honor m4_base when running aclocal
15502         * build-aux/bootstrap: Fix hard-coded use of m4 directory name.
15503
15504 2011-03-02  Jim Meyering  <meyering@redhat.com>
15505
15506         getopt-gnu: relax license from LGPLv3+ to LGPLv2+
15507         * modules/getopt-gnu (License): Relax to LGPLv2+, for augeas,
15508         on request from Matt Booth.
15509
15510 2011-03-01  Eric Blake  <eblake@redhat.com>
15511
15512         test-link: work on Hurd
15513         * tests/test-link.h (test_link): Hurd rejects linking directories
15514         with EISDIR instead of the POSIX-mandated EPERM.
15515
15516 2011-02-28  Paul Eggert  <eggert@cs.ucla.edu>
15517
15518         stdio: simplify by moving files to printf-posix, sigpipe
15519         * m4/stdio_h.m4 (gl_STDIO_H): Do not require gl_ASM_SYMBOL_PREFIX,
15520         since this symbol is needed only if printf is replaced.
15521         * m4/printf-posix-rpl.m4 (gl_REPLACE_PRINTF):
15522         Require gl_ASM_SYMBOL_PREFIX.
15523         * modules/printf-posix (Files): Add m4/asm-underscore.m4.
15524         * modules/sigpipe (Files): Likewise.  Also, add m4/stdio-write.c.
15525         (Depends-on): Add 'raise'.
15526         (configure.ac): Require gl_ASM_SYMBOL_PREFIX.
15527         * modules/stdio (Files): Remove lib/stdio-write.c,
15528         m4/asm-underscore.m4.
15529         (Depends-on): Remove 'raise'.
15530
15531         stdio: simplify by moving gl_STDIN_LARGE_OFFSET to fseeko, ftello
15532         * m4/fseeko.m4 (gl_STDIN_LARGE_OFFSET): Moved here, from ...
15533         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): ... here, because
15534         * modules/ftello (Files): Add m4/fseeko.m4, for gl_STDIN_LARGE_OFFSET.
15535
15536 2011-02-28  Bruno Haible  <bruno@clisp.org>
15537
15538         localcharset: Assume ANSI C behaviour of free().
15539         * lib/localcharset.c (get_charset_aliases): Remove NULL test before
15540         calling free().
15541         Suggested by Simon Josefsson <simon@josefsson.org>.
15542
15543 2011-02-28  Corinna Vinschen  <vinschen@redhat.com>  (tiny change)
15544             Charles Wilson  <cygwin@cwilson.fastmail.fm>  (tiny change)
15545             Bruno Haible  <bruno@clisp.org>  (tiny change)
15546
15547         On Cygwin, use /proc file system instead of win32 API.
15548         * lib/relocatable.c: On Cygwin, use file names from /proc, rather than
15549         Win32 file names.
15550         (DllMain): Simplify by removing Cygwin specific code.
15551         (find_shared_library_fullname): Use Linux specific implementation also
15552         for Cygwin.
15553         (get_shared_library_fullname): Update accordingly.
15554         * lib/progreloc.c: On Cygwin, use file names from /proc, rather than
15555         Win32 file names.
15556         (find_executable): On Cygwin, use /proc, like on Linux. Remove previous
15557         Cygwin specific code.
15558
15559 2011-02-28  Christian Rössel  <christian.roessel@gmx.de>  (tiny change)
15560             Markus Geimer  <m.geimer@fz-juelich.de>  (tiny change)
15561
15562         Fix OpenMP flag detection for various Fortran compilers.
15563         * m4/openmp.m4 (_AC_LANG_OPENMP(Fortran 77)): Use '!$'
15564         OpenMP-conditional compilation construct, to force compile
15565         failure with missing OpenMP flag.
15566         (AC_OPENMP): Add flags for Cray CCE and NEC SX compilers.
15567
15568 2011-02-25  Eric Blake  <eblake@redhat.com>
15569
15570         strstr: expand test coverage
15571         * tests/test-strstr.c (main): Add much shorter trigger.  Fix C89
15572         compilation.
15573         * tests/test-memmem.c (main): Duplicate tests.
15574         * tests/test-strcasestr.c (main): Likewise.
15575         * tests/test-c-strcasestr.c (main): Likewise.
15576
15577 2011-02-25  Jim Meyering  <meyering@redhat.com>
15578
15579         maint.mk: detect missing-NL-at-EOF, too
15580         * top/maint.mk (sc_prohibit_empty_lines_at_EOF): Adjust so that
15581         it also detects when a file lacks a newline at EOF.
15582         (require_exactly_one_NL_at_EOF_): Renamed from
15583         detect_empty_lines_at_EOF_.  I opted not to rename the rule,
15584         since people may well have .x-sc_... file names tied to the
15585         existing name.  Suggested by Eric Blake.
15586
15587 2011-02-25  Paul Eggert  <eggert@cs.ucla.edu>
15588
15589         dirname: move m4/dos.m4 functionality into lib/dosname.h
15590
15591         m4/dos.m4 needs to go.  It laboriously invokes the C compiler, and
15592         extracts symbols from it, puts them into config.h; but it's much
15593         easier to use the symbols directly.  filename.h already does this,
15594         but it disagrees with dos.m4 in some respects.  This patch
15595         introduces a different include file dosname.h that packages up
15596         dos.m4, and then later we can work on merging filename.h and
15597         dosname.h.  Applications that need only the easy-to-configure
15598         symbols should consider including dosname.h rather than dirname.h.
15599         * NEWS: Mention incompatible changes.
15600         * m4/dos.m4: Remove.
15601         * lib/dosname.h, modules/dosname: New files.
15602         * lib/dirname.h (ISSLASH, FILE_SYSTEM_PREFIX_LEN):
15603         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE):
15604         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): Move to lib/dosname.h.
15605         * lib/at-func.c, lib/at-func2.c, lib/openat.c, lib/savewd.c:
15606         Include dosname.h, not dirname.h.
15607         * lib/rmdir.c, lib/stat.c, lib/unlink.c, lib/unlinkat.c:
15608         Include dosname.h, for definitions of symbols like ISSLASH
15609         that used to be in config.h.
15610         * m4/dirname.m4 (gl_DIRNAME_LGPL): Do not require gl_AC_DOS.
15611         * m4/rmdir.m4 (gl_FUNC_RMDIR): Likewise.
15612         * m4/stat.m4 (gl_FUNC_STAT): Likewise.
15613         * m4/unlink.m4 (gl_FUNC_UNLINK): Likewise.
15614         * modules/dirname-lgpl (Files): Omit m4/dos.m4.
15615         * modules/rmdir (Files): Likewise.
15616         * modules/stat (Files): Likewise.
15617         * modules/unlink (Files): Likewise.
15618         * modules/dirname-lgpl (Depends-on): Add dosname.
15619         * modules/lstat (Depends-on): Likewise.
15620         * modules/openat (Depends-on): Likewise.
15621         * modules/rmdir (Depends-on): Likewise.
15622         * modules/savewd (Depends-on): Likewise.
15623         * modules/stat (Depends-on): Likewise.
15624         * modules/unlink (Depends-on): Likewise.
15625         * modules/openat (Depends-on): Remove dirname-lgpl.
15626         * modules/savewd (Depends-on): Likewise.
15627         * tests/test-dirname.c: Do not use removed symbols like
15628         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.  Instead, use
15629         the remaining symbols, e.g., ISSLASH ('\\').
15630
15631 2011-02-25  Eric Blake  <eblake@redhat.com>
15632
15633         strstr: revert patches that introduced bug and pessimization
15634         * lib/str-two-way.h: Add another reference.
15635         (two_way_short_needle, two_way_long_needle): Revert changes from
15636         2011-02-24; they pessimize search speed.
15637         (critical_factorization): Partially revert changes from
15638         2010-06-22; they violate the requirement that the left half of the
15639         needle be smaller than the period of the needle.
15640
15641 2011-02-24  Paul Eggert  <eggert@cs.ucla.edu>
15642
15643         filenamecat: remove unnecessary dependency on dirname-lgpl
15644         * modules/filenamecat (Depends-on): Remove dirname-lgpl, as there
15645         is no direct dependency, just an indirect one via filenamecat-lgpl.
15646
15647         remove: remove unnecessary use of m4/dos.m4
15648         * m4/remove.m4 (gl_FUNC_REMOVE): Don't require gl_AC_DOS; not needed.
15649         * modules/remove (FILES): Remove m4/dos.m4.
15650
15651         * lib/openat-proc.c: Don't include dirname.h; not needed.
15652
15653         backupfile: remove unnecessary use of m4/dos.m4
15654         * m4/backupfile.m4 (gl_BACKUPFILE): Don't require gl_AC_DOS; none
15655         of its symbols are used by the backupfile code.  backupfile.c does
15656         use a symbol HAVE_DOS_FILE_NAMES, but that symbol is meant only
15657         for the rare case of programs that want all their backup file
15658         names to live within 8+3 limits, and dos.m4 doesn't address that.
15659         * modules/backupfile (Files): Remove m4/dos.m4.
15660
15661 2011-02-24  Jim Meyering  <meyering@redhat.com>
15662
15663         strstr: fix a bug whereby strstr would mistakenly return NULL
15664         * lib/str-two-way.h (two_way_short_needle): Correct off-by-one error
15665         in period calculation.
15666         (two_way_long_needle): Likewise.
15667         The original problem was reported by Mike Stump in
15668         http://thread.gmane.org/gmane.comp.sysutils.autoconf.bugs/7834
15669         Ralf Wildenhues provided the short needle and haystack.
15670         * tests/test-strstr.c: Add Ralf's test case to trigger the bug.
15671         Add a more involved test to trigger the bug in two_way_long_needle.
15672
15673 2011-02-24  Stefano Lattarini  <stefano.lattarini@gmail.com>  (tiny change)
15674
15675         gnulib-tool: remove use of bold display in help screen
15676         * gnulib-tool (func_usage): Do not use bold display anymore in the
15677         help screen.  That was just meant to be a temporary emphasis for a
15678         backward-incompatible change.
15679
15680 2011-02-23  Bruno Haible  <bruno@clisp.org>
15681
15682         Fix misindentation of preprocessor directives.
15683         * lib/argp-namefrob.h: Reindent preprocessor directives.
15684         * lib/getopt_int.h (struct _getopt_data): Likewise.
15685         * lib/progreloc.c (maybe_executable, find_executable): Likewise.
15686         * lib/vasnprintf.c (decode_long_double): Likewise.
15687         * tests/test-argmatch.c: Insert blank lines, for clarity.
15688         * tests/test-exclude.c: Likewise.
15689
15690 2011-02-22  Bruno Haible  <bruno@clisp.org>
15691
15692         ioctl: Fix for MacOS X in 64-bit mode.
15693         * lib/ioctl.c (rpl_ioctl): Zero-extend, not sign-extend, the request
15694         value.
15695         Suggested by Eric Blake.
15696         Reported by Markus Gothe <nietzsche@lysator.liu.se>.
15697
15698 2011-02-22  Jim Meyering  <meyering@redhat.com>
15699
15700         maint: sc_cpp_indent_check: remove the "only in lib/" restriction
15701         * Makefile (sc_cpp_indent_check): Don't limit the check to files
15702         in lib/.
15703
15704 2011-02-22  Eric Blake  <eblake@redhat.com>
15705
15706         maint: avoid any CDPATH issue
15707         * Makefile (sc_cpp_indent_check): Anchor cd argument.
15708
15709         maint: adjust cpp indentation for my modules, as well
15710         * Makefile (sc_cpp_indent_check): Add my name.
15711         * lib/fbufmode.c: Filter through cppi.
15712         * lib/fpurge.c: Likewise.
15713         * lib/freadable.c: Likewise.
15714         * lib/freading.c: Likewise.
15715         * lib/fwritable.c: Likewise.
15716         * lib/fwriting.c: Likewise.
15717         * lib/sigaction.c: Likewise.
15718
15719 2011-02-22  Jim Meyering  <meyering@redhat.com>
15720
15721         maint: adjust cpp indentation to reflect nesting depth
15722         I.e., in a block of code that begins with an unnested "#if",
15723         put one space between the "#" in column 1 and following token.
15724         For example,
15725         -#include <sys/vfs.h>
15726         +# include <sys/vfs.h>
15727         Do this only in .c files that are part of a module I maintain.
15728         * lib/linkat.c: Filter through cppi.
15729         * lib/nanosleep.c: Likewise.
15730         * lib/openat.c: Likewise.
15731         * lib/openat-die.c: Likewise.
15732         * lib/dup3.c: Likewise.
15733         * lib/fchownat.c: Likewise.
15734         * lib/flock.c: Likewise.
15735         * lib/fsync.c: Likewise.
15736         * lib/fts.c: Likewise.
15737         * lib/getpass.c: Likewise.
15738         * lib/gettimeofday.c: Likewise.
15739         * lib/userspec.c: Likewise.
15740         * Makefile (sc_cpp_indent_check): New rule, to check this.
15741
15742 2011-02-22  Bruno Haible  <bruno@clisp.org>
15743
15744         New module 'wctomb'.
15745         * lib/stdlib.in.h (wctomb): New declaration.
15746         * lib/wctomb.c: New file.
15747         * lib/wctomb-impl.h: New file.
15748         * m4/wctomb.m4: New file.
15749         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_WCTOMB,
15750         REPLACE_WCTOMB.
15751         * modules/stdlib (Makefile.am): Substitute GNULIB_WCTOMB,
15752         REPLACE_WCTOMB.
15753         * modules/wctomb: New file.
15754         * tests/test-stdlib-c++.cc: Test signature of wctomb.
15755         * doc/posix-functions/wctomb.texi: Mention the new module.
15756         * modules/wctob (Depends-on): Add wctomb.
15757
15758 2011-02-22  Bruno Haible  <bruno@clisp.org>
15759
15760         New module 'mbtowc'.
15761         * lib/stdlib.in.h (mbtowc): New declaration.
15762         * lib/mbtowc.c: New file.
15763         * lib/mbtowc-impl.h: New file, from libutf8 with modifications.
15764         * m4/mbtowc.m4: New file.
15765         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_MBTOWC,
15766         REPLACE_MBTOWC.
15767         * modules/stdlib (Makefile.am): Substitute GNULIB_MBTOWC,
15768         REPLACE_MBTOWC.
15769         * modules/mbtowc: New file.
15770         * tests/test-stdlib-c++.cc: Test signature of mbtowc.
15771         * doc/posix-functions/mbtowc.texi: Mention the new module.
15772         * modules/btowc (Depends-on): Add mbtowc.
15773
15774 2011-02-22  Bruno Haible  <bruno@clisp.org>
15775
15776         wcrtomb: Add more tests for native Windows platforms.
15777         * tests/test-wcrtomb-w32-1.sh: New file.
15778         * tests/test-wcrtomb-w32-2.sh: New file.
15779         * tests/test-wcrtomb-w32-3.sh: New file.
15780         * tests/test-wcrtomb-w32-4.sh: New file.
15781         * tests/test-wcrtomb-w32-5.sh: New file.
15782         * tests/test-wcrtomb-w32.c: New file.
15783         * modules/wcrtomb-tests (Files): Add them.
15784         (Makefile.am): Arrange to run these tests.
15785         * tests/test-wcrtomb-w32-6.sh: New file, currently unused.
15786         * tests/test-wcrtomb-w32-7.sh: New file, currently unused.
15787
15788 2011-02-20  Bruno Haible  <bruno@clisp.org>
15789
15790         wcrtomb: Enhance test.
15791         * tests/test-wcrtomb.c (main): Add test against bug with NULL argument.
15792
15793 2011-02-20  Bruno Haible  <bruno@clisp.org>
15794
15795         mbrtowc: Tiny optimization.
15796         * lib/mbrtowc.c (mbrtowc): Delay pstate assignment until it is needed.
15797
15798 2011-02-20  Jim Meyering  <meyering@redhat.com>
15799
15800         test-exclude.c: remove unmatched #endif
15801         * tests/test-exclude.c: Remove stray #endif, left over from
15802         the change of a week ago.
15803
15804 2011-02-19  Jim Meyering  <meyering@redhat.com>
15805
15806         git-version-gen: skip "-dirty" check when appropriate
15807         * build-aux/git-version-gen: Don't run any git commands when the
15808         version string comes from .tarball-version.  Prior to this, we
15809         would run git update-index --refresh even from a just-unpacked
15810         tarball directory, and that could affect a .git/ directory in a
15811         parent of the build directory.  Reported by Mike Frysinger.
15812
15813 2011-02-19  Bruno Haible  <bruno@clisp.org>
15814
15815         unictype/property-byname: Reduce the size of the 'data' segment.
15816         * lib/unictype/pr_byname.gperf: Add gperf option '%pic'.
15817
15818 2011-02-19  Bruno Haible  <bruno@clisp.org>
15819
15820         unictype/scripts: Reduce the size of the 'data' segment.
15821         * lib/gen-uni-tables.c (output_scripts_byname): Emit gperf option
15822         '%pic'.
15823         * lib/unictype/scripts_byname.gperf: Regenerated.
15824
15825 2011-02-19  Bruno Haible  <bruno@clisp.org>
15826
15827         stdint: Update documentation.
15828         * doc/posix-headers/stdint.texi: Mention WCHAR_MIN, WCHAR_MAX problem.
15829
15830 2011-02-18  Paul Eggert  <eggert@cs.ucla.edu>
15831
15832         stdint: omit redundant check for wchar.h
15833         * m4/stdint.m4 (gl_STDINT_H): The earlier part of this macro now
15834         always tests whether wchar.h exists, so remove the now-redundant test.
15835
15836 2011-02-18  Bruno Haible  <bruno@clisp.org>
15837
15838         stdint: Cut dependency to module 'wchar'.
15839         * lib/stdint.in.h: Include wchar.h only when HAVE_WCHAR_H is 1. Also
15840         include the necessary prerequisites.
15841         * m4/stdint.m4 (gl_STDINT_H): Test whether wchar.h exists.
15842         * modules/stdint (Depends-on): Remove wchar.
15843         (Makefile.am): Substitute HAVE_WCHAR_H.
15844         This reverts part of a 2007-01-06 commit. Reported by Paul Eggert.
15845
15846 2011-02-18  Eric Blake  <eblake@redhat.com>
15847
15848         longlong: skip, rather than fail, on cross-compilation
15849         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Avoid aborting configure
15850         when cross-compiling; regression from 2011-02-16.
15851
15852 2011-02-17  Paul Eggert  <eggert@cs.ucla.edu>
15853
15854         * NEWS: Mention 2011-02-08 change to stdlib.
15855
15856 2011-02-17  Bruno Haible  <bruno@clisp.org>
15857
15858         getloadavg: Add comments about platforms.
15859         * m4/getloadavg.m4: Add comment.
15860         * lib/getloadavg.c: Likewise.
15861
15862 2011-02-17  Bruno Haible  <bruno@clisp.org>
15863
15864         getloadavg: Fix link error on Solaris 2.6.
15865         * modules/getloadavg (Link): New section.
15866         * modules/getloadavg-tests (Makefile.am): Use GETLOADAVG_LIBS for
15867         linking test-getloadavg.
15868         * doc/glibc-functions/getloadavg.texi: Mention that Solaris 2.6 lacks
15869         getloadavg.
15870
15871 2011-02-17  Paul Eggert  <eggert@cs.ucla.edu>
15872
15873         * lib/getloadavg.c (getloadavg) [sgi]: Make ldav_off of type ptrdiff_t.
15874         It was 'int', but this doesn't match the IRIX 6.5 manual.
15875         Suggested by Bruno Haible in
15876         <http://lists.gnu.org/archive/html/bug-gnulib/2011-02/msg00207.html>.
15877
15878 2011-02-17  Bruno Haible  <bruno@clisp.org>
15879
15880         havelib: Fix comments.
15881         * m4/lib-link.m4 (AC_LIB_RPATH): Update comments after 2007-01-02
15882         change.
15883
15884 2011-02-17  Bruno Haible  <bruno@clisp.org>
15885
15886         havelib: Update config.rpath.
15887         * build-aux/config.rpath: Update to match libtool.m4 from libtool-2.4.
15888
15889 2011-02-17  Bruno Haible  <bruno@clisp.org>
15890
15891         getloadavg test: Add some plausibility checks.
15892         * tests/test-getloadavg.c (check_avg): Print a warning when the value
15893         is improbable.
15894
15895 2011-02-16  Eric Blake  <eblake@redhat.com>
15896
15897         maintainer-makefile: make syntax-check a no-op from tarballs
15898         * top/maint.mk (no-vc-detected): New rule.
15899         (local-checks-available): Use it to avoid hanging if someone tries
15900         'make syntax-check' from a tarball.  Also append to any non-syntax
15901         checks already defined in cfg.mk.
15902
15903 2011-02-16  Paul Eggert  <eggert@cs.ucla.edu>
15904
15905         longlong: tune, particularly for common case of c99
15906
15907         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Don't bother compiling
15908         or running anything if c99, or if unsigned long long int does not
15909         work.  In either case, we know the answer without further tests.
15910         Do not compile _AC_TYPE_LONG_LONG_SNIPPET twice.  Instead, compile
15911         it at most once, and use its results for both long long int and
15912         unsigned long long int.  This is more likely to be efficient in
15913         the common case where the program wants to check for both long
15914         long int and unsigned long long int.
15915         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Don't bother compiling if c99,
15916         since the answer is already known.
15917
15918 2011-02-15  Paul Eggert  <eggert@cs.ucla.edu>
15919
15920         getloadavg: set errno
15921         * lib/getloadavg.c: Set errno when returning -1.  If no other
15922         error number looks appropriate, set it to ENOSYS if the getloadavg
15923         looks like it can't possibly ever work, ENOTSUP otherwise.
15924         Suggested by Bruno Haible in
15925         <http://lists.gnu.org/archive/html/bug-gnulib/2011-02/msg00187.html>.
15926
15927         getloadavg: trim unused parts and speed up 'configure'
15928         * NEWS: Document this.
15929         * lib/getloadavg.c: Ignore HAVE_GETLOADAVG; this file is now
15930         always compiled if getloadavg is absent.
15931         Move test code to ...
15932         * tests/test-getloadavg.c: New file, containing previous
15933         contents of test from lib/getloadavg.c.  It also contains
15934         suggestions by Bruno Haible in
15935         <http://lists.gnu.org/archive/html/bug-gnulib/2011-02/msg00186.html>.
15936         * modules/getloadavg-tests: New file.
15937         * m4/getloadavg.m4 (gl_GETLOADAVG): Do not check for getloadavg twice.
15938         Do tests in the same order as they're needed for getloadavg.c.
15939         Omit setgid-related tests that generate symbols KMEM_GROUP,
15940         NEET_SETGID, GETLOADAVG_PRIVILEGED; nobody seems to use those any more.
15941         Do only the tests that are needed to see whether the system has
15942         getloadavg, moving the other tests into ...
15943         (gl_PREREQ_GETLOADAVG): ... here.  Do not define obsolete symbol
15944         NLIST_NAME_UNION; nobody should be using it.  Do not define
15945         symbols C_GETLOADAVG and HAVE_GETLOADAVG; they're no longer
15946         relevant, as the user of this module shouldn't care how getloadavg
15947         is implemented.
15948
15949         getloadavg: omit unused var
15950         * lib/getloadavg.c (getloadavg): Omit unused local variable.
15951
15952 2011-02-15  Jim Meyering  <meyering@redhat.com>
15953
15954         doc: update users.txt
15955         * users.txt: Update iwhd's URL.
15956
15957 2011-02-13  Bruno Haible  <bruno@clisp.org>
15958
15959         Consistent macro naming for macros that use GCC __attribute__.
15960         * lib/di-set.h (_GL_ATTRIBUTE_NONNULL): Renamed from
15961         _ATTRIBUTE_NONNULL_.
15962         * lib/ino-map.h (_GL_ATTRIBUTE_NONNULL): Likewise.
15963         * lib/hash.h (_GL_ATTRIBUTE_WUR): Renamed from ATTRIBUTE_WUR.
15964         * lib/ignore-value.h (_GL_ATTRIBUTE_DEPRECATED): Renamed from
15965         ATTRIBUTE_DEPRECATED.
15966         * lib/openat.h (_GL_ATTRIBUTE_NORETURN): Renamed from
15967         ATTRIBUTE_NORETURN.
15968         * lib/sigpipe-die.h (_GL_ATTRIBUTE_NORETURN): Likewise.
15969         * lib/xmemdup0.h (_GL_ATTRIBUTE_NORETURN): Likewise.
15970         * lib/xstrtol.h (_GL_ATTRIBUTE_NORETURN): Likewise.
15971         * lib/xalloc.h (_GL_ATTRIBUTE_NORETURN): Likewise.
15972         (_GL_ATTRIBUTE_MALLOC): Renamed from ATTRIBUTE_MALLOC.
15973         (_GL_ATTRIBUTE_ALLOC_SIZE): Renamed from ATTRIBUTE_ALLOC_SIZE.
15974         * lib/version-etc.h (_GL_ATTRIBUTE_SENTINEL): Renamed from
15975         ATTRIBUTE_SENTINEL.
15976         * lib/safe-alloc.h (_GL_ATTRIBUTE_RETURN_CHECK): Renamed from
15977         ATTRIBUTE_RETURN_CHECK.
15978         * tests/test-ignore-value.c (_GL_ATTRIBUTE_RETURN_CHECK): Likewise.
15979         * tests/test-argmatch.c (_GL_ATTRIBUTE_NORETURN): Renamed from
15980         ATTRIBUTE_NORETURN.
15981         * tests/test-exclude.c (_GL_ATTRIBUTE_NORETURN): Likewise.
15982         Reported by Paul Eggert.
15983
15984 2011-02-13  Bruno Haible  <bruno@clisp.org>
15985
15986         Don't interfere with a program's definition of __attribute__.
15987         * lib/argp.h (__attribute__): Remove definition.
15988         (_GL_ATTRIBUTE_FORMAT): New macro.
15989         (argp_error, __argp_error, argp_failure, __argp_failure): Use it.
15990         * lib/argp-fmtstream.h (__attribute__): Remove definition.
15991         (_GL_ATTRIBUTE_FORMAT): New macro.
15992         (__argp_fmtstream_printf, argp_fmtstream_printf): Use it.
15993         * lib/argp-help.c (hol_entry_long_iterate): Use __attribute__ only for
15994         GCC 3 or newer.
15995         * lib/error.h (__attribute__): Remove definition.
15996         (_GL_ATTRIBUTE_FORMAT): New macro.
15997         (error, error_at_line): Use it.
15998         * lib/hash.h (__attribute__): Remove definition.
15999         (ATTRIBUTE_WUR): Update definition. Define always.
16000         * lib/openat.h (__attribute__): Remove definition.
16001         (ATTRIBUTE_NORETURN): Update definition. Define always.
16002         * lib/sigpipe-die.h (__attribute__): Remove definition.
16003         (ATTRIBUTE_NORETURN): Update definition. Define always.
16004         * lib/vasnprintf.h (__attribute__): Remove definition.
16005         (_GL_ATTRIBUTE_FORMAT): New macro.
16006         (asnprintf, vasnprintf): Use it.
16007         * lib/xalloc.h (__attribute__): Remove definition.
16008         (ATTRIBUTE_NORETURN): Update definition. Define always.
16009         (ATTRIBUTE_MALLOC, ATTRIBUTE_ALLOC_SIZE): Define always.
16010         * lib/xmemdup0.h (__attribute__): Remove definition.
16011         (ATTRIBUTE_NORETURN): Update definition. Define always.
16012         * lib/xprintf.h (__attribute__): Remove definition.
16013         (_GL_ATTRIBUTE_FORMAT): New macro.
16014         (xprintf, xvprintf, xfprintf, xvfprintf): Use it.
16015         * lib/xstrtol.h (__attribute__): Remove definition.
16016         (ATTRIBUTE_NORETURN): Update definition. Define always.
16017         * lib/xvasprintf.h (__attribute__): Remove definition.
16018         (_GL_ATTRIBUTE_FORMAT): New macro.
16019         (xasprintf, xvasprintf): Use it.
16020         * tests/test-argmatch.c (__attribute__): Remove definition.
16021         (ATTRIBUTE_NORETURN): Update definition. Define always.
16022         * tests/test-exclude.c (__attribute__): Remove definition.
16023         (ATTRIBUTE_NORETURN): Update definition. Define always.
16024         Reported by Paul Eggert.
16025
16026 2011-02-13  Bruno Haible  <bruno@clisp.org>
16027
16028         mbrtowc: Add more tests for native Windows platforms.
16029         * tests/test-mbrtowc-w32-1.sh: New file.
16030         * tests/test-mbrtowc-w32-2.sh: New file.
16031         * tests/test-mbrtowc-w32-3.sh: New file.
16032         * tests/test-mbrtowc-w32-4.sh: New file.
16033         * tests/test-mbrtowc-w32-5.sh: New file.
16034         * tests/test-mbrtowc-w32.c: New file.
16035         * modules/mbrtowc-tests (Files): Add them.
16036         (Makefile.am): Arrange to run these tests.
16037         * tests/test-mbrtowc-w32-6.sh: New file, currently unused.
16038         * tests/test-mbrtowc-w32-7.sh: New file, currently unused.
16039
16040 2011-02-13  Bruno Haible  <bruno@clisp.org>
16041
16042         mbrtowc: Work around native Windows bug.
16043         * m4/mbrtowc.m4 (gl_MBRTOWC_RETVAL): Detect native Windows bug. Use the
16044         guess when no suitable locale for testing was found.
16045         * doc/posix-functions/mbrtowc.texi: Mention the native Windows bug.
16046
16047 2011-02-13  Bruno Haible  <bruno@clisp.org>
16048
16049         mbsinit: Work around mingw bug.
16050         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Replace mbsinit also on mingw.
16051         * lib/mbsinit.c (mbsinit): Provide an alternate definition for native
16052         Windows.
16053         * doc/posix-functions/mbsinit.texi: Mention the mingw bug.
16054
16055 2011-02-13  Bruno Haible  <bruno@clisp.org>
16056
16057         mbsinit: Don't crash for a NULL argument.
16058         * lib/mbsinit.c (mbsinit): When the argument is NULL, return 1.
16059         * tests/test-mbsinit.c (mbsinit): Check this behaviour.
16060
16061 2011-02-13  Bruno Haible  <bruno@clisp.org>
16062
16063         Don't interfere with a program's definition of __attribute__.
16064         * lib/stdio.in.h (__attribute__): Remove definition.
16065         (_GL_ATTRIBUTE_FORMAT, _GL_ATTRIBUTE_FORMAT_PRINTF): New macros.
16066         (dprintf, fprintf, obstack_printf, obstack_printf, obstack_vprintf,
16067         printf, snprintf, sprintf, asprintf, vasprintf, vdprintf, vfprintf,
16068         vsnprintf, vsprintf): Use _GL_ATTRIBUTE_FORMAT_PRINTF.
16069         * lib/string.in.h (__attribute__): Remove definition.
16070         Reported by Paul Eggert.
16071
16072 2011-02-12  Paul Eggert  <eggert@cs.ucla.edu>
16073
16074         stdlib: don't get in the way of non-GCC __attribute__
16075         See thread starting at
16076         <http://lists.gnu.org/archive/html/bug-gnulib/2011-02/msg00161.html>.
16077         Revert previous stdlib change, installing the following instead:
16078         * lib/stdlib.in.h (__attribute__): Remove.  We do not want
16079         to get in the way of a non-GCC compiler that supports __attribute__.
16080         (_GL_ATTRIBUTE_RETURN): New macro.
16081         (_Exit): Use it instead of __attribute__.
16082
16083 2011-02-12  Bruno Haible  <bruno@clisp.org>
16084
16085         quotearg test: Avoid test failure on mingw.
16086         * tests/test-quotearg.sh: Convert the locale identifier from native
16087         Windows syntax to Unix syntax.
16088
16089 2011-02-12  Bruno Haible  <bruno@clisp.org>
16090
16091         setlocale: Prefer gnulib's override over libintl's override.
16092         * lib/locale.in.h (GNULIB_defined_setlocale): New macro.
16093         * lib/gettext.h (setlocale): Redefine to rpl_setlocale if
16094         GNULIB_defined_setlocale is set.
16095
16096 2011-02-12  Paul Eggert  <eggert@cs.ucla.edu>
16097
16098         stdlib: support non-GCC __attribute__
16099
16100         Fix a serious and tricky problem encountered when attempting to
16101         add the getloadavg module to Emacs.  Emacs worked fine on RHEL
16102         5.5, but it crashed due to memory corruption on Solaris 10 with
16103         Sun C 5.11.  Emacs normally ORs 3-bit tags into their low-order
16104         bits that are otherwise zero.  This tagging is optional inside
16105         Emacs but is preferred and is used when __attribute__ ((__aligned
16106         (8))) works, as it does with both recent-enough GCC and with Sun C
16107         5.11.  However, Sun C 5.11 is not GCC and does not #define
16108         __GNUC__ and __GNUC_MINOR__.
16109
16110         When I added the getloadavg module to Emacs, it brought in
16111         stdlib.in.h, which contained this fragment:
16112
16113            #ifndef __attribute__
16114            # if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 8)
16115            #  define __attribute__(Spec)   /* empty */
16116            # endif
16117            #endif
16118
16119         When files that include <stdlib.h> were compiled with Sun C 5.11,
16120         the above code disabled __attribute__ ((__aligned (8))), which
16121         caused variables to not be properly aligned, which eventually led
16122         to the pointer corruption mentioned above.  (This was a bit hard
16123         to diagnose, unfortunately.)
16124
16125         Several "#define __attribute__(X) /* empty */" code snippets need
16126         to be eradicated from Gnulib to work with non-GCC compilers that
16127         support __attribute__.  The Autoconf way to do this is to test for
16128         each kind of attribute that we want support for, and selectively
16129         enable that in source code.
16130
16131         Fix this problem just for stdlib.h, by adding a test for the
16132         __noreturn__ attribute, and change stdlib.in.h to use that test
16133         when needed.  This technique can be easily generalized to the
16134         other *.in.h files and attributes, and a similar technique can be
16135         used for *.h and *.c files.  This patch is enough to solve the
16136         problem for Emacs + getloadavg, and I thought I'd publish it for
16137         feedback before undertaking further, similar fixes in other
16138         modules.
16139
16140         This patch does not arrange to #define HAVE_ATTRIBUTE_NORETURN
16141         because it's not needed for stdlib.h.  It merely substitutes the
16142         value directly into stdlib.h.  We may well need to #define it, or
16143         similar symbols, for other modules, but it's nice to also have an
16144         option to not #define it for applications like Emacs that do not
16145         need it.
16146
16147         * lib/stdlib.in.h (__attribute__): Do not #define.
16148         (_GL_ATTRIBUTE_NORETURN): New macro, which in stdlib.h needs to
16149         be defined only if the _Exit module is also used.
16150         * m4/_Exit.m4 (gl_FUNC__EXIT): Require gl_ATTRIBUTE_NORETURN.
16151         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Subst
16152         HAVE_ATTRIBUTE_NORETURN and default it to 1, its value on GNU
16153         platforms.
16154         * modules/_Exit (Files): Add m4/attribute.m4.
16155         * modules/stdlib (Makefile.am): Substitute HAVE_ATTRIBUTE_NORETURN.
16156         * m4/attribute.m4: New file.
16157
16158 2011-02-12  Bruno Haible  <bruno@clisp.org>
16159
16160         wcsrtombs: Work around bug on native Windows.
16161         * m4/wcsrtombs.m4 (gl_WCSRTOMBS_NULL): Test against mingw bug.
16162         * lib/wcsrtombs.c (rpl_wcsrtombs): When dest is NULL, pass SIZE_MAX
16163         instead of len.
16164         * doc/posix-functions/wcsrtombs.texi: Document mingw bug.
16165
16166 2011-02-12  Bruno Haible  <bruno@clisp.org>
16167
16168         mbsrtowcs: Work around bug on native Windows.
16169         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): Require gt_LOCALE_FR. Test
16170         against mingw bug.
16171         * doc/posix-functions/mbsrtowcs.texi: Document mingw bug.
16172
16173 2011-02-12  Bruno Haible  <bruno@clisp.org>
16174
16175         Avoid setlocale bugs in tests.
16176         * modules/btowc (Dependencies): Add setlocale.
16177         * modules/c-strcase (Dependencies): Likewise.
16178         * modules/mbmemcasecmp (Dependencies): Likewise.
16179         * modules/mbmemcasecoll (Dependencies): Likewise.
16180         * modules/mbrtowc (Dependencies): Likewise.
16181         * modules/mbscasecmp (Dependencies): Likewise.
16182         * modules/mbscasestr (Dependencies): Likewise.
16183         * modules/mbschr (Dependencies): Likewise.
16184         * modules/mbscspn (Dependencies): Likewise.
16185         * modules/mbsinit (Dependencies): Likewise.
16186         * modules/mbsncasecmp (Dependencies): Likewise.
16187         * modules/mbsnrtowcs (Dependencies): Likewise.
16188         * modules/mbspbrk (Dependencies): Likewise.
16189         * modules/mbspcasecmp (Dependencies): Likewise.
16190         * modules/mbsrchr (Dependencies): Likewise.
16191         * modules/mbsrtowcs (Dependencies): Likewise.
16192         * modules/mbsspn (Dependencies): Likewise.
16193         * modules/mbsstr (Dependencies): Likewise.
16194         * modules/nl_langinfo (Dependencies): Likewise.
16195         * modules/quotearg (Dependencies): Likewise.
16196         * modules/unicase/locale-language (Dependencies): Likewise.
16197         * modules/unicase/ulc-casecmp (Dependencies): Likewise.
16198         * modules/unicase/ulc-casecoll (Dependencies): Likewise.
16199         * modules/unigbrk/ulc-grapheme-breaks (Dependencies): Likewise.
16200         * modules/unistdio/u8-vasnprintf (Dependencies): Likewise.
16201         * modules/unistdio/u16-vasnprintf (Dependencies): Likewise.
16202         * modules/unistdio/u32-vasnprintf (Dependencies): Likewise.
16203         * modules/unistdio/ulc-vasnprintf (Dependencies): Likewise.
16204         * modules/uniwbrk/ulc-wordbreaks (Dependencies): Likewise.
16205         * modules/vasnprintf-posix (Dependencies): Likewise.
16206         * modules/wcrtomb (Dependencies): Likewise.
16207         * modules/wcsnrtombs (Dependencies): Likewise.
16208         * modules/wcsrtombs (Dependencies): Likewise.
16209
16210 2011-02-12  Bruno Haible  <bruno@clisp.org>
16211
16212         setlocale: Workaround native Windows bug.
16213         * lib/setlocale.c (rpl_setlocale): On native Windows, when setlocale
16214         succeeds but sets LC_CTYPE to "C", report a failure.
16215         * tests/test-setlocale2.sh: New file.
16216         * tests/test-setlocale2.c: New file.
16217         * modules/setlocale-tests (Files): Add the new files.
16218         (Makefile.am): Enable test-setlocale2.sh test.
16219         * doc/posix-functions/setlocale.texi: Mention workaround.
16220
16221 2011-02-11  Bruno Haible  <bruno@clisp.org>
16222
16223         Tests for module 'setlocale'.
16224         * modules/setlocale-tests: New file.
16225         * tests/test-setlocale1.sh: New file.
16226         * tests/test-setlocale1.c: New file.
16227
16228         New module 'setlocale'.
16229         * lib/locale.in.h (setlocale): New declaration.
16230         * lib/setlocale.c: New file, based on
16231         gettext/gettext-runtime/intl/setlocale.c.
16232         * m4/setlocale.m4: New file.
16233         * m4/locale_h.m4 (gl_LOCALE_H): Test whether setlocale is declared.
16234         (gl_LOCALE_H_DEFAULTS): Initialize GNULIB_SETLOCALE, REPLACE_SETLOCALE.
16235         * modules/locale (Makefile.am): Substitute GNULIB_SETLOCALE,
16236         REPLACE_SETLOCALE.
16237         * modules/setlocale: New file.
16238         * tests/test-locale-c++.cc: Test the declaration of setlocale.
16239         * doc/posix-functions/setlocale.texi: Mention the new module.
16240
16241 2011-02-11  Bruno Haible  <bruno@clisp.org>
16242
16243         Prepare for locale dependent tests on mingw.
16244         * m4/locale-ar.m4 (gt_LOCALE_AR): On native Windows, don't try "ar"
16245         because it has the wrong locale encoding.
16246         * m4/locale-fr.m4 (gt_LOCALE_FR): On native Windows, try
16247         French_France.1252 instead of "fr".
16248         (gt_LOCALE_FR_UTF8): On native Windows, try French_France.65001.
16249         * m4/locale-ja.m4 (gt_LOCALE_JA): On native Windows, don't try "ja"
16250         because it has the wrong locale encoding.
16251         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Require AC_CANONICAL_HOST. On
16252         native Windows, try Turkish_Turkey.65001.
16253         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): On native Windows, try
16254         Chinese_China.54936.
16255
16256         Prepare for locale dependent tests on mingw.
16257         * m4/locale-ar.m4 (gt_LOCALE_AR): On native Windows, call setlocale
16258         differently.
16259         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Likewise.
16260         * m4/locale-ja.m4 (gt_LOCALE_JA): Likewise.
16261         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
16262         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
16263
16264 2011-02-11  Eric Blake  <eblake@redhat.com>
16265
16266         strptime: avoid compiler warnings
16267         * lib/strptime.c (__strptime_internal) [!_NL_CURRENT]: Avoid
16268         compiler warnings about dead code.
16269         Reported by Daniel P. Berrange.
16270
16271 2011-02-11  Thien-Thi Nguyen  <ttn@gnuvola.org>
16272
16273         doc: update users.txt
16274         * users.txt: Add rcs.
16275
16276 2011-02-10  John W. Eaton  <jwe@gnu.org>
16277
16278         doc: update users.txt
16279         * users.txt: Add octave.
16280
16281 2011-02-10  Jim Meyering  <meyering@redhat.com>
16282
16283         doc: update users.txt
16284         * users.txt: Add iwhd.
16285
16286 2011-02-09  Bruno Haible  <bruno@clisp.org>
16287
16288         gnulib-tool: Make copyright notice adjustment more robust.
16289         * gnulib-tool (func_import): In sed_transform_main_lib_file,
16290         sed_transform_build_aux_file, sed_transform_testsrelated_lib_file,
16291         allow a line break to occur after "GNU" in "GNU [Lesser] General Public
16292         License".
16293         Reported by Glenn Morris <rgm@gnu.org> via Paul Eggert.
16294
16295 2011-02-06  Bruno Haible  <bruno@clisp.org>
16296
16297         New module 'towctrans'.
16298         * modules/towctrans: New file.
16299         * lib/wctype.in.h (towctrans): New declaration.
16300         * lib/towctrans.c: New file.
16301         * lib/towctrans-impl.h: New file.
16302         * m4/towctrans.m4: New file.
16303         * m4/wctype_h.m4 (gl_WCTYPE_H): Test whether towctrans is declared.
16304         (gl_WCTYPE_H_DEFAULTS): Initialize GNULIB_TOWCTRANS.
16305         * modules/wctype-h (Makefile.am): Substitute GNULIB_TOWCTRANS.
16306         * tests/test-wctype-h-c++.cc: Test the declaration of towctrans.
16307         * doc/posix-functions/towctrans.texi: Mention the new module.
16308
16309 2011-02-06  Bruno Haible  <bruno@clisp.org>
16310
16311         New module 'wctrans'.
16312         * modules/wctrans: New file.
16313         * lib/wctype.in.h (wctrans): New declaration.
16314         * lib/wctrans.c: New file.
16315         * lib/wctrans-impl.h: New file.
16316         * m4/wctrans.m4: New file.
16317         * m4/wctype_h.m4 (gl_WCTYPE_H): Test whether wctrans is declared.
16318         (gl_WCTYPE_H_DEFAULTS): Initialize GNULIB_WCTRANS.
16319         * modules/wctype-h (Makefile.am): Substitute GNULIB_WCTRANS.
16320         * tests/test-wctype-h-c++.cc: Test the declaration of wctrans.
16321         * doc/posix-functions/wctrans.texi: Mention the new module.
16322
16323 2011-02-06  Bruno Haible  <bruno@clisp.org>
16324
16325         New module 'iswctype'.
16326         * modules/iswctype: New file.
16327         * lib/wctype.in.h (iswctype): New declaration.
16328         * lib/iswctype.c: New file.
16329         * lib/iswctype-impl.h: New file.
16330         * m4/iswctype.m4: New file.
16331         * m4/wctype_h.m4 (gl_WCTYPE_H): Test whether iswctype is declared.
16332         (gl_WCTYPE_H_DEFAULTS): Initialize GNULIB_ISWCTYPE.
16333         * modules/wctype-h (Makefile.am): Substitute GNULIB_ISWCTYPE.
16334         * tests/test-wctype-h-c++.cc: Test the declaration of iswctype.
16335         * doc/posix-functions/iswctype.texi: Mention the new module and the
16336         HP-UX 11.00 problem.
16337
16338 2011-02-06  Bruno Haible  <bruno@clisp.org>
16339
16340         New module 'wctype'.
16341         * modules/wctype: Change to represent the wctype() substitute.
16342         * lib/wctype.in.h (wctype): New declaration.
16343         * lib/wctype.c: New file.
16344         * lib/wctype-impl.h: New file.
16345         * m4/wctype.m4: New file.
16346         * m4/wctype_h.m4 (gl_WCTYPE_H): Test whether wctype is declared.
16347         (gl_WCTYPE_H_DEFAULTS): Initialize GNULIB_WCTYPE.
16348         * modules/wctype-h (Makefile.am): Substitute GNULIB_WCTYPE.
16349         * tests/test-wctype-h-c++.cc: Test the declaration of wctype.
16350         * doc/posix-functions/wctype.texi: Mention the new module and the
16351         HP-UX 11.00 problem.
16352
16353 2011-02-06  Bruno Haible  <bruno@clisp.org>
16354
16355         wctype-h: Ensure wctype_t and wctrans_t are defined.
16356         * lib/wctype.in.h (wctype_t, wctrans_t): New type declarations.
16357         * m4/wctype_h.m4 (gl_WCTYPE_H): Determine HAVE_WCTYPE_T, HAVE_WCTRANS_T.
16358         (gl_WCTYPE_H_DEFAULTS): Initialize HAVE_WCTYPE_T, HAVE_WCTRANS_T.
16359         * modules/wctype-h (Makefile.am): Substitute HAVE_WCTYPE_T,
16360         HAVE_WCTRANS_T.
16361         * tests/test-wctype-h.c: Check that wctype_t and wctrans_t are defined.
16362
16363 2011-02-09  Paul Eggert  <eggert@cs.ucla.edu>
16364
16365         flock: fix license typo
16366
16367         * lib/flock.c: Fix typo in license.  One of the "Lesser"s was
16368         omitted.
16369
16370 2011-02-08  Bruno Haible  <bruno@clisp.org>
16371
16372         Split large sed scripts, for HP-UX sed.
16373         * modules/math (Makefile.am): Split sed scripts around 50 sed commands,
16374         to avoid HP-UX limit of 99 commands, in the near future.
16375         * modules/stdlib (Makefile.am): Likewise.
16376         * modules/unistd (Makefile.am): Likewise.
16377         * modules/wchar (Makefile.am): Likewise.
16378         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
16379         Suggestion by Ralf Wildenhues <Ralf.Wildenhues@gmx.de> in
16380         <http://lists.gnu.org/archive/html/bug-gnulib/2010-01/msg00216.html>.
16381
16382 2011-02-08  Paul Eggert  <eggert@cs.ucla.edu>
16383             Bruno Haible  <bruno@clisp.org>
16384
16385         stdlib: improve random_r modularization
16386         * lib/stdlib.in.h: Encapsulate all the stuff having to do with
16387         random_r inside "#if @GNULIB_RANDOM_R@", so that it's clearer that
16388         you also need the random_r module to get this material right.
16389         * m4/random_r.m4 (gl_FUNC_RANDOM_R): Move check for random.h here ...
16390         * m4/stdlib_h.m4 (gl_STDLIB_H): ... from here.
16391         (gl_STDLIB_H_DEFAULTS): Default HAVE_RANDOM_H to 1, and AC_SUBST it.
16392
16393 2011-02-08  Paul Eggert  <eggert@cs.ucla.edu>
16394
16395         stdlib: don't depend on stdint
16396         * lib/stdlib.in.h: Don't include <stdint.h> merely because
16397         GNULIB_POSIXCHECK is defined.  GNULIB_POSIXCHECK seems to
16398         be independent of whether stdint.h is needed.
16399         * m4/random_r.m4 (gl_FUNC_RANDOM_R): Check for struct random_data
16400         here, instead of ...
16401         * m4/stdlib_h.m4 (gl_STDLIB_H): ... here.  Applications that need
16402         struct random_data should be using the random_r module, not just
16403         the stdlib module (which wouldn't make sense: what package needs
16404         just struct random_data without also needing random_r?).
16405         * modules/stdlib (Depends-on): Remove stdint.
16406
16407         getloadavg: don't depend on c-strtod, cloexec, fcntl-safer
16408         See the thread rooted at
16409         <http://lists.gnu.org/archive/html/bug-gnulib/2011-02/msg00090.html>.
16410         * lib/getloadavg.c: Do not include c-strtod.h, cloexec.h, or fcntl--.h.
16411         Include <fcntl.h> only if (defined __linux__ || defined __CYGWIN__
16412         || defined SUNOS_5 || (defined LOAD_AVE_TYPE && !  defined
16413         __VMS)); previously it was always included (via fcntl--.h).
16414         (getloadavg): Do not use c_strtod.  Instead, approximate it by
16415         hand; this is good enough for load averages.  Also, do not use
16416         set_cloexec_flag; instead, use the O_CLOEXEC and F_DUPFD_CLOEXEC
16417         flags directly if available and don't bother otherwise.  (Packages
16418         that need the extra reliability should use the modules that define
16419         these flags on older platforms that lack them.)
16420         * modules/getloadavg (Depends-on): Remove c-strtod, cloexec,
16421         fcntl-safer.
16422
16423 2011-02-08  Jim Meyering  <meyering@redhat.com>
16424
16425         di-set.h, ino-map.h: add multiple-inclusion guard
16426         Technically, the guard is required only for ino-map.h, due to its
16427         INO_MAP_INSERT_FAILURE definition, but do both for consistency.
16428         * lib/di-set.h: Add file-spanning #ifndef _GL_DI_SET_H.
16429         * lib/ino-map.h: Likewise.
16430
16431 2011-02-06  Bruno Haible  <bruno@clisp.org>
16432
16433         iswblank: Ensure declaration on glibc systems.
16434         * m4/iswblank.m4 (gl_FUNC_ISWBLANK): Require gl_USE_SYSTEM_EXTENSIONS.
16435         * modules/iswblank (Dependencies): Add 'extensions'.
16436         * doc/posix-functions/iswblank.texi: Document the glibc problem.
16437
16438 2011-02-06  Bruno Haible  <bruno@clisp.org>
16439
16440         New module 'iswblank'.
16441         * lib/wctype.in.h (iswblank): Don't declare if GNULIB_ISWBLANK is 0.
16442         * modules/iswblank: New file.
16443         * modules/wctype-h (Files): Remove lib/iswblank.c.
16444         (Makefile.am): Substitute GNULIB_ISWBLANK.
16445         * m4/iswblank.m4: New file, partially extracted from m4/wctype_h.m4.
16446         * m4/wctype_h.m4 (gl_WCTYPE_MODULE_INDICATOR): New macro.
16447         (gl_WCTYPE_H_DEFAULTS): New macro.
16448         (gl_WCTYPE_H): Require it. Remove iswblank related code.
16449         * modules/iswblank-tests: New file.
16450         * tests/test-iswblank.c: New file, extraced from tests/test-wctype-h.c.
16451         * tests/test-wctype-h.c (main): Remove iswblank tests.
16452         * tests/test-wctype-h-c++.cc: Guard the signature test of iswblank.
16453         * doc/posix-functions/iswblank.texi: Mention module 'iswblank' instead
16454         of 'wctype-h'.
16455         * NEWS: Mention the change.
16456         * modules/mbchar (Depends-on): Add iswblank.
16457
16458 2011-02-08  Bruno Haible  <bruno@clisp.org>
16459
16460         di-set tests: Refactor.
16461         * tests/test-di-set.c: Include di-set.h early. Include macros.h. Drop
16462         unnecessary includes.
16463         (ASSERT): Remove macro.
16464         (main): Make C90 compliant by avoiding variable declaration after
16465         statement.
16466         * modules/di-set-tests (Files): Add tests/macros.h.
16467
16468 2011-02-08  Bruno Haible  <bruno@clisp.org>
16469
16470         ino-map tests: Refactor.
16471         * tests/test-ino-map.c: Include ino-map.h early. Include macros.h. Drop
16472         unnecessary includes.
16473         (ASSERT): Remove macro.
16474         (main): Make C90 compliant by avoiding variable declaration after
16475         statement.
16476         * modules/ino-map-tests (Files): Add tests/macros.h.
16477
16478 2011-02-08  Jim Meyering  <meyering@redhat.com>
16479
16480         di-set: add "const" to a cast
16481         * lib/di-set.c (di_set_insert): Cast hash_insert0 argument to
16482         "(void const *)", not "(void *)".  Spotted by Bruno Haible.
16483
16484 2011-02-06  Bruno Haible  <bruno@clisp.org>
16485
16486         Rename module 'wctype' to 'wctype-h'.
16487         * modules/wctype-h: Renamed from modules/wctype.
16488         * modules/wctype: Simplyfy to a redirection to 'wctype-h'.
16489         * modules/wctype-h-tests: Renamed from modules/wctype-tests.
16490         (Files, Depends-on, Makefile.am): Update.
16491         * modules/wctype-h-c++-tests: Renamed from modules/wctype-c++-tests.
16492         (Files, Makefile.am): Update.
16493         * tests/test-wctype-h.c: Renamed from tests/test-wctype.c.
16494         * tests/test-wctype-h-c++.cc: Renamed from tests/test-wctype-c++.cc.
16495         * doc/posix-headers/wctype.texi: Update.
16496         * doc/posix-functions/iswalnum.texi: Update.
16497         * doc/posix-functions/iswalpha.texi: Update.
16498         * doc/posix-functions/iswblank.texi: Update.
16499         * doc/posix-functions/iswcntrl.texi: Update.
16500         * doc/posix-functions/iswdigit.texi: Update.
16501         * doc/posix-functions/iswgraph.texi: Update.
16502         * doc/posix-functions/iswlower.texi: Update.
16503         * doc/posix-functions/iswprint.texi: Update.
16504         * doc/posix-functions/iswpunct.texi: Update.
16505         * doc/posix-functions/iswspace.texi: Update.
16506         * doc/posix-functions/iswupper.texi: Update.
16507         * doc/posix-functions/iswxdigit.texi: Update.
16508         * doc/posix-functions/towlower.texi: Update.
16509         * doc/posix-functions/towupper.texi: Update.
16510         * NEWS: Mention the change.
16511         * modules/fnmatch (Dependencies): Add wctype-h, remove wctype.
16512         * modules/mbchar (Dependencies): Likewise.
16513         * modules/mbswidth (Dependencies): Likewise.
16514         * modules/quotearg (Dependencies): Likewise.
16515         * modules/regex (Dependencies): Likewise.
16516         * modules/wcscasecmp (Dependencies): Likewise.
16517         * modules/wcsncasecmp (Dependencies): Likewise.
16518         * modules/wcwidth (Dependencies): Likewise.
16519
16520 2011-02-06  Bruno Haible  <bruno@clisp.org>
16521
16522         New module 'wcswidth'.
16523         * modules/wcswidth: New file.
16524         * lib/wchar.in.h (wcswidth): New declaration.
16525         * lib/wcswidth.c: New file.
16526         * lib/wcswidth-impl.h: New file, from libutf8 with modifications.
16527         * m4/wcswidth.m4: New file.
16528         * m4/wchar_h.m4 (gl_WCHAR_H): Test whether wcswidth is declared.
16529         (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSWIDTH, HAVE_WCSWIDTH,
16530         REPLACE_WCSWIDTH.
16531         * modules/wchar (Makefile.am): Substitute GNULIB_WCSWIDTH,
16532         HAVE_WCSWIDTH, REPLACE_WCSWIDTH.
16533         * tests/test-wchar-c++.cc: Test the declaration of wcswidth.
16534         * doc/posix-functions/wcswidth.texi: Mention the new module.
16535
16536 2011-02-06  Bruno Haible  <bruno@clisp.org>
16537
16538         New module 'wcstok'.
16539         * modules/wcstok: New file.
16540         * lib/wchar.in.h (wcstok): New declaration.
16541         * lib/wcstok.c: New file.
16542         * lib/wcstok-impl.h: New file, from libutf8 with modifications.
16543         * m4/wcstok.m4: New file.
16544         * m4/wchar_h.m4 (gl_WCHAR_H): Test whether wcstok is declared.
16545         (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSTOK, HAVE_WCSTOK.
16546         * modules/wchar (Makefile.am): Substitute GNULIB_WCSTOK, HAVE_WCSTOK.
16547         * tests/test-wchar-c++.cc: Test the declaration of wcstok.
16548         * doc/posix-functions/wcstok.texi: Mention the new module.
16549
16550 2011-02-06  Bruno Haible  <bruno@clisp.org>
16551
16552         New module 'wcsstr'.
16553         * modules/wcsstr: New file.
16554         * lib/wchar.in.h (wcsstr): New declaration.
16555         * lib/wcsstr.c: New file.
16556         * lib/wcsstr-impl.h: New file, from libutf8 with modifications.
16557         * m4/wcsstr.m4: New file.
16558         * m4/wchar_h.m4 (gl_WCHAR_H): Test whether wcsstr is declared.
16559         (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSSTR, HAVE_WCSSTR.
16560         * modules/wchar (Makefile.am): Substitute GNULIB_WCSSTR, HAVE_WCSSTR.
16561         * tests/test-wchar-c++.cc: Test the declaration of wcsstr.
16562         * doc/posix-functions/wcsstr.texi: Mention the new module.
16563
16564 2011-02-06  Bruno Haible  <bruno@clisp.org>
16565
16566         New module 'wcspbrk'.
16567         * modules/wcspbrk: New file.
16568         * lib/wchar.in.h (wcspbrk): New declaration.
16569         * lib/wcspbrk.c: New file.
16570         * lib/wcspbrk-impl.h: New file, from libutf8 with modifications.
16571         * m4/wcspbrk.m4: New file.
16572         * m4/wchar_h.m4 (gl_WCHAR_H): Test whether wcspbrk is declared.
16573         (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSPBRK, HAVE_WCSPBRK.
16574         * modules/wchar (Makefile.am): Substitute GNULIB_WCSPBRK, HAVE_WCSPBRK.
16575         * tests/test-wchar-c++.cc: Test the declaration of wcspbrk.
16576         * doc/posix-functions/wcspbrk.texi: Mention the new module.
16577
16578 2011-02-06  Bruno Haible  <bruno@clisp.org>
16579
16580         New module 'wcsspn'.
16581         * modules/wcsspn: New file.
16582         * lib/wchar.in.h (wcsspn): New declaration.
16583         * lib/wcsspn.c: New file.
16584         * lib/wcsspn-impl.h: New file, from libutf8 with modifications.
16585         * m4/wcsspn.m4: New file.
16586         * m4/wchar_h.m4 (gl_WCHAR_H): Test whether wcsspn is declared.
16587         (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSSPN, HAVE_WCSSPN.
16588         * modules/wchar (Makefile.am): Substitute GNULIB_WCSSPN, HAVE_WCSSPN.
16589         * tests/test-wchar-c++.cc: Test the declaration of wcsspn.
16590         * doc/posix-functions/wcsspn.texi: Mention the new module.
16591
16592 2011-02-06  Bruno Haible  <bruno@clisp.org>
16593
16594         New module 'wcscspn'.
16595         * modules/wcscspn: New file.
16596         * lib/wchar.in.h (wcscspn): New declaration.
16597         * lib/wcscspn.c: New file.
16598         * lib/wcscspn-impl.h: New file, from libutf8 with modifications.
16599         * m4/wcscspn.m4: New file.
16600         * m4/wchar_h.m4 (gl_WCHAR_H): Test whether wcscspn is declared.
16601         (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSCSPN, HAVE_WCSCSPN.
16602         * modules/wchar (Makefile.am): Substitute GNULIB_WCSCSPN, HAVE_WCSCSPN.
16603         * tests/test-wchar-c++.cc: Test the declaration of wcscspn.
16604         * doc/posix-functions/wcscspn.texi: Mention the new module.
16605
16606 2011-02-06  Bruno Haible  <bruno@clisp.org>
16607
16608         New module 'wcsrchr'.
16609         * modules/wcsrchr: New file.
16610         * lib/wchar.in.h (wcsrchr): New declaration.
16611         * lib/wcsrchr.c: New file.
16612         * lib/wcsrchr-impl.h: New file, from libutf8 with modifications.
16613         * m4/wcsrchr.m4: New file.
16614         * m4/wchar_h.m4 (gl_WCHAR_H): Test whether wcsrchr is declared.
16615         (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSRCHR, HAVE_WCSRCHR.
16616         * modules/wchar (Makefile.am): Substitute GNULIB_WCSRCHR, HAVE_WCSRCHR.
16617         * tests/test-wchar-c++.cc: Test the declaration of wcsrchr.
16618         * doc/posix-functions/wcsrchr.texi: Mention the new module.
16619
16620 2011-02-06  Bruno Haible  <bruno@clisp.org>
16621
16622         New module 'wcschr'.
16623         * modules/wcschr: New file.
16624         * lib/wchar.in.h (wcschr): New declaration.
16625         * lib/wcschr.c: New file.
16626         * lib/wcschr-impl.h: New file, from libutf8 with modifications.
16627         * m4/wcschr.m4: New file.
16628         * m4/wchar_h.m4 (gl_WCHAR_H): Test whether wcschr is declared.
16629         (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSCHR, HAVE_WCSCHR.
16630         * modules/wchar (Makefile.am): Substitute GNULIB_WCSCHR, HAVE_WCSCHR.
16631         * tests/test-wchar-c++.cc: Test the declaration of wcschr.
16632         * doc/posix-functions/wcschr.texi: Mention the new module.
16633
16634 2011-02-06  Bruno Haible  <bruno@clisp.org>
16635
16636         New module 'wcsdup'.
16637         * modules/wcsdup: New file.
16638         * lib/wchar.in.h (wcsdup): New declaration.
16639         * lib/wcsdup.c: New file.
16640         * lib/wcsdup-impl.h: New file, from libutf8 with modifications.
16641         * m4/wcsdup.m4: New file.
16642         * m4/wchar_h.m4 (gl_WCHAR_H): Test whether wcsdup is declared.
16643         (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSDUP, HAVE_WCSDUP.
16644         * modules/wchar (Makefile.am): Substitute GNULIB_WCSDUP, HAVE_WCSDUP.
16645         * tests/test-wchar-c++.cc: Test the declaration of wcsdup.
16646         * doc/posix-functions/wcsdup.texi: Mention the new module.
16647
16648 2011-02-06  Bruno Haible  <bruno@clisp.org>
16649
16650         New module 'wcsxfrm'.
16651         * modules/wcsxfrm: New file.
16652         * lib/wchar.in.h (wcsxfrm): New declaration.
16653         * lib/wcsxfrm.c: New file.
16654         * lib/wcsxfrm-impl.h: New file.
16655         * m4/wcsxfrm.m4: New file.
16656         * m4/wchar_h.m4 (gl_WCHAR_H): Test whether wcsxfrm is declared.
16657         (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSXFRM, HAVE_WCSXFRM.
16658         * modules/wchar (Makefile.am): Substitute GNULIB_WCSXFRM, HAVE_WCSXFRM.
16659         * tests/test-wchar-c++.cc: Test the declaration of wcsxfrm.
16660         * doc/posix-functions/wcsxfrm.texi: Mention the new module.
16661
16662 2011-02-06  Bruno Haible  <bruno@clisp.org>
16663
16664         New module 'wcscoll'.
16665         * modules/wcscoll: New file.
16666         * lib/wchar.in.h (wcscoll): New declaration.
16667         * lib/wcscoll.c: New file.
16668         * lib/wcscoll-impl.h: New file.
16669         * m4/wcscoll.m4: New file.
16670         * m4/wchar_h.m4 (gl_WCHAR_H): Test whether wcscoll is declared.
16671         (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSCOLL, HAVE_WCSCOLL.
16672         * modules/wchar (Makefile.am): Substitute GNULIB_WCSCOLL, HAVE_WCSCOLL.
16673         * tests/test-wchar-c++.cc: Test the declaration of wcscoll.
16674         * doc/posix-functions/wcscoll.texi: Mention the new module.
16675
16676 2011-02-06  Bruno Haible  <bruno@clisp.org>
16677
16678         New module 'wcsncasecmp'.
16679         * modules/wcsncasecmp: New file.
16680         * lib/wchar.in.h (wcsncasecmp): New declaration.
16681         * lib/wcsncasecmp.c: New file.
16682         * lib/wcsncasecmp-impl.h: New file, from libutf8 with modifications.
16683         * m4/wcsncasecmp.m4: New file.
16684         * m4/wchar_h.m4 (gl_WCHAR_H): Test whether wcsncasecmp is declared.
16685         (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSNCASECMP, HAVE_WCSNCASECMP.
16686         * modules/wchar (Makefile.am): Substitute GNULIB_WCSNCASECMP,
16687         HAVE_WCSNCASECMP.
16688         * tests/test-wchar-c++.cc: Test the declaration of wcsncasecmp.
16689         * doc/posix-functions/wcsncasecmp.texi: Mention the new module.
16690
16691 2011-02-06  Bruno Haible  <bruno@clisp.org>
16692
16693         New module 'wcscasecmp'.
16694         * modules/wcscasecmp: New file.
16695         * lib/wchar.in.h (wcscasecmp): New declaration.
16696         * lib/wcscasecmp.c: New file.
16697         * lib/wcscasecmp-impl.h: New file, from libutf8 with modifications.
16698         * m4/wcscasecmp.m4: New file.
16699         * m4/wchar_h.m4 (gl_WCHAR_H): Test whether wcscasecmp is declared.
16700         (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSCASECMP, HAVE_WCSCASECMP.
16701         * modules/wchar (Makefile.am): Substitute GNULIB_WCSCASECMP,
16702         HAVE_WCSCASECMP.
16703         * tests/test-wchar-c++.cc: Test the declaration of wcscasecmp.
16704         * doc/posix-functions/wcscasecmp.texi: Mention the new module.
16705
16706 2011-02-05  Bruno Haible  <bruno@clisp.org>
16707
16708         New module 'wcsncmp'.
16709         * modules/wcsncmp: New file.
16710         * lib/wchar.in.h (wcsncmp): New declaration.
16711         * lib/wcsncmp.c: New file.
16712         * lib/wcsncmp-impl.h: New file, from libutf8 with modifications.
16713         * m4/wcsncmp.m4: New file.
16714         * m4/wchar_h.m4 (gl_WCHAR_H): Test whether wcsncmp is declared.
16715         (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSNCMP, HAVE_WCSNCMP.
16716         * modules/wchar (Makefile.am): Substitute GNULIB_WCSNCMP, HAVE_WCSNCMP.
16717         * tests/test-wchar-c++.cc: Test the declaration of wcsncmp.
16718         * doc/posix-functions/wcsncmp.texi: Mention the new module.
16719
16720 2011-02-05  Bruno Haible  <bruno@clisp.org>
16721
16722         New module 'wcscmp'.
16723         * modules/wcscmp: New file.
16724         * lib/wchar.in.h (wcscmp): New declaration.
16725         * lib/wcscmp.c: New file.
16726         * lib/wcscmp-impl.h: New file, from libutf8 with modifications.
16727         * m4/wcscmp.m4: New file.
16728         * m4/wchar_h.m4 (gl_WCHAR_H): Test whether wcscmp is declared.
16729         (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSCMP, HAVE_WCSCMP.
16730         * modules/wchar (Makefile.am): Substitute GNULIB_WCSCMP, HAVE_WCSCMP.
16731         * tests/test-wchar-c++.cc: Test the declaration of wcscmp.
16732         * doc/posix-functions/wcscmp.texi: Mention the new module.
16733
16734 2011-02-05  Bruno Haible  <bruno@clisp.org>
16735
16736         New module 'wcsncat'.
16737         * modules/wcsncat: New file.
16738         * lib/wchar.in.h (wcsncat): New declaration.
16739         * lib/wcsncat.c: New file.
16740         * lib/wcsncat-impl.h: New file, from libutf8 with modifications.
16741         * m4/wcsncat.m4: New file.
16742         * m4/wchar_h.m4 (gl_WCHAR_H): Test whether wcsncat is declared.
16743         (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSNCAT, HAVE_WCSNCAT.
16744         * modules/wchar (Makefile.am): Substitute GNULIB_WCSNCAT, HAVE_WCSNCAT.
16745         * tests/test-wchar-c++.cc: Test the declaration of wcsncat.
16746         * doc/posix-functions/wcsncat.texi: Mention the new module.
16747
16748 2011-02-05  Bruno Haible  <bruno@clisp.org>
16749
16750         New module 'wcscat'.
16751         * modules/wcscat: New file.
16752         * lib/wchar.in.h (wcscat): New declaration.
16753         * lib/wcscat.c: New file.
16754         * lib/wcscat-impl.h: New file, from libutf8 with modifications.
16755         * m4/wcscat.m4: New file.
16756         * m4/wchar_h.m4 (gl_WCHAR_H): Test whether wcscat is declared.
16757         (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSCAT, HAVE_WCSCAT.
16758         * modules/wchar (Makefile.am): Substitute GNULIB_WCSCAT, HAVE_WCSCAT.
16759         * tests/test-wchar-c++.cc: Test the declaration of wcscat.
16760         * doc/posix-functions/wcscat.texi: Mention the new module.
16761
16762 2011-02-05  Bruno Haible  <bruno@clisp.org>
16763
16764         New module 'wcpncpy'.
16765         * modules/wcpncpy: New file.
16766         * lib/wchar.in.h (wcpncpy): New declaration.
16767         * lib/wcpncpy.c: New file.
16768         * lib/wcpncpy-impl.h: New file, from libutf8 with modifications.
16769         * m4/wcpncpy.m4: New file.
16770         * m4/wchar_h.m4 (gl_WCHAR_H): Test whether wcpncpy is declared.
16771         (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCPNCPY, HAVE_WCPNCPY.
16772         * modules/wchar (Makefile.am): Substitute GNULIB_WCPNCPY, HAVE_WCPNCPY.
16773         * tests/test-wchar-c++.cc: Test the declaration of wcpncpy.
16774         * doc/posix-functions/wcpncpy.texi: Mention the new module.
16775
16776 2011-02-05  Bruno Haible  <bruno@clisp.org>
16777
16778         New module 'wcsncpy'.
16779         * modules/wcsncpy: New file.
16780         * lib/wchar.in.h (wcsncpy): New declaration.
16781         * lib/wcsncpy.c: New file.
16782         * lib/wcsncpy-impl.h: New file, from libutf8 with modifications.
16783         * m4/wcsncpy.m4: New file.
16784         * m4/wchar_h.m4 (gl_WCHAR_H): Test whether wcsncpy is declared.
16785         (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSNCPY, HAVE_WCSNCPY.
16786         * modules/wchar (Makefile.am): Substitute GNULIB_WCSNCPY, HAVE_WCSNCPY.
16787         * tests/test-wchar-c++.cc: Test the declaration of wcsncpy.
16788         * doc/posix-functions/wcsncpy.texi: Mention the new module.
16789
16790 2011-02-05  Bruno Haible  <bruno@clisp.org>
16791
16792         New module 'wcpcpy'.
16793         * modules/wcpcpy: New file.
16794         * lib/wchar.in.h (wcpcpy): New declaration.
16795         * lib/wcpcpy.c: New file.
16796         * lib/wcpcpy-impl.h: New file, from libutf8 with modifications.
16797         * m4/wcpcpy.m4: New file.
16798         * m4/wchar_h.m4 (gl_WCHAR_H): Test whether wcpcpy is declared.
16799         (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCPCPY, HAVE_WCPCPY.
16800         * modules/wchar (Makefile.am): Substitute GNULIB_WCPCPY, HAVE_WCPCPY.
16801         * tests/test-wchar-c++.cc: Test the declaration of wcpcpy.
16802         * doc/posix-functions/wcpcpy.texi: Mention the new module.
16803
16804 2011-02-05  Bruno Haible  <bruno@clisp.org>
16805
16806         New module 'wcscpy'.
16807         * modules/wcscpy: New file.
16808         * lib/wchar.in.h (wcscpy): New declaration.
16809         * lib/wcscpy.c: New file.
16810         * lib/wcscpy-impl.h: New file, from libutf8 with modifications.
16811         * m4/wcscpy.m4: New file.
16812         * m4/wchar_h.m4 (gl_WCHAR_H): Test whether wcscpy is declared.
16813         (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSCPY, HAVE_WCSCPY.
16814         * modules/wchar (Makefile.am): Substitute GNULIB_WCSCPY, HAVE_WCSCPY.
16815         * tests/test-wchar-c++.cc: Test the declaration of wcscpy.
16816         * doc/posix-functions/wcscpy.texi: Mention the new module.
16817
16818 2011-02-05  Bruno Haible  <bruno@clisp.org>
16819
16820         New module 'wcsnlen'.
16821         * modules/wcsnlen: New file.
16822         * lib/wchar.in.h (wcsnlen): New declaration.
16823         * lib/wcsnlen.c: New file.
16824         * lib/wcsnlen-impl.h: New file, from libutf8 with modifications.
16825         * m4/wcsnlen.m4: New file.
16826         * m4/wchar_h.m4 (gl_WCHAR_H): Test whether wcsnlen is declared.
16827         (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSNLEN, HAVE_WCSNLEN.
16828         * modules/wchar (Makefile.am): Substitute GNULIB_WCSNLEN, HAVE_WCSNLEN.
16829         * tests/test-wchar-c++.cc: Test the declaration of wcsnlen.
16830         * doc/posix-functions/wcsnlen.texi: Mention the new module.
16831
16832 2011-02-05  Bruno Haible  <bruno@clisp.org>
16833
16834         New module 'wcslen'.
16835         * modules/wcslen: New file.
16836         * lib/wchar.in.h (wcslen): New declaration.
16837         * lib/wcslen.c: New file.
16838         * lib/wcslen-impl.h: New file, from libutf8 with modifications.
16839         * m4/wcslen.m4: New file.
16840         * m4/wchar_h.m4 (gl_WCHAR_H): Test whether wcslen is declared.
16841         (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSLEN, HAVE_WCSLEN.
16842         * modules/wchar (Makefile.am): Substitute GNULIB_WCSLEN, HAVE_WCSLEN.
16843         * tests/test-wchar-c++.cc: Test the declaration of wcslen.
16844         * doc/posix-functions/wcslen.texi: Mention the new module.
16845
16846 2011-02-05  Bruno Haible  <bruno@clisp.org>
16847
16848         New module 'wmemset'.
16849         * modules/wmemset: New file.
16850         * lib/wchar.in.h (wmemset): New declaration.
16851         * lib/wmemset.c: New file.
16852         * lib/wmemset-impl.h: New file, from libutf8 with modifications.
16853         * m4/wmemset.m4: New file.
16854         * m4/wchar_h.m4 (gl_WCHAR_H): Test whether wmemset is declared.
16855         (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WMEMSET, HAVE_WMEMSET.
16856         * modules/wchar (Makefile.am): Substitute GNULIB_WMEMSET, HAVE_WMEMSET.
16857         * tests/test-wchar-c++.cc: Test the declaration of wmemset.
16858         * doc/posix-functions/wmemset.texi: Mention the new module.
16859
16860 2011-02-05  Bruno Haible  <bruno@clisp.org>
16861
16862         New module 'wmemmove'.
16863         * modules/wmemmove: New file.
16864         * lib/wchar.in.h (wmemmove): New declaration.
16865         * lib/wmemmove.c: New file.
16866         * lib/wmemmove-impl.h: New file, from libutf8 with modifications.
16867         * m4/wmemmove.m4: New file.
16868         * m4/wchar_h.m4 (gl_WCHAR_H): Test whether wmemmove is declared.
16869         (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WMEMMOVE, HAVE_WMEMMOVE.
16870         * modules/wchar (Makefile.am): Substitute GNULIB_WMEMMOVE,
16871         HAVE_WMEMMOVE.
16872         * tests/test-wchar-c++.cc: Test the declaration of wmemmove.
16873         * doc/posix-functions/wmemmove.texi: Mention the new module.
16874
16875 2011-02-05  Bruno Haible  <bruno@clisp.org>
16876
16877         New module 'wmemcpy'.
16878         * modules/wmemcpy: New file.
16879         * lib/wchar.in.h (wmemcpy): New declaration.
16880         * lib/wmemcpy.c: New file.
16881         * lib/wmemcpy-impl.h: New file, from libutf8 with modifications.
16882         * m4/wmemcpy.m4: New file.
16883         * m4/wchar_h.m4 (gl_WCHAR_H): Test whether wmemcpy is declared.
16884         (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WMEMCPY, HAVE_WMEMCPY.
16885         * modules/wchar (Makefile.am): Substitute GNULIB_WMEMCPY, HAVE_WMEMCPY.
16886         * tests/test-wchar-c++.cc: Test the declaration of wmemcpy.
16887         * doc/posix-functions/wmemcpy.texi: Mention the new module.
16888
16889 2011-02-05  Bruno Haible  <bruno@clisp.org>
16890
16891         New module 'wmemcmp'.
16892         * modules/wmemcmp: New file.
16893         * lib/wchar.in.h (wmemcmp): New declaration.
16894         * lib/wmemcmp.c: New file.
16895         * lib/wmemcmp-impl.h: New file, from libutf8 with modifications.
16896         * m4/wmemcmp.m4: New file.
16897         * m4/wchar_h.m4 (gl_WCHAR_H): Test whether wmemcmp is declared.
16898         (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WMEMCMP, HAVE_WMEMCMP.
16899         * modules/wchar (Makefile.am): Substitute GNULIB_WMEMCMP, HAVE_WMEMCMP.
16900         * tests/test-wchar-c++.cc: Test the declaration of wmemcmp.
16901         * doc/posix-functions/wmemcmp.texi: Mention the new module.
16902
16903 2011-02-07  Jim Meyering  <meyering@redhat.com>
16904
16905         di-set, ino-map: new modules, from coreutils
16906         * lib/di-set.c: New file.
16907         * lib/di-set.h: Likewise.
16908         * lib/ino-map.c: Likewise.
16909         * lib/ino-map.h: Likewise.
16910         * modules/di-set: Likewise.
16911         * modules/di-set-tests: Likewise.
16912         * modules/ino-map: Likewise.
16913         * modules/ino-map-tests: Likewise.
16914         * tests/test-di-set.c: Likewise.
16915         * tests/test-ino-map.c: Likewise.
16916
16917 2011-02-06  Paul Eggert  <eggert@cs.ucla.edu>
16918
16919         getloadavg: merge minor changes from Emacs
16920
16921         * lib/getloadavg.c (getloadavg_initialized): More-accurate comment.
16922         (getloadavg): Use memset, not bzero.
16923
16924         2008-07-25  Chong Yidong  <cyd@stupidchicken.com>
16925         * lib/getloadavg.c (nl): Rename to name_list to avoid ncurses.h
16926         clash (bug#86).
16927
16928 2010-11-14  Bruno Haible  <bruno@clisp.org>
16929
16930         Allow multiple gnulib generated replacements to coexist.
16931         * lib/getopt.in.h (struct option): Avoid identical redefinition.
16932         * lib/inttypes.in.h (imaxdiv_t): Likewise.
16933         * lib/langinfo.in.h (nl_item): Likewise.
16934         * lib/math.in.h (_NaN, NAN): Likewise.
16935         * lib/netdb.in.h (struct addrinfo): Likewise.
16936         * lib/poll.in.h (struct pollfd, nfds_t): Likewise.
16937         * lib/pthread.in.h (pthread_t, pthread_attr_t, pthread_barrier_t,
16938         pthread_barrierattr_t, pthread_cond_t, pthread_condattr_t,
16939         pthread_key_t, pthread_mutex_t, pthread_mutexattr_t, pthread_once_t,
16940         pthread_rwlock_t, pthread_rwlockattr_t, pthread_cond_destroy,
16941         pthread_cond_init, pthread_cond_signal, pthread_cond_wait,
16942         pthread_create, pthread_exit, pthread_join, pthread_mutexattr_destroy,
16943         pthread_mutexattr_init, pthread_mutexattr_settype,
16944         pthread_mutex_destroy, pthread_mutex_init, pthread_mutex_lock,
16945         pthread_mutex_trylock, pthread_mutex_unlock, pthread_spinlock_t,
16946         pthread_spin_init, pthread_spin_destroy, pthread_spin_lock,
16947         pthread_spin_trylock, pthread_spin_unlock): Likewise.
16948         * lib/sched.in.h (struct sched_param): Likewise.
16949         * lib/se-selinux.in.h (security_class_t, security_context_t,
16950         is_selinux_enabled, getcon, freecon, getfscreatecon, setfscreatecon,
16951         matchpathcon, getfilecon, lgetfilecon, fgetfilecon, setfilecon,
16952         lsetfilecon, fsetfilecon, security_check_context,
16953         security_check_context_raw, setexeccon, matchpathcon_init_prefix):
16954         Likewise.
16955         * lib/search.in.h (VISIT, _gl_search_compar_fn, _gl_search_action_fn):
16956         Likewise.
16957         * lib/signal.in.h (sig_atomic_t, sigset_t, verify_NSIG_constraint,
16958         _gl_function_taking_int_returning_void_t, union sigval,
16959         struct siginfo_t, siginfo_t, struct sigaction): Likewise.
16960         * lib/spawn.in.h (posix_spawnattr_t, posix_spawn_file_actions_t,
16961         verify_POSIX_SPAWN_USEVFORK_no_overlap): Likewise.
16962         * lib/stdint.in.h (gl_int8_t, gl_uint8_t, gl_int16_t, gl_uint16_t,
16963         gl_int32_t, gl_uint32_t, gl_int64_t, gl_uint64_t, int_least8_t,
16964         uint_least8_t, int_least16_t, uint_least16_t, int_least32_t,
16965         uint_least32_t, int_least64_t, uint_least64_t, gl_int_fast8_t,
16966         gl_uint_fast8_t, gl_int_fast16_t, gl_uint_fast16_t, gl_int_fast32_t,
16967         gl_uint_fast32_t, int_fast64_t, uint_fast64_t, gl_intptr_t,
16968         gl_uintptr_t, intmax_t, uintmax_t, _verify_intmax_size): Likewise.
16969         * lib/stdio.in.h (rpl_fseek, rpl_ftell): Likewise.
16970         * lib/sys_socket.in.h (sa_family_t, struct sockaddr_storage,
16971         socklen_t, rpl_fd_isset): Likewise.
16972         * lib/sys_stat.in.h (rpl_mkdir): Likewise.
16973         * lib/sys_time.in.h (struct timeval): Likewise.
16974         * lib/sys_times.in.h (struct tms): Likewise.
16975         * lib/sys_utsname.in.h (struct utsname):
16976         * lib/time.in.h (struct timespec, __time_t_must_be_integral): Likewise.
16977         * lib/unistd.in.h (getpagesize): Likewise.
16978         * lib/wchar.in.h (mbstate_t): Likewise.
16979         * lib/wctype.in.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
16980         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit,
16981         towlower, towupper): Likewise.
16982         Reported by Sam Steingold <sds@gnu.org>.
16983
16984 2011-02-05  Eric Blake  <eblake@redhat.com>
16985
16986         unsetenv: work around Haiku issues
16987         * m4/setenv.m4 (gl_FUNC_UNSETENV): Also detect Haiku issue.
16988         * doc/posix-functions/unsetenv.texi (unsetenv): Document it.
16989
16990 2010-12-30  Bruce Korb  <bkorb@gnu.org>
16991
16992         libposix: avoid calling error() within libposix
16993         * lib/openat-die.c: remove error module stuff when GNULIB_LIBPOSIX
16994         is defined.
16995
16996 2011-02-05  Eric Blake  <eblake@redhat.com>
16997
16998         strerror_r-posix: port to cygwin
16999         * lib/strerror_r.c (strerror_r) [__CYGWIN__]: Add cygwin
17000         implementation.
17001         * m4/strerror_r.m4 (gl_FUNC_STRERROR_R): Adjust comment.
17002         * tests/test-strerror_r.c (main): Fix test.
17003         * doc/posix-functions/strerror_r.texi (strerror_r): Document the
17004         issue.
17005
17006 2011-02-05  Bruno Haible  <bruno@clisp.org>
17007
17008         New module 'wmemchr'.
17009         * modules/wmemchr: New file.
17010         * lib/wchar.in.h (wmemchr): New declaration.
17011         * lib/wmemchr.c: New file.
17012         * lib/wmemchr-impl.h: New file, from libutf8 with modifications.
17013         * m4/wmemchr.m4: New file.
17014         * m4/wchar_h.m4 (gl_WCHAR_H): Test whether wmemchr is declared.
17015         (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WMEMCHR, HAVE_WMEMCHR.
17016         * modules/wchar (Makefile.am): Substitute GNULIB_WMEMCHR, HAVE_WMEMCHR.
17017         * tests/test-wchar-c++.cc: Test the declaration of wmemchr.
17018         * doc/posix-functions/wmemchr.texi: Mention the new module.
17019
17020 2011-02-04  Eric Blake  <eblake@redhat.com>
17021
17022         fdopendir: detect FreeBSD bug
17023         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Detect bug.
17024         * doc/posix-functions/fdopendir.texi (fdopendir): Document it.
17025
17026 2011-02-04  Paul Eggert  <eggert@cs.ucla.edu>
17027
17028         stdbool: do not define HAVE_STDBOOL_H
17029         * m4/stdbool.m4 (AC_CHECK_HEADER_STDBOOL): Renamed from
17030         AC_HEADER_STDBOOL.  All uses changed.  Do not define
17031         HAVE_STDBOOL_H, as gnulib does not need this.  This change is
17032         imported from the latest Autoconf git.  It was motivated by Emacs,
17033         which uses gnulib but does not need HAVE_STDBOOL_H.
17034
17035 2011-02-04  Bruno Haible  <bruno@clisp.org>
17036
17037         wcsnrtombs: Prepare for new module wwcsnrtombs.
17038         * lib/wcsnrtombs-impl.h: New file, extracted from lib/wcsnrtombs.c.
17039         * lib/wcsnrtombs.c: Include it.
17040         * modules/wcsnrtombs (Files): Add lib/wcsnrtombs-impl.h.
17041
17042         wcsrtombs: Prepare for new module wwcsrtombs.
17043         * lib/wcsrtombs-impl.h: New file, extracted from lib/wcsrtombs.c.
17044         * lib/wcsrtombs.c: Include it.
17045         * modules/wcsrtombs (Files): Add lib/wcsrtombs-impl.h.
17046
17047         mbsnrtowcs: Prepare for new module mbsnrtowwcs.
17048         * lib/mbsnrtowcs-impl.h: New file, extracted from lib/mbsnrtowcs.c.
17049         * lib/mbsnrtowcs.c: Include it.
17050         * modules/mbsnrtowcs (Files): Add lib/mbsnrtowcs-impl.h.
17051
17052         mbsrtowcs: Prepare for new module mbsrtowwcs.
17053         * lib/mbsrtowcs-impl.h: New file, extracted from lib/mbsrtowcs.c.
17054         * lib/mbsrtowcs.c: Include it.
17055         * modules/mbsrtowcs (Files): Add lib/mbsrtowcs-impl.h.
17056
17057 2011-02-04  Bruno Haible  <bruno@clisp.org>
17058
17059         vasnprintf: Reduce use of malloc for small format strings.
17060         * lib/printf-args.h (N_DIRECT_ALLOC_ARGUMENTS): New macro.
17061         (arguments): Add room for the first 7 arguments.
17062         * lib/printf-parse.h (N_DIRECT_ALLOC_DIRECTIVES): New macro.
17063         (char_directives, u8_directives, u16_directives, u32_directives): Add
17064         room for the first 7 directives.
17065         * lib/printf-parse.c: Include <string.h>.
17066         (PRINTF_PARSE): Change memory handling code so that it uses the first
17067         7 preallocated elements in an 'arguments' or 'DIRECTIVES' struct.
17068         * lib/vasnprintf.c (VASNPRINTF): Update memory handling code.
17069         Reported by Pádraig Brady <P@draigbrady.com>.
17070
17071 2011-01-31  Eric Blake  <eblake@redhat.com>
17072
17073         dup2: work around Haiku bug
17074         * m4/dup2.m4 (gl_FUNC_DUP2): Test for bug.
17075         * lib/dup2.c (rpl_dup2) [!WIN32]: Add workaround.
17076         * doc/posix-functions/dup2.texi (dup2): Document the bug.
17077         * tests/test-dup2.c (main): Enhance test.
17078
17079 2011-01-31  Simon Josefsson  <simon@josefsson.org>
17080
17081         doc: off_t is not available in eglibc 2.11.2 stdio.h.
17082         * doc/posix-headers/stdio.texi (stdio.h): Mention that off_t isn't
17083         declared by eglibc 2.11.2.
17084         * lib/stdio.in.h: Likewise.
17085
17086 2011-01-31  Eric Blake  <eblake@redhat.com>
17087
17088         ignore-value: add missing test dependency
17089         * tests/test-ignore-value.c: Revert previous change; stdio.h
17090         provides off_t.
17091         * modules/ignore-value-tests (Depends-on): Add missing dependency.
17092
17093 2011-01-30  Paul Eggert  <eggert@cs.ucla.edu>
17094
17095         mktime: clarify long_int width checking
17096         * lib/mktime.c (long_int_is_wide_enough): Move this assertion to
17097         the top level, to make it clearer that the assumption about
17098         long_int width is being checked.  See
17099         <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00554.html>.
17100
17101 2011-01-30  Simon Josefsson  <simon@josefsson.org>
17102
17103         ignore-value: Fix self-test.
17104         * tests/test-ignore-value.c: Include sys/types.h for off_t.
17105
17106 2011-01-29  Paul Eggert  <eggert@cs.ucla.edu>
17107
17108         TYPE_MAXIMUM: avoid theoretically undefined behavior
17109         * lib/intprops.h (TYPE_MINIMUM, TYPE_MAXIMUM): Do not shift a
17110         negative number, which the C Standard says has undefined behavior.
17111         In practice this is not a problem, but might as well do it by the book.
17112         Reported by Rich Felker and Eric Blake; see
17113         <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00493.html>.
17114         * lib/strtol.c (TYPE_MINIMUM, TYPE_MAXIMUM): Likewise.
17115         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
17116         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
17117         * m4/parse-datetime.m4 (gl_PARSE_DATETIME): Likewise.
17118         * m4/stdint.m4 (gl_STDINT_H): Likewise.
17119         * lib/mktime.c (TYPE_MAXIMUM): Redo slightly to match the others.
17120
17121         mktime: #undef mktime before #defining it
17122         * lib/mktime.c (mktime) [DEBUG]: #undef mktime before #defining it.
17123
17124         mktime: systematically normalize tm_isdst comparisons
17125         * lib/mktime.c (isdst_differ): New function.
17126         (__mktime_internal): Use it systematically for all isdst comparisons.
17127         This completes the fix for libc BZ #6723, and removes the need for
17128         normalizing tm_isdst.  See
17129         <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>
17130         (not_equal_tm) [DEBUG]: Use isdst_differ here, too.
17131
17132         mktime: fix some integer overflow issues and sidestep the rest
17133
17134         This was prompted by a bug report by Benjamin Lindner for MinGW
17135         <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00472.html>.
17136         His bug is due to signed integer overflow (0 - INT_MIN), and I
17137         I scanned through mktime.c looking for other integer overflow
17138         problems, fixing all the bugs I found.
17139
17140         Although the C Standard says the resulting code is still not safe
17141         in the presence of integer overflow, in practice it should be good
17142         enough for all real-world two's-complement implementations, except
17143         for debugging environments that deliberately trap on integer
17144         overflow (e.g., gcc -ftrapv).
17145
17146         * lib/mktime.c (WRAPV): New macro.
17147         (SHR): Also check that long_int and time_t shift right in the
17148         usual way, before using the fast-but-unportable method.
17149         (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove, no longer
17150         used.  The code already assumed two's complement, so there's
17151         no need to test for alternatives.  All uses removed.
17152         (TYPE_MAXIMUM): Don't rely here on overflow behavior not defined by
17153         the C standard.  Problem reported by Rich Felker in
17154         <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00488.html>.
17155         (twos_complement_arithmetic): Also check long_int and time_t.
17156         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New functions.
17157         (guess_time_tm, ranged_convert, __mktime_internal): Use them.
17158         (__mktime_internal): Avoid integer overflow with unary subtraction
17159         in two instances where -1 - X is an adequate replacement for -X,
17160         since the calculations are approximate.
17161
17162 2011-01-29  Eric Blake  <eblake@redhat.com>
17163
17164         mktime: avoid infinite loop
17165         * m4/mktime.m4 (AC_FUNC_MKTIME): Avoid overflow on possibly-signed
17166         type; behavior is still undefined but portable to all known targets.
17167         Reported by Rich Felker.
17168
17169 2011-01-29  Simon Josefsson  <simon@josefsson.org>
17170
17171         rename, unlink, same-inode: Relicense.
17172         * modules/rename (License): Relax from LGPLv3+ to LGPLv2+.
17173         * modules/unlink (License): Likewise.
17174         * modules/same-inode (License): Likewise.
17175
17176 2011-01-28  Paul Eggert  <eggert@cs.ucla.edu>
17177
17178         mktime: avoid problems on NetBSD 5 / i386
17179         * lib/mktime.c (long_int): New type.  This works around a problem
17180         on NetBSD 5 / i386, where 'long int' and 'int' are both 32 bits
17181         but time_t is 64 bits, and where I expect the existing code is
17182         wrong in some cases.
17183         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it.
17184         (ydhms_diff): Bring back the compile-time check for wide-enough
17185         year and yday.
17186
17187         mktime: fix misspelling in comment
17188         * lib/mktime.c (__mktime_internal): Fix misspelling in comment.
17189         This merges all recent glibc changes of importance.
17190
17191 2011-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17192
17193         move-if-change: cope with concurrent mv of identical file.
17194         * build-aux/move-if-change (CMPPROG): Accept environment
17195         variable as an override for `cmp'.
17196         (usage): Document CMPPROG.
17197         Adjust comparison to drop stdout.  Cope with failure of mv if
17198         the target file exists and is identical to the source, for
17199         parallel builds.
17200         Report from H.J. Lu against binutils in PR binutils/12283.
17201
17202 2011-01-28  Bruce Korb  <bkorb@gnu.org>
17203
17204         * users.txt: Mention sharutils.
17205
17206 2011-01-28  Simon Josefsson  <simon@josefsson.org>
17207
17208         * users.txt: Mention OATH Toolkit.
17209
17210 2011-01-27  Bruno Haible  <bruno@clisp.org>
17211
17212         Prepare for supporting FreeBSD 10.
17213         * build-aux/config.libpath: Remove handling of freebsd1*.
17214
17215 2011-01-27  Gerald Pfeifer  <gerald@pfeifer.com>  (tiny change)
17216
17217         Prepare for supporting FreeBSD 10.
17218         * build-aux/config.rpath: Remove handling of freebsd1* which soon would
17219         match FreeBSD 10.0.
17220
17221 2011-01-27  Bruno Haible  <bruno@clisp.org>
17222
17223         vma-iter, get-rusage-as: Add OpenBSD support.
17224         * modules/vma-iter (configure.ac): Test for mquery.
17225         * lib/vma-iter.h (VMA_ITERATE_SUPPORTED): Define also on OpenBSD.
17226         * lib/vma-iter.c: Include <sys/mman.h>.
17227         (vma_iterate): Add an implementation based on mquery().
17228         * lib/resource-ext.h (get_rusage_as): Update comments.
17229         * lib/get-rusage-as.c: Likewise.
17230         * lib/get-rusage-data.c: Likewise.
17231
17232 2011-01-26  Karl Berry  <karl@gnu.org>
17233
17234         * doc/Makefile (lang_env, makeinfo_prog, manual_opts): new
17235         variables to make it easier to override the makeinfo program used.
17236
17237 2011-01-26  Eric Blake  <eblake@redhat.com>
17238
17239         fcntl: work around Haiku F_DUPFD bugs
17240         * m4/fcntl.m4 (gl_FUNC_FCNTL): Also catch Haiku errno bug.
17241         * lib/fcntl.c (rpl_fcntl) [F_DUPFD]: Work around Haiku losing
17242         cloexec bit on duplication.
17243         * doc/posix-functions/fcntl.texi (fcntl): Document the bug.
17244
17245 2011-01-26  Bruno Haible  <bruno@clisp.org>
17246
17247         Enable memory leak tests on AIX.
17248         * tests/test-dprintf-posix2.c (main): Don't skip the test on AIX.
17249         * tests/test-fprintf-posix3.c (main): Likewise.
17250
17251 2011-01-26  Bruno Haible  <bruno@clisp.org>
17252
17253         Tests for module 'get-rusage-data'.
17254         * modules/get-rusage-data-tests: New file.
17255         * tests/test-get-rusage-data.c: New file.
17256
17257         New module 'get-rusage-data'.
17258         * lib/resource-ext.h (get_rusage_data): New declaration.
17259         * lib/get-rusage-data.c: New file.
17260         * modules/get-rusage-data: New file.
17261
17262 2011-01-25  Bruno Haible  <bruno@clisp.org>
17263
17264         get-rusage-as: Allow for easier testing.
17265         * lib/resource-ext.h (get_rusage_as): Add comment.
17266         * lib/get-rusage-as.c (get_rusage_as_via_setrlimit): Define always.
17267         (main): New function for interactive testing.
17268
17269 2011-01-25  Bruno Haible  <bruno@clisp.org>
17270
17271         vma-iter: Treat Haiku like BeOS.
17272         * lib/vma-iter.h (VMA_ITERATE_SUPPORTED): Define on Haiku as well.
17273         * lib/vma-iter.c (vma_iterate) [Haiku]: Use the BeOS API.
17274
17275 2011-01-25  Eric Blake  <eblake@redhat.com>
17276
17277         c-stack: fix regression on cygwin when libsigsegv is present
17278         * lib/c-stack.c (die): Don't flatten error if sigsegv is present.
17279
17280 2011-01-24  Bruno Haible  <bruno@clisp.org>
17281
17282         vma-iter: Avoid empty intervals.
17283         * lib/vma-iter.c (vma_iterate) [IRIX, OSF/1]: Don't call the callback
17284         on an empty interval.
17285
17286 2011-01-24  Jim Meyering  <meyering@redhat.com>
17287
17288         u64: remove unnecessary #include
17289         * lib/u64.h: Don't include <stddef.h>.  It was not used.
17290
17291 2011-01-23  Paul Eggert  <eggert@cs.ucla.edu>
17292
17293         Allow the user to avoid the HAVE_RAW_DECL_* macros.
17294         * m4/gnulib-common.m4 (gl_ASSERT_NO_GNULIB_POSIXCHECK): New macro.
17295
17296 2011-01-23  Bruno Haible  <bruno@clisp.org>
17297
17298         New module 'vma-iter'.
17299         * lib/vma-iter.h: New file.
17300         * lib/vma-iter.c: New file, based on lib/get-rusage-as.c.
17301         * modules/vma-iter: New file.
17302         * lib/get-rusage-as.c: Include vma-iter.h. Don't include system headers
17303         for get_rusage_as_via_iterator.
17304         (vma_iterate_callback): New function.
17305         (get_rusage_as_via_iterator): Rewritten to use vma_iterate.
17306         * modules/get-rusage-as (Depends-on): Add vma-iter.
17307
17308 2011-01-23  Bruno Haible  <bruno@clisp.org>
17309
17310         uninorm: Tweak includes.
17311         * lib/uninorm/normalize-internal.h: Don't include <stddef.h>.
17312         Reported by Jim Meyering.
17313
17314 2011-01-23  Bruno Haible  <bruno@clisp.org>
17315
17316         get-rusage-as: Improve on NetBSD.
17317         * lib/get-rusage-as.c (get_rusage_as_via_iterator): On NetBSD, use
17318         /proc, like on FreeBSD.
17319
17320 2011-01-23  Jim Meyering  <meyering@redhat.com>
17321
17322         xreadlink.h: remove unnecessary #include
17323         * lib/xreadlink.h: Don't include <stddef.h>.  It was not used.
17324
17325         maint.mk: add syntax-check rule: detect unnecessary #include <stddef.h>
17326         * top/maint.mk (sc_prohibit_stddef_without_use): New rule.
17327
17328 2011-01-23  Bruno Haible  <bruno@clisp.org>
17329
17330         get-rusage-as: Fix bug.
17331         * lib/get-rusage-as.c (get_rusage_as_via_setrlimit): Restore the
17332         original limit when aborting the first loop.
17333
17334 2011-01-23  Bruno Haible  <bruno@clisp.org>
17335
17336         wctype: Ensure valid C syntax.
17337         * m4/wctype_h.m4 (gl_WCTYPE_H): Invoke gl_CHECK_NEXT_HEADERS
17338         unconditionally, instead of gl_NEXT_HEADERS conditionally.
17339
17340 2011-01-21  Paul Eggert  <eggert@cs.ucla.edu>
17341
17342         getopt: omit HAVE_OPTRESET, HAVE_GETOPT_CLIP from config.h
17343         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not put the
17344         symbols HAVE_OPTRESET and HAVE_GETOPT_CLIP into config.h,
17345         as they are needed only for configure's test case.
17346         This removes two unnecessary symbols from config.h.
17347
17348         gl_CHECK_NEXT_HEADERS implies AC_CHECK_HEADERS_ONCE
17349         * m4/include_next.m4 (gl_CHECK_HEXT_HEADERS): Document this.
17350         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Don't bother to invoke
17351         AC_CHECK_HEADERS_ONCE on a header that we also invoke
17352         gl_CHECK_NEXT_HEADERS on, since the latter invokes the former.
17353         * m4/netdb_h.m4 (gl_HEADER_NETDB): Likewise.
17354         * m4/pthread.m4 (gl_PTHREAD_CHECK): Likewise.
17355         * m4/sched_h.m4 (gl_SCHED_H): Likewise.
17356         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
17357         * m4/spawn_h.m4 (gl_SPAWN_H): Likewise.
17358         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_H): Likewise.
17359         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
17360         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Likewise.
17361         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H): Likewise.
17362         * m4/termios_h.m4 (gl_TERMIOS_H): Likewise.
17363         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
17364         * m4/wchar_h.m4 (gl_WCHAR_H): Likewise.
17365         * m4/wctype_h.m4 (gl_WCTYPE_H): Likewise.
17366
17367 2011-01-21  Eric Blake  <eblake@redhat.com>
17368
17369         maintainer-makefile: work with older git for submodule check
17370         * top/maint.mk (public-submodule-commit): Rewrite to avoid
17371         merge-base --independent, which Ubuntu 10.04 git 1.7.0.4 lacks.
17372         Reported by Matthias Bolte.
17373
17374         bootstrap: minor portability fixes
17375         * build-aux/bootstrap (me): Use $me instead of $0 in functions.
17376         (usage): Omit leading capital and trailing . on help phrases, per
17377         GNU Coding Standards.
17378         (check_versions, top level): Prefix messages with script name.
17379
17380 2011-01-21  Benjamin Lindner  <bjmldn@gmail.com>  (tiny change)
17381
17382         bootstrap: support --no-git option
17383         * build-aux/bootstrap: Add --no-git option, to be used when
17384         --gnulib-srcdir points to the exact desired checkout.
17385
17386 2011-01-21  Eric Blake  <eblake@redhat.com>
17387
17388         strerror_r-posix: work with glibc 2.13
17389         * lib/strerror_r.c (strerror_r): Fix return type.
17390
17391 2011-01-21  Pádraig Brady  <P@draigBrady.com>
17392             Bruno Haible  <bruno@clisp.org>
17393
17394         uN_strstr: New unit tests.
17395         * modules/unistr/u8-strstr-tests: New file.
17396         * modules/unistr/u16-strstr-tests: New file.
17397         * modules/unistr/u32-strstr-tests: New file.
17398         * tests/unistr/test-u-strstr.h: New file, based on tests/test-strstr.c.
17399         * tests/unistr/test-u8-strstr.c: New file.
17400         * tests/unistr/test-u16-strstr.c: New file.
17401         * tests/unistr/test-u32-strstr.c: New file.
17402
17403 2011-01-21  Pádraig Brady  <P@draigBrady.com>
17404             Bruno Haible  <bruno@clisp.org>
17405
17406         Make uN_strstr functions O(n) worst-case.
17407         * lib/unistr/u-strstr.h (FUNC): In the 8-bit case, use strstr. In the
17408         16-bit and 32-bit unit cases, use the unibyte algorithm from
17409         lib/mbsstr.c.
17410         * lib/unistr/u8-strstr.c: Include <string.h>.
17411         (UNIT_IS_UINT8_T): New macro.
17412         * lib/unistr/u16-strstr.c: Include malloca.h and str-kmp.h.
17413         (U_STRLEN, U_STRNLEN): New macros.
17414         * lib/unistr/u32-strstr.c: Include malloca.h and str-kmp.h.
17415         (U_STRLEN, U_STRNLEN): New macros.
17416         * modules/unistr/u8-strstr (Depends-on): Add strstr.
17417         (configure.ac): Update required libunistring version.
17418         * modules/unistr/u16-strstr (Files): Add lib/str-kmp.h.
17419         (Depends-on): Add unistr/u16-strlen, unistr/u16-strnlen, stdbool,
17420         malloca.
17421         (configure.ac): Update required libunistring version.
17422         * modules/unistr/u32-strstr (Files): Add lib/str-kmp.h.
17423         (Depends-on): Add unistr/u32-strlen, unistr/u32-strnlen, stdbool,
17424         malloca.
17425         (configure.ac): Update required libunistring version.
17426
17427 2011-01-21  Pádraig Brady  <P@draigBrady.com>
17428             Bruno Haible  <bruno@clisp.org>
17429
17430         Prepare for faster uN_strstr functions.
17431         * lib/str-kmp.h: Support definable UNITs.
17432         (knuth_morris_pratt): Renamed from knuth_morris_pratt_unibyte. Add
17433         needle_len argument.
17434         * lib/mbsstr.c (mbsstr): Adjust for the changed str-kmp.h.
17435         * lib/mbscasestr.c (mbscasestr): Likewise.
17436
17437 2011-01-21  Pádraig Brady <P@draigBrady.com>
17438
17439         malloca-tests: make faster by unsetting MALLOC_PERTURB_
17440         * tests/test-malloca.c (main): Unset the environment variable
17441         to greatly speed up the test.
17442         * tests/init.sh: Don't say that MALLOC_PERTURB_ is cheap.
17443         * modules/malloca-tests: Depend on unsetenv.
17444
17445 2011-01-21  Pádraig Brady <P@draigBrady.com>
17446
17447         ignore-value: remove stdint dependency
17448         * lib/ignore-value.h: Remove <stdint.h>
17449         * modules/ignore-value: Remove stdint dependency.
17450
17451 2011-01-21  Jim Meyering  <meyering@redhat.com>
17452
17453         maint.mk: adjust variable name to be consistent with other gl_ vars
17454         * top/maint.mk (gl_public_submodule_commit): Rename the variable
17455         to be lower case.
17456
17457 2011-01-20  Jim Meyering  <meyering@redhat.com>
17458
17459         maint.mk: make "check" depend on public-submodule-commit by default
17460         * top/maint.mk (GL_PUBLIC_SUBMODULE_COMMIT): New overridable variable.
17461
17462 2011-01-20  Bruno Haible  <bruno@clisp.org>
17463
17464         mbfile, mbiter: Complete change from 2008-12-21.
17465         * m4/mbfile.m4 (gl_MBFILE): Don't require AC_FUNC_MBRTOWC.
17466         * m4/mbiter.m4 (gl_MBITER): Likewise.
17467
17468 2011-01-20  Jim Meyering  <meyering@redhat.com>
17469
17470         init.sh: insert space between each function name and "()"
17471         * tests/init.sh: Make it a little easier to see that a function's
17472         name is "warn_", and not "warn" when looking at the first part of
17473         its definition: "warn_ ()".  Suggested by Ralf Wildenhues.
17474
17475 2011-01-20  Jim Meyering  <meyering@redhat.com>
17476
17477         mountlist: clean up code formatting
17478         * lib/mountlist.c (read_file_system_list): Split a long line,
17479         correct bracing style, use NULL in place of "(struct statfs *)0",
17480         don't parenthesize return value, add spaces around "=" and after
17481         ";-in-for-stmt".
17482
17483 2011-01-14  Markus Duft <mduft@gentoo.org>
17484
17485         mountlist: add support for Interix
17486         * lib/mountlist.c (read_file_system_list) [MOUNTED_INTERIX_STATVFS]:
17487         Apply statvfs to all entries of /dev/fs.
17488         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for statvfs,
17489         and if found, AC_DEFINE MOUNTED_INTERIX_STATVFS.
17490
17491 2011-01-20  Jim Meyering  <meyering@redhat.com>
17492
17493         maint.mk: improve the public-submodule-commit rule
17494         * top/maint.mk (public-submodule-commit): Prefix with $(AM_V_GEN),
17495         to suppress printing of its commands... unless V=1.
17496         Add git submodule's --quiet option to suppress printing of e.g.,
17497         "Entering gnulib" output.
17498         "cd" into $(srcdir) before running git submodule.
17499
17500 2011-01-20  Bruno Haible  <bruno@clisp.org>
17501
17502         include_next: Fix bug introduced on 2011-01-18.
17503         * m4/include_next.m4 (gl_NEXT_HEADERS_INTERNAL): New macro, extracted
17504         from gl_CHECK_NEXT_HEADERS and gl_NEXT_HEADERS. Omit test of
17505         ac_cv_header_... variable if the second argument is not 'check'.
17506         (gl_CHECK_NEXT_HEADERS, gl_NEXT_HEADERS): Invoke
17507         gl_NEXT_HEADERS_INTERNAL.
17508
17509 2011-01-20  Bruno Haible  <bruno@clisp.org>
17510
17511         Allow the user to avoid the GNULIB_TEST_* macros.
17512         * m4/gnulib-common.m4 (gl_ASSERT_NO_GNULIB_TESTS): New macro.
17513         Suggested by Paul Eggert.
17514
17515 2011-01-14  Jim Meyering  <meyering@redhat.com>
17516
17517         bootstrap: avoid failure when there is no .gitmodules file
17518         ": ${gnulib_path=gnulib}" fails to set $gnulib_path when that variable
17519         has been assigned to, even when its value is the empty string.
17520         * build-aux/bootstrap (gnulib_path): Test explicitly for an empty
17521         "$gnulib_path", rather than using ${gnulib_path=gnulib}.
17522         Reported by John W. Eaton <jwe@gnu.org>.
17523
17524 2011-01-19  Paul Eggert  <eggert@cs.ucla.edu>
17525
17526         assume <ctype.h>, ..., <time.h> exist
17527         For years gnulib has been assuming the existence of the headers
17528         <ctime.h>, <errno.h>, <fcntl.h>, <locale.h>, <signal.h>,
17529         <stdio.h>, <stdlib.h>, <string.h>, and <time.h>.  Omit checks for
17530         them, since they don't appear to be needed.
17531         * README (Portability guidelines): Document this.
17532         * lib/flock.c: Assume <fcntl.h> exists.
17533         * lib/regex_internal.h: Assume <locale.h> exists.
17534         * m4/ctype.m4 (gl_CTYPE_H): Assume <ctype.h> exists.
17535         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Assume <errno.h> exists.
17536         * m4/fcntl_h.m4 (gl_FCNTL_H): Assume <fcntl.h> exists.
17537         * m4/flock.m4 (gl_PREREQ_FLOCK): Likewise.
17538         * m4/locale_h.m4 (gl_LOCALE_H): Assume <locale.h> exists.
17539         * m4/regex.m4 (gl_REGEX): Likewise.
17540         * m4/signal_h.m4 (gl_SIGNAL_H): Assume <signal.h> exists.
17541         * m4/stdio_h.m4 (gl_STDIO_H): Assume <stdio.h> exists.
17542         * m4/stdlib_h.m4 (gl_STDLIB_H): Assume <stdlib.h> exists.
17543         * m4/string_h.m4 (gl_STRING_H): Assume <string.h> exists.
17544         * tests/test-argp.c: Likewise.
17545         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Assume <time.h> exists.
17546
17547         multiarch: remove AA_APPLE_UNIVERSAL_BUILD
17548         * m4/multiarch.m4 (gl_MULTIARCH): Don't AC_DEFINE
17549         AA_APPLE_UNIVERSAL_BUILD.  See
17550         <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00247.html>.
17551         * NEWS: Document this.
17552
17553 2011-01-19  Eric Blake  <eblake@redhat.com>
17554
17555         c-stack: assume stack overflow if SA_SIGINFO unsupported
17556         * lib/c-stack.c (SIGACTION_WORKS): Rename...
17557         (SIGINFO_WORKS): ...since gnulib module guarantees that (most) of
17558         sigaction will work.
17559         (die): Assume stack overflow if siginfo doesn't work, to let Haiku
17560         behavior match Linux.
17561         * tests/test-c-stack.c (main): Prefer NULL for pointers.
17562
17563         stdbool-tests: accomodate Haiku
17564         * tests/test-stdbool.c: Haiku's gcc 2.95 lacks native _Bool.
17565
17566         binary-io: fix O_TEXT on Haiku
17567         * modules/binary-io (Depends-on): Add fcntl-h.
17568         * lib/binary-io.h (O_TEXT): Rely on replacement <fcntl.h> rather
17569         than blindly undefining O_TEXT.
17570         Reported by Scott McCreary.
17571
17572 2011-01-18  Paul Eggert  <eggert@cs.ucla.edu>
17573
17574         include_next: do not check for standard headers like stddef.h
17575
17576         I found this problem when modifying Emacs to use gnulib.
17577         I noticed that it added HAVE_STDDEF_H to config.h, even though
17578         gnulib always assumes <stddef.h> exists as per README and this
17579         symbol is unnecessary.
17580         * m4/include_next.m4 (gl_NEXT_HEADERS): New macro, which does not
17581         use AC_CHECK_HEADERS_ONCE, but which otherwise contains what
17582         gl_CHECK_NEXT_HEADERS used to contain.  This makes 'configure' run
17583         faster for headers like stddef.h that are known to exist.
17584         (gl_CHECK_NEXT_HEADERS): Use it.
17585         * m4/float_h.m4 (gl_FLOAT_H): For float.h, use gl_NEXT_HEADERS
17586         rather than gl_CHECK_NEXT_HEADERS.
17587         * m4/stdarg.m4 (gl_STDARG_H): Likewise, for stdarg.h.
17588         * m4/stddef_h.m4 (gl_STDDEF_H): Likewise, for stddef.h.
17589
17590 2011-01-18  Eric Blake  <eblake@redhat.com>
17591
17592         ansi-c++-opt: skip C++ dependency style if C++ is unused
17593         * m4/ansi-c++.m4 (gl_PROG_ANSI_CXX): Avoid full-blown dependency
17594         tests when we know C++ compilation is not desired.
17595         Reported by Scott McCreary.
17596
17597 2011-01-18  Bruno Haible  <bruno@clisp.org>
17598
17599         *printf-posix: Avoid test failures. Make tests work on MacOS X, Cygwin.
17600         * tests/test-fprintf-posix3.c: Include "resource-ext.h".
17601         (main): Perform test also when getrlimit and setrlimit don't exist or
17602         when setrlimit of RLIMIT_DATA fails (like on Cygwin). Instead of
17603         limiting the address space size using setrlimit, compare the address
17604         space size before and after the the test.
17605         * tests/test-dprintf-posix2.c: Likewise.
17606         * tests/test-fprintf-posix3.sh: Update skip messages.
17607         * tests/test-dprintf-posix2.sh: Likewise.
17608         * modules/fprintf-posix-tests (Depends-on): Add get-rusage-as.
17609         * modules/dprintf-posix-tests (Depends-on): Likewise.
17610         Reported by Bruce Korb <bkorb@gnu.org> and
17611         Gary V. Vaughan <gary@gnu.org>.
17612
17613 2011-01-18  Bruno Haible  <bruno@clisp.org>
17614
17615         get-rusage-as: Improvement for Cygwin.
17616         * lib/get-rusage-as.c (get_rusage_as_via_iterator): On Windows, ignore
17617         areas that are merely reserved.
17618
17619 2011-01-18  Paul Eggert  <eggert@cs.ucla.edu>
17620
17621         strftime: remove dependencies on multibyte modules
17622
17623         strftime depended on mbrlen, mbsinit, and wchar, but these modules
17624         are needed only if ! MULTIBYTE_IS_FORMAT_SAFE, and that is true
17625         only if __osf__ is defined, and I suspect OSF doesn't need these
17626         other modules.  If my guess is wrong, we'll need to come up with a
17627         variant of strftime that doesn't need the multibyte modules.
17628
17629         I discovered this problem when attempting modify Emacs to use the
17630         strftime module.  With the previous gnulib, this caused Emacs to
17631         need 31 new files, ranging from lib/config.charset to
17632         m4/wint_t.m4.  This was overkill and I expect would be offputting
17633         to the Emacs maintainers.  After this change, only 6 new files are
17634         needed, namely strftime.[ch], srtftime.m4, stdbool.in.h,
17635         stdbool.m4, and tm_gmtoff.m4.
17636
17637         * lib/strftime.c (MULTIBYTE_IS_FORMAT_SAFE): Define to 1 always.
17638         Suggested by Bruno Haible in
17639         <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00238.html>.
17640         * m4/strftime.m4 (gl_FUNC_STRFTIME): Do not require AC_TYPE_MBSTATE_T,
17641         and do not check for wchar.h.
17642         * modules/strftime (Files): Remove m4/mbstate_t.m4.
17643         (Depends-on): Remove mbrlen, mbsinit, wchar.
17644
17645 2011-01-18  Bruno Haible  <bruno@clisp.org>
17646
17647         Tests for module 'get-rusage-as'.
17648         * modules/get-rusage-as-tests: New file.
17649         * tests/test-get-rusage-as.c: New file.
17650
17651         New module 'get-rusage-as'.
17652         * modules/get-rusage-as: New file.
17653         * lib/resource-ext.h: New file.
17654         * lib/get-rusage-as.c: New file.
17655
17656 2011-01-17  Eric Blake  <eblake@redhat.com>
17657
17658         sigaction: relax license from LGPLv3+ to LGPLv2+
17659         * modules/sigaction (License): Relax to LGPLv2+.
17660
17661 2011-01-14  Bruno Haible  <bruno@clisp.org>
17662
17663         filemode: Make function declarations usable in C++ mode.
17664         * lib/filemode.h: Enclose function declarations in extern "C" block.
17665         Reported by John W. Eaton <jwe@gnu.org>.
17666
17667 2011-01-12  Rob Vermaas  <rob.vermaas@gmail.com>
17668
17669         save-cwd: no longer include "xgetcwd.h"
17670         * lib/save-cwd.c: Don't include "xgetcwd.h"; it's no longer used.
17671         This avoids a compilation failure in projects that use save-cwd
17672         without also using the xgetcwd module.
17673
17674 2011-01-11  Paul Eggert  <eggert@cs.ucla.edu>
17675
17676         ftoastr: split into 3 modules ftoastr, dtoastr, ldtoastr
17677         This is so that a program like Emacs, which needs only dtoastr,
17678         does not have to bother with distributing and compiling ftoastr
17679         and ldtoastr.
17680         * MODULES.html.sh: Document these modules (ftoastr wasn't documented).
17681         * modules/dtoastr, modules/ldtoastr: New files.
17682         * modules/ftoastr: Now works just for 'float'.
17683         (Files): Remove lib/dtoastr.c, lib/ldtoastr.c.
17684         (Makefile.am): Remove ftoastr.h (not needed and no effect),
17685         dtoastr.c, ldtoastr.c.
17686
17687 2011-01-11  Jim Meyering  <meyering@redhat.com>
17688
17689         save-cwd: remove #if-!HAVE_FCHDIR'd code; use the fchdir module
17690         There is no need to work around the lack of the fchdir function,
17691         since gnulib can now provide a replacement when required.
17692         * lib/save-cwd.c: Remove #if !HAVE_FCHDIR...#endif code.
17693         * modules/save-cwd (Depends-on): Add fchdir.
17694
17695 2011-01-11  Paul Eggert  <eggert@cs.ucla.edu>
17696
17697         openat, save-cwd: avoid xmalloc
17698
17699         This removes a direct (but undocumented) dependency of openat on
17700         xalloc, along with an indirect dependency via save-cwd.  It also
17701         removes a dependency of save-cwd on xgetcwd, and thereby
17702         indirectly on xalloc.  This change causes the openat substitute
17703         to fall back on save_cwd when memory is tight, and for save_cwd to
17704         fail instead of dying when memory is tight, but that's good enough.
17705         Problem and initial idea for fix reported by Bastien Roucaries in
17706         <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00170.html>.
17707
17708         * lib/openat-proc.c: Include stdlib.h (for malloc), not
17709         xalloc.h (for xmalloc).
17710         (openat_proc_name): Use malloc, not xmalloc.
17711         * lib/save-cwd.c (save_cwd): Use getcwd, not xgetcwd.
17712         * modules/save-cwd (Files): Depend on getcwd, not xgetcwd.
17713
17714         openat: Increase OPENAT_BUFFER_SIZE from 512 to at least 1024
17715         This avoids heap allocation for file names whose lengths are in
17716         the range 512..1023, with the upper bound increasing to at most
17717         4031 depending on the platform's PATH_MAX.  (We do not want
17718         pathmax.h here as it might supply a non-constant PATH_MAX.)
17719         * lib/openat-priv.h (SAFER_ALLOCA_MAX, SAFER_ALLOCA): New macros.
17720         Perhaps they should be moved to malloca.h?
17721         (OPENAT_BUFFER_SIZE): Use them.
17722
17723 2011-01-10  Bruno Haible  <bruno@clisp.org>
17724
17725         doc: Update users.txt.
17726         * users.txt: Add recutils.
17727
17728 2011-01-09  Karl Berry  <karl@gnu.org>
17729
17730         * doc/posix-functions/gai_strerror.texi: Insert missing @item.
17731
17732         * doc/configmake.texi: New file.
17733         * doc/gnulib.texi: Include it.
17734         * modules/configmake: Move documentation from here.
17735
17736 2011-01-09  Bruno Haible  <bruno@clisp.org>
17737
17738         Update to Unicode 6.0.0.
17739         * lib/gen-uni-tables.c (symbolic_width): Fix bounds of planes.
17740         (get_lbp): Update for Unicode 6.0.0.
17741         * lib/uniwidth/width.c (nonspacing_table_data): Add U+065F,
17742         U+0859..U+085B, U+093A, U+0956..U+0957, U+0F8D..U+0F8F, U+135D..U+135E,
17743         U+1BE6, U+1BE8..U+1BE9, U+1BED, U+1BEF..U+1BF1, U+1DFC, U+2D7F,
17744         U+11001, U+11038..U+11046. Remove U+06DE.
17745         (uc_width): Fix bounds of planes.
17746         * tests/uniwidth/test-uc_width2.sh: Same updates as in
17747         lib/uniwidth/width.c.
17748         * tests/unigbrk/GraphemeBreakTest.txt: Copied from Unicode 6.0.0, with
17749         trailing whitespace removed.
17750         * tests/uninorm/NormalizationTest.txt: Update from Unicode 6.0.0,
17751         without comments, but with the original copyright notice.
17752         * lib/unicase/cased.h: Regenerated for Unicode 6.0.0.
17753         * lib/unicase/ignorable.h: Likewise.
17754         * lib/unicase/tocasefold.h: Likewise.
17755         * lib/unicase/tolower.h: Likewise.
17756         * lib/unicase/totitle.h: Likewise.
17757         * lib/unicase/toupper.h: Likewise.
17758         * lib/unictype/bidi_of.h: Likewise.
17759         * lib/unictype/blocks.h: Likewise.
17760         * lib/unictype/categ_C.h: Likewise.
17761         * lib/unictype/categ_Cn.h: Likewise.
17762         * lib/unictype/categ_L.h: Likewise.
17763         * lib/unictype/categ_Ll.h: Likewise.
17764         * lib/unictype/categ_Lm.h: Likewise.
17765         * lib/unictype/categ_Lo.h: Likewise.
17766         * lib/unictype/categ_Lu.h: Likewise.
17767         * lib/unictype/categ_M.h: Likewise.
17768         * lib/unictype/categ_Mc.h: Likewise.
17769         * lib/unictype/categ_Me.h: Likewise.
17770         * lib/unictype/categ_Mn.h: Likewise.
17771         * lib/unictype/categ_N.h: Likewise.
17772         * lib/unictype/categ_Nd.h: Likewise.
17773         * lib/unictype/categ_No.h: Likewise.
17774         * lib/unictype/categ_P.h: Likewise.
17775         * lib/unictype/categ_Po.h: Likewise.
17776         * lib/unictype/categ_S.h: Likewise.
17777         * lib/unictype/categ_Sc.h: Likewise.
17778         * lib/unictype/categ_Sk.h: Likewise.
17779         * lib/unictype/categ_Sm.h: Likewise.
17780         * lib/unictype/categ_So.h: Likewise.
17781         * lib/unictype/categ_of.h: Likewise.
17782         * lib/unictype/combining.h: Likewise.
17783         * lib/unictype/ctype_alnum.h: Likewise.
17784         * lib/unictype/ctype_alpha.h: Likewise.
17785         * lib/unictype/ctype_graph.h: Likewise.
17786         * lib/unictype/ctype_lower.h: Likewise.
17787         * lib/unictype/ctype_print.h: Likewise.
17788         * lib/unictype/ctype_punct.h: Likewise.
17789         * lib/unictype/ctype_upper.h: Likewise.
17790         * lib/unictype/decdigit.h: Likewise.
17791         * lib/unictype/digit.h: Likewise.
17792         * lib/unictype/numeric.h: Likewise.
17793         * lib/unictype/pr_alphabetic.h: Likewise.
17794         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
17795         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
17796         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
17797         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
17798         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
17799         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
17800         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
17801         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
17802         * lib/unictype/pr_case_ignorable.h: Likewise.
17803         * lib/unictype/pr_cased.h: Likewise.
17804         * lib/unictype/pr_changes_when_casefolded.h: Likewise.
17805         * lib/unictype/pr_changes_when_casemapped.h: Likewise.
17806         * lib/unictype/pr_changes_when_lowercased.h: Likewise.
17807         * lib/unictype/pr_changes_when_titlecased.h: Likewise.
17808         * lib/unictype/pr_changes_when_uppercased.h: Likewise.
17809         * lib/unictype/pr_combining.h: Likewise.
17810         * lib/unictype/pr_composite.h: Likewise.
17811         * lib/unictype/pr_currency_symbol.h: Likewise.
17812         * lib/unictype/pr_decimal_digit.h: Likewise.
17813         * lib/unictype/pr_deprecated.h: Likewise.
17814         * lib/unictype/pr_format_control.h: Likewise.
17815         * lib/unictype/pr_grapheme_base.h: Likewise.
17816         * lib/unictype/pr_grapheme_extend.h: Likewise.
17817         * lib/unictype/pr_grapheme_link.h: Likewise.
17818         * lib/unictype/pr_id_continue.h: Likewise.
17819         * lib/unictype/pr_id_start.h: Likewise.
17820         * lib/unictype/pr_ideographic.h: Likewise.
17821         * lib/unictype/pr_lowercase.h: Likewise.
17822         * lib/unictype/pr_math.h: Likewise.
17823         * lib/unictype/pr_numeric.h: Likewise.
17824         * lib/unictype/pr_other_alphabetic.h: Likewise.
17825         * lib/unictype/pr_other_id_continue.h: Likewise.
17826         * lib/unictype/pr_other_math.h: Likewise.
17827         * lib/unictype/pr_punctuation.h: Likewise.
17828         * lib/unictype/pr_sentence_terminal.h: Likewise.
17829         * lib/unictype/pr_terminal_punctuation.h: Likewise.
17830         * lib/unictype/pr_unassigned_code_value.h: Likewise.
17831         * lib/unictype/pr_unified_ideograph.h: Likewise.
17832         * lib/unictype/pr_uppercase.h: Likewise.
17833         * lib/unictype/pr_xid_continue.h: Likewise.
17834         * lib/unictype/pr_xid_start.h: Likewise.
17835         * lib/unictype/scripts.h: Likewise.
17836         * lib/unictype/scripts_byname.gperf: Likewise.
17837         * lib/unictype/sy_java_ident.h: Likewise.
17838         * lib/unigbrk/gbrkprop.h: Likewise.
17839         * lib/unilbrk/lbrkprop1.h: Likewise.
17840         * lib/unilbrk/lbrkprop2.h: Likewise.
17841         * lib/uninorm/decomposition-table2.h: Likewise.
17842         * lib/uniwbrk/wbrkprop.h: Likewise.
17843         * tests/unicase/test-cased.c: Likewise.
17844         * tests/unicase/test-ignorable.c: Likewise.
17845         * tests/unicase/test-uc_tolower.c: Likewise.
17846         * tests/unicase/test-uc_totitle.c: Likewise.
17847         * tests/unicase/test-uc_toupper.c: Likewise.
17848         * tests/unictype/test-categ_C.c: Likewise.
17849         * tests/unictype/test-categ_Cn.c: Likewise.
17850         * tests/unictype/test-categ_L.c: Likewise.
17851         * tests/unictype/test-categ_Ll.c: Likewise.
17852         * tests/unictype/test-categ_Lm.c: Likewise.
17853         * tests/unictype/test-categ_Lo.c: Likewise.
17854         * tests/unictype/test-categ_Lu.c: Likewise.
17855         * tests/unictype/test-categ_M.c: Likewise.
17856         * tests/unictype/test-categ_Mc.c: Likewise.
17857         * tests/unictype/test-categ_Me.c: Likewise.
17858         * tests/unictype/test-categ_Mn.c: Likewise.
17859         * tests/unictype/test-categ_N.c: Likewise.
17860         * tests/unictype/test-categ_Nd.c: Likewise.
17861         * tests/unictype/test-categ_No.c: Likewise.
17862         * tests/unictype/test-categ_P.c: Likewise.
17863         * tests/unictype/test-categ_Po.c: Likewise.
17864         * tests/unictype/test-categ_S.c: Likewise.
17865         * tests/unictype/test-categ_Sc.c: Likewise.
17866         * tests/unictype/test-categ_Sk.c: Likewise.
17867         * tests/unictype/test-categ_Sm.c: Likewise.
17868         * tests/unictype/test-categ_So.c: Likewise.
17869         * tests/unictype/test-ctype_alnum.c: Likewise.
17870         * tests/unictype/test-ctype_alpha.c: Likewise.
17871         * tests/unictype/test-ctype_graph.c: Likewise.
17872         * tests/unictype/test-ctype_lower.c: Likewise.
17873         * tests/unictype/test-ctype_print.c: Likewise.
17874         * tests/unictype/test-ctype_punct.c: Likewise.
17875         * tests/unictype/test-ctype_upper.c: Likewise.
17876         * tests/unictype/test-decdigit.h: Likewise.
17877         * tests/unictype/test-digit.h: Likewise.
17878         * tests/unictype/test-numeric.h: Likewise.
17879         * tests/unictype/test-pr_alphabetic.c: Likewise.
17880         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
17881         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
17882         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
17883         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
17884         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
17885         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
17886         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
17887         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
17888         * tests/unictype/test-pr_case_ignorable.c: Likewise.
17889         * tests/unictype/test-pr_cased.c: Likewise.
17890         * tests/unictype/test-pr_changes_when_casefolded.c: Likewise.
17891         * tests/unictype/test-pr_changes_when_casemapped.c: Likewise.
17892         * tests/unictype/test-pr_changes_when_lowercased.c: Likewise.
17893         * tests/unictype/test-pr_changes_when_titlecased.c: Likewise.
17894         * tests/unictype/test-pr_changes_when_uppercased.c: Likewise.
17895         * tests/unictype/test-pr_combining.c: Likewise.
17896         * tests/unictype/test-pr_composite.c: Likewise.
17897         * tests/unictype/test-pr_currency_symbol.c: Likewise.
17898         * tests/unictype/test-pr_decimal_digit.c: Likewise.
17899         * tests/unictype/test-pr_deprecated.c: Likewise.
17900         * tests/unictype/test-pr_format_control.c: Likewise.
17901         * tests/unictype/test-pr_grapheme_base.c: Likewise.
17902         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
17903         * tests/unictype/test-pr_grapheme_link.c: Likewise.
17904         * tests/unictype/test-pr_id_continue.c: Likewise.
17905         * tests/unictype/test-pr_id_start.c: Likewise.
17906         * tests/unictype/test-pr_ideographic.c: Likewise.
17907         * tests/unictype/test-pr_lowercase.c: Likewise.
17908         * tests/unictype/test-pr_math.c: Likewise.
17909         * tests/unictype/test-pr_numeric.c: Likewise.
17910         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
17911         * tests/unictype/test-pr_other_id_continue.c: Likewise.
17912         * tests/unictype/test-pr_other_math.c: Likewise.
17913         * tests/unictype/test-pr_punctuation.c: Likewise.
17914         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
17915         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
17916         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
17917         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
17918         * tests/unictype/test-pr_uppercase.c: Likewise.
17919         * tests/unictype/test-pr_xid_continue.c: Likewise.
17920         * tests/unictype/test-pr_xid_start.c: Likewise.
17921         * tests/unigbrk/test-uc-gbrk-prop.h: Likewise.
17922         * lib/unicase/special-casing-table.gperf: Regenerated; only comment
17923         changes.
17924         * lib/unictype/categ_Cc.h: Likewise.
17925         * lib/unictype/categ_Cf.h: Likewise.
17926         * lib/unictype/categ_Co.h: Likewise.
17927         * lib/unictype/categ_Cs.h: Likewise.
17928         * lib/unictype/categ_Lt.h: Likewise.
17929         * lib/unictype/categ_Nl.h: Likewise.
17930         * lib/unictype/categ_Pc.h: Likewise.
17931         * lib/unictype/categ_Pd.h: Likewise.
17932         * lib/unictype/categ_Pe.h: Likewise.
17933         * lib/unictype/categ_Pf.h: Likewise.
17934         * lib/unictype/categ_Pi.h: Likewise.
17935         * lib/unictype/categ_Ps.h: Likewise.
17936         * lib/unictype/categ_Z.h: Likewise.
17937         * lib/unictype/categ_Zl.h: Likewise.
17938         * lib/unictype/categ_Zp.h: Likewise.
17939         * lib/unictype/categ_Zs.h: Likewise.
17940         * lib/unictype/ctype_blank.h: Likewise.
17941         * lib/unictype/ctype_cntrl.h: Likewise.
17942         * lib/unictype/ctype_digit.h: Likewise.
17943         * lib/unictype/ctype_space.h: Likewise.
17944         * lib/unictype/ctype_xdigit.h: Likewise.
17945         * lib/unictype/mirror.h: Likewise.
17946         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
17947         * lib/unictype/pr_bidi_block_separator.h: Likewise.
17948         * lib/unictype/pr_bidi_common_separator.h: Likewise.
17949         * lib/unictype/pr_bidi_control.h: Likewise.
17950         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
17951         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
17952         * lib/unictype/pr_bidi_european_digit.h: Likewise.
17953         * lib/unictype/pr_bidi_pdf.h: Likewise.
17954         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
17955         * lib/unictype/pr_bidi_whitespace.h: Likewise.
17956         * lib/unictype/pr_dash.h: Likewise.
17957         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
17958         * lib/unictype/pr_diacritic.h: Likewise.
17959         * lib/unictype/pr_extender.h: Likewise.
17960         * lib/unictype/pr_hex_digit.h: Likewise.
17961         * lib/unictype/pr_hyphen.h: Likewise.
17962         * lib/unictype/pr_ids_binary_operator.h: Likewise.
17963         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
17964         * lib/unictype/pr_ignorable_control.h: Likewise.
17965         * lib/unictype/pr_iso_control.h: Likewise.
17966         * lib/unictype/pr_join_control.h: Likewise.
17967         * lib/unictype/pr_left_of_pair.h: Likewise.
17968         * lib/unictype/pr_line_separator.h: Likewise.
17969         * lib/unictype/pr_logical_order_exception.h: Likewise.
17970         * lib/unictype/pr_non_break.h: Likewise.
17971         * lib/unictype/pr_not_a_character.h: Likewise.
17972         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
17973         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
17974         * lib/unictype/pr_other_id_start.h: Likewise.
17975         * lib/unictype/pr_other_lowercase.h: Likewise.
17976         * lib/unictype/pr_other_uppercase.h: Likewise.
17977         * lib/unictype/pr_paired_punctuation.h: Likewise.
17978         * lib/unictype/pr_paragraph_separator.h: Likewise.
17979         * lib/unictype/pr_pattern_syntax.h: Likewise.
17980         * lib/unictype/pr_pattern_white_space.h: Likewise.
17981         * lib/unictype/pr_private_use.h: Likewise.
17982         * lib/unictype/pr_quotation_mark.h: Likewise.
17983         * lib/unictype/pr_radical.h: Likewise.
17984         * lib/unictype/pr_soft_dotted.h: Likewise.
17985         * lib/unictype/pr_space.h: Likewise.
17986         * lib/unictype/pr_titlecase.h: Likewise.
17987         * lib/unictype/pr_variation_selector.h: Likewise.
17988         * lib/unictype/pr_white_space.h: Likewise.
17989         * lib/unictype/pr_zero_width.h: Likewise.
17990         * lib/unictype/sy_c_ident.h: Likewise.
17991         * lib/unictype/sy_c_whitespace.h: Likewise.
17992         * lib/unictype/sy_java_whitespace.h: Likewise.
17993         * lib/uninorm/composition-table.gperf: Likewise.
17994         * lib/uninorm/decomposition-table1.h: Likewise.
17995         * tests/unilbrk/test-u8-possible-linebreaks.c (main): Add test for rule
17996         LB8.
17997         * tests/unilbrk/test-u16-possible-linebreaks.c (main): Likewise.
17998         * tests/unilbrk/test-u32-possible-linebreaks.c (main): Likewise.
17999         * modules/unictype/*: Bump version number of expected libunistring
18000         version.
18001
18002 2011-01-09  Bruno Haible  <bruno@clisp.org>
18003
18004         Update to Unicode 5.2.0.
18005         * tests/unigbrk/GraphemeBreakTest.txt: Copied from Unicode 5.2.0, with
18006         trailing whitespace removed.
18007
18008 2011-01-09  Bruno Haible  <bruno@clisp.org>
18009
18010         New Unicode character properties, from Unicode 5.2.0.
18011         * lib/unictype.in.h (UC_PROPERTY_CASED, UC_PROPERTY_CASE_IGNORABLE,
18012         UC_PROPERTY_CHANGES_WHEN_LOWERCASED,
18013         UC_PROPERTY_CHANGES_WHEN_UPPERCASED,
18014         UC_PROPERTY_CHANGES_WHEN_TITLECASED,
18015         UC_PROPERTY_CHANGES_WHEN_CASEFOLDED,
18016         UC_PROPERTY_CHANGES_WHEN_CASEMAPPED,
18017         uc_is_property_cased, uc_is_property_case_ignorable,
18018         uc_is_property_changes_when_lowercased,
18019         uc_is_property_changes_when_uppercased,
18020         uc_is_property_changes_when_titlecased,
18021         uc_is_property_changes_when_casefolded,
18022         uc_is_property_changes_when_casemapped): New declarations.
18023         * lib/unictype/pr_byname.gperf: Add the new properties.
18024         * modules/unictype/property-byname (Depends-on): Depend on the new
18025         properties modules.
18026         * modules/unictype/property-all (Depends-on): Likewise.
18027         * MODULES.html.sh (Unicode string functions): Add
18028         unictype/property-case-ignorable, unictype/property-cased,
18029         unictype/property-changes-when-casefolded,
18030         unictype/property-changes-when-casemapped,
18031         unictype/property-changes-when-lowercased,
18032         unictype/property-changes-when-titlecased,
18033         unictype/property-changes-when-uppercased.
18034
18035         New module 'unictype/property-changes-when-casemapped'.
18036         * modules/unictype/property-changes-when-casemapped: New file.
18037         * lib/unictype/pr_changes_when_casemapped.c: New file.
18038         * lib/unictype/pr_changes_when_casemapped.h: New file, automatically
18039         generated by gen-uni-tables.
18040         * modules/unictype/property-changes-when-casemapped-tests: New file.
18041         * tests/unictype/test-pr_changes_when_casemapped.c: New file,
18042         automatically generated by gen-uni-tables.
18043
18044         New module 'unictype/property-changes-when-casefolded'.
18045         * modules/unictype/property-changes-when-casefolded: New file.
18046         * lib/unictype/pr_changes_when_casefolded.c: New file.
18047         * lib/unictype/pr_changes_when_casefolded.h: New file, automatically
18048         generated by gen-uni-tables.
18049         * modules/unictype/property-changes-when-casefolded-tests: New file.
18050         * tests/unictype/test-pr_changes_when_casefolded.c: New file,
18051         automatically generated by gen-uni-tables.
18052
18053         New module 'unictype/property-changes-when-titlecased'.
18054         * modules/unictype/property-changes-when-titlecased: New file.
18055         * lib/unictype/pr_changes_when_titlecased.c: New file.
18056         * lib/unictype/pr_changes_when_titlecased.h: New file, automatically
18057         generated by gen-uni-tables.
18058         * modules/unictype/property-changes-when-titlecased-tests: New file.
18059         * tests/unictype/test-pr_changes_when_titlecased.c: New file,
18060         automatically generated by gen-uni-tables.
18061
18062         New module 'unictype/property-changes-when-uppercased'.
18063         * modules/unictype/property-changes-when-uppercased: New file.
18064         * lib/unictype/pr_changes_when_uppercased.c: New file.
18065         * lib/unictype/pr_changes_when_uppercased.h: New file, automatically
18066         generated by gen-uni-tables.
18067         * modules/unictype/property-changes-when-uppercased-tests: New file.
18068         * tests/unictype/test-pr_changes_when_uppercased.c: New file,
18069         automatically generated by gen-uni-tables.
18070
18071         New module 'unictype/property-changes-when-lowercased'.
18072         * modules/unictype/property-changes-when-lowercased: New file.
18073         * lib/unictype/pr_changes_when_lowercased.c: New file.
18074         * lib/unictype/pr_changes_when_lowercased.h: New file, automatically
18075         generated by gen-uni-tables.
18076         * modules/unictype/property-changes-when-lowercased-tests: New file.
18077         * tests/unictype/test-pr_changes_when_lowercased.c: New file,
18078         automatically generated by gen-uni-tables.
18079
18080         New module 'unictype/property-case-ignorable'.
18081         * modules/unictype/property-case-ignorable: New file.
18082         * lib/unictype/pr_case_ignorable.c: New file.
18083         * lib/unictype/pr_case_ignorable.h: New file, automatically generated
18084         by gen-uni-tables.
18085         * modules/unictype/property-case-ignorable-tests: New file.
18086         * tests/unictype/test-pr_case_ignorable.c: New file, automatically
18087         generated by gen-uni-tables.
18088
18089         New module 'unictype/property-cased'.
18090         * modules/unictype/property-cased: New file.
18091         * lib/unictype/pr_cased.c: New file.
18092         * lib/unictype/pr_cased.h: New file, automatically generated by
18093         gen-uni-tables.
18094         * modules/unictype/property-cased-tests: New file.
18095         * tests/unictype/test-pr_cased.c: New file, automatically generated by
18096         gen-uni-tables.
18097
18098 2011-01-09  Bruno Haible  <bruno@clisp.org>
18099
18100         Update to Unicode 5.2.0.
18101         * lib/gen-uni-tables.c (output_predicate, output_category,
18102         output_combclass, output_bidi_category, output_decimal_digit_test,
18103         output_decimal_digit, output_digit_test, output_digit,
18104         output_numeric_test, output_numeric, output_mirror, output_scripts,
18105         output_scripts_byname, output_blocks, output_ident_category): Fix
18106         comment header.
18107         (is_WBP_MIDNUMLET, is_WBP_MIDLETTER): New functions, extracted from
18108         get_wbp.
18109         (PROP_CASED, PROP_CASE_IGNORABLE, PROP_CHANGES_WHEN_*): New enumeration
18110         items.
18111         (fill_properties): Also fill the peoperties Cased, Case_Ignorable,
18112         Changes_When_Lowercased, Changes_When_Uppercased,
18113         Changes_When_Titlecased, Changes_When_Casefolded,
18114         Changes_When_Casemapped.
18115         (is_property_alphabetic, is_property_default_ignorable_code_point):
18116         Update for Unicode 5.2.0.
18117         (is_property_cased, is_property_case_ignorable,
18118         is_property_changes_when_lowercased,
18119         is_property_changes_when_uppercased,
18120         is_property_changes_when_titlecased,
18121         is_property_changes_when_casefolded,
18122         is_property_changes_when_casemapped): New functions.
18123         (output_properties): Output also the properties cased, case_ignorable,
18124         changes_when_lowercased, changes_when_uppercased,
18125         changes_when_titlecased, changes_when_casefolded,
18126         changes_when_casemapped.
18127         (symbolic_width): Update for Unicode 5.2.0, incorporating changes from
18128         Unicode TR#11 revision 17 -> 19.
18129         (LBP_CP): New enumeration value.
18130         (LBP_*): Adjust values accordingly.
18131         (get_lbp): Update for Unicode 5.2.0, incorporating changes from Unicode
18132         TR#14 revision 22 -> 24.
18133         (debug_output_lbp): Allow for LBP_* bits >= 32. Support LBP_CP.
18134         (fill_org_lbp, debug_output_org_lbp, output_lbp): Support LBP_CP.
18135         (get_wbp): Update for Unicode 5.2.0, incorporating changes from Unicode
18136         TR#29 revision 13 -> 15. Use functions is_WBP_MIDNUMLET,
18137         is_WBP_MIDLETTER.
18138         (output_composition_tables): Allow for 24 bits instead of 16 bits in
18139         the code1 and code2 of each composition rule.
18140         * lib/unicase/cased.h: Regenerated for Unicode 5.2.0.
18141         * lib/unicase/ignorable.h: Likewise.
18142         * lib/unicase/tocasefold.h: Likewise.
18143         * lib/unicase/tolower.h: Likewise.
18144         * lib/unicase/totitle.h: Likewise.
18145         * lib/unicase/toupper.h: Likewise.
18146         * lib/unictype/bidi_of.h: Likewise.
18147         * lib/unictype/blocks.h: Likewise.
18148         * lib/unictype/categ_C.h: Likewise.
18149         * lib/unictype/categ_Cf.h: Likewise.
18150         * lib/unictype/categ_Cn.h: Likewise.
18151         * lib/unictype/categ_L.h: Likewise.
18152         * lib/unictype/categ_Ll.h: Likewise.
18153         * lib/unictype/categ_Lm.h: Likewise.
18154         * lib/unictype/categ_Lo.h: Likewise.
18155         * lib/unictype/categ_Lu.h: Likewise.
18156         * lib/unictype/categ_M.h: Likewise.
18157         * lib/unictype/categ_Mc.h: Likewise.
18158         * lib/unictype/categ_Mn.h: Likewise.
18159         * lib/unictype/categ_N.h: Likewise.
18160         * lib/unictype/categ_Nd.h: Likewise.
18161         * lib/unictype/categ_Nl.h: Likewise.
18162         * lib/unictype/categ_No.h: Likewise.
18163         * lib/unictype/categ_P.h: Likewise.
18164         * lib/unictype/categ_Pd.h: Likewise.
18165         * lib/unictype/categ_Po.h: Likewise.
18166         * lib/unictype/categ_S.h: Likewise.
18167         * lib/unictype/categ_Sc.h: Likewise.
18168         * lib/unictype/categ_So.h: Likewise.
18169         * lib/unictype/categ_of.h: Likewise.
18170         * lib/unictype/combining.h: Likewise.
18171         * lib/unictype/ctype_alnum.h: Likewise.
18172         * lib/unictype/ctype_alpha.h: Likewise.
18173         * lib/unictype/ctype_graph.h: Likewise.
18174         * lib/unictype/ctype_lower.h: Likewise.
18175         * lib/unictype/ctype_print.h: Likewise.
18176         * lib/unictype/ctype_punct.h: Likewise.
18177         * lib/unictype/ctype_upper.h: Likewise.
18178         * lib/unictype/decdigit.h: Likewise.
18179         * lib/unictype/digit.h: Likewise.
18180         * lib/unictype/numeric.h: Likewise.
18181         * lib/unictype/pr_alphabetic.h: Likewise.
18182         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
18183         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
18184         * lib/unictype/pr_bidi_european_digit.h: Likewise.
18185         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
18186         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
18187         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
18188         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
18189         * lib/unictype/pr_combining.h: Likewise.
18190         * lib/unictype/pr_composite.h: Likewise.
18191         * lib/unictype/pr_currency_symbol.h: Likewise.
18192         * lib/unictype/pr_dash.h: Likewise.
18193         * lib/unictype/pr_decimal_digit.h: Likewise.
18194         * lib/unictype/pr_deprecated.h: Likewise.
18195         * lib/unictype/pr_diacritic.h: Likewise.
18196         * lib/unictype/pr_extender.h: Likewise.
18197         * lib/unictype/pr_grapheme_base.h: Likewise.
18198         * lib/unictype/pr_grapheme_extend.h: Likewise.
18199         * lib/unictype/pr_grapheme_link.h: Likewise.
18200         * lib/unictype/pr_id_continue.h: Likewise.
18201         * lib/unictype/pr_id_start.h: Likewise.
18202         * lib/unictype/pr_ideographic.h: Likewise.
18203         * lib/unictype/pr_ignorable_control.h: Likewise.
18204         * lib/unictype/pr_logical_order_exception.h: Likewise.
18205         * lib/unictype/pr_lowercase.h: Likewise.
18206         * lib/unictype/pr_numeric.h: Likewise.
18207         * lib/unictype/pr_other_alphabetic.h: Likewise.
18208         * lib/unictype/pr_punctuation.h: Likewise.
18209         * lib/unictype/pr_sentence_terminal.h: Likewise.
18210         * lib/unictype/pr_terminal_punctuation.h: Likewise.
18211         * lib/unictype/pr_unassigned_code_value.h: Likewise.
18212         * lib/unictype/pr_unified_ideograph.h: Likewise.
18213         * lib/unictype/pr_uppercase.h: Likewise.
18214         * lib/unictype/pr_xid_continue.h: Likewise.
18215         * lib/unictype/pr_xid_start.h: Likewise.
18216         * lib/unictype/pr_zero_width.h: Likewise.
18217         * lib/unictype/scripts.h: Likewise.
18218         * lib/unictype/scripts_byname.gperf: Likewise.
18219         * lib/unictype/sy_java_ident.h: Likewise.
18220         * lib/unigbrk/gbrkprop.h: Likewise.
18221         * lib/unilbrk/lbrkprop1.h: Likewise.
18222         * lib/unilbrk/lbrkprop2.h: Likewise.
18223         * lib/unilbrk/lbrktables.h: Likewise.
18224         * lib/unilbrk/lbrktables.c (unilbrk_table): Add a row and column for
18225         LBP_CP. Implement rule LB30.
18226         * lib/uniwidth/width.c (nonspacing_table_data): Add U+0816..U+0819,
18227         U+081B..U+0823, U+0825..U+0827, U+0829..U+082D, U+0900, U+0955, U+109D,
18228         U+1A56, U+1A58..U+1A5E, U+1A60, U+1A62, U+1A65..U+1A6C, U+1A73..U+1A7C,
18229         U+1A7F, U+1CD0..U+1CD2, U+1CD4..U+1CE0, U+1CE2..U+1CE8, U+1CED, U+1DFD,
18230         U+2CEF..U+2CF1, U+A6F0..U+A6F1, U+A8E0..U+A8F1, U+A980..U+A982, U+A9B3,
18231         U+A9B6..U+A9B9, U+A9BC, U+AAB0, U+AAB2..U+AAB4, U+AAB7..U+AAB8,
18232         U+AABE..U+AABF, U+AAC1, U+ABE5, U+ABE8, U+ABED, U+11080..U+11081,
18233         U+110B3..U+110B6, U+110B9..U+110BA, U+110BD.
18234         (uc_width): Return 2 also for unassigned code points of planes 2 and 3.
18235         * lib/uninorm/composition-table.gperf: Regenerated for Unicode 5.2.0.
18236         * lib/uninorm/composition.c (struct composition_rule): Allow for 24
18237         bits instead of 16 bits in the code1 and code2 of each composition
18238         rule.
18239         (uc_composition): Update for Unicode 5.2.0.
18240         * lib/uninorm/decomposition-table1.h: Regenerated for Unicode 5.2.0.
18241         * lib/uninorm/decomposition-table2.h: Likewise.
18242         * lib/uniwbrk/wbrkprop.h: Likewise.
18243         * tests/unicase/test-cased.c: Likewise.
18244         * tests/unicase/test-ignorable.c: Likewise.
18245         * tests/unicase/test-uc_tolower.c: Likewise.
18246         * tests/unicase/test-uc_totitle.c: Likewise.
18247         * tests/unicase/test-uc_toupper.c: Likewise.
18248         * tests/unictype/test-categ_C.c: Likewise.
18249         * tests/unictype/test-categ_Cf.c: Likewise.
18250         * tests/unictype/test-categ_Cn.c: Likewise.
18251         * tests/unictype/test-categ_L.c: Likewise.
18252         * tests/unictype/test-categ_Ll.c: Likewise.
18253         * tests/unictype/test-categ_Lm.c: Likewise.
18254         * tests/unictype/test-categ_Lo.c: Likewise.
18255         * tests/unictype/test-categ_Lu.c: Likewise.
18256         * tests/unictype/test-categ_M.c: Likewise.
18257         * tests/unictype/test-categ_Mc.c: Likewise.
18258         * tests/unictype/test-categ_Mn.c: Likewise.
18259         * tests/unictype/test-categ_N.c: Likewise.
18260         * tests/unictype/test-categ_Nd.c: Likewise.
18261         * tests/unictype/test-categ_Nl.c: Likewise.
18262         * tests/unictype/test-categ_No.c: Likewise.
18263         * tests/unictype/test-categ_P.c: Likewise.
18264         * tests/unictype/test-categ_Pd.c: Likewise.
18265         * tests/unictype/test-categ_Po.c: Likewise.
18266         * tests/unictype/test-categ_S.c: Likewise.
18267         * tests/unictype/test-categ_Sc.c: Likewise.
18268         * tests/unictype/test-categ_So.c: Likewise.
18269         * tests/unictype/test-ctype_alnum.c: Likewise.
18270         * tests/unictype/test-ctype_alpha.c: Likewise.
18271         * tests/unictype/test-ctype_graph.c: Likewise.
18272         * tests/unictype/test-ctype_lower.c: Likewise.
18273         * tests/unictype/test-ctype_print.c: Likewise.
18274         * tests/unictype/test-ctype_punct.c: Likewise.
18275         * tests/unictype/test-ctype_upper.c: Likewise.
18276         * tests/unictype/test-decdigit.h: Likewise.
18277         * tests/unictype/test-digit.h: Likewise.
18278         * tests/unictype/test-numeric.h: Likewise.
18279         * tests/unictype/test-pr_alphabetic.c: Likewise.
18280         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
18281         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
18282         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
18283         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
18284         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
18285         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
18286         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
18287         * tests/unictype/test-pr_combining.c: Likewise.
18288         * tests/unictype/test-pr_composite.c: Likewise.
18289         * tests/unictype/test-pr_currency_symbol.c: Likewise.
18290         * tests/unictype/test-pr_dash.c: Likewise.
18291         * tests/unictype/test-pr_decimal_digit.c: Likewise.
18292         * tests/unictype/test-pr_deprecated.c: Likewise.
18293         * tests/unictype/test-pr_diacritic.c: Likewise.
18294         * tests/unictype/test-pr_extender.c: Likewise.
18295         * tests/unictype/test-pr_grapheme_base.c: Likewise.
18296         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
18297         * tests/unictype/test-pr_grapheme_link.c: Likewise.
18298         * tests/unictype/test-pr_id_continue.c: Likewise.
18299         * tests/unictype/test-pr_id_start.c: Likewise.
18300         * tests/unictype/test-pr_ideographic.c: Likewise.
18301         * tests/unictype/test-pr_ignorable_control.c: Likewise.
18302         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
18303         * tests/unictype/test-pr_lowercase.c: Likewise.
18304         * tests/unictype/test-pr_numeric.c: Likewise.
18305         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
18306         * tests/unictype/test-pr_punctuation.c: Likewise.
18307         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
18308         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
18309         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
18310         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
18311         * tests/unictype/test-pr_uppercase.c: Likewise.
18312         * tests/unictype/test-pr_xid_continue.c: Likewise.
18313         * tests/unictype/test-pr_xid_start.c: Likewise.
18314         * tests/unictype/test-pr_zero_width.c: Likewise.
18315         * tests/unigbrk/test-uc-gbrk-prop.h: Likewise.
18316         * tests/unilbrk/test-u8-possible-linebreaks.c (main): Update for
18317         changed behaviour: line breaking is now disallowed between a letter
18318         or '=' and '('.
18319         * tests/unilbrk/test-u16-possible-linebreaks.c (main): Likewise.
18320         * tests/unilbrk/test-u32-possible-linebreaks.c (main): Likewise.
18321         * tests/unilbrk/test-ulc-possible-linebreaks.c (main): Likewise.
18322         * tests/unilbrk/test-ulc-width-linebreaks.c (main): Likewise.
18323         * tests/uniwidth/test-uc_width2.sh: Same updates as in
18324         lib/uniwidth/width.c.
18325         * tests/uninorm/NormalizationTest.txt: Update from Unicode 5.2.0,
18326         without comments, but with the original copyright notice.
18327         * lib/unicase/special-casing-table.gperf: Regenerated; only comment
18328         changes.
18329         * lib/unictype/categ_Cc.h: Likewise.
18330         * lib/unictype/categ_Co.h: Likewise.
18331         * lib/unictype/categ_Cs.h: Likewise.
18332         * lib/unictype/categ_Lt.h: Likewise.
18333         * lib/unictype/categ_Me.h: Likewise.
18334         * lib/unictype/categ_Pc.h: Likewise.
18335         * lib/unictype/categ_Pe.h: Likewise.
18336         * lib/unictype/categ_Pf.h: Likewise.
18337         * lib/unictype/categ_Pi.h: Likewise.
18338         * lib/unictype/categ_Ps.h: Likewise.
18339         * lib/unictype/categ_Sk.h: Likewise.
18340         * lib/unictype/categ_Sm.h: Likewise.
18341         * lib/unictype/categ_Z.h: Likewise.
18342         * lib/unictype/categ_Zl.h: Likewise.
18343         * lib/unictype/categ_Zp.h: Likewise.
18344         * lib/unictype/categ_Zs.h: Likewise.
18345         * lib/unictype/ctype_blank.h: Likewise.
18346         * lib/unictype/ctype_cntrl.h: Likewise.
18347         * lib/unictype/ctype_digit.h: Likewise.
18348         * lib/unictype/ctype_space.h: Likewise.
18349         * lib/unictype/ctype_xdigit.h: Likewise.
18350         * lib/unictype/mirror.h: Likewise.
18351         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
18352         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
18353         * lib/unictype/pr_bidi_block_separator.h: Likewise.
18354         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
18355         * lib/unictype/pr_bidi_common_separator.h: Likewise.
18356         * lib/unictype/pr_bidi_control.h: Likewise.
18357         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
18358         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
18359         * lib/unictype/pr_bidi_pdf.h: Likewise.
18360         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
18361         * lib/unictype/pr_bidi_whitespace.h: Likewise.
18362         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
18363         * lib/unictype/pr_format_control.h: Likewise.
18364         * lib/unictype/pr_hex_digit.h: Likewise.
18365         * lib/unictype/pr_hyphen.h: Likewise.
18366         * lib/unictype/pr_ids_binary_operator.h: Likewise.
18367         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
18368         * lib/unictype/pr_iso_control.h: Likewise.
18369         * lib/unictype/pr_join_control.h: Likewise.
18370         * lib/unictype/pr_left_of_pair.h: Likewise.
18371         * lib/unictype/pr_line_separator.h: Likewise.
18372         * lib/unictype/pr_math.h: Likewise.
18373         * lib/unictype/pr_non_break.h: Likewise.
18374         * lib/unictype/pr_not_a_character.h: Likewise.
18375         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
18376         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
18377         * lib/unictype/pr_other_id_continue.h: Likewise.
18378         * lib/unictype/pr_other_id_start.h: Likewise.
18379         * lib/unictype/pr_other_lowercase.h: Likewise.
18380         * lib/unictype/pr_other_math.h: Likewise.
18381         * lib/unictype/pr_other_uppercase.h: Likewise.
18382         * lib/unictype/pr_paired_punctuation.h: Likewise.
18383         * lib/unictype/pr_paragraph_separator.h: Likewise.
18384         * lib/unictype/pr_pattern_syntax.h: Likewise.
18385         * lib/unictype/pr_pattern_white_space.h: Likewise.
18386         * lib/unictype/pr_private_use.h: Likewise.
18387         * lib/unictype/pr_quotation_mark.h: Likewise.
18388         * lib/unictype/pr_radical.h: Likewise.
18389         * lib/unictype/pr_soft_dotted.h: Likewise.
18390         * lib/unictype/pr_space.h: Likewise.
18391         * lib/unictype/pr_titlecase.h: Likewise.
18392         * lib/unictype/pr_variation_selector.h: Likewise.
18393         * lib/unictype/pr_white_space.h: Likewise.
18394         * lib/unictype/sy_c_ident.h: Likewise.
18395         * lib/unictype/sy_c_whitespace.h: Likewise.
18396         * lib/unictype/sy_java_whitespace.h: Likewise.
18397         * modules/uni*/*: Bump version number of expected libunistring version.
18398         Reported by Simon Josefsson.
18399
18400 2011-01-09  Karl Heuer  <kwzh@gnu.org>
18401
18402         useless-if-before-free: fix typo in --help and make the internal,
18403         automatic version date update process work once again.
18404         --help output contained a NUL character instead of the
18405         backslash-zero that was intended.  Also, the "must lie within
18406         the first 8 lines" line is on line 9, and hence not getting
18407         automatically updated.
18408         * build-aux/useless-if-before-free: Fix the former by adding a
18409         backslash, and the latter by condensing the three lines of what-it-does
18410         to a single line, leaving one line of slack for the future.
18411
18412 2011-01-09  Bruno Haible  <bruno@clisp.org>
18413
18414         uniwidth/width: Fix width of U+1D173..U+1D17A.
18415         * lib/gen-uni-tables.c (is_nonspacing, output_nonspacing_property,
18416         symbolic_width, output_width_property_test): New functions.
18417         (main): Invoke output_nonspacing_property, output_width_property_test.
18418         * lib/uniwidth/width.c (nonspacing_table_data): Set bits for
18419         U+1D173..U+1D17A.
18420         * tests/uniwidth/test-uc_width2.sh: For U+1D173..U+1D17A, expect 0, not
18421         1.
18422         * modules/uniwidth/*: Bump version number of expected libunistring
18423         version.
18424         * modules/unilbrk/*: Likewise.
18425
18426 2011-01-08  Bruno Haible  <bruno@clisp.org>
18427
18428         uninorm tests: Preserve copyright of Unicode data file.
18429         * tests/uninorm/NormalizationTest.txt: Re-add original copyright.
18430         Mention modifications.
18431
18432 2011-01-08  Bruno Haible  <bruno@clisp.org>
18433
18434         gen-uni-tables: Prepare for Unicode 5.2.0.
18435         * lib/gen-uni-tables.c (get_lbp): Allow for more than 32 LBP_* values.
18436         (debug_output_lbp, output_lbp): Update.
18437
18438 2011-01-08  Bruno Haible  <bruno@clisp.org>
18439
18440         unilbrk: Clarify gen-uni-tables.c code.
18441         * lib/gen-uni-tables.c (get_lbp): Assume REVISION_22 to be false. These
18442         were mistakes in UAX #14 revision 22 that are corrected in revision 24.
18443         Clarify what to do with unilbrk/lbrkprop.txt and uniwbrk/wbrkprop.txt.
18444
18445 2011-01-07  Bruno Haible  <bruno@clisp.org>
18446
18447         strtod: Restore errno when successfully parsing Infinity or NaN.
18448         * lib/strtod.c (strtod): After successfully parsing an Infinity or NaN,
18449         restore the original errno.
18450
18451 2011-01-07  Bruno Haible  <bruno@clisp.org>
18452
18453         remove test: Avoid failure on HP-UX 11.
18454         * tests/test-remove.c (main): Allow EEXIST as alternative error code.
18455
18456 2011-01-07  Bruno Haible  <bruno@clisp.org>
18457
18458         mkdir, mkdirat tests: Avoid failure on HP-UX 11.11.
18459         * tests/test-mkdir.h (test_mkdir): Allow EOPNOTSUPP as alternative
18460         error code.
18461
18462 2011-01-07  Pádraig Brady <P@draigBrady.com>
18463
18464         ignore-value: fixup comments, and add Eric Blake
18465         as an author since he rewrote the macros.
18466         * lib/ignore-value.h (ignore_value):  State that
18467         we now support aggregates.  Also specify exactly
18468         when the GCC warn_unused_result feature was added.
18469
18470 2011-01-06  Eric Blake  <eblake@redhat.com>
18471
18472         ignore-value: support aggregate types
18473         * lib/ignore-value.h (ignore_value): Provide separate gcc
18474         definition.
18475         * modules/ignore-value-tests: New test module.
18476         * tests/test-ignore-value.c: New test.
18477
18478         maint.mk: improve sc_prohibit_strcmp regex
18479         * top/maint.mk (sc_prohibit_strcmp): Detect strcmp()!=0, as
18480         documented.  Also, detect strcmp((expr),expr) == 0.  Exempt the
18481         definition of STRNEQ.
18482
18483         signal: work around Haiku issue with SIGBUS
18484         * lib/siglist.h: Add comment.
18485         * lib/sig2str.c (numname_table): Swap SIGBUS order, to match
18486         strsignal's favoring of SIGSEGV.
18487         * tests/test-signal.c (main): Avoid test failure.
18488         * doc/posix-headers/signal.texi (signal.h): Document the issue.
18489         Reported by Scott McCreary.
18490
18491         maint.mk: add pre-release check to ensure submodule commits are public
18492         * top/maint.mk (public-submodule-commit): New rule.
18493         (submodule-checks): New variable.
18494         (alpha beta stable): Depend on the variable.
18495
18496 2011-01-05  Pádraig Brady <P@draigBrady.com>
18497         and Jim Meyering  <meyering@redhat.com>
18498
18499         ignore-value: make ignore_value more generic; deprecate ignore_ptr
18500         * lib/ignore-value.h: Include <stdint.h>, for decl of intptr_t.
18501         (ATTRIBUTE_DEPRECATED): Define.
18502         (_ignore_case): New function.
18503         (ignore_value): New macro, to replace the old function.
18504         (ignore_ptr): Arrange for any use to evoke a deprecation warning.
18505         * modules/ignore-value (Depends-on): Add stdint.
18506
18507 2011-01-04  Eric Blake  <eblake@redhat.com>
18508
18509         doc: regenerate INSTALL
18510         * doc/Makefile (INSTALL, INSTALL.ISO, INSTALL.UTF-8): Re-add
18511         @firstparagraphindent support, now that autoconf dropped it.
18512         (INSTALL_PRELUDE): Reinstate old macro.
18513         * doc/install.texi: Resync from autoconf.
18514         * doc/INSTALL: Reflect recent autoconf update.
18515         * doc/INSTALL.ISO: Likewise.
18516         * doc/INSTALL.UTF-8: Likewise.
18517         Reported by Karl Berry.
18518
18519 2011-01-04  Bruce Korb  <address@hidden>
18520
18521         git-version-gen: avoid a sub-shell
18522         * build-aux/git-version-gen: Redirect stderr in `...` via
18523         "exec 2>...", rather than via an added sub-shell.
18524
18525 2011-01-03  Ben Pfaff  <blp@cs.stanford.edu>
18526
18527         git-version-gen: use (...) rather than sh -c '...'
18528         * build-aux/git-version-gen: Rather than hard-coding a shell's name
18529         with "sh -c '...'", just use "(...)".  Less syntax is better, too.
18530
18531 2011-01-03  Jim Meyering  <meyering@redhat.com>
18532
18533         git-version-gen: convert leading TABs to spaces
18534         * build-aux/git-version-gen: Expand leading TABs.
18535
18536         git-version-gen: handle failed "git rev-list"
18537         * build-aux/git-version-gen: Rather than leaking a "fatal" error
18538         from git and proceeding as if it had succeeded but printed no SHA1
18539         checksums, suppress the diagnostic and handle the failure.
18540         Reported by Bruce Korb in http://marc.info/?l=git&m=129399145930450&w=2
18541
18542         git-version-gen: include command name in one more diagnostic
18543         * build-aux/git-version-gen: When the required .tarball-version file
18544         was missing or unreadable, you might see the diagnostic from "cat",
18545         but no trace of the name of the invoking script.  Now, you still see
18546         the diagnostic from cat, but also get one from "git-version-gen: ".
18547         Inspired by a patch from Bruce Korb.
18548
18549         update-copyright: adjust test to match changed code
18550         * tests/test-update-copyright.sh: Change test's expected output
18551         to match new actual output.
18552
18553 2011-01-02  Bruno Haible  <bruno@clisp.org>
18554
18555         getlogin_r: Avoid test failure on HP-UX 11.
18556         * tests/test-getlogin_r.c (main): Allow an error code EINVAL instead of
18557         ERANGE when the second argument is zero.
18558         * doc/posix-functions/getlogin_r.texi: Document the HP-UX 11
18559         portability problem.
18560
18561 2011-01-02  Bruce Korb  <bkorb@gnu.org>
18562
18563         * build-aux/update-copyright: doc Simon's changes
18564
18565 2011-01-02  Simon Josefsson  <simon@josefsson.org>
18566
18567         * build-aux/update-copyright: Support UPDATE_COPYRIGHT_HOLDER
18568         environment variable.
18569
18570 2011-01-02  Bruno Haible  <bruno@clisp.org>
18571
18572         unigbrk: Avoid gcc warnings.
18573         * lib/unigbrk/u16-grapheme-breaks.c (u16_grapheme_breaks): Remove
18574         unused variable.
18575         * lib/unigbrk/u16-grapheme-prev.c (u16_grapheme_prev): Likewise.
18576         * lib/unigbrk/u8-grapheme-prev.c (u8_grapheme_prev): Likewise.
18577         * tests/unigbrk/test-u16-grapheme-breaks.c (main): Likewise.
18578         * tests/unigbrk/test-u32-grapheme-breaks.c (main): Likewise.
18579         * tests/unigbrk/test-u8-grapheme-breaks.c (test_u8_grapheme_breaks):
18580         Change type of first argument to 'const char *'.
18581         (main): Remove unused variable.
18582         * tests/unigbrk/test-u8-grapheme-next.c (test_u8_grapheme_next): Change
18583         type of first argument to 'const char *'.
18584         * tests/unigbrk/test-u8-grapheme-prev.c (test_u8_grapheme_prev):
18585         Likewise.
18586         (main): Change type of variable 's'.
18587         * tests/unigbrk/test-uc-is-grapheme-break.c (main): Cast column number
18588         to 'int'.
18589
18590 2011-01-02  Bruno Haible  <bruno@clisp.org>
18591
18592         pwrite: Fix test whether it works and make it work on HP-UX 11.11.
18593         * m4/pwrite.m4 (gl_FUNC_PWRITE): Use AC_LANG_PROGRAM, not
18594         AC_LANG_SOURCE. Extend the test program to catch another HP-UX 11.11
18595         bug.
18596         * lib/pwrite.c: Undo 2010-12-31 patch.
18597         * doc/posix-functions/pwrite.texi: Document another HP-UX 11.11 bug.
18598
18599 2011-01-02  Bruno Haible  <bruno@clisp.org>
18600
18601         pread: Fix test whether it works.
18602         * m4/pread.m4 (gl_FUNC_PREAD): Use AC_LANG_PROGRAM, not AC_LANG_SOURCE.
18603
18604 2011-01-02  Bruno Haible  <bruno@clisp.org>
18605
18606         Fix detection of traditional Arabic locale on HP-UX, Solaris, Cygwin.
18607         * m4/locale-ar.m4 (gt_LOCALE_AR): Require that the locale encoding name
18608         ends in "6". Don't require a specific month name. Try also the locale
18609         names found on HP-UX 11 and Solaris 7.
18610
18611 2011-01-02  Bruno Haible  <bruno@clisp.org>
18612
18613         tcgetsid: Correct linkage in C++ mode on HP-UX 11.00.
18614         * lib/termios.in.h: In C++ mode, on HP-UX, include <sys/termios.h> with
18615         C linkage.
18616         * doc/posix-functions/tcgetsid.texi: Mention the HP-UX 11.00 bug.
18617
18618 2011-01-01  Ben Pfaff  <blp@cs.stanford.edu>
18619
18620         Rename uc_is_grapheme_cluster_break() to uc_is_grapheme_break()
18621         for consistency, since the "cluster" term is not used elsewhere.
18622         * lib/unigbrk.in.h: Update name.
18623         * lib/unigbrk/u16-grapheme-breaks.c: Update name.
18624         * lib/unigbrk/u16-grapheme-next.c: Update name.
18625         * lib/unigbrk/u16-grapheme-prev.c: Update name.
18626         * lib/unigbrk/u32-grapheme-breaks.c: Update name.
18627         * lib/unigbrk/u32-grapheme-next.c: Update name.
18628         * lib/unigbrk/u32-grapheme-prev.c: Update name.
18629         * lib/unigbrk/u8-grapheme-breaks.c: Update name.
18630         * lib/unigbrk/u8-grapheme-next.c: Update name.
18631         * lib/unigbrk/u8-grapheme-prev.c: Update name.
18632         * lib/unigbrk/uc-is-grapheme-break.c: Update name.
18633         * tests/unigbrk/test-uc-is-grapheme-break.c: Update name.
18634         Suggested by Bruno Haible.
18635
18636 2011-01-01  Ben Pfaff  <blp@cs.stanford.edu>
18637
18638         Remove module 'u8-grapheme-len' as too redundant with
18639         'u8-grapheme-next'.
18640         * modules/unigbrk/u8-grapheme-len: Delete file.
18641         * modules/unigbrk/u8-grapheme-len-tests: Delete file.
18642         * lib/unigbrk.in.h: Remove prototype for deleted function.
18643         * lib/unigbrk/u8-grapheme-len.c: Delete file.
18644         * tests/unigbrk/test-u8-grapheme-len.c: Delete file.
18645
18646         Remove module 'u16-grapheme-len' as too redundant with
18647         'u16-grapheme-next'.
18648         * modules/unigbrk/u16-grapheme-len: Delete file.
18649         * modules/unigbrk/u16-grapheme-len-tests: Delete file.
18650         * lib/unigbrk.in.h: Remove prototype for deleted function.
18651         * lib/unigbrk/u16-grapheme-len.c: Delete file.
18652         * tests/unigbrk/test-u16-grapheme-len.c: Delete file.
18653
18654         Remove module 'u32-grapheme-len' as too redundant with
18655         'u32-grapheme-next'.
18656         * modules/unigbrk/u32-grapheme-len: Delete file.
18657         * modules/unigbrk/u32-grapheme-len-tests: Delete file.
18658         * lib/unigbrk.in.h: Remove prototype for deleted function.
18659         * lib/unigbrk/u32-grapheme-len.c: Delete file.
18660         * tests/unigbrk/test-u32-grapheme-len.c: Delete file.
18661
18662         Suggested by Bruno Haible.
18663
18664 2011-01-01  Ben Pfaff  <blp@cs.stanford.edu>
18665
18666         * unigbrk.in.h: Fix typo: "ben" => "been".
18667         Reported by Bruno Haible.
18668
18669 2011-01-01  Jim Meyering  <meyering@redhat.com>
18670
18671         maint: update almost all copyright ranges to include 2011
18672         Run the new "make update-copyright" rule.
18673
18674 2011-01-01  Jim Meyering  <meyering@redhat.com>
18675
18676         maint: update-copyright: exempt doc/INSTALL*
18677         * Makefile (update-copyright): Also exclude doc/INSTALL*,
18678         since they are generated.  Suggested by Bruno Haible.
18679
18680 2011-01-01  Jim Meyering  <meyering@redhat.com>
18681
18682         maint: refine the update-copyright rule
18683         * Makefile (update-copyright): Also exclude any file that includes
18684         the "GENERATED AUTOMATICALLY" comment, being careful not to exclude
18685         code that merely generates the comment.
18686
18687 2010-12-31  Ben Pfaff  <blp@cs.stanford.edu>
18688
18689         New module 'u8-grapheme-len'.
18690         * modules/unigbrk/u8-grapheme-len: New file.
18691         * modules/unigbrk/u8-grapheme-len-tests: New file.
18692         * lib/unigbrk.in.h: Add prototype for new function.
18693         * lib/unigbrk/u8-grapheme-len.c: New file.
18694         * tests/unigbrk/test-u8-grapheme-len.c: New file.
18695
18696         New module 'u16-grapheme-len'.
18697         * modules/unigbrk/u16-grapheme-len: New file.
18698         * modules/unigbrk/u16-grapheme-len-tests: New file.
18699         * lib/unigbrk.in.h: Add prototype for new function.
18700         * lib/unigbrk/u16-grapheme-len.c: New file.
18701         * tests/unigbrk/test-u16-grapheme-len.c: New file.
18702
18703         New module 'u32-grapheme-len'.
18704         * modules/unigbrk/u32-grapheme-len: New file.
18705         * modules/unigbrk/u32-grapheme-len-tests: New file.
18706         * lib/unigbrk.in.h: Add prototype for new function.
18707         * lib/unigbrk/u32-grapheme-len.c: New file.
18708         * tests/unigbrk/test-u32-grapheme-len.c: New file.
18709
18710         New module 'u8-grapheme-next'.
18711         * modules/unigbrk/u8-grapheme-next: New file.
18712         * modules/unigbrk/u8-grapheme-next-tests: New file.
18713         * lib/unigbrk.in.h: Add prototype for new function.
18714         * lib/unigbrk/u8-grapheme-next.c: New file.
18715         * tests/unigbrk/test-u8-grapheme-next.c: New file.
18716
18717         New module 'u16-grapheme-next'.
18718         * modules/unigbrk/u16-grapheme-next: New file.
18719         * modules/unigbrk/u16-grapheme-next-tests: New file.
18720         * lib/unigbrk.in.h: Add prototype for new function.
18721         * lib/unigbrk/u16-grapheme-next.c: New file.
18722         * tests/unigbrk/test-u16-grapheme-next.c: New file.
18723
18724         New module 'u32-grapheme-next'.
18725         * modules/unigbrk/u32-grapheme-next: New file.
18726         * modules/unigbrk/u32-grapheme-next-tests: New file.
18727         * lib/unigbrk.in.h: Add prototype for new function.
18728         * lib/unigbrk/u32-grapheme-next.c: New file.
18729         * tests/unigbrk/test-u32-grapheme-next.c: New file.
18730
18731         New module 'u8-grapheme-prev'.
18732         * modules/unigbrk/u8-grapheme-prev: New file.
18733         * modules/unigbrk/u8-grapheme-prev-tests: New file.
18734         * lib/unigbrk.in.h: Add prototype for new function.
18735         * lib/unigbrk/u8-grapheme-prev.c: New file.
18736         * tests/unigbrk/test-u8-grapheme-prev.c: New file.
18737
18738         New module 'u16-grapheme-prev'.
18739         * modules/unigbrk/u16-grapheme-prev: New file.
18740         * modules/unigbrk/u16-grapheme-prev-tests: New file.
18741         * lib/unigbrk.in.h: Add prototype for new function.
18742         * lib/unigbrk/u16-grapheme-prev.c: New file.
18743         * tests/unigbrk/test-u16-grapheme-prev.c: New file.
18744
18745         New module 'u32-grapheme-prev'.
18746         * modules/unigbrk/u32-grapheme-prev: New file.
18747         * modules/unigbrk/u32-grapheme-prev-tests: New file.
18748         * lib/unigbrk.in.h: Add prototype for new function.
18749         * lib/unigbrk/u32-grapheme-prev.c: New file.
18750         * tests/unigbrk/test-u32-grapheme-prev.c: New file.
18751
18752         New module 'u8-grapheme-breaks'.
18753         * modules/unigbrk/u8-grapheme-breaks: New file.
18754         * modules/unigbrk/u8-grapheme-breaks-tests: New file.
18755         * lib/unigbrk.in.h: Add prototype for new function.
18756         * lib/unigbrk/u8-grapheme-breaks.c: New file.
18757         * tests/unigbrk/test-u8-grapheme-breaks.c: New file.
18758
18759         New module 'u16-grapheme-breaks'.
18760         * modules/unigbrk/u16-grapheme-breaks: New file.
18761         * modules/unigbrk/u16-grapheme-breaks-tests: New file.
18762         * lib/unigbrk.in.h: Add prototype for new function.
18763         * lib/unigbrk/u16-grapheme-breaks.c: New file.
18764         * tests/unigbrk/test-u16-grapheme-breaks.c: New file.
18765
18766         New module 'u32-grapheme-breaks'.
18767         * modules/unigbrk/u32-grapheme-breaks: New file.
18768         * modules/unigbrk/u32-grapheme-breaks-tests: New file.
18769         * lib/unigbrk.in.h: Add prototype for new function.
18770         * lib/unigbrk/u32-grapheme-breaks.c: New file.
18771         * tests/unigbrk/test-u32-grapheme-breaks.c: New file.
18772
18773         New module 'ulc-grapheme-breaks'.
18774         * modules/unigbrk/ulc-grapheme-breaks: New file.
18775         * modules/unigbrk/ulc-grapheme-breaks-tests: New file.
18776         * m4/locale-ar.m4: New file.
18777         * lib/unigbrk/ulc-grapheme-breaks.c: New file.
18778         * tests/unigbrk/test-ulc-grapheme-breaks.c: New file.
18779         * tests/unigbrk/test-ulc-grapheme-breaks.sh: New file.
18780
18781 2010-12-31  Ben Pfaff  <blp@cs.stanford.edu>
18782
18783         gbrkprop: Fix implementation of uc_graphemeclusterbreak_property.
18784         * lib/unigbrk/gbrkprop.h: Regenerate with gen-uni-tables.c.  I had
18785         modified how this file was generated before I initially submitted
18786         the module, but failed to regenerate it.  This meant that several
18787         of the level2 entries were wrong.
18788         * lib/unigbrk/uc-gbrk-prop.h (uc_graphemeclusterbreak_property):
18789         Remove the division-by-2 that is folded into the table now that
18790         gbrkprop.h has been regenerated properly.  Now -1 entries are
18791         handled correctly.
18792
18793         New module 'unigbrk/uc-gbrk-prop-tests'.
18794         * modules/unigbrk/uc-gbrk-prop-tests: New file.
18795         * lib/gen-uni-tables.c: Generate tests/test-uc-gbrk-prop.h.
18796         * tests/unigbrk/test-uc-gbrk-prop.c: New file.
18797         * tests/unigbrk/test-uc-gbrk-prop.h: New file.
18798
18799 2011-01-01  Bruno Haible  <bruno@clisp.org>
18800
18801         Avoid use of hexadecimal escapes.
18802         * tests/unigbrk/test-uc-is-grapheme-break.c (main): Use octal escapes
18803         instead of hexadecimal escapes.
18804
18805 2011-01-01  Jim Meyering  <meyering@redhat.com>
18806
18807         maint: new rule to update copyright year ranges
18808         * Makefile (update-copyright): New rule.
18809
18810         maint: indent with TABs in Makefile
18811         * Makefile: Expand leading sequences of spaces to TABs
18812
18813         version-etc: update the copyright year it reports
18814         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2011.
18815
18816 2010-12-31  Bruno Haible  <bruno@clisp.org>
18817
18818         isfinite: Avoid compiler bug of "cc -O" on HP-UX 11.11.
18819         * lib/isfinite.c (zerof, zerod, zerol): New variables.
18820         (gl_isfinitef, gl_isfinited, gl_isfinitel): Use them instead of literal
18821         zero.
18822
18823 2010-12-31  Bruno Haible  <bruno@clisp.org>
18824
18825         pwrite: Work around HP-UX 11.11 bug.
18826         * m4/pwrite.m4 (gl_FUNC_PWRITE): When pwrite exists, test whether it
18827         works and set REPLACE_PWRITE if not.
18828         * lib/pwrite.c (pwrite): Add an implementation that uses the system
18829         function.
18830         * doc/posix-functions/pwrite.texi: Document the HP-UX 11 bug.
18831
18832 2010-12-31  Bruno Haible  <bruno@clisp.org>
18833
18834         pread: Work around HP-UX 11 bugs.
18835         * m4/pread.m4 (gl_FUNC_PREAD): When pread exists, test whether it works
18836         and set REPLACE_PREAD if not.
18837         * doc/posix-functions/pread.texi: Document the HP-UX 11 bugs.
18838
18839 2010-12-31  Eric Blake  <eblake@redhat.com>
18840
18841         nl_langinfo: fix YESEXPR on Irix 6.5
18842         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): Test for Irix bug.
18843         * lib/nl_langinfo.c (rpl_nl_langinfo): Work around it.
18844         * doc/posix-functions/nl_langinfo.texi (nl_langinfo): Document
18845         it.
18846
18847 2010-12-31  Bruno Haible  <bruno@clisp.org>
18848
18849         iconv: Document HP-UX 11 bug.
18850         * doc/posix-functions/iconv.texi: Document HP-UX 11 return value bug.
18851
18852 2010-12-31  Bruno Haible  <bruno@clisp.org>
18853
18854         ldexpl: Fix link error on HP-UX 11.
18855         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): When replacing ldexpl, set
18856         LDEXPL_LIBM, using $ISNANL_LIBM.
18857
18858 2010-12-31  Eric Blake  <eblake@redhat.com>
18859
18860         ftello: avoid compilation failure with SunStudio c89
18861         * lib/ftello.c (ftello): Use lseek, not llseek.
18862
18863         tests: avoid failing coreutils tests on cygwin
18864         * tests/init.sh (find_exe_basenames_): Exempt [.exe.
18865         (create_exe_shims_): Return 0 when skipping.
18866
18867 2010-12-31  Bruno Haible  <bruno@clisp.org>
18868
18869         sys_select: Avoid warning about missing memset declaration on HP-UX 11.
18870         * lib/sys_select.in.h: On HP-UX, include also <string.h>.
18871
18872 2010-12-31  Bruno Haible  <bruno@clisp.org>
18873
18874         waitpid: Fix link error in C++ mode.
18875         * lib/sys_wait.in.h: Remove extern "C" { ... } group.
18876
18877 2010-12-31  Bruno Haible  <bruno@clisp.org>
18878
18879         isnan: Use GCC built-ins when possible.
18880         * lib/math.in.h (gl_isnan_f): Use __builtin_isnanf instead of
18881         __builtin_isnan.
18882         (gl_isnan_l): Use __builtin_isnanl instead of __builtin_isnan.
18883         (isnan): Define using GCC built-ins for GCC >= 4.0.
18884
18885 2010-12-31  Bruno Haible  <bruno@clisp.org>
18886
18887         isnand: Fix mistake.
18888         * m4/isnand.m4 (gl_HAVE_ISNAND_IN_LIBM): Use __builtin_isnan, not
18889         __builtin_isnand.
18890
18891 2010-12-31  Bruno Haible  <bruno@clisp.org>
18892
18893         open: Avoid C++ error on HP-UX 11.
18894         * lib/fcntl.in.h (open): Disable _GL_CXXALIASWARN invocation on HP-UX.
18895
18896 2010-12-31  Bruno Haible  <bruno@clisp.org>
18897
18898         time_r: Add missing declarations on HP-UX 11.
18899         * lib/time.in.h (localtime_r, gmtime_r): Test HAVE_DECL_LOCALTIME_R
18900         instead of HAVE_LOCALTIME_R.
18901         * m4/time_r.m4 (gl_TIME_R): Test whether localtime_r is declared. Set
18902         HAVE_LOCALTIME_R always.
18903         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize
18904         HAVE_DECL_LOCALTIME_R, not HAVE_LOCALTIME_R.
18905         * modules/time (Makefile.am): Substitute HAVE_DECL_LOCALTIME_R, not
18906         HAVE_LOCALTIME_R.
18907         * doc/posix-functions/gmtime_r.texi: Document the HP-UX 11 problem.
18908         * doc/posix-functions/localtime_r.texi: Likewise.
18909
18910 2010-12-29  Eric Blake  <eblake@redhat.com>
18911
18912         mountlist: tweak previous commit
18913         * lib/mountlist.c (me_remote): Guarantee trailing backslash.
18914         Reported by Paul Eggert.
18915
18916         mountlist: fix local drive detection on cygwin
18917         * lib/mountlist.c (ME_REMOTE) [__CYGWIN__]: Provide implementation
18918         that works for cygwin.
18919
18920 2010-12-29  Paul Eggert  <eggert@cs.ucla.edu>
18921
18922         ftoastr, snprintf: ftoastr + snprintf module
18923         * lib/ftoastr.c: Use GNULIB_SNPRINTF, not GNULIB_SNPRINTF_POSIX,
18924         since the snprintf module now should be good enough here.
18925         * modules/snprintf (configure.ac): Add gl_MODULE_INDICATOR([snprintf]).
18926         It seems odd to have both gl_STDIO_MODULE_INDICATOR([snprintf])
18927         and gl_MODULE_INDICATOR([snprintf]), but the former enables
18928         GNULIB_SNPRINTF only for the test directory, and the latter
18929         doesn't arrange for gl_STDIO_H_DEFAULTS to be called, so neither
18930         seems to suffice by itself.
18931
18932 2010-12-28  Paul Eggert  <eggert@cs.ucla.edu>
18933
18934         alloca: one step towards thread-safety
18935         * lib/alloca.c (find_stack_direction): New arg PTR, to avoid the
18936         need for a static variable.  All callers changed.  This does not
18937         make the alloca replacement thread-safe, but it's one step.
18938
18939         tests: minor indenting change
18940         * tests/init.sh: Sync from coreutils housekeeping patch
18941         <http://lists.gnu.org/archive/html/coreutils/2010-12/msg00116.html>
18942         to keep lines within 80 columns.
18943
18944 2010-12-28  Jim Meyering  <meyering@redhat.com>
18945
18946         regex: don't infloop on persistent failing calloc
18947         * lib/regexec.c (build_trtable): Return failure indication upon
18948         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
18949         In glibc, this was fixed for version 2.13:
18950         http://sourceware.org/bugzilla/show_bug.cgi?id=12348
18951
18952 2010-12-28  Bruno Haible  <bruno@clisp.org>
18953             Paul Eggert <eggert@cs.ucla.edu>
18954
18955         linkat: Make implementation robust against system behaviour variations.
18956         * m4/link-follow.m4 (gl_FUNC_LINK_FOLLOWS_SYMLINK): Define
18957         LINK_FOLLOWS_SYMLINKS to -1 if it needs a runtime test in the Solaris
18958         way, and to -2 if it needs a generic runtime test.
18959         * lib/linkat.c (solaris_optimized_link_immediate,
18960         solaris_optimized_link_follow): New functions.
18961         * tests/test-linkat.c (EXPECT_LINK_HARDLINKS_SYMLINKS): New macro.
18962         (check_same_link): Use it.
18963
18964 2010-12-26  Ben Pfaff  <blp@cs.stanford.edu>
18965
18966         New module 'unigbrk/base'.
18967         * modules/unigbrk/base: New file.
18968         * lib/unigbrk.in.h: New file.
18969
18970         New module 'unigbrk/uc-gbrk-prop'.
18971         * lib/gen-uni-tables.c: Generate lib/unigbrk/gbrkprop.h.
18972         * modules/unigbrk/uc-gbrk-prop: New file.
18973         * lib/unigbrk/gbrkprop.h: New file.
18974         * lib/unigbrk/uc-gbrk-prop.c: New file.
18975
18976         New module 'unigbrk/uc-is-grapheme-break'.
18977         * modules/unigbrk/uc-is-grapheme-break: New file.
18978         * modules/unigbrk/uc-is-grapheme-break-tests: New file.
18979         * lib/unigbrk/uc-is-grapheme-break.c: New file.
18980         * tests/unigbrk/test-uc-is-grapheme-break.c: New file.
18981         * tests/unigbrk/test-uc-is-grapheme-break.sh: New file.
18982         * tests/unigbrk/GraphemeBreakTest.txt: New file.
18983
18984         With corrections and tweaks by Bruno Haible <bruno@clisp.org>.
18985
18986 2010-12-27  Bruno Haible  <bruno@clisp.org>
18987
18988         linkat test: Avoid failure on Solaris 11 2010-11.
18989         * tests/test-linkat.c (main): Allow ENOTDIR as alternative error code.
18990
18991 2010-12-27  Paul Eggert  <eggert@cs.ucla.edu>
18992
18993         utimens: work around glibc rounding bug on more platforms
18994         * lib/utimens.c (fdutimens): Work around rounding bug even if
18995         HAVE_WORKING_UTIMES.  Reported for Linux 2.4.21 by Bruno Haible in
18996         <http://lists.gnu.org/archive/html/bug-gnulib/2010-12/msg00298.html>.
18997
18998 2010-12-27  Bruno Haible  <bruno@clisp.org>
18999
19000         select tests: Improve comments.
19001         * tests/test-select.c (do_select): Add comments.
19002
19003 2010-12-27  Bruno Haible  <bruno@clisp.org>
19004
19005         select tests: Safer way of handling timeout.
19006         * tests/test-select.c (do_select_nowait): Zero-initialize the timeout
19007         at every invocation.
19008
19009 2010-12-27  Bruno Haible  <bruno@clisp.org>
19010
19011         select tests: Use 'bool' where appropriate.
19012         * tests/test-select.c (connect_to_socket): Change argument type to
19013         'bool'.
19014
19015 2010-12-27  Bruno Haible  <bruno@clisp.org>
19016
19017         select tests: Use existing modules.
19018         * modules/select-tests (Depends-on): Add pipe-posix, unistd.
19019         (configure.ac): Don't test for unistd.h.
19020         * tests/test-select.c: Include <unistd.h> always. Use pipe() as
19021         declared in <unistd.h>.
19022
19023 2010-12-27  Bruno Haible  <bruno@clisp.org>
19024
19025         mbrtowc: Work around a Solaris 7 bug.
19026         * m4/mbrtowc.m4 (gl_MBRTOWC_NULL_ARG1): New macro.
19027         (gl_MBRTOWC_NULL_ARG2): Renamed from gl_MBRTOWC_NULL_ARG.
19028         (gl_FUNC_MBRTOWC): Update. Define MBRTOWC_NULL_ARG2_BUG instead of
19029         MBRTOWC_NULL_ARG_BUG. Invoke gl_MBRTOWC_NULL_ARG1 and define
19030         MBRTOWC_NULL_ARG1_BUG.
19031         * lib/mbrtowc.c (rpl_mbrtowc): Use MBRTOWC_NULL_ARG2_BUG instead of
19032         MBRTOWC_NULL_ARG_BUG. Handle MBRTOWC_NULL_ARG1_BUG.
19033         * tests/test-mbrtowc.c (main): Test support of a NULL first argument.
19034         * doc/posix-functions/mbrtowc.texi: Mention the Solaris 7 bug.
19035
19036 2010-12-27  Jim Meyering  <meyering@redhat.com>
19037
19038         read-file.c: tweak syntax
19039         * lib/read-file.c (fread_file): Remove space after "*" in function
19040         definitions.
19041
19042 2010-12-27  Bruno Haible  <bruno@clisp.org>
19043
19044         times test: Avoid gcc warnings on OSF/1.
19045         * tests/test-times.c (main): Cast printf arguments from clock_t to
19046         'long int'.
19047
19048 2010-12-27  Paul Eggert  <eggert@cs.ucla.edu>
19049
19050         utimens: work around glibc rounding bug on older Linux kernels
19051         * lib/utimens.c (fdutimens): If invoking futimesat or futimes
19052         on Linux with a glibc whose utimes might not work, then work
19053         around a longstanding glibc bug involving rounding rather than
19054         truncated time stamps.  Reported for Linux 2.4.21 by Bruno Haible in
19055         <http://lists.gnu.org/archive/html/bug-gnulib/2010-11/msg00113.html>.
19056
19057 2010-12-26  Bruno Haible  <bruno@clisp.org>
19058
19059         inet_ntop: Hide mismatch of declaration on NonStop Kernel.
19060         * lib/arpa_inet.in.h (inet_ntop): Use _GL_CXXALIAS_SYS_CAST instead of
19061         _GL_CXXALIAS_SYS.
19062         Reported by Joachim Schmitz <jojo@schmitz-digital.de>.
19063
19064 2010-12-26  Bruno Haible  <bruno@clisp.org>
19065
19066         inet_ntop, inet_pton: Ensure declaration on NonStop Kernel.
19067         * lib/arpa_inet.in.h: On NonStop Kernel, include also <netdb.h>.
19068         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Likewise.
19069         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Include also <netdb.h> when
19070         looking for the declaration.
19071         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
19072         * doc/posix-functions/inet_ntop.texi: Document the NonStop Kernel
19073         problem.
19074         * doc/posix-functions/inet_pton.texi: Likewise.
19075
19076 2010-12-26  Bruno Haible  <bruno@clisp.org>
19077
19078         arpa_inet: Use the common idioms with C++ support.
19079         * lib/arpa_inet.in.h: Include c++defs.h.
19080         (inet_ntop, inet_pton): Declare using the macros with C++ namespace
19081         support.
19082         * modules/arpa_inet (Depends-on): Add c++defs.
19083         (Makefile.am): Substitute the contents of c++defs.h.
19084         * modules/arpa_inet-tests (Depends-on): Add arpa_inet-c++-tests.
19085         * modules/arpa_inet-c++-tests: New file.
19086         * tests/test-arpa_inet-c++.cc: New file.
19087
19088 2010-12-25  Bruno Haible  <bruno@clisp.org>
19089
19090         Fix more C++ link errors on Solaris 8.
19091         * modules/fcntl-h-c++-tests (test_fcntl_h_c___LDADD): Add
19092         $(LIB_EACCESS).
19093         * modules/stdio-c++-tests (test_stdio_c___LDADD): Likewise.
19094         * modules/stdlib-c++-tests (test_stdlib_c___LDADD): Likewise.
19095         * modules/sys_ioctl-c++-tests (test_sys_ioctl_c___LDADD): Likewise.
19096         * modules/wchar-c++-tests (test_wchar_c___LDADD): Likewise.
19097         * modules/wctype-c++-tests (test_wctype_c___LDADD): Likewise.
19098
19099 2010-12-25  Bruno Haible  <bruno@clisp.org>
19100
19101         printf-posix: Fix link error when a non-GCC compiler is used.
19102         * lib/stdio.in.h (printf): When not using GCC, override printf
19103         correctly.
19104         Reported by Joachim Schmitz <jojo@schmitz-digital.de>.
19105
19106 2010-12-25  Bruno Haible  <bruno@clisp.org>
19107
19108         strerror_r-posix: Update doc.
19109         * doc/posix-functions/strerror_r.texi: Update doc about the return
19110         value. See <http://sources.redhat.com/bugzilla/show_bug.cgi?id=12204>.
19111
19112 2010-12-25  Paul Eggert  <eggert@cs.ucla.edu>
19113
19114         utimens: simplify the logic of the previous change
19115         * m4/utimes.m4 (gl_FUNC_UTIMES): Simplify the logic a bit.
19116         This should not affect whether the test succeeds or fails.
19117
19118         utimens: configure better on hosts with NFS clock skew
19119         * m4/utimes.m4 (gl_FUNC_UTIMES): Don't assume that utimes (f, NULL)
19120         uses the clock of the local host.  It might use the clock of the
19121         NFS server.  Reported for Linux 2.4.21 client by Bruno Haible in
19122         <http://lists.gnu.org/archive/html/bug-gnulib/2010-11/msg00113.html>.
19123
19124 2010-12-25  Bruno Haible  <bruno@clisp.org>
19125
19126         ptsname test: Avoid failure on Solaris.
19127         * tests/test-ptsname.c (main): For Solaris, use the recommended way to
19128         open a pseudo-terminal; don't use BSD-style ptys.
19129         * doc/posix-functions/ptsname.texi: Document the limitation on Solaris.
19130
19131 2010-12-25  Bruno Haible  <bruno@clisp.org>
19132
19133         ptsname: Avoid ERANGE failure on some systems.
19134         * lib/ptsname.c (buffer): Increase size.
19135
19136 2010-12-25  Bruno Haible  <bruno@clisp.org>
19137
19138         rename, renameat: Avoid test failures at NFS mounted locations.
19139         * tests/test-rename.h (assert_nonexistent): Remove the old directory,
19140         so that subsequent mkdir calls succeed.
19141
19142 2010-12-25  Bruno Haible  <bruno@clisp.org>
19143
19144         iswblank: Fix C++ link error on Solaris 8.
19145         * lib/wctype.in.h (iswblank): Declare using _GL_FUNCDECL_RPL or
19146         _GL_FUNCDECL_SYS.
19147
19148 2010-12-25  Bruno Haible  <bruno@clisp.org>
19149
19150         unistd: Fix C++ link error on Solaris 8.
19151         * modules/unistd-c++-tests (test_unistd_c___LDADD): Add $(LIB_EACCESS).
19152
19153 2010-12-25  Bruno Haible  <bruno@clisp.org>
19154
19155         readlink doc: Mention an old glibc bug.
19156         * doc/posix-functions/readlink.texi: Mention glibc 2.4 bug (BZ #2450).
19157
19158 2010-12-25  Bruno Haible  <bruno@clisp.org>
19159
19160         fcntl-h: Fix for use of C++ on glibc systems.
19161         * lib/fcntl.in.h: Include <sys/stat.h> before include_next <fcntl.h>
19162         also on glibc systems in C++ mode.
19163         Reported by Gary V. Vaughan <gary@gnu.org>.
19164
19165 2010-12-25  Bruno Haible  <bruno@clisp.org>
19166
19167         roundl-ieee: Make it work on OSF/1 5.1 with cc.
19168         * modules/roundl-ieee (Depends-on): Add floorl-ieee, ceill-ieee.
19169
19170 2010-12-25  Bruno Haible  <bruno@clisp.org>
19171
19172         truncl-ieee: Make it work on OSF/1 5.1 with cc.
19173         * doc/posix-functions/truncl.texi: Mention the OSF/1 5.1 bug.
19174         * m4/truncl.m4 (gl_FUNC_TRUNCL): If gl_FUNC_TRUNCL_IEEE is also used,
19175         test whether truncl works according to ISO C 99 with IEC 60559.
19176         * m4/truncl-ieee.m4: New file.
19177         * modules/truncl-ieee (Files): Add it and m4/minus-zero.m4,
19178         m4/signbit.m4.
19179         (configure.ac): Invoke gl_FUNC_TRUNCL_IEEE.
19180
19181 2010-12-25  Bruno Haible  <bruno@clisp.org>
19182
19183         ceill-ieee: Make it work on OSF/1 5.1 with cc.
19184         * doc/posix-functions/ceill.texi: Mention the OSF/1 5.1 bug.
19185         * m4/ceill.m4 (gl_FUNC_CEILL): If gl_FUNC_CEILL_IEEE is also used,
19186         test whether ceill works according to ISO C 99 with IEC 60559.
19187         * m4/ceill-ieee.m4: New file.
19188         * modules/ceill-ieee (Files): Add it and m4/minus-zero.m4,
19189         m4/signbit.m4.
19190         (configure.ac): Invoke gl_FUNC_CEILL_IEEE.
19191
19192 2010-12-25  Bruno Haible  <bruno@clisp.org>
19193
19194         Ensure all prerequisites of <wchar.h> are included.
19195         * m4/btowc.m4 (gl_FUNC_BTOWC): Include <stddef.h>, <stdio.h>, <time.h>
19196         before <wchar.h>.
19197         * m4/mbrlen.m4 (gl_MBRLEN_INCOMPLETE_STATE, gl_MBRLEN_RETVAL,
19198         gl_MBRLEN_NUL_RETVAL): Likewise.
19199         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE, gl_MBRTOWC_SANITYCHECK,
19200         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL,
19201         AC_FUNC_MBRTOWC): Likewise.
19202         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): Likewise.
19203         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Likewise.
19204         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Likewise.
19205         * m4/wcsrtombs.m4 (gl_WCSRTOMBS_TERMINATION, gl_WCSRTOMBS_NULL):
19206         Likewise.
19207         * m4/wctob.m4 (gl_FUNC_WCTOB): Likewise.
19208         * m4/wchar_h.m4 (gl_WCHAR_H_INLINE_OK): Likewise.
19209         (gl_WCHAR_H): Improve comments.
19210         * m4/wctype_h.m4 (gl_WCTYPE_H): Likewise.
19211
19212 2010-12-25  Bruno Haible  <bruno@clisp.org>
19213
19214         strtok_r: Fix C syntax error in autoconf macro.
19215         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Don't use UTF-8 encoded U+00A0
19216         characters in test program.
19217
19218 2010-12-24  Bruno Haible  <bruno@clisp.org>
19219
19220         ceil, trunc, round: Fix gcc warnings.
19221         * lib/ceil.c (MIN): Undefine before redefining.
19222         * lib/trunc.c (MIN): Likewise.
19223         * lib/round.c (MIN): Likewise.
19224         Include <math.h> first.
19225
19226 2010-12-24  Bruno Haible  <bruno@clisp.org>
19227
19228         select tests: Avoid failures on OSF/1 5.1.
19229         * tests/test-select.c (test_accept_first, test_socket_pair): Ignore
19230         failure of closing the last socket; it may fail with ECONNRESET.
19231
19232 2010-12-24  Eric Blake  <eblake@redhat.com>
19233
19234         stdint: avoid HP-UX 10.20 preprocessor bug
19235         * lib/stdint.in.h (INT64_MAX, UINT64_MAX): Check via #ifdef rather
19236         than #if.
19237         * tests/test-floor2.c (main): Likewise.
19238         Reported by Peter O'Gorman.
19239
19240         pipe: make obsoletion transition easier
19241         * lib/pipe.h: Restore file as thin shim around "spawn-pipe.h".
19242         * modules/pipe (Files): Include revived file.
19243         (Include): Drop reference, to mirror getdate's behavior.
19244
19245 2010-12-24  Bruno Haible  <bruno@clisp.org>
19246
19247         sys_socket: Hide mismatch of declarations on NonStop Kernel.
19248         * lib/sys_socket.in.h (connect, bind, sendto, setsockopt): Use
19249         _GL_CXXALIAS_SYS_CAST instead of _GL_CXXALIAS_SYS.
19250         Reported by Joachim Schmitz <jojo@schmitz-digital.de>.
19251
19252 2010-12-24  Bruno Haible  <bruno@clisp.org>
19253
19254         gethostname: Ensure declaration on NonStop Kernel.
19255         * lib/unistd.in.h: Include <netdb.h> also on NonStop Kernel systems.
19256         Reported by Joachim Schmitz <jojo@schmitz-digital.de>.
19257
19258 2010-12-24  Bruno Haible  <bruno@clisp.org>
19259
19260         sys_select: Ensure all necessary types on NonStop Kernel.
19261         * lib/sys_select.in.h: If the system does not have <sys/select.h>,
19262         include <sys/time.h>.
19263         * doc/posix-headers/sys_select.texi: Mention that it's missing on
19264         NonStop Kernel.
19265         Reported by Joachim Schmitz <jojo@schmitz-digital.de>.
19266
19267 2010-12-24  Bruno Haible  <bruno@clisp.org>
19268
19269         sys_select: Remove unneeded include.
19270         * lib/sys_select.in.h: Don't include <sys/socket.h> on platforms that
19271         have <sys/select.h>.
19272
19273 2010-12-24  Bruno Haible  <bruno@clisp.org>
19274
19275         gethostname: Provide a fallback for HOST_NAME_MAX.
19276         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): When neither HOST_NAME_MAX
19277         nor MAXHOSTNAMELEN is found in the usual system headers, use 256
19278         instead.
19279         Reported by Joachim Schmitz <jojo@schmitz-digital.de>.
19280
19281 2010-12-24  Bruno Haible  <bruno@clisp.org>
19282
19283         sigaction tests: Allow missing SA_RESETHAND and SA_RESTART.
19284         * tests/test-sigaction.c (SA_RESETHAND): Fall back to 0.
19285         (SA_RESTART): Likewise.
19286         Reported by Joachim Schmitz <jojo@schmitz-digital.de>.
19287
19288 2010-12-24  Bruno Haible  <bruno@clisp.org>
19289
19290         signal: Define NSIG.
19291         * lib/signal.in.h (NSIG): Define to 32 on NonStop Kernel.
19292         * tests/test-signal.c (nsig): New variable.
19293         Reported by Joachim Schmitz <jojo@schmitz-digital.de>.
19294
19295 2010-12-24  Bruno Haible  <bruno@clisp.org>
19296
19297         rename, renameat: Avoid test failures on OSF/1 5.1.
19298         * tests/test-rename.h (test_rename): Allow EEXIST and ENOTDIR as
19299         alternative error codes.
19300         * tests/test-renameat.c (main): Likewise.
19301
19302 2010-12-24  Bruno Haible  <bruno@clisp.org>
19303
19304         *printf: Detect large precisions bug on Solaris 10/SPARC.
19305         * m4/printf.m4 (gl_PRINTF_PRECISION): Add one more test code, provided
19306         by Paul Eggert.
19307         * tests/test-snprintf-posix.h (test_function): Add this test code here
19308         too.
19309         * tests/test-sprintf-posix.h (test_function): Likewise.
19310         * tests/test-vasnprintf-posix.c (test_function): Likewise.
19311         * tests/test-vasprintf-posix.c (test_function): Likewise.
19312         * doc/posix-functions/fprintf.texi: Mention Solaris 10 bug as worked
19313         around by gnulib.
19314         * doc/posix-functions/printf.texi: Likewise.
19315         * doc/posix-functions/snprintf.texi: Likewise.
19316         * doc/posix-functions/sprintf.texi: Likewise.
19317         * doc/posix-functions/vfprintf.texi: Likewise.
19318         * doc/posix-functions/vprintf.texi: Likewise.
19319         * doc/posix-functions/vsnprintf.texi: Likewise.
19320         * doc/posix-functions/vsprintf.texi: Likewise.
19321         * doc/posix-functions/dprintf.texi: Undo last commit.
19322         * doc/posix-functions/vdprintf.texi: Likewise.
19323
19324 2010-12-23  Paul Eggert  <eggert@cs.ucla.edu>
19325
19326         tests: port test-fdutimensat.c to Solaris 8
19327         * tests/test-fdutimensat.c (do_fdutimens): Don't assume
19328         fdutimensat works with a nonnegative fd and AT_SYMLINK_NOFOLLOW.
19329         On Solaris 8, it fails with errno == ENOSYS, because there is no
19330         futimens (so it can't use the fd), and there is no lutimens (so it
19331         can't implement AT_SYMLINK_NOFOLLOW on symlinks).
19332
19333         vsnprintf: make more consistent with snprintf; doc fixes
19334
19335         * doc/posix-functions/snprintf.texi (snprintf): The workaround for
19336         the byte count return problem was promoted from the snprintf-posix
19337         to the snprintf module.
19338         * doc/posix-functions/vsnprintf.texi (vsnprintf): Likewise.
19339         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Also check
19340         gl_SNPRINTF_RETVAL_C99, for consistency with gl_FUNC_SNPRINTF.
19341         * tests/test-snprintf.c (main): Check the byte count returned.
19342         * tests/test-vsnprintf.c (main): Likewise.
19343
19344 2010-12-23  Eric Blake  <eblake@redhat.com>
19345
19346         sigpipe: relax to LGPLv2+, since it did not have any LGPLv3+ parts
19347         * modules/sigpipe (License): Relax license.
19348
19349 2010-12-22  Paul Eggert  <eggert@cs.ucla.edu>
19350
19351         doc: document Solaris printf bug with large float precisions
19352         * doc/posix-functions/dprintf.texi (dprintf):
19353         * doc/posix-functions/fprintf.texi (fprintf):
19354         * doc/posix-functions/printf.texi (printf):
19355         * doc/posix-functions/snprintf.texi (snprintf):
19356         * doc/posix-functions/sprintf.texi (sprintf):
19357         * doc/posix-functions/vdprintf.texi (vdprintf):
19358         * doc/posix-functions/vfprintf.texi (vfprintf):
19359         * doc/posix-functions/vprintf.texi (vprintf):
19360         * doc/posix-functions/vsnprintf.texi (vsnprintf):
19361         * doc/posix-functions/vsprintf.texi (vsprintf):
19362         Mention that these functions mishandle large floating point
19363         precisions on Solaris 10.  The same bug is also present in Solaris
19364         8, and I assume earlier.  This causes "cd gnulib-tests; make
19365         check" to fail on Solaris 8 (and I assume, later) when building
19366         the latest coreutils, in test-vasprintf-posix's call to
19367         my_asprintf (&result, "%.4000f %d", 1.0, 99).  I have not checked
19368         the wide flavors (e.g., wprintf) so this patch just updates the
19369         documentation for the narrow ones.
19370
19371         test-posixtm.c: add two tests
19372         * tests/test-posixtm.c: Add two tests, to highlight the
19373         bug in Solaris 10 (and earlier) localtime.  Gnulib doesn't work
19374         around this bug; this is merely to document it.
19375
19376 2010-12-22  Bruno Haible  <bruno@clisp.org>
19377
19378         getlogin_r: Work around portability problem on OSF/1.
19379         * m4/getlogin_r.m4 (gl_FUNC_GETLOGIN_R): Detect the OSF/1 problem.
19380         * lib/unistd.in.h (getlogin_r): Replace if REPLACE_GETLOGIN_R is set.
19381         * lib/getlogin_r.c (getlogin_r): When getlogin_r exists, invoke it and
19382         test for a truncated result.
19383         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize REPLACE_GETLOGIN_R.
19384         * modules/unistd (Makefile.am): Substitute REPLACE_GETLOGIN_R.
19385         * modules/getlogin_r (Depends-on): Add memchr.
19386         * doc/posix-functions/getlogin_r.texi: Mention the OSF/1 problem.
19387
19388 2010-12-22  Bruno Haible  <bruno@clisp.org>
19389
19390         ptsname: Avoid test failure on OSF/1 5.1.
19391         * modules/ptsname-tests (Depends-on): Add 'same-inode'.
19392         * tests/test-ptsname.c: Include <sys/stat.h>, same-inode.h.
19393         (same_slave): New function.
19394         (main): Use it to compare ptsname's result with the expected file name.
19395
19396 2010-12-22  Bruno Haible  <bruno@clisp.org>
19397
19398         Port extended stdio modules to HP NonStop Kernel.
19399         * lib/stdio-impl.h (_IOERR, _IOREAD, _IOWRT, _IORW) [__TANDEM]: New
19400         macros.
19401         * lib/fbufmode.c: Update comments.
19402         * lib/fflush.c: Likewise.
19403         * lib/fpurge.c: Likewise.
19404         * lib/freadable.c: Likewise.
19405         * lib/freadahead.c: Likewise.
19406         * lib/freading.c: Likewise.
19407         * lib/freadptr.c: Likewise.
19408         * lib/freadseek.c: Likewise.
19409         * lib/fseeko.c: Likewise.
19410         * lib/fseterr.c: Likewise.
19411         * lib/fwritable.c: Likewise.
19412         * lib/fwriting.c: Likewise.
19413         Reported by Joachim Schmitz <jojo@schmitz-digital.de>.
19414
19415 2010-12-22  Bruno Haible  <bruno@clisp.org>
19416
19417         ttyname_r: Work around bug on OSF/1 5.1.
19418         * doc/posix-functions/ttyname_r.texi: Mention the OSF/1 bug.
19419         * m4/ttyname_r.m4 (gl_FUNC_TTYNAME_R): Detect the OSF/1 bug. Say "no"
19420         instead of "guessing no" when the OSF/1 bug or the Solaris bug is
19421         present.
19422         * lib/ttyname_r.c (ttyname_r): Update comments.
19423
19424 2010-12-22  Bruno Haible  <bruno@clisp.org>
19425
19426         round: Implement result sign according to IEEE 754.
19427         * lib/round.c (MIN, MINUS_ZERO): New macros.
19428         (FLOOR_FREE_ROUND): Return -0.0 for -0.5 < x < 0.
19429         * tests/test-roundf-ieee.c (main): Test also values between -1 and 1.
19430         * tests/test-round-ieee.c (main): Likewise.
19431         * tests/test-roundl-ieee.c (main): Likewise.
19432
19433         trunc: Implement result sign according to IEEE 754.
19434         * lib/trunc.c (MIN, MINUS_ZERO): New macros.
19435         (FUNC): Return +0.0 for 0 < x < 1 and -0.0 for -1 < x < 0.
19436         * tests/test-trunc2.c: Include minus-zero.h.
19437         (MINUS_ZERO): New macro.
19438         (trunc_reference): Keep in sync with lib/trunc.c.
19439         * tests/test-truncf2.c: Include minus-zero.h.
19440         (MINUS_ZERO): New macro.
19441         (truncf_reference): Keep in sync with lib/trunc.c.
19442         * tests/test-truncf-ieee.c (main): Test also values between -1 and 1.
19443         * tests/test-trunc-ieee.c (main): Likewise.
19444         * tests/test-truncl-ieee.c (main): Likewise.
19445
19446         ceil: Implement result sign according to IEEE 754.
19447         * lib/ceil.c (MIN, MINUS_ZERO): New macros.
19448         (FUNC): Return -0.0 for -1 < x < 0.
19449         * tests/test-ceil2.c: Include minus-zero.h.
19450         (MINUS_ZERO): New macro.
19451         (ceil_reference): Keep in sync with lib/ceil.c.
19452         * tests/test-ceilf2.c: Include minus-zero.h.
19453         (MINUS_ZERO): New macro.
19454         (ceilf_reference): Keep in sync with lib/ceil.c.
19455         * tests/test-ceilf-ieee.c (main): Test also values between -1 and 1.
19456         * tests/test-ceil-ieee.c (main): Likewise.
19457         * tests/test-ceill-ieee.c (main): Likewise.
19458
19459         floor: Implement result sign according to IEEE 754.
19460         * lib/floor.c (FUNC): Return +0.0 for 0 < x < 1.
19461         * tests/test-floor2.c (floor_reference): Keep in sync with lib/floor.c.
19462         * tests/test-floorf2.c (floorf_reference): Likewise.
19463         * tests/test-floorf-ieee.c (main): Test also values between -1 and 1.
19464         * tests/test-floor-ieee.c (main): Likewise.
19465         * tests/test-floorl-ieee.c (main): Likewise.
19466
19467 2010-12-22  Bruno Haible  <bruno@clisp.org>
19468
19469         getaddrinfo: Update doc.
19470         * doc/posix-functions/gai_strerror.texi: Return type is also different
19471         on AIX and HP-UX.
19472
19473 2010-12-22  Paul Eggert  <eggert@cs.ucla.edu>
19474
19475         getaddrinfo, inet_ntop: Update doc for Solaris.
19476         * doc/posix-functions/gai_strerror.texi: Return type is also an
19477         issue on Solaris 9 and earlier.
19478         * doc/posix-functions/inet_ntop.texi: 4th arg type is also an issue
19479         on Solaris 10 and earlier.
19480
19481 2010-12-21  Bruno Haible  <bruno@clisp.org>
19482
19483         New module 'roundl-ieee'.
19484         * modules/roundl-ieee: New file.
19485         * m4/roundl.m4 (gl_FUNC_ROUNDL): If gl_FUNC_ROUNDL_IEEE is also used,
19486         test whether roundl works according to ISO C 99 with IEC 60559.
19487         * m4/roundl-ieee.m4: New file.
19488         * modules/roundl-ieee-tests: New file.
19489         * tests/test-roundl-ieee.c: New file, based on tests/test-roundl.c.
19490         * tests/test-roundl.c (main): Remove signbit tests.
19491         * modules/roundl-tests (Depends-on): Remove signbit.
19492         * doc/posix-functions/roundl.texi: Mention the new module.
19493
19494 2010-12-21  Bruno Haible  <bruno@clisp.org>
19495
19496         New module 'truncl-ieee'.
19497         * modules/truncl-ieee: New file.
19498         * modules/truncl-ieee-tests: New file.
19499         * tests/test-truncl-ieee.c: New file, based on tests/test-truncl.c.
19500         * tests/test-truncl.c (main): Remove signbit tests.
19501         * modules/truncl-tests (Depends-on): Remove signbit.
19502         * doc/posix-functions/truncl.texi: Mention the new module.
19503
19504 2010-12-21  Bruno Haible  <bruno@clisp.org>
19505
19506         New module 'ceill-ieee'.
19507         * modules/ceill-ieee: New file.
19508         * modules/ceill-ieee-tests: New file.
19509         * tests/test-ceill-ieee.c: New file, based on tests/test-ceill.c.
19510         * tests/test-ceill.c (main): Remove signbit tests.
19511         * modules/ceill-tests (Depends-on): Remove signbit.
19512         * doc/posix-functions/ceill.texi: Mention the new module.
19513
19514 2010-12-21  Bruno Haible  <bruno@clisp.org>
19515
19516         New module 'floorl-ieee'.
19517         * modules/floorl-ieee: New file.
19518         * modules/floorl-ieee-tests: New file.
19519         * tests/test-floorl-ieee.c: New file, based on tests/test-floorl.c.
19520         * tests/test-floorl.c (main): Remove signbit tests.
19521         * modules/floorl-tests (Depends-on): Remove signbit.
19522         * doc/posix-functions/floorl.texi: Mention the new module.
19523
19524 2010-12-21  Bruno Haible  <bruno@clisp.org>
19525
19526         New module 'round-ieee'.
19527         * modules/round-ieee: New file.
19528         * m4/round.m4 (gl_FUNC_ROUND): If gl_FUNC_ROUND_IEEE is also used, test
19529         whether round works according to ISO C 99 with IEC 60559.
19530         * m4/round-ieee.m4: New file.
19531         * modules/round-ieee-tests: New file.
19532         * tests/test-round-ieee.c: New file, based on tests/test-roundf-ieee.c.
19533         * tests/test-round1.c (main): Remove signbit tests.
19534         * modules/round-tests (Depends-on): Remove 'signbit'.
19535         * doc/posix-functions/round.texi: Mention the new module.
19536
19537 2010-12-21  Bruno Haible  <bruno@clisp.org>
19538
19539         New module 'trunc-ieee'.
19540         * modules/trunc-ieee: New file.
19541         * m4/trunc.m4 (gl_FUNC_TRUNC): If gl_FUNC_TRUNC_IEEE is also used, test
19542         whether trunc works according to ISO C 99 with IEC 60559.
19543         * m4/trunc-ieee.m4: New file.
19544         * lib/math.in.h (trunc): Replace if REPLACE_TRUNC is set.
19545         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNC.
19546         * modules/math (Makefile.am): Substitute REPLACE_TRUNC.
19547         * modules/trunc-ieee-tests: New file.
19548         * tests/test-trunc-ieee.c: New file, based on tests/test-truncf-ieee.c.
19549         * tests/test-trunc1.c (main): Remove signbit tests.
19550         * modules/trunc-tests (Depends-on): Remove 'signbit'.
19551         * doc/posix-functions/trunc.texi: Mention the new module.
19552
19553 2010-12-21  Bruno Haible  <bruno@clisp.org>
19554
19555         New module 'ceil-ieee'.
19556         * modules/ceil-ieee: New file.
19557         * m4/ceil.m4 (gl_FUNC_CEIL): Require gl_MATH_H_DEFAULTS. If
19558         gl_FUNC_CEIL_IEEE is also used, test whether ceil works according to
19559         ISO C 99 with IEC 60559.
19560         * m4/ceil-ieee.m4: New file.
19561         * modules/ceil (Files): Add lib/ceil.c.
19562         (Depends-on): Add 'float'.
19563         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
19564         * lib/math.in.h (ceil): New declaration.
19565         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEIL,
19566         REPLACE_CEIL.
19567         * modules/math (Makefile.am): Substitute GNULIB_CEIL, REPLACE_CEIL.
19568         * modules/ceil-ieee-tests: New file.
19569         * tests/test-ceil-ieee.c: New file, based on tests/test-ceilf-ieee.c.
19570         * tests/test-math-c++.cc: Check the signature of 'ceil'.
19571         * doc/posix-functions/ceil.texi: Mention the new module.
19572
19573 2010-12-21  Bruno Haible  <bruno@clisp.org>
19574
19575         New module 'floor-ieee'.
19576         * modules/floor-ieee: New file.
19577         * m4/floor.m4 (gl_FUNC_FLOOR): Require gl_MATH_H_DEFAULTS. If
19578         gl_FUNC_FLOOR_IEEE is also used, test whether floor works according to
19579         ISO C 99 with IEC 60559.
19580         * m4/floor-ieee.m4: New file.
19581         * modules/floor (Files): Add lib/floor.c.
19582         (Depends-on): Add 'float'.
19583         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
19584         * lib/math.in.h (floor): New declaration.
19585         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOOR,
19586         REPLACE_FLOOR.
19587         * modules/math (Makefile.am): Substitute GNULIB_FLOOR, REPLACE_FLOOR.
19588         * modules/floor-ieee-tests: New file.
19589         * tests/test-floor-ieee.c: New file, based on tests/test-floorf-ieee.c.
19590         * tests/test-math-c++.cc: Check the signature of 'floor'.
19591         * doc/posix-functions/floor.texi: Mention the new module.
19592
19593 2010-12-21  Bruno Haible  <bruno@clisp.org>
19594
19595         New module 'roundf-ieee'.
19596         * modules/roundf-ieee: New file.
19597         * m4/roundf.m4 (gl_FUNC_ROUNDF): If gl_FUNC_ROUNDF_IEEE is also used,
19598         test whether roundf works according to ISO C 99 with IEC 60559.
19599         * m4/roundf-ieee.m4: New file.
19600         * modules/roundf-ieee-tests: New file.
19601         * tests/test-roundf-ieee.c: New file, based on tests/test-roundf1.c.
19602         * tests/test-roundf1.c (main): Remove signbit tests.
19603         * modules/roundf-tests (Depends-on): Remove 'signbit'.
19604         * doc/posix-functions/roundf.texi: Mention the new module.
19605
19606 2010-12-21  Bruno Haible  <bruno@clisp.org>
19607
19608         New module 'truncf-ieee'.
19609         * modules/truncf-ieee: New file.
19610         * m4/truncf.m4 (gl_FUNC_TRUNCF): If gl_FUNC_TRUNCF_IEEE is also used,
19611         test whether truncf works according to ISO C 99 with IEC 60559.
19612         * m4/truncf-ieee.m4: New file.
19613         * lib/math.in.h (truncf): Replace if REPLACE_TRUNCF is set.
19614         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCF.
19615         * modules/math (Makefile.am): Substitute REPLACE_TRUNCF.
19616         * modules/truncf-ieee-tests: New file.
19617         * tests/test-truncf-ieee.c: New file, based on tests/test-truncf1.c.
19618         * tests/test-truncf1.c (main): Remove signbit tests.
19619         * modules/truncf-tests (Depends-on): Remove 'signbit'.
19620         * doc/posix-functions/truncf.texi: Mention the new module.
19621
19622 2010-12-21  Bruno Haible  <bruno@clisp.org>
19623
19624         New module 'ceilf-ieee'.
19625         * modules/ceilf-ieee: New file.
19626         * m4/ceilf.m4 (gl_FUNC_FLOORF): If gl_FUNC_CEILF_IEEE is also used,
19627         test whether ceilf works according to ISO C 99 with IEC 60559.
19628         * m4/ceilf-ieee.m4: New file.
19629         * modules/ceilf-ieee-tests: New file.
19630         * tests/test-ceilf-ieee.c: New file, based on tests/test-ceilf1.c.
19631         * tests/test-ceilf1.c (main): Remove signbit tests.
19632         * modules/ceilf-tests (Depends-on): Remove 'signbit'.
19633         * doc/posix-functions/ceilf.texi: Mention the new module.
19634
19635 2010-12-21  Bruno Haible  <bruno@clisp.org>
19636
19637         New module 'floorf-ieee'.
19638         * modules/floorf-ieee: New file.
19639         * m4/floorf.m4 (gl_FUNC_FLOORF): If gl_FUNC_FLOORF_IEEE is also used,
19640         test whether floorf works according to ISO C 99 with IEC 60559.
19641         * m4/floorf-ieee.m4: New file.
19642         * modules/floorf-ieee-tests: New file.
19643         * tests/test-floorf-ieee.c: New file, based on tests/test-floorf1.c.
19644         * tests/test-floorf1.c (main): Remove signbit tests.
19645         * modules/floorf-tests (Depends-on): Remove 'signbit'.
19646         * doc/posix-functions/floorf.texi: Mention the new module.
19647
19648 2010-12-21  Bruno Haible  <bruno@clisp.org>
19649
19650         Support for minus zero in autoconf macros.
19651         * m4/minus-zero.m4: New file, based on tests/minus-zero.h.
19652         * m4/signbit.m4 (gl_FLOAT_SIGNBIT_CODE, gl_DOUBLE_SIGNBIT_CODE,
19653         gl_LONG_DOUBLE_SIGNBIT_CODE, gl_FLOATTYPE_SIGNBIT_CODE): New macros.
19654         * tests/minus-zero.h: Update comments.
19655
19656 2010-12-21  Bruno Haible  <bruno@clisp.org>
19657
19658         Tests for module 'ceil'.
19659         * modules/ceil-tests: New file.
19660         * tests/test-ceil1.c: New file, based on tests/test-ceill.c.
19661         * tests/test-ceil2.c: New file, based on tests/test-ceilf2.c.
19662
19663 2010-12-21  Bruno Haible  <bruno@clisp.org>
19664
19665         Tests for module 'floor'.
19666         * modules/floor-tests: New file.
19667         * tests/test-floor1.c: New file, based on tests/test-floorl.c.
19668         * tests/test-floor2.c: New file, based on tests/test-floorf2.c.
19669
19670 2010-12-21  Bruno Haible  <bruno@clisp.org>
19671
19672         math: Fix indentation.
19673         * lib/math.in.h (floorf): Fix indentation.
19674
19675 2010-12-21  Bruno Haible  <bruno@clisp.org>
19676
19677         Fix cross-compilation guesses on Solaris.
19678         * m4/fopen.m4 (gl_FUNC_FOPEN): Correct shell pattern so that it does
19679         not match "solaris2.10".
19680         * m4/open.m4 (gl_FUNC_OPEN): Likewise.
19681         * m4/printf.m4 (gl_SNPRINTF_TRUNCATION_C99, gl_SNPRINTF_DIRECTIVE_N,
19682         gl_VSNPRINTF_ZEROSIZE_C99): Likewise.
19683
19684 2010-12-21  Paul Eggert  <eggert@cs.ucla.edu>
19685
19686         snprintf: port snprintf (NULL, 0, ...) to Solaris 8 and 9
19687         This fixes a problem observed with the latest coreutils snapshot
19688         that caused a test to fail on Solaris 8.  src/csplit.c's call
19689         snprintf (NULL, 0, format, UINT_MAX) returns -1 on Solaris 9 and
19690         earlier, instead of returning the number of bytes that would have
19691         been generated; this causes csplit to incorrectly report memory
19692         exhaustion.
19693         * m4/printf.m4 (gl_SNPRINTF_RETVAL_C99): Also check for
19694         snprintf (NULL, 0, ...) and (for good measure) snprintf (buf, 0, ...).
19695         Guess that it doesn't work on Solaris 2.6 through 9.  Adjust
19696         comments to match.
19697         (gl_PRINTF_SIZES_C99, gl_PRINTF_DIRECTIVE_F, gl_SNPRINTF_RETVAL_C99):
19698         Fix typo in matching older versions of Solaris: "solaris2.10"
19699         is matched by the shell pattern "solaris2.[0-9]*".  This matters
19700         only for guessing while cross-compiling.
19701         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Also check gl_SNPRINTF_RETVAL_C99.
19702
19703 2010-12-20  Paul Eggert  <eggert@cs.ucla.edu>
19704
19705         ftoastr: fix comment again
19706         * lib/ftoastr.h: Fix typo in comment.  Noted by Ben Pfaff in
19707         <http://lists.gnu.org/archive/html/bug-gnulib/2010-12/msg00149.html>.
19708         Also, simplify example a bit by using flags = 0.
19709
19710 2010-12-20  Bruno Haible  <bruno@clisp.org>
19711
19712         round*, trunc*: Update documentation regarding glibc.
19713         * doc/posix-functions/roundf.texi: Mention missing declaration problem.
19714         * doc/posix-functions/round.texi: Likewise.
19715         * doc/posix-functions/roundl.texi: Likewise.
19716         * doc/posix-functions/truncf.texi: Likewise.
19717         * doc/posix-functions/trunc.texi: Likewise.
19718         * doc/posix-functions/truncl.texi: Likewise.
19719
19720 2010-12-20  Bruno Haible  <bruno@clisp.org>
19721
19722         roundf, round, roundl: Update documentation regarding OSF/1 5.1.
19723         * doc/posix-functions/roundf.texi: Mention OSF/1 5.1 problem.
19724         * doc/posix-functions/round.texi: Likewise.
19725         * doc/posix-functions/roundl.texi: Likewise.
19726
19727 2010-12-20  Bruno Haible  <bruno@clisp.org>
19728
19729         ttyname_r: Add missing declaration on HP-UX 11.
19730         * lib/unistd.in.h (ttyname_r): Test HAVE_DECL_TTYNAME_R instead of
19731         HAVE_TTYNAME_R.
19732         * m4/ttyname_r.m4 (gl_FUNC_TTYNAME_R): Test whether ttyname_r is
19733         declared. Set HAVE_TTYNAME_R always.
19734         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
19735         HAVE_DECL_TTYNAME_R, not HAVE_TTYNAME_R.
19736         * modules/unistd (Makefile.am): Substitute HAVE_DECL_TTYNAME_R, not
19737         HAVE_TTYNAME_R.
19738         * doc/posix-functions/ttyname_r.texi: Document the HP-UX 11 problem.
19739
19740 2010-12-20  Bruno Haible  <bruno@clisp.org>
19741
19742         getlogin, getlogin_r: Document HP-UX 11.11 bugs.
19743         * doc/posix-functions/getlogin.texi: Document HP-UX 11.11 bug.
19744         * doc/posix-functions/getlogin_r.texi: Likewise.
19745         * tests/test-getlogin.c: Include <errno.h>.
19746         (main): Avoid test failure on HP-UX 11.11.
19747         * tests/test-getlogin_r.c (main): Likewise.
19748
19749 2010-12-20  Bruno Haible  <bruno@clisp.org>
19750
19751         getlogin_r: Add missing declaration on HP-UX 11.
19752         * m4/getlogin_r.m4 (gl_FUNC_GETLOGIN_R): Test whether getlogin_r is
19753         declared also when it exists as a function.
19754         * doc/posix-functions/getlogin_r.texi: Document this workaround.
19755
19756 2010-12-20  Bruno Haible  <bruno@clisp.org>
19757
19758         wcsrtombs: Don't confuse mbstate_t with rpl_mbstate_t.
19759         * lib/wcsrtombs.c: If gnulib overrides mbstate_t, define wcsrtombs
19760         through wcrtomb.
19761
19762 2010-12-19  Paul Eggert  <eggert@cs.ucla.edu>
19763
19764         ftoastr: fix comment
19765         * lib/ftoastr.h: Fix typo in comment.  Noted by Ben Pfaff in
19766         <http://lists.gnu.org/archive/html/bug-gnulib/2010-12/msg00130.html>.
19767
19768 2010-12-19  Bruno Haible  <bruno@clisp.org>
19769
19770         isnan: Ensure it is a macro.
19771         * lib/math.in.h (isnan): Define as a macro if not already a macro.
19772         * doc/posix-functions/isnan.texi: Mention problem on IRIX, OSF/1,
19773         Solaris.
19774
19775 2010-12-19  Bruno Haible  <bruno@clisp.org>
19776
19777         ldexpl test: Fix link error on OSF/1 5.1.
19778         * modules/ldexpl-tests (Makefile.am): Define test_ldexpl_LDADD.
19779
19780 2010-12-19  Bruno Haible  <bruno@clisp.org>
19781
19782         wctype: Make it work in C++ mode on OSF/1 5.1.
19783         * lib/wctype.in.h (iswblank): Declare but not define here.
19784         * lib/iswblank.c: New file, extracted from lib/wctype.in.h.
19785         * m4/wctype_h.m4 (gl_WCTYPE_H): Arrange to compile it if needed.
19786         * modules/wctype (Files): Add lib/iswblank.c.
19787
19788 2010-12-19  Bruno Haible  <bruno@clisp.org>
19789
19790         signal: Document problem with type of SIGRTMIN, SIGRTMAX on OSF/1 5.1.
19791         * doc/posix-headers/signal.texi: Document OSF/1 5.1 problem.
19792         * lib/strsignal.c (strsignal): Cast SIGRTMIN to 'int'.
19793
19794 2010-12-19  Bruno Haible  <bruno@clisp.org>
19795
19796         sys_socket: Use POSIX compatible declarations on OSF/1 5.1.
19797         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): On OSF/1, define
19798         _POSIX_PII_SOCKET.
19799         * doc/posix-functions/recv.texi: Document the OSF/1 problem.
19800         * doc/posix-functions/recvfrom.texi: Likewise.
19801         * doc/posix-functions/send.texi: Likewise.
19802         * doc/posix-functions/sendto.texi: Likewise.
19803
19804 2010-12-19  Bruno Haible  <bruno@clisp.org>
19805
19806         tcgetsid: Add missing declaration on OSF/1 5.1.
19807         * lib/termios.in.h (tcgetsid): Test HAVE_DECL_TCGETSID instead of
19808         HAVE_TCGETSID.
19809         * m4/tcgetsid.m4 (gl_FUNC_TCGETSID): Test whether tcgetsid is declared.
19810         Don't set HAVE_TCGETSID.
19811         * m4/termios_h.m4 (gl_TERMIOS_H_DEFAULTS): Initialize
19812         HAVE_DECL_TCGETSID, not HAVE_TCGETSID.
19813         * modules/termios (Makefile.am): Substitute HAVE_DECL_TCGETSID, not
19814         HAVE_TCGETSID.
19815         * doc/posix-functions/tcgetsid.texi: Mention the OSF/1 5.1 problem.
19816
19817 2010-12-19  Bruno Haible  <bruno@clisp.org>
19818
19819         stdio: Fix problem with popen() declaration on OSF/1 5.1.
19820         * lib/stdio.in.h: During the include_next statement, let recursive
19821         includes of this file include only the system header file.
19822
19823 2010-12-19  Bruno Haible  <bruno@clisp.org>
19824
19825         iconv_open: Fix regression from 2010-12-04.
19826         * m4/iconv_open.m4 (gl_FUNC_ICONV_OPEN_UTF): Fix typo.
19827         Reported by Noah Lavine <noah.b.lavine@gmail.com>.
19828
19829 2010-12-19  Bruno Haible  <bruno@clisp.org>
19830
19831         stdbool test: Avoid a gcc warning.
19832         * tests/test-stdbool.c (main): Fail if e1 is false.
19833         Reported by Jim Meyering.
19834
19835 2010-12-19  Jim Meyering  <meyering@redhat.com>
19836
19837         setenv: restore to working order
19838         $HAVE_SETENV is used in gl_FUNC_SETENV, yet its definitions were
19839         mistakenly removed.
19840         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): Restore code to set
19841         HAVE_SETENV.
19842         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Restore code to initialize
19843         HAVE_SETENV.
19844
19845 2010-12-19  Bruno Haible  <bruno@clisp.org>
19846
19847         Document some different function declarations on OSF/1 5.1.
19848         * doc/posix-functions/gai_strerror.texi: Mention different declaration.
19849         * doc/posix-functions/inet_ntop.texi: Likewise.
19850         * doc/posix-functions/gethostname.texi: Likewise.
19851         * lib/unistd.in.h (gethostname): Update comment.
19852
19853 2010-12-19  Bruno Haible  <bruno@clisp.org>
19854
19855         doc: Mention vasprintf-posix module.
19856         * doc/glibc-functions/asprintf.texi: Mention the workarounds present in
19857         the 'vasprintf-posix' module.
19858         * doc/glibc-functions/vasprintf.texi: Likewise.
19859
19860 2010-12-19  Bruno Haible  <bruno@clisp.org>
19861
19862         unsetenv: Add missing declaration on OSF/1 5.1.
19863         * lib/stdlib.in.h (setenv): Test HAVE_DECL_UNSETENV, not HAVE_UNSETENV.
19864         * m4/setenv.m4 (gl_FUNC_UNSETENV): Test whether unsetenv is declared.
19865         Don't set HAVE_UNSETENV. In the test program, set _BSD.
19866         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize HAVE_DECL_UNSETENV,
19867         not HAVE_UNSETENV.
19868         * modules/stdlib (Makefile.am): Substitute HAVE_DECL_UNSETENV, not
19869         HAVE_UNSETENV.
19870         * doc/posix-functions/unsetenv.texi: Mention the OSF/1 5.1 problem.
19871
19872 2010-12-19  Bruno Haible  <bruno@clisp.org>
19873
19874         setenv: Add missing declaration on OSF/1 5.1.
19875         * lib/stdlib.in.h (setenv): Test HAVE_DECL_SETENV, not HAVE_SETENV.
19876         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): Test whether setenv is
19877         declared. Don't set HAVE_SETENV.
19878         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize HAVE_DECL_SETENV,
19879         not HAVE_SETENV.
19880         * modules/stdlib (Makefile.am): Substitute HAVE_DECL_SETENV, not
19881         HAVE_SETENV.
19882         * doc/posix-functions/setenv.texi: Mention the OSF/1 5.1 problem.
19883
19884 2010-12-19  Bruno Haible  <bruno@clisp.org>
19885
19886         nl_langinfo tests: Avoid gcc warning.
19887         * tests/test-nl_langinfo.c: Don't enable the GCC pragma for GCC 4.2.
19888
19889 2010-12-19  Bruno Haible  <bruno@clisp.org>
19890
19891         mknod: Avoid error in C++ mode on OSF/1 with GCC.
19892         * lib/sys_stat.in.h (mknod): Use _GL_CXXALIAS_SYS_CAST instead of
19893         _GL_CXXALIAS_SYS.
19894
19895 2010-12-19  Bruno Haible  <bruno@clisp.org>
19896
19897         stdbool: Relax test.
19898         * tests/test-stdbool.c (e): Don't require that casts from a variable's
19899         address to 'bool' work in static initializer, for compilers other than
19900         GCC.
19901
19902 2010-12-19  Bruno Haible  <bruno@clisp.org>
19903
19904         ftello: Add missing declaration on OSF/1 5.1.
19905         * lib/stdio.in.h (ftello): Test HAVE_DECL_FTELLO, not HAVE_FTELLO.
19906         * m4/ftello.m4 (gl_FUNC_FTELLO): Test whether ftello is declared.
19907         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize HAVE_DECL_FTELLO.
19908         * modules/stdio (Makefile.am): Substitute HAVE_DECL_FTELLO.
19909         * doc/posix-functions/ftello.texi: Mention the OSF/1 5.1 problem.
19910
19911 2010-12-19  Bruno Haible  <bruno@clisp.org>
19912
19913         fseeko: Add missing declaration on OSF/1 5.1.
19914         * lib/stdio.in.h (fseeko): Test HAVE_DECL_FSEEKO, not HAVE_FSEEKO.
19915         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Test whether fseeko is declared.
19916         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize HAVE_DECL_FSEEKO.
19917         * modules/stdio (Makefile.am): Substitute HAVE_DECL_FSEEKO.
19918         * doc/posix-functions/fseeko.texi: Mention the OSF/1 5.1 problem.
19919
19920 2010-12-19  Bruno Haible  <bruno@clisp.org>
19921
19922         fchdir: Add missing declaration on OSF/1 5.1.
19923         * lib/unistd.in.h (fchdir): Provide declaration if systems lacks it.
19924         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Check whether fchdir is declared.
19925         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize HAVE_DECL_FCHDIR.
19926         * modules/unistd (Makefile.am): Substitute HAVE_DECL_FCHDIR.
19927         * doc/posix-functions/fchdir.texi: Mention the OSF/1 5.1 problem.
19928
19929 2010-12-19  Bruno Haible  <bruno@clisp.org>
19930
19931         relocatable-prog-wrapper: Separate from relocatable-prog.
19932         * modules/relocatable-prog (Makefile.am): Define uninstall-hook and
19933         uninstall-relocwrapper rule here.
19934         * modules/relocatable-prog-wrapper (Makefile.am): ... not here.
19935         Reported by Ian Beckwith <ianb@erislabs.net>.
19936
19937 2010-12-19  Bruno Haible  <bruno@clisp.org>
19938
19939         unistr/u8-mbsnlen: Add missing dependency.
19940         * modules/unistr/u8-mbsnlen (Depends-on): Add unistr/u8-mbtouc.
19941         Reported by Ian Beckwith <ianb@erislabs.net>.
19942
19943 2010-12-19  Bruno Haible  <bruno@clisp.org>
19944
19945         iconv: Make it possible again to use this module without 'iconv-h'.
19946         * modules/iconv (configure.ac): Don't invoke gl_ICONV_MODULE_INDICATOR
19947         if it is not defined.
19948         Reported by Ian Beckwith <ianb@erislabs.net>.
19949
19950 2010-12-18  Paul Eggert  <eggert@cs.ucla.edu>
19951
19952         acl: port to Solaris 8 when copying from tmpfs to ufs
19953         * lib/copy-acl.c (qcopy_acl): Also allow EINVAL as an ignorable
19954         error number.  Problem observed on Solaris 8 with latest
19955         coreutils, with "mv A B", where A is on a tmpfs file system and B
19956         is on a ufs file system.  This caused coreutils' mv/part-symlink
19957         test to fail.
19958
19959         tests: set fail=0 at start
19960         * tests/init.sh (setup_): Move fail=0 initialization here ...
19961         (mktempd_): ... from here, so that tests can rely on fail being
19962         set to 0 initially.  This fixes a problem in coreutils; see:
19963         http://lists.gnu.org/archive/html/coreutils/2010-12/msg00083.html
19964
19965 2010-12-18  Bruno Haible  <bruno@clisp.org>
19966
19967         memmem-simple: Stylistic changes.
19968         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): Avoid possible gcc warning.
19969         Fix preprocessor directive indentation.
19970
19971 2010-12-15  Pádraig Brady <P@draigBrady.com>
19972
19973         memmem, memmem-simple: reorganize and expand empty needle check
19974         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE, gl_FUNC_MEMMEM): Move all
19975         functional checks to memmem-simple so that one has a fully functional
19976         memmem by using just this module.
19977         Restrict the performance only check to the memmem module.
19978         Also expand the empty needle check to ensure the correct
19979         pointer is returned, not just a non NULL pointer.
19980         * doc/glibc-functions/memmem.texi: Rearrange the portability
19981         documentation to correlate with the rearranged checks.
19982         Clarify exactly how the memmem and memmem-simple modules
19983         relate to each other.
19984
19985 2010-12-15  Pádraig Brady <P@draigBrady.com>
19986             Bruno Haible  <bruno@clisp.org>
19987
19988         Improve cross-compilation guesses for uClibc.
19989         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): When cross-compiling, assume
19990         that uClibc does not have the glibc bug.
19991         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Likewise.
19992         * m4/strstr.m4 (gl_FUNC_STRSTR_SIMPLE): Likewise.
19993
19994 2010-12-14  Eric Blake  <eblake@redhat.com>
19995
19996         configmake: provide fallbacks for oldest supported autotools
19997         * m4/configmake.m4: New file.
19998         * modules/configmake (Files): Ship it.
19999         (configure.ac): Use it to guarantee fallbacks.
20000
20001 2010-12-13  Pádraig Brady <P@draigBrady.com>
20002
20003         read-file: Improve handling of large files
20004         * lib/read-file.c (fread_file): Minimize realloc()s
20005         for regular files, and better manage sizes around SIZE_MAX.
20006
20007 2010-12-13  Eric Blake  <eblake@redhat.com>
20008
20009         cloexec, fcntl: relax license
20010         * modules/cloexec (License): Change from LGPLv3+ to LGPLv2+, with
20011         consent from all contributors.
20012         * modules/fcntl (License): Likewise.
20013
20014 2010-12-10  Bruno Haible  <bruno@clisp.org>
20015
20016         Tests for module 'pipe-posix'.
20017         * modules/pipe-posix-tests: New file.
20018         * tests/test-pipe.c: New file, based on tests/test-pipe2.c.
20019
20020 2010-12-10  Bruno Haible  <bruno@clisp.org>
20021
20022         pipe-posix: Make it work in C++ mode.
20023         * lib/unistd.in.h: Don't include <io.h>, <fcntl.h> for pipe.
20024         (pipe): Use common idiom, not a macro definition.
20025         * lib/pipe.c: New file.
20026         * m4/pipe.m4: New file.
20027         * modules/pipe-posix (Description): Enhance.
20028         (Files): Add lib/pipe.c, m4/pipe.m4.
20029         (configure.ac): Invoke gl_FUNC_PIPE.
20030         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize HAVE_PIPE.
20031         * modules/unistd (Makefile.am): Substitute HAVE_PIPE.
20032         * tests/test-unistd-c++.cc: Check the signature of pipe.
20033
20034 2010-12-10  Bruno Haible  <bruno@clisp.org>
20035
20036         Rename module 'pipe' to 'spawn-pipe'.
20037         * modules/spawn-pipe: New file, renamed from modules/pipe.
20038         (Files, configure.ac, Makefile.am): Update.
20039         (Include): Mention "spawn-pipe.h" instead of "pipe.h".
20040         * modules/pipe: Reduce to an obsolete indirection to 'spawn-pipe'.
20041         * lib/spawn-pipe.h: New file, renamed from lib/pipe.h.
20042         * lib/spawn-pipe.c: New file, renamed from lib/pipe.c. Include
20043         "spawn-pipe.h" instead of "pipe.h".
20044         * m4/spawn-pipe.m4: New file, renamed from m4/pipe.m4. Rename gl_PIPE
20045         to gl_SPAWN_PIPE.
20046         * modules/spawn-pipe-tests: New file, renamed from modules/pipe-tests.
20047         (Files, Makefile.am): Update.
20048         * tests/test-spawn-pipe.sh: New file, renamed from tests/test-pipe.sh.
20049         Update.
20050         * tests/test-spawn-pipe.c: New file, renamed from tests/test-pipe.c.
20051         Include "spawn-pipe.h" instead of "pipe.h".
20052         * lib/csharpcomp.c: Include "spawn-pipe.h" instead of "pipe.h".
20053         * lib/javacomp.c: Likewise.
20054         * lib/javaversion.c: Likewise.
20055         * lib/pipe-filter-gi.c: Likewise.
20056         * lib/pipe-filter-ii.c: Likewise.
20057         * modules/csharpcomp (Depends-on): Add 'spawn-pipe', remove 'pipe'.
20058         * modules/javacomp (Depends-on): Likewise.
20059         * modules/javaversion (Depends-on): Likewise.
20060         * modules/pipe-filter-gi (Depends-on): Likewise.
20061         * modules/pipe-filter-ii (Depends-on): Likewise.
20062         * MODULES.html.sh (Executing programs): Update.
20063         * NEWS: Mention the change.
20064
20065 2010-12-10  Eric Blake  <eblake@redhat.com>
20066
20067         pipe-posix: new module
20068         * modules/pipe-posix: New file.
20069         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set default.
20070         (gl_UNISTD_H): Check for declaration.
20071         * modules/unistd (Makefile.am): Substitute it.
20072         * lib/unistd.in.h (pipe): Provide it for mingw.
20073         * doc/posix-functions/pipe.texi (pipe): Update documentation.
20074         * MODULES.html.sh (File descriptor based Input/Output): Likewise.
20075
20076 2010-12-07  Bruno Haible  <bruno@clisp.org>
20077
20078         unistr/u8-strcmp: Avoid collision with libc function on Solaris 11.
20079         * lib/unistr.in.h (u8_strcmp) [__sun]: Declare with real name
20080         u8_strcmp_gnu.
20081         * modules/unistr/u8-strcmp (configure.ac): Bump version number.
20082
20083 2010-12-06  Bruno Haible  <bruno@clisp.org>
20084
20085         Update internal documentation.
20086         * m4/README: Document new idioms for AC_RUN_IFELSE invocations.
20087
20088 2010-12-04  Bruno Haible  <bruno@clisp.org>
20089
20090         Put more information about failed tests into the test return codes.
20091         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Change test
20092         program so that it returns an enumerated value (0, 1, 2, 3, 4, ...).
20093         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
20094         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
20095         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Likewise.
20096         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
20097         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
20098         * m4/intdiv0.m4 (gt_INTDIV0): Likewise.
20099         * m4/isapipe.m4 (gl_PREREQ_ISAPIPE): Likewise.
20100         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
20101         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Likewise.
20102         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
20103         * m4/sleep.m4 (gl_FUNC_SLEEP): Likewise.
20104         * m4/stdint.m4 (gl_STDINT_H): Likewise.
20105         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Change test program so that it
20106         returns a bit mask.
20107         * m4/canonicalize.m4 (gl_FUNC_REALPATH_WORKS): Likewise.
20108         * m4/chown.m4 (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): Likewise.
20109         * m4/dup2.m4 (gl_FUNC_DUP2): Likewise.
20110         * m4/fcntl-o.m4 (gl_FCNTL_O_FLAGS): Likewise.
20111         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_POSIX): Likewise.
20112         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Likewise.
20113         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
20114         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
20115         * m4/iconv.m4 (AM_ICONV_LINK): Likewise.
20116         * m4/iconv_open.m4 (gl_FUNC_ICONV_OPEN_UTF): Likewise.
20117         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
20118         * m4/isnanf.m4 (gl_ISNANF_WORKS): Likewise.
20119         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Likewise.
20120         * m4/ldexpl.m4 (gl_FUNC_LDEXPL_WORKS): Likewise.
20121         * m4/link.m4 (gl_FUNC_LINK): Likewise.
20122         * m4/linkat.m4 (gl_FUNC_LINKAT): Likewise.
20123         * m4/mbrlen.m4 (gl_MBRLEN_RETVAL): Likewise.
20124         * m4/mbrtowc.m4 (gl_MBRTOWC_RETVAL): Likewise.
20125         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): Likewise.
20126         * m4/memchr.m4 (gl_FUNC_MEMCHR): Likewise.
20127         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
20128         * m4/mkfifo.m4 (gl_FUNC_MKFIFO): Likewise.
20129         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Likewise.
20130         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
20131         * m4/open.m4 (gl_FUNC_OPEN): Likewise.
20132         * m4/poll.m4 (gl_FUNC_POLL): Likewise.
20133         * m4/popen.m4 (gl_FUNC_POPEN): Likewise.
20134         * m4/printf.m4 (gl_PRINTF_SIZES_C99, gl_PRINTF_LONG_DOUBLE,
20135         gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE,
20136         gl_PRINTF_DIRECTIVE_A, gl_PRINTF_DIRECTIVE_F, gl_PRINTF_DIRECTIVE_LS,
20137         gl_PRINTF_PRECISION): Likewise.
20138         * m4/regex.m4 (gl_REGEX): Likewise.
20139         * m4/rename.m4 (gl_FUNC_RENAME): Likewise.
20140         * m4/rmdir.m4 (gl_FUNC_RMDIR): Likewise.
20141         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): Likewise.
20142         * m4/stat.m4 (gl_FUNC_STAT): Likewise.
20143         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
20144         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
20145         * m4/strerror_r.m4 (gl_FUNC_STRERROR_R): Likewise.
20146         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Likewise.
20147         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
20148         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
20149         * m4/symlink.m4 (gl_FUNC_SYMLINK): Likewise.
20150         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Likewise.
20151         * m4/ttyname_r.m4 (gl_FUNC_TTYNAME_R): Likewise.
20152         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
20153         * m4/unlink.m4 (gl_FUNC_UNLINK): Likewise.
20154         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
20155         * m4/utimes.m4 (gl_FUNC_UTIMES): Likewise.
20156         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Likewise.
20157         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
20158         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Likewise.
20159         (gl_FLOATTYPE_SIGN_LOCATION): Change test program so that it returns an
20160         enumerated value.
20161         * m4/acl.m4 (gl_ACL_GET_FILE): Use "if ... return 1; return 0;" style.
20162
20163 2010-12-04  Bruno Haible  <bruno@clisp.org>
20164
20165         Update for Solaris 11 2010-11.
20166         * doc/{glibc,posix}-{functions,headers}: Add info about Solaris 11
20167         Express, released in November 2010.
20168
20169 2010-12-04  Bruno Haible  <bruno@clisp.org>
20170
20171         nproc: Relax license.
20172         * modules/nproc (License): Change to LGPL, with consent by Glen Lenker
20173         and Paul Eggert.
20174         Requested by Ludovic Courtès <ludo@gnu.org>.
20175
20176 2010-12-01  Paul Eggert  <eggert@cs.ucla.edu>
20177
20178         utimecmp: fine-grained src to nearby coarse-grained dest
20179
20180         * lib/utimecmp.c (utimecmp): When UTIMECMP_TRUNCATE_SOURCE is set,
20181         and the source is on a file system with higher-resolution time
20182         stamps, than the destination, and _PC_TIMESTAMP_RESOLUTION does
20183         not work, and the time stamps are close together, the algorithm to
20184         determine the exact resolution from the read-back mtime was buggy:
20185         it had a "!=" where it should have had an "==".  This bug has been
20186         in the code ever since it was introduced to gnulib.
20187         Problem reported by Dan Jacobson in
20188         <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=7529>.
20189
20190 2010-11-30  Bruno Haible  <bruno@clisp.org>
20191
20192         strerror_r-posix: Fix autoconf test.
20193         * m4/strerror_r.m4 (gl_FUNC_STRERROR_R): Fix typo.
20194
20195 2010-11-28  Bruno Haible  <bruno@clisp.org>
20196             Paul Eggert  <eggert@cs.ucla.edu>
20197
20198         Tests for module 'getdomainname'.
20199         * modules/getdomainname-tests: New file.
20200         * tests/test-getdomainname.c: New file, based on
20201         tests/test-gethostname.c.
20202
20203 2010-11-28  Bruno Haible  <bruno@clisp.org>
20204             Paul Eggert  <eggert@cs.ucla.edu>
20205
20206         getdomainname: Use the system function when possible.
20207         * lib/unistd.in.h: Include <netdb.h>, for getdomainname's declaration.
20208         (getdomainname): Replace if needed. Provide the declaration if it is
20209         missing. Don't use _GL_CXXALIAS_SYS_CAST.
20210         * lib/getdomainname.c: Include <limits.h> and <sys/systeminfo.h>.
20211         (getdomainname): When the system has getdomainname, call the system
20212         function. When sysinfo (SI_SRPC_DOMAIN, ...) is possible, use that.
20213         * m4/getdomainname.m4 (gl_FUNC_GETDOMAINNAME): Require
20214         gl_HEADER_SYS_SOCKET and gl_HEADER_NETDB. Test whether the function is
20215         found in libnsl. Look for the declaration also in <netdb.h>. Replace
20216         the function if its second argument is of type 'int' or if it is found
20217         in libnsl.
20218         (gl_PREREQ_GETDOMAINNAME): Define HAVE_GETDOMAINNAME. Check for
20219         <sys/systeminfo.h> and sysinfo().
20220         * modules/getdomainname (Depends-on): Add netdb, sys_socket.
20221         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
20222         HAVE_DECL_GETDOMAINNAME and REPLACE_GETDOMAINNAME instead of
20223         HAVE_GETDOMAINNAME.
20224         * modules/unistd (Makefile.am): Substitute HAVE_DECL_GETDOMAINNAME and
20225         REPLACE_GETDOMAINNAME instead of HAVE_GETDOMAINNAME.
20226         * doc/glibc-functions/getdomainname.texi: Document the problems with
20227         the getdomainname declaration.
20228
20229 2010-11-28  Bruno Haible  <bruno@clisp.org>
20230
20231         sys_socket: Ensure ss_family field on AIX.
20232         * lib/sys_socket.in.h (ss_family): New macro definition.
20233         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Set
20234         HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY. Set SYS_SOCKET_H if necessary.
20235         (gl_SYS_SOCKET_H_DEFAULTS): Initialize
20236         HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY.
20237         * modules/sys_socket (Makefile.am): Substitute
20238         HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY.
20239         * doc/posix-headers/sys_socket.texi: Mention the AIX bug.
20240
20241 2010-11-27  Bruno Haible  <bruno@clisp.org>
20242
20243         readline: Improve configure output.
20244         * m4/readline.m4 (gl_FUNC_READLINE): Make the
20245         "checking for readline..." result understandable.
20246
20247 2010-11-27  Bruno Haible  <bruno@clisp.org>
20248
20249         *printf-posix: Detect a bug on Solaris 10/x86.
20250         * m4/printf.m4 (gl_PRINTF_PRECISION): Detect crash with large precision
20251         for floating-point output.
20252         * tests/test-vasnprintf-posix.c (test_function): Test precision with %f
20253         directive.
20254         * tests/test-snprintf-posix.h (test_function): Likewise.
20255         * tests/test-sprintf-posix.h (test_function): Likewise.
20256         * tests/test-vasprintf-posix.c (test_function): Likewise.
20257         * doc/posix-functions/fprintf.texi: Mention Solaris/x86 bug.
20258         * doc/posix-functions/printf.texi: Likewise.
20259         * doc/posix-functions/snprintf.texi: Likewise.
20260         * doc/posix-functions/sprintf.texi: Likewise.
20261         * doc/posix-functions/vfprintf.texi: Likewise.
20262         * doc/posix-functions/vprintf.texi: Likewise.
20263         * doc/posix-functions/vsnprintf.texi: Likewise.
20264         * doc/posix-functions/vsprintf.texi: Likewise.
20265         * doc/glibc-functions/obstack_printf.texi: Likewise.
20266         * doc/glibc-functions/obstack_vprintf.texi: Likewise.
20267
20268 2010-11-27  Bruno Haible  <bruno@clisp.org>
20269
20270         Fix link error when module libunistring-optional is in use.
20271         * modules/striconveh-tests (Makefile.am): Link with $(LIBUNISTRING).
20272         * modules/striconveha-tests (Makefile.am): Likewise.
20273
20274 2010-11-27  Bruno Haible  <bruno@clisp.org>
20275
20276         regex: Mention link dependencies.
20277         * modules/regex (Link): New section.
20278         * modules/rpmatch (Link): Likewise.
20279         * modules/regex-quote-tests (Makefile.am): Link with $(LIBINTL).
20280
20281 2010-11-27  Bruno Haible  <bruno@clisp.org>
20282
20283         ftoastr: Fix compilation error on Solaris.
20284         * lib/ftoastr.c: Include <config.h>.
20285
20286 2010-11-27  Bruno Haible  <bruno@clisp.org>
20287
20288         getloadavg: Update documentation.
20289         * doc/glibc-functions/getloadavg.texi: Mention the Solaris problem.
20290
20291 2010-11-27  Bruno Haible  <bruno@clisp.org>
20292
20293         sys_socket: Fix test whether the functions are declared.
20294         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Include <sys/socket.h>,
20295         not <sys/select.h>.
20296
20297 2010-11-27  Bruno Haible  <bruno@clisp.org>
20298
20299         getpass: Make sure to get system declaration on some platforms.
20300         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU): Require
20301         gl_USE_SYSTEM_EXTENSIONS.
20302         * modules/getpass (Depends-on): Add extensions.
20303
20304 2010-11-26  Bruno Haible  <bruno@clisp.org>
20305
20306         iconv-h: Fix test-iconv-h-c++ failure on Solaris 11 2010-11.
20307         * lib/iconv.in.h (iconv_open, iconv, iconv_close): Define only if the
20308         'iconv' module is present.
20309         (ICONV_CONST): New macro.
20310         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize GNULIB_ICONV and
20311         ICONV_CONST.
20312         * m4/iconv.m4 (AM_ICONV): If the gnulib module 'iconv-h' is present,
20313         set ICONV_CONST.
20314         * m4/iconv_open.m4 (gl_FUNC_ICONV_OPEN_UTF): Don't set ICONV_CONST
20315         here.
20316         * modules/iconv (configure.ac): Invoke gl_ICONV_MODULE_INDICATOR.
20317         * modules/iconv-h (Makefile.am): Substitute GNULIB_ICONV.
20318         * tests/test-iconv-h.c (ICONV_CONST): Don't define here.
20319         * tests/test-iconv-h-c++.cc (ICONV_CONST): Don't define here.
20320         (iconv_open, iconv, iconv_close): Test only if the 'iconv' module is
20321         present.
20322
20323 2010-11-25  Paul Eggert  <eggert@cs.ucla.edu>
20324
20325         ftoastr: comment fix
20326         * lib/ftoastr.c: "little" -> "little or no" in comment
20327
20328 2010-11-24  Paul Eggert  <eggert@cs.ucla.edu>
20329
20330         stdint: port to GCC 4.3 + OSX + Octave
20331         On this platform, stdint.h is buggy and defines int64_t to long
20332         long int.  The replacement defined it to long int, causing
20333         problems with C++ style name mangling.  Instead, trust the system
20334         definition if INT64_MAX is defined, and likewise for the unsigned
20335         variant.   Problem reported by Jarno Rajahalme in
20336         <http://lists.gnu.org/archive/html/bug-gnulib/2010-04/msg00143.html>.
20337         * lib/stdint.in.h (GL_INT64_T): Define if INT64_MAX is defined,
20338         and don't mess with int64_t and INT64_MAX in this case.
20339         (GL_UINT64_T): Likewise for UINT64_MAX and uint64_t.
20340
20341 2010-11-24  Bruno Haible  <bruno@clisp.org>
20342
20343         doc: Corrections regarding MacOS X 10.4 and 10.5.
20344         * doc/{glibc,posix,pastposix}-functions/*.texi: Update info about
20345         MacOS X.
20346         Reported by Simon Josefsson.
20347
20348 2010-11-22  Ben Pfaff  <blp@cs.stanford.edu>
20349
20350         Uninstall ".bin" files installed by relocwrapper.
20351         * modules/relocatable-prog-wrapper (uninstall-relocwrapper):
20352         Recursively run "make uninstall" with ".bin" prefixed to EXEEXT,
20353         unless it is already there.
20354
20355 2010-11-21  Bruno Haible  <bruno@clisp.org>
20356
20357         Update for NetBSD 5.0.
20358         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Don't guess yes on
20359         NetBSD; the test fails on NetBSD 5.0.
20360         * doc/{glibc,posix,pastposix}-{headers,functions}/*.texi: Update info
20361         about NetBSD.
20362
20363 2010-11-21  Bruno Haible  <bruno@clisp.org>
20364
20365         Update for HP-UX 11.23 and HP-UX 11.31.
20366         * doc/{glibc,posix}-{headers,functions}/*.texi: Update info about
20367         HP-UX.
20368
20369 2010-11-21  Bruno Haible  <bruno@clisp.org>
20370
20371         Update for MacOS X 10.5.
20372         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Don't guess yes on
20373         MacOS X; the test fails on MacOS X 10.5.8.
20374         * doc/{glibc,posix,pastposix}-{headers,functions}/*.texi: Update info
20375         about MacOS X.
20376
20377 2010-11-20  Joel E. Denny  <joeldenny@joeldenny.org>
20378
20379         bootstrap: add bootstrap_sync option.
20380         See discussion at
20381         <http://lists.gnu.org/archive/html/bug-gnulib/2010-10/msg00369.html>,
20382         <http://lists.gnu.org/archive/html/bug-gnulib/2010-11/msg00200.html>.
20383         * build-aux/bootstrap: Accept --bootstrap-sync to update
20384         bootstrap if it is not identical to the local gnulib's
20385         bootstrap.  Accept bootstrap_sync=true in bootstrap.conf to
20386         enable this by default.  Accept --no-bootstrap-sync to disable
20387         it.
20388
20389 2010-11-20  Bruno Haible  <bruno@clisp.org>
20390
20391         Ensure that <features.h> is included before __GLIBC__ is tested.
20392         * lib/printf-parse.h: Include <features.h>.
20393         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gl_FEATURES_H.
20394         Reported by Mike Frysinger <vapier@gentoo.org>.
20395
20396         Ensure that <features.h> is included before __GLIBC__ is tested.
20397         * lib/wchar.in.h: Include <features.h>.
20398         * m4/wchar_h.m4 (gl_WCHAR_H): Require gl_FEATURES_H.
20399         * modules/wchar (Makefile.am): Substitute HAVE_FEATURES_H.
20400         Reported by Mike Frysinger <vapier@gentoo.org>.
20401
20402         Ensure that <features.h> is included before __GLIBC__ is tested.
20403         * lib/arpa_inet.in.h: Include <features.h>.
20404         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Require gl_FEATURES_H.
20405         * modules/arpa_inet (Makefile.am): Substitute HAVE_FEATURES_H.
20406         Reported by Mike Frysinger <vapier@gentoo.org>.
20407
20408         Ensure that <features.h> is included before __GLIBC__ is tested.
20409         * build-aux/link-warning.h: Include <features.h>.
20410         * modules/link-warning (configure.ac): Require gl_FEATURES_H.
20411         (Makefile.am): Substitute HAVE_FEATURES_H into link-warning.h.
20412         Reported by Mike Frysinger <vapier@gentoo.org>.
20413
20414         Ensure that <features.h> is included before __GLIBC__ is tested.
20415         * m4/gnulib-common.m4 (gl_FEATURES_H): New macro.
20416         Reported by Mike Frysinger <vapier@gentoo.org>.
20417
20418 2010-11-20  Bruno Haible  <bruno@clisp.org>
20419
20420         memmem: Fix autoconf test.
20421         * m4/memmem.m4 (gl_FUNC_MEMMEM): Test HAVE_DECL_MEMMEM, not HAVE_MEMMEM.
20422
20423 2010-11-20  Bruno Haible  <bruno@clisp.org>
20424
20425         Port to uClibc.
20426         * build-aux/link-warning.h (GL_LINK_WARNING): Treat uClibc like glibc.
20427         * lib/fcntl.in.h: Likewise.
20428         * lib/hard-locale.c (GLIBC_VERSION): Likewise.
20429         * lib/mbrtowc.c (mbrtowc): Likewise.
20430         * lib/relocatable.c (find_shared_library_fullname): Likewise.
20431         * lib/strerror_r.c: Likewise.
20432         * lib/unistr/u8-strnlen.c: Likewise.
20433         * lib/vasnprintf.c (decimal_point_char): Likewise.
20434         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Likewise.
20435         * m4/duplocale.m4 (gl_FUNC_DUPLOCALE): Likewise.
20436         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Likewise.
20437         * m4/glibc21.m4 (gl_GLIBC21): Likewise.
20438         * tests/test-sigaction.c (handler, main): Likewise.
20439         * lib/freading.h: Treat uClibc like a non-glibc platform.
20440         * lib/freading.c: Likewise.
20441         * lib/gettext.h: Likewise.
20442         * lib/localename.c (gl_locale_name_thread_unsafe, HAVE_LOCALE_NULL):
20443         Likewise.
20444         * lib/printf-parse.h (FLAG_LOCALIZED): Likewise.
20445         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
20446         * lib/propername.c (proper_name_utf8): Likewise.
20447         * lib/spawn.in.h: Likewise.
20448         * lib/striconv.c (mem_cd_iconv, str_cd_iconv, str_iconv): Likewise.
20449         * lib/striconveh.c (iconveh_open, iconv_carefully, iconv_carefully_1,
20450         mem_cd_iconveh_internal): Likewise.
20451         * lib/striconveha.c (mem_iconveha, str_iconveha): Likewise.
20452         * lib/string.in.h (memchr, memrchr, rawmemchr, strchrnul, strpbrk,
20453         strstr, strcasestr): Likewise.
20454         * lib/unicodeio.c (unicode_to_mb): Likewise.
20455         * lib/uniconv/u16-conv-from-enc.c (UTF16_NAME): Likewise.
20456         * lib/uniconv/u16-conv-to-enc.c (UTF16_NAME): Likewise.
20457         * lib/uniconv/u16-strconv-to-enc.c (UTF16_NAME): Likewise.
20458         * lib/uniconv/u32-conv-from-enc.c (UTF32_NAME): Likewise.
20459         * lib/uniconv/u32-conv-to-enc.c (UTF32_NAME): Likewise.
20460         * lib/uniconv/u32-strconv-to-enc.c (UTF32_NAME): Likewise.
20461         * lib/unistr/u8-stpncpy.c: Likewise.
20462         * lib/vasnprintf.c (VASNPRINTF): Likewise.
20463         * lib/xmalloc.c (HAVE_GNU_CALLOC): Likewise.
20464         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
20465         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
20466         * m4/glibc2.m4 (gt_GLIBC2): Likewise.
20467         * m4/iconv_open.m4 (gl_FUNC_ICONV_OPEN): Likewise.
20468         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE, gl_FUNC_MEMMEM): Likewise.
20469         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Likewise.
20470         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE, gl_FUNC_STRCASESTR):
20471         Likewise.
20472         * m4/strstr.m4 (gl_FUNC_STRSTR_SIMPLE, gl_FUNC_STRSTR): Likewise.
20473         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
20474         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Likewise.
20475         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
20476         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
20477         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Likewise.
20478         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
20479         * m4/wchar_h.m4 (gl_WCHAR_H): Likewise.
20480         * tests/test-getopt.h (OPTIND_MIN): Likewise.
20481         * tests/test-striconveha.c (main): Likewise.
20482         * tests/test-vasnprintf-posix.c (test_function): Likewise.
20483         * tests/test-vasnprintf-posix3.c (test_function, main): Likewise.
20484         * doc/posix-functions/getdelim.texi: Mention an uClibc bug.
20485         * doc/posix-functions/getline.texi: Likewise.
20486         Reported by Mike Frysinger <vapier@gentoo.org>.
20487
20488 2010-11-20  Bruno Haible  <bruno@clisp.org>
20489
20490         nproc: Fix condition.
20491         * lib/nproc.c: Test HAVE_PTHREAD_GETAFFINITY_NP, not
20492         HAVE_PTHREAD_AFFINITY_NP.
20493
20494 2010-11-20  Bruno Haible  <bruno@clisp.org>
20495
20496         Fix a comment.
20497         * lib/vasnprintf.c (VASNPRINTF): Fix comment.
20498
20499 2010-11-19  Paul Eggert  <eggert@cs.ucla.edu>
20500
20501         ftoastr: don't assume snprintf
20502         * lib/ftoastr.c (snprintf) [! GNULIB_SNPRINTF_POSIX]:
20503         Implement a subset of snprintf here, by using sprintf safely.
20504         * modules/ftoastr (Depends-on): Remove snprintf.
20505
20506 2010-11-19  Jim Meyering  <meyering@redhat.com>
20507
20508         test-rename.h: fix compilation failure
20509         * tests/test-rename.h (test_rename): Add omitted "}".
20510
20511 2010-11-17  Jim Meyering  <meyering@redhat.com>
20512
20513         maint.mk: add a URL discussing the no-@acronym policy
20514         * top/maint.mk (sc_texinfo_acronym): Add a URL in a comment.
20515
20516 2010-11-18  Paul Eggert  <eggert@cs.ucla.edu>
20517
20518         ftoastr: depend on snprintf, improve comments
20519         * lib/ftoastr.c: Also mention Loitsch's draft.
20520         * lib/ftoastr.h: Require WIDTH to be nonnegative.  This isn't
20521         needed in the current implementation, but it might simplify
20522         speeding up the code later.
20523         * modules/ftoastr: Depend on snprintf; this improves portability.
20524         Suggested by Bruno Haible in the same email.
20525
20526         ftoastr: port to hosts lacking strtof and strtold
20527         Problem reported by Bruno Haible in
20528         <http://lists.gnu.org/archive/html/bug-gnulib/2010-11/msg00242.html>.
20529         * lib/ftoastr.c (STRTOF): Define to strtod if in a pre-C99
20530         environment and strtold (and presumably strtof) are not available.
20531         * modules/ftoastr (Files): Add m4/c-strtod.m4.
20532         (configure.ac): Require gl_C99_STRTOLD.
20533
20534 2010-11-18  Bruno Haible  <bruno@clisp.org>
20535
20536         c-strtold: Avoid link error on AIX 7.
20537         * lib/c-strtod.c: Test also HAVE_STRTOD_L or HAVE_STRTOLD_L.
20538         * m4/c-strtod.m4 (gl_C_STRTOD): Test whether strtod_l exists.
20539         (gl_C_STRTOLD): Test whether strtold_l exists.
20540         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
20541
20542 2010-11-17  Paul Eggert  <eggert@cs.ucla.edu>
20543
20544         intprops: new macro INT_BITS_STRLEN_BOUND
20545         * lib/intprops.h (INT_BITS_STRLEN_BOUND): New macro, needed by
20546         ftoastr.h.  This exposes an internal of intprops.h that was formerly
20547         not exposed.  Also, it uses a slightly tighter bound than before;
20548         though this makes no practical difference, we might as well be as
20549         tight as we easily can.
20550
20551         ftoastr: new module, for lossless conversion of floats to short strings
20552         * lib/ftoastr.h, lib/ftoastr.c, lib/dtoastr.c, lib/ldtoastr.c:
20553         * modules/ftoastr: New files.
20554
20555 2010-11-15  Paul Eggert  <eggert@cs.ucla.edu>
20556
20557         bootstrap: port to Solaris sed
20558         * build-aux/bootstrap (get_version): Port to Solaris sed.
20559         See Ralf Wildenhues's note in
20560         <http://lists.gnu.org/archive/html/bug-gnulib/2010-11/msg00156.html>.
20561
20562 2010-11-14  Jim Meyering  <meyering@redhat.com>
20563
20564         maint.mk: rename variable: s/noteworthy/gl_noteworthy_news_/
20565         * top/maint.mk (gl_noteworthy_news_): Rename from "noteworthy"
20566         and move definition closer to sole use.
20567
20568 2010-11-13  Jim Meyering  <meyering@redhat.com>
20569
20570         remove autoconf-2.57 work-around requiring AC_PROG_EGREP and AC_PROG_CPP
20571         Now we require at least autoconf-2.59, which means the work-around
20572         is no longer needed.
20573         * m4/alloca.m4 (gl_FUNC_ALLOCA): Remove work-around.
20574         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
20575         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
20576         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
20577         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
20578
20579 2010-11-13  Bruno Haible  <bruno@clisp.org>
20580
20581         rename, renameat: Avoid test failures at NFS mounted locations.
20582         * tests/test-rename.h (dentry_exists, assert_nonexistent): New
20583         functions.
20584         (test_rename): Use assert_nonexistent.
20585         * tests/test-rename.c: Include <dirent.h>.
20586         * tests/test-renameat.c: Likewise.
20587         Reported by Gary V. Vaughan <gary@gnu.org>.
20588
20589         rename, renameat: Document Linux bug with NFS
20590         <http://lists.gnu.org/archive/html/bug-gnulib/2010-11/msg00154.html>.
20591         * doc/posix-functions/rename.texi: Mention the NFS bug on Linux.
20592         * doc/posix-functions/renameat.texi: Likewise.
20593         Suggested by Eric Blake.
20594
20595 2010-11-13  Bruno Haible  <bruno@clisp.org>
20596
20597         rename test: Add comments.
20598         * tests/test-rename.h (test_rename): Add structure and comments.
20599
20600 2010-11-13  Eric Blake  <eblake@redhat.com>
20601
20602         maintainer-makefile: cover a few more files
20603         * top/maint.mk (sc_prohibit_test_double_equal): Also cover shell
20604         scripts generated within C files, for libvirt.
20605
20606 2010-11-13  Bruno Haible  <bruno@clisp.org>
20607
20608         unistr/u8-mbtouc: Improve handling of ill-formed UTF-8 input.
20609         * lib/unistr/u8-mbtouc.c (u8_mbtouc): For an invalid multibyte
20610         character, return the number of bytes that belong together, not always
20611         1.
20612         * lib/unistr/u8-mbtouc-unsafe.c (u8_mbtouc_unsafe): Likewise.
20613         * lib/unistr/u8-mbtouc-aux.c (u8_mbtouc_aux): Likewise.
20614         * lib/unistr/u8-mbtouc-unsafe-aux.c (u8_mbtouc_unsafe_aux): Likewise.
20615         * lib/unistr/u8-mbsnlen.c (u8_mbsnlen): Use u8_mbtouc to determine the
20616         number of bytes of an invalid character.
20617         * tests/unistr/test-u8-mbtouc.c (test_safe_function): New function.
20618         (main): Invoke it.
20619         * tests/unistr/test-u8-mbtouc.h (test_function): Update two test
20620         results.
20621         * tests/unistr/test-u8-mbsnlen.c (main): Test various kinds of
20622         malformed byte sequences.
20623         * modules/unistr/u8-mbtouc (configure.ac): Bump version number.
20624         * modules/unistr/u8-mbtouc-unsafe (configure.ac): Likewise.
20625         * modules/unistr/u8-mbsnlen (configure.ac): Likewise.
20626         Reported by Ben Pfaff and Paolo Bonzini.
20627
20628 2010-11-13  Bruno Haible  <bruno@clisp.org>
20629
20630         openat: Work around glibc bug with fchownat() and empty file names.
20631         * m4/openat.m4 (gl_FUNC_FCHOWNAT_EMPTY_FILENAME_BUG): New macro.
20632         (gl_FUNC_FCHOWNAT): Invoke it.
20633         * lib/fchownat.c (rpl_fchownat): Handle the empty file name specially.
20634         * doc/posix-functions/fchownat.texi: Document the glibc bug.
20635         Reported by Gary V. Vaughan <gary@gnu.org>.
20636
20637 2010-11-13  Bruno Haible  <bruno@clisp.org>
20638
20639         openat: Ensure autoconf macro ordering.
20640         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Require
20641         gl_USE_SYSTEM_EXTENSIONS.
20642         (gl_FUNC_FCHOWNAT): Require gl_UNISTD_H_DEFAULTS.
20643
20644 2010-11-13  Bruno Haible  <bruno@clisp.org>
20645
20646         Update comments.
20647         * lib/unistr/u8-check.c: Update file name in comments.
20648         * lib/unistr/u8-mblen.c: Likewise.
20649         * lib/unistr/u8-prev.c: Likewise.
20650         * lib/unistr/u8-strmblen.c: Likewise.
20651         * lib/unistr/u8-strmbtouc.c: Likewise.
20652
20653 2010-11-13  Jim Meyering  <meyering@redhat.com>
20654
20655         tests: avoid test failure on Solaris 10 due to lack of PATH export
20656         * tests/test-update-copyright.sh: Don't forget to export PATH.
20657
20658         init.sh: ensure that IFS is defined, just in case...
20659         * tests/init.sh (setup_): Ensure that IFS is defined,
20660         so that saving and restoring it works as expected.  This
20661         appears to be useful at least for an old version of dash
20662         from a long time ago (RH 6).  See here for details:
20663         http://thread.gmane.org/gmane.comp.gnu.coreutils.general/436/focus=455
20664
20665         maint.mk: tighten "test a == b" check
20666         * top/maint.mk (sc_prohibit_test_double_equal): Restrict this
20667         test to files that contain something like #!/bin/sh.
20668         Without this, coreutils would get two false positives in
20669         the comments of C source files.
20670
20671 2010-11-12  Eric Blake  <eblake@redhat.com>
20672
20673         bootstrap: fix typo in previous attempt
20674         * build-aux/bootstrap (buildreq): Correct the grouping.
20675         Reported by Paul Eggert.
20676
20677         maintainer-makefile: prohibit test x == x
20678         * top/maint.mk (sc_prohibit_test_double_equal): New rule.
20679         Based on a report by Matthias Bolte.
20680
20681         bootstrap: allow FreeBSD gzip
20682         * build-aux/bootstrap (get_version): Parse FreeBSD gzip version,
20683         which has no '.' and goes to stderr.
20684         * build-aux/bootstrap.conf (buildreq): Improve the sample file.
20685         Reported by Matthias Bolte.
20686
20687         maintainer-makefile: check for i18n setup
20688         * top/maint.mk (sc_bindtextdomain): Check for evidence that _()
20689         will likely work.
20690
20691 2010-11-12  Bruno Haible  <bruno@clisp.org>
20692
20693         sleep, nanosleep: Work around Linux 2.6.9 nanosleep bug.
20694         * lib/sleep.c (rpl_sleep): Split in chunks no larger than 24 days.
20695         * lib/nanosleep.c (nanosleep): Likewise.
20696
20697 2010-11-11  Bruno Haible  <bruno@clisp.org>
20698
20699         fcntl-h: Fix for use of C++ on glibc systems.
20700         * lib/fcntl.in.h: Include <sys/stat.h> before include_next <fcntl.h>
20701         also on glibc systems in C++ mode.
20702         Reported by Gary V. Vaughan <gary@gnu.org>.
20703
20704 2010-11-11  Christian Weisgerber  <naddy@mips.inka.de>  (tiny change)
20705
20706         mknod: avoid false failure with dash
20707         * m4/mknod.m4 (gl_FUNC_MKNOD): Use portable shell syntax.
20708
20709 2010-11-11  Paul Eggert  <eggert@cs.ucla.edu>
20710
20711         unlink: Fix "is it should" typo in diagnostic.
20712         * m4/unlink.m4 (gl_FUNC_UNLINK): Fix typo, as per Reuben Thomas in
20713         <http://lists.gnu.org/archive/html/bug-gnulib/2010-11/msg00106.html>.
20714
20715 2010-11-11  Bruno Haible  <bruno@clisp.org>
20716
20717         Tests for module 'strerror_r-posix'.
20718         * modules/strerror_r-posix-tests: New file.
20719         * tests/test-strerror_r.c: New file.
20720         * tests/test-string-c++.cc: Check the signature of strerror_r.
20721
20722         New module 'strerror_r-posix'.
20723         * lib/string.in.h (strerror_r): New declaration.
20724         * lib/strerror_r.c: New file.
20725         * m4/strerror_r.m4: New file.
20726         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Check for the declaration
20727         of strerror_r.
20728         (gl_HEADER_STRING_H_DEFAULTS): Initialize GNULIB_STRERROR_R,
20729         HAVE_DECL_STRERROR_R, REPLACE_STRERROR_R.
20730         * modules/strerror_r-posix: New file.
20731         * modules/string (Makefile.am): Substitute GNULIB_STRERROR_R,
20732         HAVE_DECL_STRERROR_R, REPLACE_STRERROR_R.
20733         * doc/posix-functions/strerror_r.texi: Mention the new module and the
20734         portability problems.
20735
20736 2010-11-11  Torsten Scheck  <Torsten.Scheck@Leica-Microsystems.com> (tiny change)
20737
20738         * build-aux/pmccabe2html: Fixed a off-by-one error, so last input
20739         line is also considered for output. Quoted function name in shell
20740         command, so temporary files for functions like MyClass::operator()
20741         are removed correctly without errors.
20742
20743 2010-11-09  Bruno Haible  <bruno@clisp.org>
20744
20745         * doc/posix-functions/strerror.texi: List more failing platforms.
20746
20747         * doc/posix-functions/strerror.texi: Add a comment.
20748
20749 2010-11-07  Paul Eggert  <eggert@cs.ucla.edu>
20750
20751         fdopendir: fix bug on MacOS X when low on file descriptors
20752
20753         * lib/fdopendir.c (REPLACE_FCHDIR): #define to 0 if not defined.
20754         (fdopendir_with_dup, fd_clone_opendir): Now have extra CWD arg.
20755         All callers changed.
20756         (fdopendir): Invoke save_cwd at the top level, not after using
20757         multiple dup() calls to use up file descriptors.  Then retry
20758         fdopendir_with_dup.  This avoids failure with EMFILE if FD is 1
20759         less than the maximum number of open file descriptors, because
20760         save_cwd fails with errno == EMFILE.  Problem reported by tsteven4
20761         on Mac OS X 10.6.4 for tar 1.24
20762         <http://lists.gnu.org/archive/html/bug-tar/2010-10/msg00084.html>
20763         <http://lists.gnu.org/archive/html/bug-tar/2010-11/msg00000.html>
20764         and for tar 1.25
20765         <http://lists.gnu.org/archive/html/bug-tar/2010-11/msg00038.html>.
20766
20767 2010-11-07  Bruno Haible  <bruno@clisp.org>
20768
20769         vasnprintf: Support I flag on glibc systems.
20770         * lib/printf-parse.h (FLAG_LOCALIZED): New macro.
20771         * lib/printf-parse.c (PRINTF_PARSE): Handle the 'I' flag.
20772         * lib/vasnprintf.c (VASNPRINTF): Pass the 'I' flag on to the system's
20773         snprintf function.
20774         * tests/test-vasnprintf-posix.c (test_function): Test the 'I' flag on
20775         glibc systems.
20776         * tests/test-vasnprintf-posix3.c: New file.
20777         * modules/vasnprintf-posix-tests (Files): Add it.
20778         (TESTS, check_PROGRAMS): Add test-vasnprintf-posix3.
20779
20780 2010-11-05  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
20781
20782         [html] Fix copy/paste bug: Use unique name for compiler warnings.
20783         * MODULES.html.sh: For compiler warnings, use name
20784         `ansic_ext_compwarn' since `ansic_ext_misc' is already taken.
20785
20786 2010-11-05  Eric Blake  <eblake@redhat.com>
20787
20788         ceil, floor: avoid spurious failure with icc
20789         * tests/test-ceilf2.c (ceilf_reference): Avoid icc's use of DAZ
20790         [denormals-as-zero] when optimizing without -mieee-fp option.
20791         * tests/test-floorf2.c (floorf_reference): Likewise.
20792         * tests/test-ceilf1.c (dummy): New function.
20793         (main): Use it to outsmart icc's optimization.
20794         * tests/test-floorf1.c (dummy, main): Likewise.
20795
20796         tests: require working signbit
20797         * modules/ceilf-tests (Depends-on): Add signbit.
20798         * modules/ceill-tests (Depends-on): Likewise.
20799         * modules/floorf-tests (Depends-on): Likewise.
20800         * modules/floorl-tests (Depends-on): Likewise.
20801         * modules/round-tests (Depends-on): Likewise.
20802         * modules/roundf-tests (Depends-on): Likewise.
20803         * modules/roundl-tests (Depends-on): Likewise.
20804         * modules/trunc-tests (Depends-on): Likewise.
20805         * modules/truncf-tests (Depends-on): Likewise.
20806         * modules/truncl-tests (Depends-on): Likewise.
20807
20808         strtod: work around icc bug
20809         * lib/strtod.c (minus_zero): Define to working value.
20810         (strtod): Use it to avoid icc bug.
20811
20812         copysign: enhance tests
20813         * modules/copysign-tests (Files): Add minus-zero.h.
20814         * tests/test-copysign.c (main): Also test zeros.
20815
20816 2010-11-04  Eric Blake  <eblake@redhat.com>
20817
20818         ceil, floor, round, trunc: enhance tests of -0
20819         * tests/test-ceilf1.c (main): Ensure correct sign of result.
20820         * tests/test-ceill.c (main): Likewise.
20821         * tests/test-floorf1.c (main): Likewise.
20822         * tests/test-floorl.c (main): Likewise.
20823         * tests/test-round1.c (main): Likewise.
20824         * tests/test-roundf1.c (main): Likewise.
20825         * tests/test-roundl.c (main): Likewise.
20826         * tests/test-trunc1.c (main): Likewise.
20827         * tests/test-truncf1.c (main): Likewise.
20828         * tests/test-truncl.c (main): Likewise.
20829
20830 2010-11-04  Eric Blake  <eblake@redhat.com>
20831
20832         frexp, tests: work around ICC bug with -zero
20833         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Compute -0.0 in a way that
20834         works with more compilers.
20835         * tests/minus-zero.h: New file.
20836         * modules/ceilf-tests (Files): Include it.
20837         * modules/ceill-tests (Files): Likewise.
20838         * modules/floorf-tests (Files): Likewise.
20839         * modules/floorl-tests (Files): Likewise.
20840         * modules/frexp-nolibm-tests (Files): Likewise.
20841         * modules/frexp-tests (Files): Likewise.
20842         * modules/frexpl-nolibm-tests (Files): Likewise.
20843         * modules/frexpl-tests (Files): Likewise.
20844         * modules/isnan-tests (Files): Likewise.
20845         * modules/isnand-nolibm-tests (Files): Likewise.
20846         * modules/isnand-tests (Files): Likewise.
20847         * modules/isnanf-nolibm-tests (Files): Likewise.
20848         * modules/isnanf-tests (Files): Likewise.
20849         * modules/isnanl-nolibm-tests (Files): Likewise.
20850         * modules/isnanl-tests (Files): Likewise.
20851         * modules/round-tests (Files): Likewise.
20852         * modules/roundf-tests (Files): Likewise.
20853         * modules/roundl-tests (Files): Likewise.
20854         * modules/ldexpl-tests (Files): Likewise.
20855         * modules/signbit-tests (Files): Likewise.
20856         * modules/snprintf-posix-tests (Files): Likewise.
20857         * modules/sprintf-posix-tests (Files): Likewise.
20858         * modules/strtod-tests (Files): Likewise.
20859         * modules/trunc-tests (Files): Likewise.
20860         * modules/truncf-tests (Files): Likewise.
20861         * modules/truncl-tests (Files): Likewise.
20862         * modules/vsnprintf-posix-tests (Files): Likewise.
20863         * modules/vsprintf-posix-tests (Files): Likewise.
20864         * modules/vasnprintf-posix-tests (Files): Likewise.
20865         * modules/vasprintf-posix-tests (Files): Likewise.
20866         * tests/test-ceilf1.c (main): Use it.
20867         * tests/test-ceill.c (main): Likewise.
20868         * tests/test-floorf1.c (main): Likewise.
20869         * tests/test-floorl.c (main): Likewise.
20870         * tests/test-frexp.c (main): Likewise.
20871         * tests/test-frexpl.c (main): Likewise.
20872         * tests/test-isnan.c (main): Likewise.
20873         * tests/test-isnand.h (main): Likewise.
20874         * tests/test-isnanf.h (main): Likewise.
20875         * tests/test-isnanl.h (main): Likewise.
20876         * tests/test-ldexpl.c (main): Likewise.
20877         * tests/test-round.c (main): Likewise.
20878         * tests/test-roundf.c (main): Likewise.
20879         * tests/test-roundl.c (main): Likewise.
20880         * tests/test-signbit.c (test_signbitf, test_signbitd)
20881         (test_signbitl): Likewise.
20882         * tests/test-snprintf-posix.h (test_function): Likewise.
20883         * tests/test-sprintf-posix.h (test_function): Likewise.
20884         * tests/test-strtod.c (main): Likewise.
20885         * tests/test-trunc1.c (main): Likewise.
20886         * tests/test-truncf1.c (main): Likewise.
20887         * tests/test-truncl.c (main): Likewise.
20888
20889         isnanl: work around icc bug
20890         * lib/isnan.c (FUNC): Compute run-time NaN under ICC as well.
20891
20892 2010-11-03  Eric Blake  <eblake@redhat.com>
20893
20894         tests: fix compiler warnings
20895         * tests/test-getopt.h (test_getopt): Fix condition.
20896         * tests/test-getopt_long.h (test_getopt_long): Likewise.
20897         * tests/test-pipe2.c (main): Likewise.
20898         * tests/test-quotearg-simple.c (main): Avoid icc warning.
20899
20900         utimens: fix broken m4 test
20901         * m4/utimens.m4 (gl_UTIMENS): Include correct headers.
20902
20903 2010-10-28  Bruno Haible  <bruno@clisp.org>
20904
20905         posix_spawn*, getdtablesize: Relax license.
20906         * modules/posix_spawn (License): Change to LGPLv2+.
20907         * modules/posix_spawnp (License): Likewise.
20908         * modules/posix_spawn-internal (License): Likewise.
20909         * modules/posix_spawnattr_init (License): Likewise.
20910         * modules/posix_spawnattr_getflags (License): Likewise.
20911         * modules/posix_spawnattr_setflags (License): Likewise.
20912         * modules/posix_spawnattr_getpgroup (License): Likewise.
20913         * modules/posix_spawnattr_setpgroup (License): Likewise.
20914         * modules/posix_spawnattr_getschedparam (License): Likewise.
20915         * modules/posix_spawnattr_setschedparam (License): Likewise.
20916         * modules/posix_spawnattr_getschedpolicy (License): Likewise.
20917         * modules/posix_spawnattr_setschedpolicy (License): Likewise.
20918         * modules/posix_spawnattr_getsigdefault (License): Likewise.
20919         * modules/posix_spawnattr_setsigdefault (License): Likewise.
20920         * modules/posix_spawnattr_getsigmask (License): Likewise.
20921         * modules/posix_spawnattr_setsigmask (License): Likewise.
20922         * modules/posix_spawnattr_destroy (License): Likewise.
20923         * modules/posix_spawn_file_actions_init (License): Likewise.
20924         * modules/posix_spawn_file_actions_addclose (License): Likewise.
20925         * modules/posix_spawn_file_actions_adddup2 (License): Likewise.
20926         * modules/posix_spawn_file_actions_addopen (License): Likewise.
20927         * modules/posix_spawn_file_actions_destroy (License): Likewise.
20928         * modules/getdtablesize (License): Likewise.
20929         Requested by Adam Stokes <ajs@redhat.com> for use in netcf.
20930
20931 2010-10-26  Bruno Haible  <bruno@clisp.org>
20932
20933         unistd: Refine workaround from 2009-12-23 against Cygwin bug.
20934         * lib/unistd.in.h: Don't include <stdio.h> and <fcntl.h>, except on
20935         Cygwin and mingw.
20936         Suggested by Eric Blake.
20937
20938 2010-10-26  Bruno Haible  <bruno@clisp.org>
20939
20940         stdio: Work around compilation error due to renameat() on Solaris 10.
20941         * lib/stdio.in.h: Include <unistd.h> on Solaris.
20942         * lib/renameat.c: Don't include <unistd.h> here.
20943         * doc/posix-functions/renameat.texi: Mention the Solaris problem.
20944         Reported by Paul Eggert and Eric Blake.
20945
20946 2010-10-26  Paul Eggert  <eggert@cs.ucla.edu>
20947
20948         renameat: port to Solaris 10, which declares renameat in unistd.h
20949
20950         * lib/renameat.c: Include unistd.h before stdio.h, because
20951         Solaris 10 declares renameat in unistd.h.  Problem encountered
20952         when building GNU tar 1.24 on Solaris 10.
20953
20954 2010-10-26  Christian Weisgerber  <naddy@mips.inka.de>  (tiny change)
20955
20956         fdopendir: fix C89 compilation
20957         * lib/fdopendir.c (fd_clone_opendir): Move declaration for older
20958         compilers.
20959
20960 2010-10-23  Paul Eggert  <eggert@cs.ucla.edu>
20961
20962         inttostr: simplify by removing unnecessary redundancy
20963         * lib/anytostr.c: Don't include verify.h.
20964         (anytostr): Don't verify that TYPE_SIGNED (inttype) equals
20965         inttype_is_signed.  Instead, disable the bogus GCC warnings, so that
20966         there's no need for inttype_is_signed and for calling TYPE_SIGNED.
20967         * lib/imaxtostr.c (inttype_is_signed): Remove; no longer needed.
20968         * lib/inttostr.c, lib/offtostr.c, lib/uinttostr.c, lib/umaxtostr.c:
20969         Likewise.
20970         * modules/inttostr (Depends-on): Remove 'verify'.
20971
20972 2010-10-23  Bruno Haible  <bruno@clisp.org>
20973
20974         nl_langinfo: Mention problem with CRNCYSTR on NetBSD 5.0.
20975         * doc/posix-functions/nl_langinfo.texi: Mention problem with CRNCYSTR.
20976         Reported by Eric Blake.
20977
20978 2010-10-23  Bruno Haible  <bruno@clisp.org>
20979
20980         Tests: Fix LOCALE_JA on MirBSD 10.
20981         * m4/locale-ja.m4 (gt_LOCALE_JA): Reject a locale identifier that leads
20982         to an UTF-8 locale.
20983         * m4/locale-fr.m4 (gt_LOCALE_FR): Likewise.
20984         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
20985         Reported by Eric Blake.
20986
20987 2010-10-21  Bruno Haible  <bruno@clisp.org>
20988
20989         nl_langinfo test: Avoid test failure on NetBSD 5.
20990         * tests/test-nl_langinfo.c (main): Relax test of nl_langinfo(CRNCYSTR).
20991         Reported by Eric Blake.
20992
20993 2010-10-21  Eric Blake  <eblake@redhat.com>
20994
20995         c-stack: work around libsigsegv 2.8 bug
20996         * lib/c-stack.c (SIGSTKSZ): Increase size to avoid alternate stack
20997         overflow on at least PowerPC64.
20998
20999 2010-10-17  Bruno Haible  <bruno@clisp.org>
21000
21001         userspec: Drop redundant file.
21002         * modules/userspec (Files): Remove lib/inttostr.h.
21003
21004 2010-10-17  Bruno Haible  <bruno@clisp.org>
21005
21006         nl_langinfo tests: Silence some warnings.
21007         * tests/test-nl_langinfo.c: Silence -Wtype-limits warnings.
21008         Reported by Jim Meyering.
21009
21010 2010-10-17  Bruno Haible  <bruno@clisp.org>
21011
21012         Make use of GCC's attribute __alloc_size__.
21013         * lib/xalloc.h (ATTRIBUTE_ALLOC_SIZE): New macro.
21014         (xmalloc, xzalloc, xcalloc, xrealloc, xmemdup, xnmalloc, xnrealloc,
21015         xcharalloc): Declare with ATTRIBUTE_ALLOC_SIZE.
21016         * lib/eealloc.h (eemalloc, eerealloc): Declare with attribute
21017         __alloc_size__.
21018         * lib/pagealign_alloc.h (pagealign_alloc, pagealign_xalloc): Likewise.
21019         Suggested by Jim Meyering.
21020
21021 2010-10-16  Joel E. Denny  <joeldenny@joeldenny.org>
21022
21023         bootstrap: anchor .gitignore entries.
21024         * build-aux/bootstrap (insert_sorted_if_absent): Replace all uses
21025         with...
21026         (insert_vc_ignore): ... this new function, which prepends `/' to
21027         all .gitignore entries before passing them to
21028         insert_sorted_if_absent.
21029
21030 2010-10-16  Bruno Haible  <bruno@clisp.org>
21031
21032         nextafter: Fix configure check.
21033         * modules/nextafter (configure.ac): Correct expected prototype.
21034
21035 2010-10-16  Bruno Haible  <bruno@clisp.org>
21036
21037         termios: Update documentation.
21038         * doc/posix-headers/termios.texi: Mention remaining mingw problems.
21039
21040 2010-10-16  Bruno Haible  <bruno@clisp.org>
21041
21042         tests: Make them compile with TinyCC.
21043         * tests/test-strstr.c (main): Remove parentheses around array
21044         initializer.
21045
21046 2010-10-15  Eric Blake  <eblake@redhat.com>
21047
21048         ignore-value: make header idempotent
21049         * lib/ignore-value.h: Add double-inclusion guards.
21050         Reported by Stefan Berger.
21051
21052 2010-10-15  Jim Meyering  <meyering@redhat.com>
21053
21054         GNUmakefile: handle "stable" target, not "major"
21055         * top/GNUmakefile (_is-dist-target): s/major/stable/ to match the
21056         lists in maint.mk and announce-gen.  Without this, "make stable"
21057         would fail to ensure that $(VERSION) is up to date.
21058
21059 2010-10-15  Ludovic Courtès  <ludo@gnu.org>
21060
21061         * lib/isnan.c (FUNC): Treat TinyCC (`__TINYC__') like `__SUNPRO_C'
21062         & co.
21063
21064 2010-10-14  Bruno Haible  <bruno@clisp.org>
21065
21066         vasnprintf: Don't set errno to 0.
21067         * lib/vasnprintf.c (VASNPRINTF): Save and restore errno around the
21068         block that sets it to 0.
21069         Reported by Gianluigi Tiesi <sherpya@netfarm.it>.
21070
21071 2010-10-14  Bruno Haible  <bruno@clisp.org>
21072
21073         socketlib: Fix.
21074         * modules/socketlib (Files): Add m4/sys_socket_h.m4. Needed for
21075         gl_PREREQ_SYS_H_WINSOCK2.
21076         Reported by Ian Beckwith <ianb@erislabs.net>.
21077
21078 2010-10-13  Jim Meyering  <meyering@redhat.com>
21079
21080         test-select-stdin.c: avoid warn_unused_result warnings
21081         * tests/test-select-stdin.c: Include "macros.h".
21082         ASSERT that read and fflush succeed.
21083
21084 2010-10-13  Jim Meyering  <meyering@redhat.com>
21085
21086         git-version-gen: do require git-VC'd files in cwd
21087         * build-aux/git-version-gen: Reject a git version string
21088         if there are no commits associated with the current directory.
21089         This avoids an unlikely false-positive (unrelated dir whose parent
21090         repository also contains a tag matching v*), as pointed out
21091         by Giuseppe Scrivano in
21092         http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/21843/focus=23664
21093
21094 2010-10-13  Paul Eggert  <eggert@cs.ucla.edu>
21095
21096         argv-iter: omit nonconforming declaration
21097         * lib/argv-iter.h (enum argv_iter_err): Omit the useless
21098         enum arg_iter_err declaration, which doesn't conform to C99.
21099         Solaris 10 cc warns about this.
21100
21101 2010-10-13  Eric Blake  <eblake@redhat.com>
21102
21103         termios: fix compilation on mingw
21104         * m4/termios_h.m4 (gl_TERMIOS_H_DEFAULTS): Set default.
21105         (gl_TERMIOS_H): Adjust it on mingw.
21106         * modules/termios (Makefile.am): Substitute new key.
21107         * lib/termios.in.h (includes): Make include_next conditional.
21108         * doc/posix-headers/termios.texi (termios.h): Update
21109         documentation.
21110         Reported by Daniel P. Berrange.
21111
21112 2010-10-13  Jim Meyering  <meyering@redhat.com>
21113
21114         git-version-gen: don't require that .git/ be in the current dir
21115         * build-aux/git-version-gen: Adjust this script so that it works
21116         when run from any working directory beneath the top-level .git/-
21117         containing directory.  Inspired by a patch from Giuseppe Scrivano,
21118         http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/21843/focus=21847
21119
21120         test-select: avoid warn_unused_result warnings
21121         * tests/test-select.c: Include "macros.h".
21122         ASSERT that each call to read, write, and pipe succeeds.
21123         While not technically required, also check each "close".
21124         * modules/select-tests (Files): Add tests/macros.h.
21125
21126         test-symlinkat: remove declaration of unused local
21127         * tests/test-symlinkat.c (main): Remove unused local, "buf".
21128
21129         test-inttostr: avoid shadowing warnings
21130         * tests/test-inttostr.c (main): Rename local, "buf" to "b",
21131         and use malloc rather than the stack for the same reason as
21132         mentioned in the comment justifying the other allocation.
21133
21134 2010-10-11  Bruno Haible  <bruno@clisp.org>
21135
21136         stdlib: Allow multiple gnulib generated replacements to coexist.
21137         * lib/stdlib.in.h (struct random_data): Avoid identical redefinition.
21138         Reported by Sam Steingold <sds@gnu.org>.
21139
21140 2010-10-11  Jim Meyering  <meyering@redhat.com>
21141
21142         fix a documentation typo
21143         * doc/posix-functions/futimens.texi (futimens): Fix typo: s/itme/item/
21144
21145 2010-10-11  Eric Blake  <eblake@redhat.com>
21146
21147         futimens: work around Solaris 11 bug
21148         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Detect the bug.
21149         * tests/test-futimens.h (test_futimens): Enhance, rather than
21150         weaken test.
21151         * doc/posix-functions/futimens.texi (futimens): Document the bug.
21152
21153 2010-10-11  Paul Eggert  <eggert@cs.ucla.edu>
21154
21155         Indentation.
21156         * lib/spawn.in.h (verify_POSIX_SPAWN_USEVFORK_no_overlap): Indent
21157         higher-level operators more to the left.
21158
21159 2010-10-11  Jim Meyering  <meyering@redhat.com>
21160
21161         test-futimens: avoid unwarranted test failure on Solaris 5.11
21162         * tests/test-futimens.h (test_futimens): When provoking EBADF, use an
21163         invalid file descriptor, so we don't provoke EFAULT from Solaris 5.11,
21164         because it tries to dereference the NULL name argument.
21165
21166 2010-10-11  Bruno Haible  <bruno@clisp.org>
21167
21168         Indentation.
21169         * lib/spawn.in.h (verify_POSIX_SPAWN_USEVFORK_no_overlap): Improve
21170         indentation.
21171
21172 2010-10-11  Jim Meyering  <meyering@redhat.com>
21173
21174         spawn.in.h: make indentation consistent with parentheses
21175         * lib/spawn.in.h (verify_POSIX_SPAWN_USEVFORK_no_overlap):
21176         Make indentation consistent with parentheses.
21177
21178 2010-10-11  Gary V. Vaughan  <gary@gnu.org>
21179
21180         Fix mismatched parens in previous commit
21181         * lib/spawn.in.h (verify_POSIX_SPAWN_USEVFORK_no_overlap): Fix mismatched
21182         parens.
21183
21184 2010-10-10  Paul Eggert  <eggert@cs.ucla.edu>
21185
21186         rewrite int foo[2*X-1] to verify(X) or to int foo[X?1:-1]
21187
21188         * lib/float+.h (verify_sizeof_flt, verify_sizeof_dbl):
21189         (verify_sizeof_ldbl): Rewrite 2*X-1 to X?1:-1.
21190         * lib/malloca.c: Include "verify.h".
21191         (verify1): Remove, replacing with a verify call.
21192         * lib/relocwrapper.c (verify1): Likewise.
21193         * lib/vasnprintf.c (mp_limb_verify, mp_twolimb_verify, TCHAR_T_verify):
21194         Likewise.
21195         * modules/malloca (Depends-on): Add 'verify'.
21196         * modules/relocatable-prog-wrapper (Depends-on): Add 'verify'.
21197         * modules/vasnprintf (Depends-on): Add 'verify'.
21198         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
21199         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
21200         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
21201         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
21202         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
21203         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
21204         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
21205
21206         prefer (X ? 1 : -1) when converting from boolean (1,0) to int (1,-1)
21207
21208         Formerly the style was sometimes 2*X - 1, because the C standard
21209         was wrongly thought to disallow ?: in integral constant expressions.
21210         * lib/inet_ntop.c (verify_int_size): Rewrite 2*X-7 (!) to 4<=X?1:-1.
21211         * lib/signal.in.h (verify_NSIG_constraint): Rewrite 2*X-1 to X?1:-1.
21212         * lib/spawn.in.h (verify_POSIX_SPAWN_USEVFORK_no_overlap): Likewise.
21213         * lib/stdint.in.h (_verify_intmax_size): Likewise.
21214         * lib/time.in.h (struct __time_t_must_be_integral): Rewrite
21215         2 * ((time_t) 1 / 2 == 0) - 1 to (time_t) 1; this suffices to
21216         verify that time_t cannot be floating.
21217
21218 2010-10-08  Eric Blake  <eblake@redhat.com>
21219
21220         time: enforce recent POSIX ruling that time_t is integral
21221         * lib/time.in.h (__time_t_must_be_integral): Detect any
21222         problematic systems, allowing the rest of gnulib to assume POSIX.
21223
21224 2010-10-08  Jim Meyering  <meyering@redhat.com>
21225
21226         fdopendir: fix a bug on systems lacking openat and /proc support
21227         OpenBSD 4.7 is one such system.  The most noticeable effect was
21228         failure of any application making nontrivial use of fts: rm, du,
21229         chown, chmod etc.  E.g., "mkdir -p a/b; ./rm -rf a" would fail with
21230           ./rm: traversal failed: `a': Bad file descriptor
21231         Debugging that, you see that even though FD 6 was closed just
21232         prior to the opendir call in fd_clone_opendir, its resulting
21233         dir->dd_fd was 8, rather than the expected value of 6:
21234
21235         Breakpoint 3, fdopendir_with_dup (fd=6, older_dupfd=-1) at fdopendir.c:93
21236         93                close (fd);
21237         (gdb) n
21238         94                dir = fd_clone_opendir (dupfd);
21239         (gdb) n
21240         95                saved_errno = errno;
21241         (gdb) p dir->dd_fd
21242         $11 = 8
21243
21244         Notice how it closes FD 6, then gets a DIR* pointer using FD 8.
21245         The problem is that on OpenBSD, fd_clone_opendir has to resort
21246         to using the old-style save/restore CWD mechanism, due to its
21247         lack of openat/proc support, and *that* would steal the FD (6)
21248         that opendir was supposed to use.
21249
21250         The fix is to squirrel away the desired FD so that save_cwd uses a
21251         different one, and then free the dest FD right before calling opendir.
21252         That guarantees opendir will use the required file descriptor.
21253
21254         * lib/fdopendir.c (fd_clone_opendir): Handle the above.
21255
21256 2010-10-08  Bruno Haible  <bruno@clisp.org>
21257
21258         sys_select: Avoid warning due to undeclared memset() on OpenBSD 4.5.
21259         * lib/sys_select.in.h: Include <string.h> also on OpenBSD.
21260
21261 2010-10-08  Bruno Haible  <bruno@clisp.org>
21262
21263         nanosleep: Make replacement POSIX compliant.
21264         * lib/nanosleep.c (nanosleep): Return -1/EINVAL if the delay's tv_nsec
21265         is out of range.
21266         Reported by Jim Meyering.
21267
21268 2010-10-08  Paul Eggert  <eggert@cs.ucla.edu>
21269
21270         bootstrap: add hook for altering gnulib.mk, for Bison
21271         * build-aux/bootstrap (gnulib_mk_hook): New function, so that
21272         the Bison bootstrapping process can rewrite file names and variables
21273         in this file before later parts of 'bootstrap' use the file.
21274         Bison wants to include lib/gnulib.mk from the top-level makefile,
21275         so it needs the file names in this file to be relative to the top
21276         level, not relative to lib; plus it needs variable names to be
21277         rewritten.
21278         (slurp): Use the new function.
21279
21280         bootstrap: reformat for readability
21281         * build-aux/bootstrap: Rewrite to avoid lines longer than 80 columns.
21282
21283 2010-10-08  Eric Blake  <eblake@redhat.com>
21284
21285         docs: update cygwin progress
21286         * doc/posix-functions/cacos.texi (cacos): Added after cygwin
21287         1.7.7.
21288         * doc/posix-functions/cacosf.texi (cacosf): Likewise.
21289         * doc/posix-functions/cacosh.texi (cacosh): Likewise.
21290         * doc/posix-functions/cacoshf.texi (cacoshf): Likewise.
21291         * doc/posix-functions/carg.texi (carg): Likewise.
21292         * doc/posix-functions/cargf.texi (cargf): Likewise.
21293         * doc/posix-functions/casin.texi (casin): Likewise.
21294         * doc/posix-functions/casinf.texi (casinf): Likewise.
21295         * doc/posix-functions/casinh.texi (casinh): Likewise.
21296         * doc/posix-functions/casinhf.texi (casinhf): Likewise.
21297         * doc/posix-functions/catan.texi (catan): Likewise.
21298         * doc/posix-functions/catanf.texi (catanf): Likewise.
21299         * doc/posix-functions/catanh.texi (catanh): Likewise.
21300         * doc/posix-functions/catanhf.texi (catanhf): Likewise.
21301         * doc/posix-functions/ccos.texi (ccos): Likewise.
21302         * doc/posix-functions/ccosf.texi (ccosf): Likewise.
21303         * doc/posix-functions/ccosh.texi (ccosh): Likewise.
21304         * doc/posix-functions/ccoshf.texi (ccoshf): Likewise.
21305         * doc/posix-functions/cexp.texi (cexp): Likewise.
21306         * doc/posix-functions/cexpf.texi (cexpf): Likewise.
21307         * doc/posix-functions/cimag.texi (cimag): Likewise.
21308         * doc/posix-functions/cimagf.texi (cimagf): Likewise.
21309         * doc/posix-functions/clog.texi (clog): Likewise.
21310         * doc/posix-functions/clogf.texi (clogf): Likewise.
21311         * doc/posix-functions/conj.texi (conj): Likewise.
21312         * doc/posix-functions/conjf.texi (conjf): Likewise.
21313         * doc/posix-functions/cpow.texi (cpow): Likewise.
21314         * doc/posix-functions/cpowf.texi (cpowf): Likewise.
21315         * doc/posix-functions/cproj.texi (cproj): Likewise.
21316         * doc/posix-functions/cprojf.texi (cprojf): Likewise.
21317         * doc/posix-functions/creal.texi (creal): Likewise.
21318         * doc/posix-functions/crealf.texi (crealf): Likewise.
21319         * doc/posix-functions/csin.texi (csin): Likewise.
21320         * doc/posix-functions/csinf.texi (csinf): Likewise.
21321         * doc/posix-functions/csinh.texi (csinh): Likewise.
21322         * doc/posix-functions/csinhf.texi (csinhf): Likewise.
21323         * doc/posix-functions/csqrt.texi (csqrt): Likewise.
21324         * doc/posix-functions/csqrtf.texi (csqrtf): Likewise.
21325         * doc/posix-functions/ctan.texi (ctan): Likewise.
21326         * doc/posix-functions/ctanf.texi (ctanf): Likewise.
21327         * doc/posix-functions/ctanh.texi (ctanh): Likewise.
21328         * doc/posix-functions/ctanhf.texi (ctanhf): Likewise.
21329         * doc/posix-headers/complex.texi (complex.h): Likewise.
21330
21331 2010-10-07  Jim Meyering  <meyering@redhat.com>
21332
21333         parse-datetime: avoid compilation failure on OpenBSD 4.7
21334         * lib/parse-datetime.y (_STDLIB_H) [_STDLIB_H_]: Define.
21335         This works around a compilation failure on OpenBSD 4.7:
21336         http://thread.gmane.org/gmane.comp.parsers.bison.bugs/3418
21337
21338 2010-10-07  Eric Blake  <eblake@redhat.com>
21339
21340         docs: update cygwin progress
21341         * doc/glibc-functions/mkostemp.texi (mkostemp): Added in cygwin
21342         1.7.6.
21343         * doc/glibc-functions/mkostemps.texi (mkostemps): Likewise.
21344         * doc/posix-headers/fenv.texi (fenv.h): Added after cygwin 1.7.7.
21345         * doc/posix-functions/feclearexcept.texi (feclearexcept): Likewise.
21346         * doc/posix-functions/fegetenv.texi (fegetenv): Likewise.
21347         * doc/posix-functions/fegetexceptflag.texi (fegetexceptflag):
21348         Likewise.
21349         * doc/posix-functions/fegetround.texi (fegetround): Likewise.
21350         * doc/posix-functions/feholdexcept.texi (feholdexcept): Likewise.
21351         * doc/posix-functions/feraiseexcept.texi (feraiseexcept):
21352         Likewise.
21353         * doc/posix-functions/fesetenv.texi (fesetenv): Likewise.
21354         * doc/posix-functions/fesetexceptflag.texi (fesetexceptflag):
21355         Likewise.
21356         * doc/posix-functions/fesetround.texi (fesetround): Likewise.
21357         * doc/posix-functions/fetestexcept.texi (fetestexcept): Likewise.
21358         * doc/posix-functions/feupdateenv.texi (feupdateenv): Likewise.
21359         * doc/glibc-functions/feenableexcept.texi (feenableexcept):
21360         Likewise.
21361         * doc/glibc-functions/fedisableexcept.texi (fedisableexcept):
21362         Likewise.
21363         * doc/glibc-functions/fegetexcept.texi (fegetexcept): Likewise.
21364
21365         docs: update parse-datetime history
21366         * doc/parse-datetime.texi (Authors of parse_datetime): Better
21367         documentation of this function's history and alternatives.
21368
21369         cygwin: use more robust version check
21370         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE, gl_FUNC_MEMMEM): Don't
21371         exclude an eventual cygwin 1.9.1.
21372         * m4/strstr.m4 (gl_FUNC_STRSTR_SIMPLE, gl_FUNC_STRSTR): Likewise.
21373         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE)
21374         (gl_FUNC_STRCASESTR): Likewise.
21375         Reported by Bruno Haible.
21376
21377 2010-10-06  Bruno Haible  <bruno@clisp.org>
21378
21379         string, sys_select: Avoid #including large headers unless necessary.
21380         * lib/string.in.h: Don't include <unistd.h> except on NetBSD.
21381         * lib/sys_select.in.h: Don't include <string.h> except on Solaris,
21382         OSF/1, BeOS, Haiku.
21383         Reported by Jim Meyering.
21384
21385 2010-10-05  Eric Blake  <eblake@redhat.com>
21386
21387         memmem, strstr, strcasestr: fix bug with long periodic needle
21388         * lib/str-two-way.h (two_way_long_needle): Avoid bug with long
21389         periodic needle having false positive.
21390         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): Detect bug in glibc 2.12
21391         and cygwin 1.7.7.
21392         (gl_FUNC_MEMMEM): Be more pessimistic when cross-compiling.
21393         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE)
21394         (gl_FUNC_STRCASESTR): Likewise.
21395         * m4/strstr.m4 (gl_FUNC_STRSTR_SIMPLE, gl_FUNC_STRSTR): Likewise.
21396         * tests/test-memmem.c (main): Expose the bug.
21397         * tests/test-strcasestr.c (main): Likewise.
21398         * tests/test-strstr.c (main): Likewise.
21399         * tests/test-c-strcasestr.c (main): Likewise.
21400         * doc/glibc-functions/memmem.texi (memmem): Document the bug.
21401         * doc/posix-functions/strstr.texi (strstr): Likewise.
21402         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
21403         Reported via http://sourceware.org/bugzilla/show_bug.cgi?id=12092
21404
21405 2010-10-05  Paul Eggert  <eggert@cs.ucla.edu>
21406
21407         parse-datetime: do some more renaming
21408         * doc/parse-datetime.texi (Authors of parse_datetime): Call it
21409         parse_datetime, not get_date.  Mention the renaming.
21410         * lib/parse-datetime.y:  Call it parse_datetime, not getdate,
21411         in comments.
21412         * m4/bison.m4: Likewise.
21413
21414 2010-10-05  Eric Blake  <eblake@redhat.com>
21415
21416         parse-datetime: better name than get_date
21417         * NEWS: Reword the deprecation notice.
21418         * modules/get_date: Rename to modules/parse-datetime.
21419         * modules/get_date-tests: Rename to modules/parse-datetime-tests.
21420         * m4/get_date.m4: Rename to m4/parse-datetime.m4.
21421         * lib/get_date.y: Rename to lib/parse-datetime.y.
21422         * tests/test-get_date.c: Rename to tests/test-parse-datetime.c.
21423         * doc/get_date.texi: Rename to doc/parse-datetime.texi.
21424         * doc/getdate.texi: Provide fallback wrapper.
21425         * lib/getdate.h: Move guts, and wrap...
21426         * lib/parse-datetime.h: ...new file.
21427         * lib/parse-datetime.y (get_date): Rename...
21428         (parse_datetime): ...to this.
21429         * m4/parse-datetime.m4 (gl_GET_DATE): Rename...
21430         (gl_PARSE_DATETIME): ...to this.
21431         * doc/posix-functions/getdate.texi (get_date): Provide fallback
21432         documentation.
21433         * modules/getdate (Files): Provide fallback docs and header.
21434         (Notice, Depends-on): Update references.
21435         * tests/test-parse-datetime.c: Likewise.
21436         * DEPENDENCIES: Likewise.
21437         * MODULES.html.sh (Date and time <time.h>): Likewise.
21438         * doc/parse-datetime.texi (Date input formats)
21439         (Authors of parse_datetime): Likewise.
21440         * modules/parse-datetime (Files, configure.ac, Makefile.am)
21441         (Include): Likewise.
21442         * modules/parse-datetime-tests (Files, Makefile.am): Likewise.
21443         * gnulib-tool: Likewise.
21444         * m4/bison.m4 (gl_BISON): Likewise.
21445         Suggested by Bruno Haible.
21446
21447 2010-10-05  Paul Eggert  <eggert@cs.ucla.edu>
21448
21449         more ports to Solaris tr, which needs [] around ranges
21450         * gnulib-tool: Solaris tr needs [] around ranges.
21451         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_POSIX): Likewise.
21452         * tests/test-pipe-filter-gi1.c (main): Likewise.
21453         * tests/test-pipe-filter-ii1.c (main): Likewise.
21454
21455 2010-10-05  Eric Blake  <eblake@redhat.com>
21456
21457         bootstrap: fix Solaris regression
21458         * build-aux/bootstrap (check_versions): Solaris tr still needs []
21459         around ranges.
21460         Reported by Pádraig Brady.
21461
21462         bootstrap: work with pkg-config
21463         * build-aux/bootstrap (check_versions): Also transliterate - in
21464         prerequisite name.
21465         (print_versions): Be robust to any \ in $buildreq.  Avoid listing
21466         prerequisites that were already found, to avoid confusion.
21467         Reported by Justin Clift.
21468
21469         faccessat: remove unused wrappers
21470         * lib/openat.h (accessat, euidaccesat): Delete, since the mere
21471         presence of these wrappers dragged in -lgen on Solaris.
21472         Reported by Clemens Brogi; fix suggested by Paul Eggert.
21473
21474 2010-10-05  Jim Meyering  <meyering@redhat.com>
21475
21476         tests: require @PRAGMA_COLUMNS@ with each @PRAGMA_SYSTEM_HEADER@
21477         * Makefile (sc_pragma_columns): New syntax-check rule.
21478
21479 2010-10-04  Bruno Haible  <bruno@clisp.org>
21480
21481         gnulib-tool: Synthesize appropriate _LDFLAGS for a libtool library.
21482         * gnulib-tool (func_emit_lib_Makefile_am): When preparing for a libtool
21483         library, put '-no-undefined' and the link dependencies into _LDFLAGS.
21484         Reported by Bruce Korb and Eric Blake.
21485
21486 2010-10-04  Bruno Haible  <bruno@clisp.org>
21487
21488         threadlib: Make option --with-libpth-prefix work.
21489         * m4/threadlib.m4 (gl_THREADLIB_BODY): When testing whether pth works,
21490         use $LIBPTH, not just -lpth.
21491
21492 2010-10-04  Bruno Haible  <bruno@clisp.org>
21493
21494         Avoid line length limitation from HP NonStop system header files.
21495         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define also PRAGMA_COLUMNS.
21496         * lib/arpa_inet.in.h: Use PRAGMA_COLUMNS.
21497         * lib/ctype.in.h: Likewise.
21498         * lib/dirent.in.h: Likewise.
21499         * lib/errno.in.h: Likewise.
21500         * lib/fcntl.in.h: Likewise.
21501         * lib/float.in.h: Likewise.
21502         * lib/getopt.in.h: Likewise.
21503         * lib/iconv.in.h: Likewise.
21504         * lib/inttypes.in.h: Likewise.
21505         * lib/langinfo.in.h: Likewise.
21506         * lib/locale.in.h: Likewise.
21507         * lib/math.in.h: Likewise.
21508         * lib/netdb.in.h: Likewise.
21509         * lib/netinet_in.in.h: Likewise.
21510         * lib/poll.in.h: Likewise.
21511         * lib/pthread.in.h: Likewise.
21512         * lib/pty.in.h: Likewise.
21513         * lib/sched.in.h: Likewise.
21514         * lib/se-selinux.in.h: Likewise.
21515         * lib/search.in.h: Likewise.
21516         * lib/signal.in.h: Likewise.
21517         * lib/spawn.in.h: Likewise.
21518         * lib/stdarg.in.h: Likewise.
21519         * lib/stddef.in.h: Likewise.
21520         * lib/stdint.in.h: Likewise.
21521         * lib/stdio.in.h: Likewise.
21522         * lib/stdlib.in.h: Likewise.
21523         * lib/string.in.h: Likewise.
21524         * lib/strings.in.h: Likewise.
21525         * lib/sys_file.in.h: Likewise.
21526         * lib/sys_ioctl.in.h: Likewise.
21527         * lib/sys_select.in.h: Likewise.
21528         * lib/sys_socket.in.h: Likewise.
21529         * lib/sys_stat.in.h: Likewise.
21530         * lib/sys_time.in.h: Likewise.
21531         * lib/sys_times.in.h: Likewise.
21532         * lib/sys_utsname.in.h: Likewise.
21533         * lib/sys_wait.in.h: Likewise.
21534         * lib/sysexits.in.h: Likewise.
21535         * lib/termios.in.h: Likewise.
21536         * lib/time.in.h: Likewise.
21537         * lib/unistd.in.h: Likewise.
21538         * lib/wchar.in.h: Likewise.
21539         * lib/wctype.in.h: Likewise.
21540         * modules/arpa_inet (Makefile.am): Substitute PRAGMA_COLUMNS.
21541         * modules/ctype (Makefile.am): Likewise.
21542         * modules/dirent (Makefile.am): Likewise.
21543         * modules/errno (Makefile.am): Likewise.
21544         * modules/fcntl-h (Makefile.am): Likewise.
21545         * modules/float (Makefile.am): Likewise.
21546         * modules/getopt-posix (Makefile.am): Likewise.
21547         * modules/iconv-h (Makefile.am): Likewise.
21548         * modules/inttypes (Makefile.am): Likewise.
21549         * modules/langinfo (Makefile.am): Likewise.
21550         * modules/locale (Makefile.am): Likewise.
21551         * modules/math (Makefile.am): Likewise.
21552         * modules/netdb (Makefile.am): Likewise.
21553         * modules/netinet_in (Makefile.am): Likewise.
21554         * modules/poll-h (Makefile.am): Likewise.
21555         * modules/pthread (Makefile.am): Likewise.
21556         * modules/pty (Makefile.am): Likewise.
21557         * modules/sched (Makefile.am): Likewise.
21558         * modules/search (Makefile.am): Likewise.
21559         * modules/selinux-h (Makefile.am): Likewise.
21560         * modules/signal (Makefile.am): Likewise.
21561         * modules/spawn (Makefile.am): Likewise.
21562         * modules/stdarg (Makefile.am): Likewise.
21563         * modules/stddef (Makefile.am): Likewise.
21564         * modules/stdint (Makefile.am): Likewise.
21565         * modules/stdio (Makefile.am): Likewise.
21566         * modules/stdlib (Makefile.am): Likewise.
21567         * modules/string (Makefile.am): Likewise.
21568         * modules/strings (Makefile.am): Likewise.
21569         * modules/sys_file (Makefile.am): Likewise.
21570         * modules/sys_ioctl (Makefile.am): Likewise.
21571         * modules/sys_select (Makefile.am): Likewise.
21572         * modules/sys_socket (Makefile.am): Likewise.
21573         * modules/sys_stat (Makefile.am): Likewise.
21574         * modules/sys_time (Makefile.am): Likewise.
21575         * modules/sys_times (Makefile.am): Likewise.
21576         * modules/sys_utsname (Makefile.am): Likewise.
21577         * modules/sys_wait (Makefile.am): Likewise.
21578         * modules/sysexits (Makefile.am): Likewise.
21579         * modules/termios (Makefile.am): Likewise.
21580         * modules/time (Makefile.am): Likewise.
21581         * modules/unistd (Makefile.am): Likewise.
21582         * modules/wchar (Makefile.am): Likewise.
21583         * modules/wctype (Makefile.am): Likewise.
21584
21585 2010-10-04  Bruno Haible  <bruno@clisp.org>
21586
21587         read-file tests: Avoid a test failure on NonStop Kernel.
21588         * tests/test-read-file.c (main): Don't assume that /etc/resolv.conf is
21589         a regular file.
21590         Reported by Joachim Schmitz <schmitz@hp.com>.
21591
21592 2010-10-03  Bruno Haible  <bruno@clisp.org>
21593
21594         gnulib-tool: Fixes for --create-testdir with --libtool.
21595         * gnulib-tool (func_get_automake_snippet): Don't augment
21596         EXTRA_lib_SOURCES for the pt_chown module, since pt_chown.o goes into
21597         an executable.
21598         (func_create_testdir): Handle module 'alloca' like func_import.
21599         Reported by Bruce Korb <bruce.korb@gmail.com>.
21600
21601 2010-10-03  Paul Eggert  <eggert@cs.ucla.edu>
21602
21603         Avoid some lines longer than 80 characters.
21604         * lib/stdint.in.h: Break long comment lines.
21605         * lib/math.in.h: Likewise.
21606         (_GL_NUM_UINT_WORDS): New macro, for readability.
21607         (gl_signbitf, gl_signbitd, gl_signbitl): Use it.
21608         * lib/stdio.in.h: Break lines in _GL_WARN_ON_USE calls.
21609         * lib/stdlib.in.h: Likewise.
21610         * lib/spawn.in.h: Likewise.
21611         * lib/sys_socket.in.h: Update an URL.
21612         * lib/sys_stat.in.h: Break long line.
21613
21614 2010-10-03  Reuben Thomas  <rrt@sc3d.org>
21615
21616         Improve pmccabe2html.
21617         * build-aux/pmccabe2html: Add CYCLO_SRCS variable, and make
21618         cyclo-$(PACKAGE).html depend on it, so the HTML file is remade
21619         when the sources change. Remove the line in the HTML about "Used
21620         ranges" (which implied that there might be other unused ranges),
21621         rename "Resume" to "Summary" (easier to understand for more users).
21622         * build-aux/pmccabe.css: Removing the dashed dividers, some unused
21623         styles, and some unnecessary blank lines.
21624
21625 2010-10-03  Bruno Haible  <bruno@clisp.org>
21626             Joachim Schmitz  <schmitz@hp.com>  (tiny change)
21627
21628         acl: Add support for ACLs on NonStop Kernel.
21629         * m4/acl.m4 (gl_FUNC_ACL): For Solaris, test for facl(), not for acl().
21630         Check whether the function aclsort() exists.
21631         * lib/acl-internal.h: For Solaris, test HAVE_FACL, not HAVE_ACL.
21632         (acl_nontrivial) [HAVE_ACLSORT]: New declaration.
21633         * lib/file-has-acl.c: For Solaris, test HAVE_FACL, not HAVE_ACL.
21634         (acl_nontrivial [HAVE_ACLSORT]: New function.
21635         (file_has_acl): Implement for NonStop Kernel.
21636         * lib/set-mode-acl.c: For Solaris, test HAVE_FACL, not HAVE_ACL.
21637         (qset_acl): Implement for NonStop Kernel.
21638         * lib/copy-acl.c (qcopy_acl): Implement for NonStop Kernel.
21639         * tests/test-sameacls.c: For Solaris, test HAVE_FACL, not HAVE_ACL.
21640         (main): Implement for NonStop Kernel.
21641         * tests/test-file-has-acl.sh (acl_flavor): Set to 'nsk' on NonStop
21642         Kernel. Handle this flavor.
21643         * tests/test-set-mode-acl.sh: Likewise.
21644         * tests/test-copy-acl.sh: Likewise.
21645         * tests/test-copy-file.sh: Likewise.
21646
21647 2010-10-03  Bruno Haible  <bruno@clisp.org>
21648
21649         Info about ACLs on NonStop Kernel.
21650         * doc/acl-resources.txt: Add info about NonStop Kernel.
21651         References by Joachim Schmitz <schmitz@hp.com>.
21652
21653 2010-10-02  Bruno Haible  <bruno@clisp.org>
21654
21655         Define missing EDQUOT on NonStop Kernel.
21656         * lib/errno.in.h (EDQUOT): Assign a value if missing.
21657         * lib/strerror.c (rpl_strerror): Handle missing EDQUOT.
21658         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Also test whether EDQUOT is
21659         missing.
21660         * doc/posix-headers/errno.texi: Mention the NSK bug.
21661         * doc/posix-functions/strerror.texi: Mention the workaround on NSK.
21662         Reported by Joachim Schmitz <schmitz@hp.com>.
21663
21664 2010-10-02  Bruno Haible  <bruno@clisp.org>
21665
21666         Update doc for POSIX:2008.
21667         * doc/posix-headers/*.texi [except ucontext.texi, sys_timeb.texi]:
21668         Update URL of POSIX specification.
21669
21670 2010-10-02  Bruno Haible  <bruno@clisp.org>
21671
21672         gnulib-tool: In testdirs, use the newest available config.{guess.sub}.
21673         * gnulib-tool (func_create_testdir): Use config.guess and config.sub
21674         from gnulib, not from Automake.
21675
21676 2010-10-02  Bruno Haible  <bruno@clisp.org>
21677
21678         New module 'system-posix'.
21679         * modules/system-posix: New file.
21680         * lib/stdlib.in.h: Include <sys/wait.h> only when the 'system-posix'
21681         module is present.
21682         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
21683         GNULIB_SYSTEM_POSIX.
21684         * modules/stdlib (Depends-on): Remove sys_wait.
21685         (Makefile.am): Substitute GNULIB_SYSTEM_POSIX.
21686         * doc/posix-functions/system.texi: Mention the new module.
21687         * doc/posix-headers/stdlib.texi: Likewise.
21688         * tests/test-stdlib.c: If GNULIB_TEST_SYSTEM_POSIX is not defined,
21689         define test_sys_wait_macros to a no-op.
21690         Reported by Sam Steingold <sds@gnu.org>.
21691
21692 2010-09-30  Bruno Haible  <bruno@clisp.org>
21693
21694         More renaming from 'getdate' to 'get_date'.
21695         * doc/get_date.texi: Renamed from doc/getdate.texi.
21696         * modules/get_date (Files): Update.
21697         * MODULES.html.sh (Date and time <time.h>): Update.
21698         * DEPENDENCIES: Update.
21699         * gnulib-tool: Update comment.
21700         * m4/bison.m4 (gl_BISON): Likewise.
21701         * m4/get_date.m4 (gl_GET_DATE): Likewise.
21702
21703 2010-09-30  Justin Clift  <jclift@redhat.com>  (tiny change)
21704
21705         bootstrap: support ACLOCAL_FLAGS during aclocal
21706         * build-aux/bootstrap (aclocal): Honor ACLOCAL_FLAGS, so the user
21707         can add additional -I dir for third-party .m4 files.
21708
21709 2010-09-30  Eric Blake  <eblake@redhat.com>
21710
21711         bootstrap: use glibtoolize on MacOS
21712         * build-aux/bootstrap (check_versions): Convert libtool into
21713         libtoolize.
21714         (tool search): Move libtool check earlier, and look for
21715         glibtoolize for MacOS.
21716         (gnulib_tool_options): Auto-add --libtool when appropriate.
21717         Reported by Justin Clift.
21718
21719         poll: fix typo that broke test on MacOS
21720         * m4/poll.m4 (gl_FUNC_POLL): Add missing test.
21721         Reported by Justin Clift.
21722
21723         getdate: rename to get_date
21724         Note: getdate.h is not renamed, to minimize client impact.
21725         * modules/getdate: Mark obsolete.  Move old contents...
21726         * modules/get_date: ...to new module name.
21727         * modules/getdate-tests: Move...
21728         * modules/get_date-tests: ...here.
21729         * m4/getdate.m4: Move...
21730         * m4/get_date.m4: ...here, and rename gl_GETDATE to gl_GET_DATE.
21731         * lib/getdate.y: Move...
21732         * lib/get_date.y: ...here.
21733         * tests/test-getdate.c: Move...
21734         * tests/test-get_date.c: ...here.
21735         * doc/posix-functions/getdate.texi (getdate): Update name.
21736         * NEWS: Mention the change.
21737
21738 2010-09-29  Bruno Haible  <bruno@clisp.org>
21739
21740         Separate the module 'waitpid' from the module 'sys_wait'.
21741         * lib/sys_wait.in.h (waitpid): Declare only if the 'waitpid' module is
21742         present.
21743         * m4/sys_wait_h.m4 (gl_SYS_WAIT_MODULE_INDICATOR): Invoke
21744         gl_MODULE_INDICATOR_FOR_TESTS.
21745         (gl_SYS_WAIT_H_DEFAULTS): Initialize GNULIB_WAITPID.
21746         * modules/sys_wait (Depends-on): Remove waitpid.
21747         (Makefile.am): Substitute GNULIB_WAITPID.
21748         * modules/waitpid (configure.ac): Invoke gl_SYS_WAIT_MODULE_INDICATOR.
21749         * tests/test-sys_wait-c++.cc (GNULIB_NAMESPACE::waitpid): Check the
21750         signature only if the 'waitpid' module is present.
21751         * doc/posix-functions/waitpid.texi: Mention the 'waitpid' module.
21752         * NEWS: Mention the change.
21753         * modules/grantpt (Depends-on): Add waitpid.
21754         * modules/wait-process (Depends-on): Likewise.
21755
21756 2010-09-29  Bruno Haible  <bruno@clisp.org>
21757
21758         More tests for module 'sys_wait'.
21759         * modules/sys_wait-c++-tests: New file.
21760         * tests/test-sys_wait-c++.cc: New file.
21761         * modules/sys_wait-tests (Depends-on): Add sys_wait-c++-tests.
21762         Reported by Tatsuro MATSUOKA <tmacchant5@yahoo.co.jp>.
21763
21764 2010-09-29  Bruno Haible  <bruno@clisp.org>
21765
21766         New module 'waitpid'.
21767         * lib/waitpid.c: New file, extracted from lib/sys_wait.in.h.
21768         * lib/sys_wait.in.h: Include <sys/types.h>, c++defs.h, warn-on-use.h.
21769         Don't include <process.h>.
21770         (waitpid): Declare only, using modern idiom.
21771         * m4/waitpid.m4: New file.
21772         * m4/sys_wait_h.m4 (gl_SYS_WAIT_H): Check whether waitpid is declared.
21773         * modules/waitpid: New file.
21774         * modules/sys_wait (Depends-on): Add c++defs, warn-on-use, waitpid.
21775         (Makefile.am): Update.
21776         Reported by Tatsuro MATSUOKA <tmacchant5@yahoo.co.jp>.
21777
21778 2010-09-28  Bruno Haible  <bruno@clisp.org>
21779
21780         poll: Assume ANSI C.
21781         * lib/poll.c (poll): Use an ANSI C declaration.
21782
21783 2010-09-28  Bruno Haible  <bruno@clisp.org>
21784
21785         poll-h: Create poll.h on all platforms.
21786         * lib/poll.in.h: Use double-inclusion guard. Don't define POLL*,
21787         struct pollfd, nfds_t, INFTIM when the system has <poll.h>.
21788         * m4/poll_h.m4 (gl_POLL_H): Set HAVE_POLL_H. Invoke
21789         gl_CHECK_NEXT_HEADERS. Don't set POLL_H.
21790         (gl_REPLACE_POLL_H): Don't set POLL_H.
21791         (gl_POLL_H_DEFAULTS): Don't initialize POLL_H.
21792         * modules/poll-h (Depends-on): Add include_next.
21793         (Makefile.am): Create poll.h unconditionally. Substitute also
21794         HAVE_POLL_H, INCLUDE_NEXT, PRAGMA_SYSTEM_HEADER, NEXT_POLL_H.
21795
21796 2010-09-28  Bruno Haible  <bruno@clisp.org>
21797
21798         Tests for module 'poll-h'.
21799         * modules/poll-h-c++-tests: New file.
21800         * tests/test-poll-h-c++.cc: New file.
21801
21802         Tests for module 'poll-h'.
21803         * modules/poll-h-tests: New file.
21804         * tests/test-poll-h.c: New file.
21805
21806 2010-09-28  Bruno Haible  <bruno@clisp.org>
21807
21808         poll-h: Ensure POLL{RD,WR}{NORM,BAND} are defined on glibc platforms.
21809         * modules/poll-h (Depends-on): Add 'extensions'.
21810
21811 2010-09-28  Bruno Haible  <bruno@clisp.org>
21812
21813         New module 'poll-h'.
21814         * lib/poll.in.h: Include c++defs.h and warn-on-use.h.
21815         (poll): Use modern idiom.
21816         * modules/poll-h: New file.
21817         * modules/poll (Files): Remove lib/poll.in.h.
21818         (Depends-on): Add poll-h.
21819         (configure.ac): Invoke gl_POLL_MODULE_INDICATOR.
21820         (Makefile.am): Move code for generation of poll.h to modules/poll-h.
21821         * m4/poll_h.m4: New file.
21822         * m4/poll.m4 (gl_FUNC_POLL): Require gl_POLL_H. Don't check for poll.h
21823         here. Don't set POLL_H here. Instead, set HAVE_POLL and REPLACE_POLL
21824         and invoke gl_REPLACE_POLL_H.
21825         * lib/poll.c: Use common idiom.
21826         * tests/test-poll.c: Likewise.
21827         * doc/posix-headers/poll.texi: Mention the poll-h module.
21828         Suggested by Eric Blake.
21829
21830 2010-09-26  Bruno Haible  <bruno@clisp.org>
21831
21832         sys_wait: Implement WSTOPSIG.
21833         * lib/sys_wait.in.h (WSTOPSIG): New macro.
21834         Reported by Simon Josefsson.
21835
21836 2010-09-26  Simon Josefsson  <simon@josefsson.org>
21837
21838         stdlib, sys_wait: Avoid compilation error on mingw.
21839         * lib/sys_wait.in.h: Include <signal.h>, for SIGTERM.
21840
21841 2010-09-26  Bruno Haible  <bruno@clisp.org>
21842
21843         stdlib tests: Avoid code duplication.
21844         * modules/stdlib-tests (Files): Add tests/test-sys_wait.h.
21845         * modules/sys_wait-tests (Files): Likewise.
21846         * tests/test-sys_wait.h: New file, extracted from tests/test-stdlib.c.
21847         * tests/test-stdlib.c: Include test-sys_wait.h.
21848         (main): Invoke test_sys_wait_macros.
21849         * tests/test-sys_wait.c: Include test-sys_wait.h.
21850         (main): Invoke test_sys_wait_macros.
21851
21852 2010-09-25  Simon Josefsson  <simon@josefsson.org>
21853
21854         * modules/getaddrinfo (Depends-on): Depend on the sockets module.
21855         * lib/getaddrinfo.c (use_win32_p): Call gl_sockets_startup to make
21856         sure Windows sockets are working before calling getaddrinfo.
21857         * tests/test-getaddrinfo.c (main): Don't call WSAStartup here.
21858         * doc/gnulib.texi (Windows sockets): Fix typo.
21859
21860 2010-09-25  Bruno Haible  <bruno@clisp.org>
21861
21862         Tests for module 'regex-quote'.
21863         * modules/regex-quote-tests: New file.
21864         * tests/test-regex-quote.c: New file.
21865
21866         New module 'regex-quote'.
21867         * lib/regex-quote.h: New file.
21868         * lib/regex-quote.c: New file.
21869         * modules/regex-quote: New file.
21870         Suggested by Reuben Thomas <rrt@sc3d.org>.
21871
21872 2010-09-24  Bruno Haible  <bruno@clisp.org>
21873
21874         unistr/u8-strchr: Fix a test failure on i586 glibc systems.
21875         * tests/unistr/test-strchr.h (test_strchr): Disable an invalid check.
21876
21877 2010-09-23  Bruno Haible  <bruno@clisp.org>
21878
21879         setenv: Relax license.
21880         * modules/setenv (License): Change to LGPLv2+, with consent by Eric
21881         Blake.
21882         Requested by Eric Blake.
21883
21884 2010-09-22  Bruno Haible  <bruno@clisp.org>
21885
21886         termios: Relax license.
21887         * modules/termios (License): Change to LGPLv2+.
21888         Requested by Eric Blake.
21889
21890 2010-09-22  Bruno Haible  <bruno@clisp.org>
21891
21892         threadlib: Allow the package to change the default to 'no'.
21893         * m4/threadlib.m4 (gl_THREADLIB_EARLY_BODY): When
21894         gl_THREADLIB_DEFAULT_NO is defined, change the default to 'no'.
21895         Reported by Paul Eggert.
21896
21897 2010-09-22  Pádraig Brady  <P@draigbrady.com>
21898             Bruno Haible  <bruno@clisp.org>
21899
21900         Fix endless loop in mbmemcasecoll.
21901         * lib/mbmemcasecoll.c (apply_towlower): When mbrtowc returns 0, copy 1
21902         byte.
21903         * tests/test-mbmemcasecmp.h (test_ascii): Test embedded NULs.
21904
21905 2010-09-22  Bruno Haible  <bruno@clisp.org>
21906
21907         Tests for module 'memcoll'.
21908         * modules/memcoll-tests: New file.
21909         * tests/test-memcoll.c: New file, based on tests/test-memcmp.c.
21910
21911         memcoll, xmemcoll: Clarify size vs. length.
21912         * modules/memcoll.c (memcoll0): Clarify specification.
21913         * modules/xmemcoll.c (xmemcoll0): Likewise. Reduce by 1 the lengths
21914         passed to collate_error.
21915
21916 2010-09-22  Bruno Haible  <bruno@clisp.org>
21917
21918         Tests for module 'memcasecmp'.
21919         * modules/memcasecmp-tests: New file.
21920         * tests/test-memcasecmp.c: New file, based on tests/test-memcmp.c.
21921
21922 2010-09-22  Paul Eggert  <eggert@cs.ucla.edu>
21923
21924         * lib/pthread.in.h: Add split double-inclusion guard, and include
21925         system <pthread.h> if there is one.  Use @@-style as in other
21926         .in.h files.  Define PTHREAD_COND_INITIALIZER etc. only if system
21927         pthread.h doesn't.
21928         (pthread_mutexattr_destroy, pthread_mutexattr_init):
21929         (pthread_mutexattr_settype, pthread_mutex_trylock):
21930         New static inline functions, if there's no system <pthread.h>.
21931         (pthread_spinlock_t, pthread_spin_init, pthread_spin_destroy):
21932         (pthread_spin_lock, pthread_spin_trylock, pthread_spin_unlock):
21933         Approximate with mutexes if the system lacks spinlocks, as in
21934         MacOS.
21935         * m4/pthread.m4 (gl_PTHREAD_CHECK): Require gl_PTHREAD_DEFAULTS.
21936         Add gl_CHECK_NEXT_HEADERS for pthread.h, and support the usual
21937         @@-style.  Check for spinlocks separately.
21938         (gl_PTHREAD_DEFAULTS): New macro.
21939         * modules/pthread: Redo to use a more typical style for in.h files.
21940
21941 2010-09-21  Eric Blake  <eblake@redhat.com>
21942
21943         net_if: enhance tests
21944         * tests/test-net_if.c (main): Move signature checks earlier.
21945         Print failures to stderr.
21946         * doc/posix-functions/if_freenameindex.texi (if_freenameindex):
21947         Document the bug that we do not yet fix.
21948
21949 2010-09-21  Reuben Thomas  <rrt@sc3d.org>
21950
21951         * doc/gnulib.texi (Out of memory handling): Rewrite section to be
21952         about gnulib, not GSS.
21953
21954 2010-09-21  Reuben Thomas  <rrt@sc3d.org>
21955
21956         * build-aux/pmccabe2html: Look for sources in src/ instead of lib/.
21957         * build-aux/pmccabe2html: Set cut_dir properly, and add mode line
21958         for Emacs.
21959         * build-aux/pmccabe2html: Make Makefile.am example code more
21960         cut-and-paste friendly.
21961
21962 2010-09-21  Simon Josefsson  <simon@josefsson.org>
21963
21964         * tests/test-net_if.c: New file.
21965         * modules/net_if-tests: New file.
21966
21967 2010-09-20  Paul Eggert  <eggert@cs.ucla.edu>
21968
21969         pthread: add pthread_spin_destroy
21970         * lib/pthread.in.h (pthread_spin_destroy): New function.
21971
21972 2010-09-19  Bruno Haible  <bruno@clisp.org>
21973
21974         gnulib-tool: Fix --help output.
21975         * gnulib-tool (func_usage): Fix help message.
21976         Reported by Reuben Thomas <rrt@sc3d.org>.
21977
21978 2010-09-18  Jim Meyering  <meyering@redhat.com>
21979
21980         maint.mk: avoid unexpanded \n in two diagnostics
21981         * top/maint.mk (sc_prohibit_always_true_header_tests):
21982         Don't use a literal \n in a halt=... assignment.  It would not be
21983         expanded, and the two \n bytes would appear in the diagnostic output
21984         rather than the desired newline.  Use halt=$$(printf ... instead.
21985         (sc_vulnerable_makefile_CVE-2009-4029): Likewise.
21986
21987 2010-09-18  Bruno Haible  <bruno@clisp.org>
21988
21989         netinet_in: Doc tweak.
21990         * doc/posix-headers/netinet_in.texi: Mention an affected platform.
21991         Reported by Mats Erik Andersson <mats.andersson@gisladisker.se>.
21992
21993 2010-09-18  Jim Meyering  <meyering@redhat.com>
21994
21995         init.sh: correct an outdated comment
21996         * tests/init.sh (create_exe_shims_):  s/function/alias/
21997
21998         init.sh: don't let an ephemeral "*.exe" make us skip all dir entries
21999         * tests/init.sh (find_exe_basenames_): Don't give up on a directory if
22000         a file named "*.exe" is removed between the glob expansion and the
22001         processing of that oddly named file.
22002
22003 2010-09-17  Eric Blake  <eblake@redhat.com>
22004
22005         mirbsd: add some more support
22006         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): MirBSD is
22007         in BSD family.
22008         * m4/gc-random.m4 (gl_GC_RANDOM): MirBSD supports same random
22009         devices as OpenBSD.
22010         * m4/host-os.m4 (mirbsd): Add MirBSD.
22011
22012         tests: fix unportable assumption on sys/wait.h
22013         * tests/test-sys_wait.c (main): Relax test.
22014         * tests/test-stdlib.c (main): Likewise.
22015
22016         init.sh: accomodate directory with no .exes
22017         * tests/init.sh: Accomodate directory containing only scripts.
22018
22019         tests: avoid compiler warning
22020         * tests/test-stdlib.c (main): Use the variable.
22021
22022         fdutimens, fdutimensat: update signature, again
22023         * lib/utimens.h (gl_futimens): Delete, and move signature...
22024         (fdutimens): ...here.
22025         (fdutimensat): Rearrange signature.
22026         (lutimensat): Rename variable for clarity.
22027         * lib/fdutimensat.c (fdutimensat): Update signature.
22028         * lib/utimens.c (fdutimens): Likewise.
22029         (gl_futimens): Delete.
22030         (utimens, lutimens): Update callers.
22031         * lib/futimens.c (futimens): Likewise.
22032         * tests/test-fdutimensat.c: Likewise.
22033         * tests/test-utimens.c: Likewise.
22034         * tests/test-futimens.h: Update comment.
22035         * NEWS: Mention this.
22036         Suggested by Paul Eggert.
22037
22038 2010-09-17  Bruno Haible  <bruno@clisp.org>
22039
22040         Take over the maintenance of some older macros from Autoconf.
22041         * m4/error.m4 (AC_FUNC_ERROR_AT_LINE): New macro, from GNU Autoconf.
22042         * m4/lstat.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): New macro, from
22043         GNU Autoconf.
22044         * m4/memcmp.m4 (AC_FUNC_MEMCMP): New macro, from GNU Autoconf.
22045         * m4/mktime.m4 (AC_FUNC_MKTIME): Change comment.
22046
22047 2010-09-17  Eric Blake  <eblake@redhat.com>
22048
22049         fdutimensat: drop atflag validation
22050         * lib/fdutimensat.c (fdutimensat): Allow AT_SYMLINK_NOFOLLOW even
22051         with valid fd, to close a race scenario where futimens is
22052         unsupported and FILE was replaced by a symlink.
22053         * tests/test-fdutimensat.c (do_fdutimens, main): Adjust test
22054         accordingly.
22055         Suggested by Paul Eggert.
22056
22057 2010-09-16  Bruno Haible  <bruno@clisp.org>
22058
22059         unlockpt: Fix declaration within GNULIB_POSIXCHECK.
22060         * lib/stdlib.in.h (unlockpt): Fix warning declaration.
22061
22062 2010-09-16  Bruno Haible  <bruno@clisp.org>
22063
22064         login_tty: Fix detection of function on FreeBSD, OpenBSD, NetBSD.
22065         * m4/pty.m4 (gl_FUNC_LOGIN_TTY): Augment LIBS while checking whether
22066         login_tty exists.
22067         Reported by Mats Erik Andersson <mats.andersson@gisladisker.se>.
22068
22069 2010-09-16  Bruno Haible  <bruno@clisp.org>
22070
22071         login_tty: Make the replacement code work on BSD systems.
22072         * lib/login_tty.c: Include <sys/ioctl.h>.
22073         (login_tty): Use ioctl TIOCSCTTY when available.
22074         * modules/login_tty (Depends-on): Add sys_ioctl.
22075         Reported by Mats Erik Andersson <mats.andersson@gisladisker.se>.
22076
22077 2010-09-16  Bruno Haible  <bruno@clisp.org>
22078
22079         login_tty: Stricter unit test.
22080         * modules/login_tty-tests (Depends-on): Add tcgetsid.
22081         * tests/test-login_tty.c (main): Also check the results of tcgetpgrp()
22082         and tcgetsid() after login_tty.
22083         Reported by Mats Erik Andersson <mats.andersson@gisladisker.se>.
22084
22085 2010-09-16  Bruno Haible  <bruno@clisp.org>
22086
22087         New module 'tcgetsid'.
22088         * lib/tcgetsid.c: New file.
22089         * m4/tcgetsid.m4: New file.
22090         * modules/tcgetsid: New file.
22091         * modules/termios (Depends-on): Add c++defs, warn-on-use.
22092         (Makefile.am): Ensure c++defs.h, warn-on-use.h get included. Substitute
22093         GNULIB_TCGETSID, HAVE_TCGETSID.
22094         * lib/termios.in.h: Include <sys/types.h>.
22095         (tcgetsid): New declaration.
22096         * m4/termios_h.m4 (gl_TERMIOS_H): Check whether tcgetsid is declared.
22097         (gl_TERMIOS_H_DEFAULTS): Initialize GNULIB_TCGETSID, HAVE_TCGETSID.
22098         * doc/posix-functions/tcgetsid.texi: Mention the new module.
22099         * tests/test-termios-c++.cc: Check GNULIB_NAMESPACE::tcgetsid.
22100
22101 2010-09-16  Bruno Haible  <bruno@clisp.org>
22102
22103         Tests for module 'termios'.
22104         * modules/termios-c++-tests: New file.
22105         * modules/termios-tests: New file.
22106         * tests/test-termios-c++.cc: New file.
22107         * tests/test-termios.c: New file.
22108
22109         New module 'termios'.
22110         * modules/termios: New file.
22111         * lib/termios.in.h: New file.
22112         * m4/termios_h.m4: New file.
22113         * doc/posix-headers/termios.texi: Mention the new module.
22114
22115 2010-09-16  Eric Blake  <eblake@redhat.com>
22116
22117         fdutimensat: add an atflag parameter
22118         * lib/fdutimensat.c (fdutimensat): Add new parameter.
22119         * lib/utimens.h (fdutimensat): Update prototype.
22120         * tests/test-fdutimensat.c: Adjust test to match.
22121         * NEWS: Document the change.
22122         Suggested by Paul Eggert.
22123
22124 2010-09-16  Bruno Haible  <bruno@clisp.org>
22125
22126         Fix typos in comments.
22127         * lib/striconveh.h: Fix typo in comment.
22128         * lib/login_tty.c (login_tty): Likewise.
22129
22130 2010-09-15  Bruno Haible  <bruno@clisp.org>
22131
22132         stdlib: clarify MirBSD WEXITSTATUS bug
22133         * lib/stdlib.in.h: Clarify the MirBSD bug regarding WEXITSTATUS.
22134         * doc/posix-headers/stdlib.texi (stdlib.h): Likewise.
22135
22136 2010-09-15  Eric Blake  <eblake@redhat.com>
22137
22138         stdlib: work around MirBSD WEXITSTATUS bug
22139         * lib/stdlib.in.h (includes): Guarantee WEXITSTATUS.
22140         * modules/stdlib (Depends-on): Add sys_wait.
22141         * tests/test-sys_wait.c (main): Enhance test.
22142         * tests/test-stdlib.c (main): Likewise.
22143         * doc/posix-headers/stdlib.texi (stdlib.h): Document the bug.
22144
22145         docs: mention MacOS issue with WEXITSTATUS(constant)
22146         * doc/posix-headers/sys_wait.texi (sys/wait.h): Document the
22147         issue.
22148         * doc/posix-headers/stdlib.texi (stdlib.h): Likewise.
22149
22150         strnlen: add tests
22151         * modules/strnlen-tests: New file.
22152         * tests/test-strnlen.c: Likewise.
22153
22154 2010-09-14  Bruno Haible  <bruno@clisp.org>
22155
22156         unistr/base: Avoid link errors when module 'libunistring' is also used.
22157         * lib/unistr.in.h (u8_mbtouc_unsafe, u16_mbtouc_unsafe,
22158         u32_mbtouc_unsafe, u8_mbtouc, u16_mbtouc, u32_mbtouc, u8_mbtoucr,
22159         u16_mbtoucr, u32_mbtoucr, u8_uctomb_aux, u16_uctomb_aux, u32_uctomb):
22160         Declare also when HAVE_LIBUNISTRING is set.
22161         Reported by Pádraig Brady <P@draigbrady.com>.
22162
22163 2010-09-14  Eric Blake  <eblake@redhat.com>
22164
22165         test-rawmemchr: make more robust
22166         * modules/rawmemchr-tests (Files): Add zerosize-ptr.h, mmap-anon.m4.
22167         (Depends-on, configure.ac): Add needed prerequisites to use it.
22168         * modules/memchr-tests (Files, Depends-on, configure.ac):
22169         Likewise, to avoid implicit reliance on memchr module prereqs.
22170         * tests/test-memchr.c (main): Ensure proper masking.
22171         * tests/test-rawmemchr.c (main): Likewise.  Detect oversized
22172         reads.
22173
22174         memchr: detect glibc Alpha bug
22175         Avoids http://sourceware.org/bugzilla/show_bug.cgi?id=12019.
22176         * m4/memchr.m4 (gl_FUNC_MEMCHR): Detect glibc 2.11.2 failure on
22177         Alpha.
22178         * doc/posix-functions/memchr.texi (memchr): Tweak wording.
22179         * tests/test-memchr.c (main): Enhance test.
22180         Reported by Nelson H. F. Beebe.
22181
22182 2010-09-13  Paul Eggert  <eggert@cs.ucla.edu>
22183
22184         fts, getcwd, glob: audit for dirfd returning -1
22185         * lib/fts.c (opendir): Remove #define; no longer used.
22186         (opendirat): New arg PDIR_FD.  All callers changed.
22187         (fts_build, _opendir2): Use new opendirat to avoid the need for
22188         dirfd, or for checking whether dirfd returns a negative value.
22189         Don't use opendir; always use openat followed by fdopendir.
22190         * lib/getcwd.c (__getcwd): Don't reset fd; fdopendir no longer clobbers
22191         it.
22192         * lib/glob.c (link_exists_p): Add comment explaining why dirfd never
22193         returns -1 here.
22194         * modules/fts (Depends-on): Remove dirfd.
22195         * modules/getcwd (Depends-on): Likewise.
22196
22197 2010-09-13  Eric Blake  <eblake@redhat.com>
22198
22199         float: fix broken MirBSD header
22200         * m4/float_h.m4 (gl_FLOAT_H): MirBSD copied OpenBSD's bug.
22201         * doc/posix-headers/float.texi (float.h): Document it.
22202
22203 2010-09-13  Paul Eggert  <eggert@cs.ucla.edu>
22204
22205         fts: use O_NOFOLLOW to avoid race condition when opening a directory
22206         * lib/fts.c (opendirat): New arg extra_flags.
22207         (__opendir2): Use it to avoid following symlinks when opening
22208         a directory, if symlinks are not supposed to be followed.  See
22209         <http://lists.gnu.org/archive/html/bug-gnulib/2010-09/msg00213.html>.
22210
22211         fdopendir: preserve argument fd before returning
22212         * lib/fdopendir.c: Adjust comments to say POSIX, not Solaris.
22213         (fdopendir_with_dup, fd_clone_opendir): New static functions.
22214         (fdopendir): Use them, arranging for FD to be open to the same
22215         directory that it was when it started.  (It might be temporarily
22216         closed while fdopendir is running, so this not thread- or
22217         signal-safe.)  Be careful to do the right thing even when file
22218         descriptors are scarce and dup fails with errno == EMFILE.  See
22219         <http://lists.gnu.org/archive/html/bug-gnulib/2010-09/msg00208.html>.
22220
22221 2010-09-10  Paolo Bonzini  <bonzini@gnu.org>
22222
22223         regex: Pass the system regex if its only problem is 32-bit regoff_t.
22224         * NEWS: Document change.
22225         * m4/regex.m4: Disable test for regoff_t size.
22226
22227 2010-09-13  Jim Meyering  <meyering@redhat.com>
22228
22229         fts: don't operate on an invalid file descriptor after failed dup
22230         * lib/fts.c (fts_build): Don't call set_cloexec_flag on a
22231         negative file descriptor.
22232
22233 2010-09-12  Paul Eggert  <eggert@cs.ucla.edu>
22234
22235         savedir: add streamsavedir, deprecate fdsavedir
22236         * NEWS: Mention deprecation of fdsavedir.
22237         * lib/savedir.c (streamsavedir): New extern function, whose name
22238         ends in "savedir" to be consistent with the others.  This differs
22239         from savedirstream in that it doesn't close its argument.  The
22240         next version of GNU tar will use this instead of fdsavedir, to
22241         avoid some race conditions and conserve file descriptors.
22242         (savedirstream): Reimplement as a wrapper around streamsavedir.
22243         (fdsavedir): Add a comment deprecating this function.  As far as
22244         I know, only GNU tar used it, and GNU tar doesn't need it any more.
22245         * lib/savedir.h (streamsavedir): New decl.
22246         (fdsavedir): Add a comment deprecating this.
22247
22248 2010-09-10  Bruno Haible  <bruno@clisp.org>
22249
22250         langinfo: Fix last commit.
22251         * m4/langinfo_h.m4 (gl_LANGINFO_H): Initialize
22252         HAVE_LANGINFO_T_FMT_AMPM, HAVE_LANGINFO_YESEXPR.
22253         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
22254
22255 2010-09-10  Bruno Haible  <bruno@clisp.org>
22256
22257         relocatable-prog-wrapper: Fix compilation failure due to O_EXEC.
22258         * lib/progreloc.c (O_EXEC): Define fallback.
22259
22260 2010-09-10  Paul Eggert  <eggert@cs.ucla.edu>
22261
22262         fcntl-h: define O_CLOEXEC and O_EXEC if not defined; use new defines
22263         * NEWS: Document recent changes to fcntl-h.
22264         * doc/posix-headers/fcntl.texi (fcntl.h): Document that
22265         O_CLOEXEC is now defined to 0 if it is not defined, like other flags.
22266         Also, O_EXEC is now defined to be O_RDONLY if O_EXEC is not defined.
22267         Similarly for O_SEARCH; this last was already true, but not documented.
22268         * lib/fcntl.in.h (O_CLOEXEC): Define to 0 if not defined.
22269         * lib/dup-safer-flag.c (O_CLOEXEC): Remove now-useless #define.
22270         * lib/dup3.c, lib/pipe2.c, tests/test-dup-safer.c, tests/test-fcntl.c:
22271         Likewise.
22272         * lib/popen-safer.c (open_noinherit): Check whether O_CLOEXEC
22273         is zero, not whether it is defined.
22274         * tests/test-dup3.c, tests/test-pipe2.c (main): Likewise.
22275         * lib/progreloc.c (find_executable): Use O_EXEC rather than O_RDONLY.
22276         * lib/open.c (open): Check for O_SEARCH as well as for O_RDONLY.
22277
22278 2010-09-10  Bruno Haible  <bruno@clisp.org>
22279
22280         langinfo, nl_langinfo: Fix for IRIX 5.3.
22281         * m4/langinfo_h.m4 (gl_LANGINFO_H): Test whether langinfo.h defines
22282         T_FMT_AMPM, YESEXPR. Set HAVE_LANGINFO_T_FMT_AMPM,
22283         HAVE_LANGINFO_YESEXPR.
22284         * modules/langinfo (Makefile.am): Substitute HAVE_LANGINFO_T_FMT_AMPM,
22285         HAVE_LANGINFO_YESEXPR.
22286         * lib/langinfo.in.h (T_FMT_AMPM, GNULIB_defined_T_FMT_AMPM): Define if
22287         HAVE_LANGINFO_T_FMT_AMPM is 0.
22288         (YESEXPR, NOEXPR, GNULIB_defined_YESEXPR): Define if
22289         HAVE_LANGINFO_YESEXPR is 0.
22290         * lib/nl_langinfo.c (rpl_nl_langinfo): Handle also T_FMT_AMPM, YESEXPR,
22291         NOEXPR.
22292         * doc/posix-headers/langinfo.texi: Mention the IRIX 5.3 problem.
22293         * doc/posix-functions/nl_langinfo.texi: Likewise.
22294         Reported by Eric Blake.
22295
22296 2010-09-10  Bruno Haible  <bruno@clisp.org>
22297
22298         pty, readutmp: Fix for FreeBSD 8.0 and OpenBSD 4.6.
22299         * doc/glibc-functions/login_tty.texi: Mention the include file problem
22300         on FreeBSD 8.0 and OpenBSD 4.6.
22301         * lib/pty.in.h: Include <sys/types.h> before <libutil.h>.
22302         * m4/pty_h.m4 (gl_PTY_H): Likewise.
22303         * m4/pty.m4 (gl_FUNC_FORKPTY, gl_FUNC_OPENPTY): Likewise.
22304         * m4/readutmp.m4 (gl_READUTMP): Include <sys/types.h> before <utmp.h>.
22305         Invoke AC_INCLUDES_DEFAULT instead of using the undocumented variable
22306         ac_includes_default.
22307         Reported by Mats Erik Andersson <mats.andersson@gisladisker.se>.
22308
22309 2010-09-09  Eric Blake  <eblake@redhat.com>
22310
22311         strsignal: work around NetBSD bug
22312         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check in <unistd.h>.
22313         * lib/string.in.h (includes): Likewise.
22314         * doc/posix-functions/strsignal.texi (strsignal): Document the
22315         bug.
22316         Reported by Nelson H. F. Beebe.
22317
22318         gnulib-tool: work with NetBSD /bin/sh
22319         * gnulib-tool (func_cache_var, func_cache_lookup_module)
22320         (func_get_description, func_get_comment, func_get_status)
22321         (func_get_notice, func_get_applicability, func_get_filelist)
22322         (func_get_dependencies, func_get_autoconf_early_snippet)
22323         (func_get_autoconf_snippet, func_get_automake_snippet)
22324         (func_get_include_directive, func_get_link_directive)
22325         (func_get_license, func_get_maintainer, func_import): Avoid
22326         shell syntax errors from parsing syntax extensions.
22327
22328 2010-09-09  Bruno Haible  <bruno@clisp.org>
22329
22330         gnulib-tool: Avoid stderr output on IRIX related to 'alias', 'unalias'.
22331         * gnulib-tool: Don't fiddle with file descriptors 0, 1, 2. Instead, use
22332         a reliable way to determine whether the 'alias' command works.
22333
22334 2010-09-08  Jim Meyering  <meyering@redhat.com>
22335
22336         init.sh: penalize a set-x-impaired shell; don't disqualify it
22337         * tests/init.sh: Too many shells corrupt application stderr when
22338         you set -x, so we can't afford to disqualify them, since at least
22339         on Irix-6.5, that would disqualify all bourne shells.
22340         Instead, use a two-pass approach.
22341         On the first pass, try to find a shell that meets the stricter
22342         condition that set -x does not corrupt stderr.
22343         If no shell meets the stricter condition, retest each candidate
22344         shell, but without that extra condition.  Finally, when
22345         VERBOSE=yes is requested and set -x might cause trouble, simply
22346         issue a warning and refrain from enabling debug output.
22347
22348 2010-09-08  Eric Blake  <eblake@redhat.com>
22349
22350         unsetenv: fix OpenBSD bug
22351         * m4/setenv.m4 (gl_FUNC_UNSETENV): Check for OpenBSD bug.
22352         * doc/posix-functions/unsetenv.texi (unsetenv): Update
22353         documentation.
22354         Reported by Jim Meyering.
22355
22356         strtod: work around IRIX 6.5 bug
22357         * lib/strtod.c (strtod): Reparse number on shorter string if
22358         exponent parse was invalid.
22359         * tests/test-strtod.c (main): Add check for "0x1p 2".
22360         Reported by Tom G. Christensen.
22361
22362         getopt: optimize previous patch
22363         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Correctly check for
22364         empty variable.  Speed up awk script.
22365         Reported by Paolo Bonzini.
22366
22367 2010-09-08  Jim Meyering  <meyering@redhat.com>
22368
22369         test.sh: disqualify shells for which set -x corrupts stderr
22370         * tests/init.sh: Add a test to disqualify /bin/sh from SunOS 5.11
22371         and OpenBSD 4.7.  They make it so with "set -x", environment settings
22372         appear in stderr output.  For example, this command:
22373             /bin/sh -c 'set -x; P=1 true 2> err' 2>/dev/null; cat err
22374         prints "P=1" on those two systems:
22375
22376 2010-09-08  Bruno Haible  <bruno@clisp.org>
22377
22378         gnulib-tool: Avoid stderr output on IRIX related to 'alias', 'unalias'.
22379         * gnulib-tool: Use stderr redirection around the 'alias' and 'unalias'
22380         commands, because some shells ignore redirections when there is an
22381         error in the command lookup.
22382         Reported by Eric Blake.
22383
22384 2010-09-07  Reuben Thomas  <rrt@sc3d.org>
22385
22386         * lib/regex.h: Fix a mention of `regex_compile' (should be
22387         `re_compile_pattern').
22388         Correct and clarify documentation for RE_CONTEXT_INVALID_DUP.
22389         (re_set_registers): Correct name of parameter in comment.
22390
22391         * doc/regex.texi: Add documentation for missing syntax flags.
22392         Remove commented-out documentation of defunct syntax option
22393         RE_NO_EMPTY_ALTS.
22394         Correct name of RE_CHAR_CLASSES in one incorrect occurrence.
22395         Add documentation of re_set_registers.
22396         Document trick to re-use a pattern buffer by setting fastmap manually.
22397         Update documentation of struct re_pattern_buffer per public members.
22398         Uncomment documentation of equivalence class operators and
22399         collating symbol operators, since they are now implemented,
22400         Explain leftmost-longest matching in relation to alternatives.
22401         Tidy documentation of substring matching.
22402         Remove POSIX documentation, which is done better in
22403         glibc, and refer the reader there. Keep BSD API documentation, as
22404         that is not readily available elsewhere.
22405
22406 2010-09-07  Eric Blake  <eblake@redhat.com>
22407
22408         getopt: handle POSIXLY_CORRECT set but not exported
22409         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Restore pre-existing
22410         export state of POSIXLY_CORRECT, due to bash set -o posix.
22411         Reported by Dustin J. Mitchell.
22412
22413 2010-09-05  Bruno Haible  <bruno@clisp.org>
22414
22415         gnulib-tool: Highlight the changed options.
22416         * gnulib-tool (func_usage): Display the --import, --add-import,
22417         --remove-import explanations in bold font.
22418
22419 2010-09-06  Karl Berry  <karl@gnu.org>
22420
22421         * doc/gnulib-tool.texi (Modified imports): doc tweaks.
22422
22423 2010-09-05  Bruno Haible  <bruno@clisp.org>
22424
22425         uniwidth/width: Update comment.
22426         * lib/uniwidth/width.c (uc_width): Update comment for Unicode >= 3.1.
22427         Reported by Emanuele Giaquinta <emanuele.giaquinta@gmail.com>.
22428
22429 2010-09-05  Bruno Haible  <bruno@clisp.org>
22430
22431         isinf, isnan: Relax license.
22432         * modules/isinf (License): Change from GPL to LGPL, with consent from
22433         Ben Pfaff.
22434         * modules/isnan (License): Likewise.
22435         Requested by Ludovic Courtès.
22436
22437 2010-09-04  Bruno Haible  <bruno@clisp.org>
22438
22439         gnulib-tool: Help migration from --import to --add-import or --update.
22440         * gnulib-tool: Emit a verbose error message when --import is used
22441         without any module name.
22442
22443 2010-09-04  Bruno Haible  <bruno@clisp.org>
22444
22445         Update doc about gnulib-tool.
22446         * doc/gnulib-tool.texi (VCS Issues): Explain 'gnulib-tool --import' vs.
22447         'gnulib-tool --update' in more detail.
22448         Reported by Eric Blake.
22449
22450 2010-09-04  Bruno Haible  <bruno@clisp.org>
22451
22452         gnulib-tool: Change --import. New options --add/remove-import.
22453         * gnulib-tool: New options --add-import, --remove-import.
22454         (func_usage): Document them.
22455         (have_associative): Define always.
22456         (func_import): In import mode, don't merge the specified settings with
22457         the cached settings. Implement remove-import mode.
22458         * doc/gnulib-tool.texi (Modified imports): Mention the new options.
22459         Explain when to use them versus --import.
22460         (Simple update): Use --add-import instead of --import.
22461         * NEWS: Mention the change.
22462
22463 2010-09-04  Bruno Haible  <bruno@clisp.org>
22464
22465         * doc/gnulib-tool.texi (Initial import): Update paragraph about
22466         separate gnulib.mk.
22467
22468 2010-09-04  Bruno Haible  <bruno@clisp.org>
22469
22470         gnulib-tool: Don't talk about CVS any more.
22471         * gnulib-tool (func_usage, func_import): Write "version control"
22472         instead of CVS.
22473
22474 2010-09-04  Jim Meyering  <meyering@redhat.com>
22475
22476         maint.mk: avoid obscure sc_copyright_check failure in coreutils
22477         * top/maint.mk (v_etc_file): Prepend $(gnulib_dir)/, to avoid
22478         false positives (whose names may be ill-chosen) when searching
22479         non-VC'd files.  Otherwise, a file named "a b/lib/version-etc.c"
22480         would cause a false-positive.
22481
22482         avoid coreutils "make distcheck" failure
22483         Coreutils tests with an absolute build directory name that contains
22484         a space.  Not quoting this directory name caused a failure.
22485         * tests/test-vc-list-files-git.sh: Quote PATH dir name.
22486         * tests/test-vc-list-files-cvs.sh: Likewise.
22487
22488 2010-09-04  Bruno Haible  <bruno@clisp.org>
22489
22490         gnulib-tool: Avoid error when run in a package without Makefile.am.
22491         * gnulib-tool: When collecting the m4dirs in a package that does not
22492         have a Makefile.am, eliminate those directories that contain no
22493         gnulib-cache.m4. Fix expression that counts these directories.
22494
22495 2010-09-04  Bruno Haible  <bruno@clisp.org>
22496
22497         update-copyright test: Improve output when perl is missing or too old.
22498         * tests/test-update-copyright.sh: Move test of Perl version down after
22499         the test whether Perl exists. Provide an explanation relating Perl's
22500         error message to Automake's SKIP: message.
22501
22502 2010-09-04  Bruno Haible  <bruno@clisp.org>
22503
22504         Don't augment PATH in TESTS_ENVIRONMENT.
22505         * modules/update-copyright-tests (Makefile.am): In TESTS_ENVIRONMENT,
22506         set abs_aux_dir instead of augmenting PATH.
22507         * modules/vc-list-files-tests (Makefile.am): Likewise.
22508         * tests/test-update-copyright.sh: Augment PATH here.
22509         * tests/test-vc-list-files-cvs.sh: Augment PATH here, through
22510         path_prepend_.
22511         * tests/test-vc-list-files-git.sh: Likewise.
22512
22513 2010-09-04  Jim Meyering  <meyering@redhat.com>
22514
22515         tests: prohibit augmenting PATH via TESTS_ENVIRONMENT
22516         * Makefile (sc_prohibit_augmenting_PATH_via_TESTS_ENVIRONMENT): New rule.
22517
22518 2010-09-04  Bruno Haible  <bruno@clisp.org>
22519
22520         strdup: Fix compilation error in C++ mode.
22521         * lib/string.in.h (strdup): In C++ mode with GNULIB_NAMESPACE, undefine
22522         the macro.
22523
22524 2010-09-04  Bruno Haible  <bruno@clisp.org>
22525
22526         dirfd: Fix compilation error in C++ mode on MacOS X, *BSD, IRIX.
22527         * lib/dirent.in.h (dirfd): In C++ mode with GNULIB_NAMESPACE, turn the
22528         macro into a function.
22529         Reported by Jarno Rajahalme <jarno.rajahalme@nsn.com>.
22530
22531 2010-09-04  Bruno Haible  <bruno@clisp.org>
22532
22533         Set PATH_SEPARATOR the same way autoconf does.
22534         * build-aux/relocatable.sh.in (func_find_curr_installdir): Determine
22535         the value of PATH_SEPARATOR the same way autoconf-generated configure
22536         scripts do.
22537         * m4/lib-ld.m4 (AC_LIB_PROG_LD): Likewise.
22538         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
22539
22540 2010-09-04  Stefano Lattarini  <stefano.lattarini@gmail.com>  (tiny change)
22541
22542         Set PATH_SEPARATOR the same way autoconf does.
22543         * gnulib-tool (func_gnulib_dir): Determine the value of PATH_SEPARATOR
22544         the same way autoconf-generated configure scripts do.
22545         * posix-modules: Likewise.
22546
22547 2010-09-02  Paul Eggert  <eggert@cs.ucla.edu>
22548
22549         hash: fix safe_hasher const typo
22550         * lib/hash.c (safe_hasher): Result is pointer, not pointer to
22551         const; otherwise, there is a type error later.
22552
22553 2010-09-02  Jim Meyering  <meyering@redhat.com>
22554
22555         test-update-copyright.sh: require perl 5.8.0
22556         * tests/test-update-copyright.sh: Require 5.8.0,
22557         which Tom G. Christensen has confirmed is adequate,
22558         while 5.6.1 is not.
22559
22560 2010-09-02  Eric Blake  <eblake@redhat.com>
22561
22562         tests: init.sh improvements for re-exec'ing with zsh
22563         * tests/init.sh: Borrow autoconf POSIX-mode sanitization.  Pass
22564         -vx through shell re-exec.
22565         Reported by Tom G. Christensen.
22566
22567         wctype: fix typo in previous commit
22568         * m4/wctype_h.m4 (gl_WCTYPE_H): Fix spelling.
22569         Reported by Ludovic Courtès.
22570
22571 2010-09-02  Jim Meyering  <meyering@redhat.com>
22572
22573         test-update-copyright.sh: skip test if Perl is too old
22574         * tests/test-update-copyright.sh: Exit 77 if Perl is too old.
22575         Reported by Tom G. Christensen.
22576
22577 2010-09-02  Bruno Haible  <bruno@clisp.org>
22578
22579         wctype: Avoid compilation error on IRIX 6.5.30.
22580         * lib/wctype.in.h (iswblank): Declare with a replacement if
22581         REPLACE_ISWBLANK is set.
22582         * m4/wctype_h.m4 (gl_WCTYPE_H): Check also whether iswblank is
22583         declared. Set REPLACE_ISWBLANK.
22584         * modules/wctype (Makefile.am): Substitute REPLACE_ISWBLANK.
22585         * doc/posix-functions/iswblank.texi: Mention the IRIX 6.5.30 problem.
22586         * doc/posix-headers/wctype.texi: Likewise.
22587         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
22588
22589 2010-09-01  Bruno Haible  <bruno@clisp.org>
22590
22591         New module 'socketlib'.
22592         * modules/socketlib: New file.
22593         * m4/socketlib.m4: New file, extracted from m4/sockets.m4.
22594         * m4/sockets.m4 (gl_SOCKETS): Require gl_SOCKETLIB.
22595         * modules/sockets (Depends-on): Add socketlib.
22596         Suggested by Sam Steingold <sds@gnu.org>.
22597
22598 2010-09-01  Paul Eggert  <eggert@cs.ucla.edu>
22599
22600         fcntl-h, etc.: prefer O_SEARCH to O_RDONLY when applicable
22601
22602         POSIX 2008 specifies a new 'open' flag O_SEARCH, which can be used
22603         when one needs search access to a directory but not read access.
22604         On systems where it is available, it works in some cases where
22605         O_RDONLY does not, namely on directories that are searchable but
22606         not readable, and which need only to be searchable.  If O_SEARCH
22607         is not available, fall back to the traditional method of using
22608         O_RDONLY.
22609
22610         * lib/fcntl.in.h (O_SEARCH): #define to O_RDONLY if not defined.
22611         * lib/chdir-long.c (cdb_advance_fd): Use O_SEARCH, not O_RDONLY,
22612         when opening a directory that needs only to be searchable.
22613         * lib/chdir-safer.c (chdir_no_follow): Likewise.
22614         * lib/fts.c (diropen, fts_open, fd_ring_check): Likewise.
22615         * lib/openat-proc.c (openat_proc_name): Likewise.
22616         * lib/openat.c (openat_needs_fchdir): Likewise.
22617         * lib/save-cwd.c (save_cwd): Likewise.
22618         * lib/savewd.c (savewd_save, savewd_chdir): Likewise.
22619
22620 2010-08-28  Bruno Haible  <bruno@clisp.org>
22621
22622         New module 'host-cpu-c-abi'.
22623         * modules/host-cpu-c-abi: New file.
22624         * m4/host-cpu-c-abi.m4: New file, based on part of
22625         clisp/src/m4/general.m4.
22626         Requested by Sam Steingold <sds@gnu.org>.
22627
22628 2010-08-31  Eric Blake  <eblake@redhat.com>
22629         and Jim Meyering  <meyering@redhat.com>
22630
22631         hash: factor, and guard against misbehaving hasher function
22632         * lib/hash.c (safe_hasher): New function, to encapsulate the checking
22633         of table->hasher's return value.  Also protect against a hash value
22634         so large that adding it to table->bucket results in a NULL pointer.
22635         (hash_lookup, hash_get_next, hash_find_entry, transfer_entries):
22636         Use it in place of open-coded check-and-abort.
22637
22638 2010-08-30  Bruno Haible  <bruno@clisp.org>
22639
22640         hash: silence spurious clang warning
22641         * lib/hash.c (hash_get_next): Remove unnecessary test against NULL.
22642         Reported by Eric Blake.
22643
22644 2010-08-30  Eric Blake  <eblake@redhat.com>
22645
22646         strstr, memmem, strcasestr: avoid leaked shell message
22647         * m4/strstr.m4 (gl_FUNC_STRSTR): Avoid "Alarm clock" message from
22648         FreeBSD.
22649         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
22650         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
22651
22652         tests: silence clang warning
22653         * tests/test-malloca.c (do_allocation): Avoid dead store.
22654
22655 2010-08-29  Bruno Haible  <bruno@clisp.org>
22656
22657         gettext: Fix recent mistake.
22658         * m4/intl.m4 (gt_CHECK_DECL): Fix typo introduced on 2010-08-26.
22659
22660 2010-08-29  Bruno Haible  <bruno@clisp.org>
22661
22662         selinux-h: Offer a --without-selinux option.
22663         * m4/selinux-selinux-h.m4 (gl_HEADERS_SELINUX_SELINUX_H): If
22664         --without-selinux was specified, skip all tests and define
22665         HAVE_SELINUX_SELINUX_H to 0.
22666         (gl_LIBSELINUX): Offer --without-selinux option. If it is specified,
22667         set LIB_SELINUX to empty.
22668         * m4/selinux-context-h.m4 (gl_HEADERS_SELINUX_CONTEXT_H): Require
22669         gl_LIBSELINUX. If --without-selinux was specified, replace
22670         selinux/context.h.
22671         Reported by Johan Hattne <johan.hattne@utsouthwestern.edu>.
22672
22673 2010-08-29  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
22674             Bruno Haible  <bruno@clisp.org>
22675
22676         Make the module 'realloc-gnu' work again on AIX and OSF/1.
22677         * m4/realloc.m4 (gl_FUNC_REALLOC_GNU): Define HAVE_REALLOC_GNU instead
22678         of HAVE_REALLOC.
22679         * lib/realloc.c (NEED_REALLOC_GNU): Enable behaviour also when
22680         GNULIB_REALLOC_GNU && !HAVE_REALLOC_GNU.
22681         (SYSTEM_MALLOC_GLIBC_COMPATIBLE): Adjust definition.
22682         * modules/realloc-gnu (configure.ac): Use gl_MODULE_INDICATOR.
22683
22684 2010-08-29  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
22685             Bruno Haible  <bruno@clisp.org>
22686
22687         Make the module 'calloc-gnu' work again on AIX and OSF/1.
22688         * m4/calloc.m4 (gl_FUNC_CALLOC_GNU): Define HAVE_CALLOC_GNU instead of
22689         HAVE_CALLOC.
22690         * lib/xmalloc.c: Update accordingly.
22691         * lib/calloc.c (NEED_CALLOC_GNU): Enable also when
22692         GNULIB_CALLOC_GNU && !HAVE_CALLOC_GNU.
22693         * modules/calloc-gnu (configure.ac): Invoke gl_MODULE_INDICATOR.
22694
22695 2010-08-29  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
22696             Bruno Haible  <bruno@clisp.org>
22697
22698         Make the module 'malloc-gnu' work again on AIX and OSF/1.
22699         * m4/malloc.m4 (gl_FUNC_MALLOC_GNU): Define HAVE_MALLOC_GNU instead of
22700         HAVE_MALLOC.
22701         * lib/malloc.c (NEED_MALLOC_GNU): Enable behaviour also when
22702         GNULIB_MALLOC_GNU && !HAVE_MALLOC_GNU.
22703         * modules/malloc-gnu (configure.ac): Use gl_MODULE_INDICATOR.
22704
22705 2010-08-29  Bruno Haible  <bruno@clisp.org>
22706
22707         Update modules list.
22708         * MODULES.html.sh (Memory management functions <stdlib.h>): Add
22709         malloc-gnu, calloc-gnu, realloc-gnu. Remove malloc, calloc, realloc.
22710         (String handling <string.h>): Add astrxfrm.
22711         (File system functions): Add readlinkat.
22712
22713 2010-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22714
22715         Tests for module 'realloc-gnu'.
22716         * modules/realloc-gnu-tests: New file.
22717         * tests/test-realloc-gnu.c: New file.
22718
22719         Tests for module 'calloc-gnu'.
22720         * modules/calloc-gnu-tests: New file.
22721         * tests/test-calloc-gnu.c: New file.
22722
22723         Tests for module 'malloc-gnu'.
22724         * modules/malloc-gnu-tests: New file.
22725         * tests/test-malloc-gnu.c: New file.
22726
22727 2010-08-28  Bruno Haible  <bruno@clisp.org>
22728
22729         Rename module 'realloc' -> 'realloc-gnu'.
22730         * modules/realloc-gnu: New file, copied from modules/realloc.
22731         * modules/realloc: Convert to a redirection to 'realloc-gnu'. Mark as
22732         obsolete.
22733         * modules/mgetgroups (Depends-on): Update.
22734         * doc/posix-functions/realloc.texi: Update.
22735         * NEWS: Mention the change.
22736
22737         Rename module 'calloc' -> 'calloc-gnu'.
22738         * modules/calloc-gnu: New file, copied from modules/calloc.
22739         * modules/calloc: Convert to a redirection to 'calloc-gnu'. Mark as
22740         obsolete.
22741         * doc/posix-functions/calloc.texi: Update.
22742         * NEWS: Mention the change.
22743
22744         Rename module 'malloc' -> 'malloc-gnu'.
22745         * modules/malloc-gnu: New file, copied from modules/malloc.
22746         * modules/malloc: Convert to a redirection to 'malloc-gnu'. Mark as
22747         obsolete.
22748         * modules/argp (Depends-on): Update.
22749         * modules/regex (Depends-on): Update.
22750         * doc/posix-functions/malloc.texi: Update.
22751         * NEWS: Mention the change.
22752
22753 2010-08-28  Eric Blake  <eblake@redhat.com>
22754
22755         pread, pwrite: add missing dependency
22756         * modules/pread (Depends-on): Add extensions.
22757         * modules/pwrite (Depends-on): Likewise.
22758
22759 2010-08-28  Bruno Haible  <bruno@clisp.org>
22760
22761         unistr/u*-strchr: Fix tests dependencies.
22762         * modules/unistr/u8-strchr-tests (Depends-on): Add unistr/u32-to-u8.
22763         * modules/unistr/u16-strchr-tests (Depends-on): Add unistr/u32-to-u16.
22764         Reported by Ian Beckwith <ianb@erislabs.net>.
22765
22766 2010-08-28  Bruno Haible  <bruno@clisp.org>
22767
22768         read-file: Don't occupy too much unused memory.
22769         * lib/read-file.c (fread_file): Shrink the buffer at the end.
22770
22771 2010-08-28  Giuseppe Scrivano  <gscrivano@gnu.org>
22772             Eric Blake  <eblake@redhat.com>
22773             Bruno Haible  <bruno@clisp.org>
22774
22775         read-file: Avoid memory reallocations with regular files.
22776         * lib/read-file.c: Include <sys/stat.h>, <stdio.h>, <stdint.h>.
22777         (fread_file): With regular files, use the remaining length as the
22778         initial buffer size.  Check against overflow.
22779         * modules/read-file (Depends-on): Add ftello, malloc-posix, stdint,
22780         sys_stat.
22781
22782 2010-08-28  Bruno Haible  <bruno@clisp.org>
22783
22784         ftello: Relax license.
22785         * modules/ftello (License): Relax to LGPLv2+.
22786         Reported by Eric Blake.
22787
22788 2010-08-28  Bruno Haible  <bruno@clisp.org>
22789
22790         Avoid relocwrapper link errors due to gnulib replacement functions.
22791         * lib/canonicalize-lgpl.c [IN_RELOCWRAPPER]: Use the system's getcwd
22792         function.
22793         Reported by Ben Pfaff <blp@cs.stanford.edu>.
22794
22795 2010-08-28  Bruno Haible  <bruno@clisp.org>
22796
22797         Prefer using AC_DEFUN_ONCE over AC_DEFUN in projects with gnulib.
22798         * m4/iconv.m4 (gl_iconv_AC_DEFUN): Use AC_DEFUN_ONCE if gl_00GNULIB is
22799         defined.
22800         * m4/libunistring.m4 (gl_libunistring_AC_DEFUN): Likewise.
22801         Suggested by Eric Blake.
22802
22803 2010-08-28  Bruno Haible  <bruno@clisp.org>
22804
22805         sys_socket, netdb: Ensure socklen_t gets defined.
22806         * modules/sys_socket (Depends-on): Add socklen.
22807         * modules/netdb (Depends-on): Likewise.
22808         * modules/getaddrinfo (Depends-on): Remove socklen.
22809         * modules/getsockopt (Depends-on): Likewise.
22810         * modules/setsockopt (Depends-on): Likewise.
22811         * tests/test-sys_socket.c: Check that socklen_t is defined.
22812         * tests/test-netdb.c: Likewise.
22813         * m4/socklen.m4: Update comments.
22814         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
22815
22816 2010-08-27  Eric Blake  <eblake@redhat.com>
22817
22818         login_tty: add missing dependency
22819         * modules/login_tty (Depends-on): Add pty.
22820
22821 2010-08-26  Eric Blake  <eblake@redhat.com>
22822
22823         lib-symbol-versions: fix m4 quoting
22824         * m4/ld-version-script.m4 (gl_LD_VERSION_SCRIPT): Use correct
22825         format for AC_LINK_IFELSE.
22826
22827         glob: fix compile test
22828         * m4/glob.m4 (gl_GLOB): Use correct format for AC_COMPILE_IFELSE.
22829
22830         btowc: fix missing file
22831         * modules/btowc (Files): Also ship locale-fr.m4.
22832
22833         lseek: fix link test
22834         * m4/lseek.m4 (gl_FUNC_LSEEK): Use correct format for
22835         AC_LINK_IFELSE.
22836
22837         include_next: silence autoconf 2.68 warning
22838         * m4/include_next.m4 (gl_INCLUDE_NEXT): Mark this use of
22839         AC_COMPILE_IFELSE as special.
22840         (AC_LANG_DEFINES_PROVIDED): Provide dummy implementation for
22841         autoconf < 2.68.
22842
22843         acl: fix compilation test
22844         * m4/acl.m4 (gl_FUNC_ALL): Use correct format for
22845         AC_COMPILE_IFELSE.
22846
22847 2010-08-26  Bruno Haible  <bruno@clisp.org>
22848
22849         Modernize AC_TRY_RUN invocations.
22850         * m4/btowc.m4 (gl_FUNC_BTOWC): Use AC_RUN_IFELSE instead of AC_TRY_RUN.
22851         * m4/duplocale.m4 (gl_FUNC_DUPLOCALE): Likewise.
22852         * m4/exponentd.m4 (gl_DOUBLE_EXPONENT_LOCATION): Likewise.
22853         * m4/exponentf.m4 (gl_FLOAT_EXPONENT_LOCATION): Likewise.
22854         * m4/exponentl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Likewise.
22855         * m4/fopen.m4 (gl_FUNC_FOPEN): Likewise.
22856         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Likewise.
22857         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
22858         * m4/ftello.m4 (gl_FUNC_FTELLO): Likewise.
22859         * m4/iconv.m4 (AM_ICONV_LINK): Likewise.
22860         * m4/iconv_open.m4 (gl_FUNC_ICONV_OPEN_UTF): Likewise.
22861         * m4/intdiv0.m4 (gt_INTDIV0): Likewise.
22862         * m4/isnanf.m4 (gl_ISNANF_WORKS): Likewise.
22863         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Likewise.
22864         * m4/ldexpl.m4 (gl_FUNC_LDEXPL_WORKS): Likewise.
22865         * m4/mbrlen.m4 (gl_MBRLEN_INCOMPLETE_STATE, gl_MBRLEN_RETVAL,
22866         gl_MBRLEN_NUL_RETVAL): Likewise.
22867         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE, gl_MBRTOWC_SANITYCHECK,
22868         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL):
22869         Likewise.
22870         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): Likewise.
22871         * m4/open.m4 (gl_FUNC_OPEN): Likewise.
22872         * m4/printf.m4 (gl_PRINTF_SIZES_C99, gl_PRINTF_LONG_DOUBLE,
22873         gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE,
22874         gl_PRINTF_DIRECTIVE_A, gl_PRINTF_DIRECTIVE_F, gl_PRINTF_DIRECTIVE_N,
22875         gl_PRINTF_DIRECTIVE_LS, gl_PRINTF_POSITIONS, gl_PRINTF_FLAG_GROUPING,
22876         gl_PRINTF_FLAG_LEFTADJUST, gl_PRINTF_FLAG_ZERO, gl_PRINTF_PRECISION,
22877         gl_SNPRINTF_TRUNCATION_C99, gl_SNPRINTF_RETVAL_C99,
22878         gl_SNPRINTF_DIRECTIVE_N, gl_SNPRINTF_SIZE1, gl_VSNPRINTF_ZEROSIZE_C99):
22879         Likewise.
22880         * m4/printf-posix.m4 (gt_PRINTF_POSIX): Likewise.
22881         * m4/signbit.m4 (gl_SIGNBIT, gl_FLOATTYPE_SIGN_LOCATION): Likewise.
22882         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
22883         * m4/threadlib.m4 (gl_THREADLIB_BODY): Likewise.
22884         * m4/truncl.m4 (gl_FUNC_TRUNCL): Likewise.
22885         * m4/ttyname_r.m4 (gl_FUNC_TTYNAME_R): Likewise.
22886         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Likewise.
22887         * m4/wcsrtombs.m4 (gl_WCSRTOMBS_TERMINATION): Likewise.
22888         * m4/wctob.m4 (gl_FUNC_WCTOB): Likewise.
22889         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
22890
22891 2010-08-26  Bruno Haible  <bruno@clisp.org>
22892
22893         Modernize AC_TRY_LINK invocations.
22894         * m4/acosl.m4 (gl_FUNC_ACOSL): Use AC_LINK_IFELSE instead of
22895         AC_TRY_LINK.
22896         * m4/argp.m4 (gl_ARGP): Likewise.
22897         * m4/asinl.m4 (gl_FUNC_ASINL): Likewise.
22898         * m4/atanl.m4 (gl_FUNC_ATANL): Likewise.
22899         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
22900         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
22901         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
22902         * m4/codeset.m4 (AM_LANGINFO_CODESET): Likewise.
22903         * m4/cosl.m4 (gl_FUNC_COSL): Likewise.
22904         * m4/expl.m4 (gl_FUNC_EXPL): Likewise.
22905         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
22906         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Likewise.
22907         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
22908         * m4/frexp.m4 (gl_FUNC_FREXP, gl_CHECK_FREXP_NO_LIBM): Likewise.
22909         * m4/frexpl.m4 (gl_FUNC_FREXPL, gl_CHECK_FREXPL_NO_LIBM): Likewise.
22910         * m4/ftello.m4 (gl_FUNC_FTELLO): Likewise.
22911         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
22912         * m4/hostent.m4 (gl_HOSTENT): Likewise.
22913         * m4/iconv.m4 (AM_ICONV_LINK): Likewise.
22914         * m4/intl.m4 (gt_INTL_SUBDIR_CORE): Likewise.
22915         * m4/intlmacosx.m4 (gt_INTL_MACOSX): Likewise.
22916         * m4/isnand.m4 (gl_HAVE_ISNAND_IN_LIBM, gl_HAVE_ISNAND_NO_LIBM):
22917         Likewise.
22918         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_HAVE_ISNANF_IN_LIBM):
22919         Likewise.
22920         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM):
22921         Likewise.
22922         * m4/lcmessage.m4 (gt_LC_MESSAGES): Likewise.
22923         * m4/ldexpl.m4 (gl_FUNC_LDEXPL, gl_CHECK_LDEXPL_NO_LIBM): Likewise.
22924         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Likewise.
22925         * m4/logb.m4 (gl_FUNC_LOGB): Likewise.
22926         * m4/logl.m4 (gl_FUNC_LOGL): Likewise.
22927         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Likewise.
22928         * m4/servent.m4 (gl_SERVENT): Likewise.
22929         * m4/signbit.m4 (gl_SIGNBIT): Likewise.
22930         * m4/sinl.m4 (gl_FUNC_SINL): Likewise.
22931         * m4/sqrtl.m4 (gl_FUNC_SQRTL): Likewise.
22932         * m4/tanl.m4 (gl_FUNC_TANL): Likewise.
22933         * m4/threadlib.m4 (gl_THREADLIB_BODY): Likewise.
22934         * m4/trunc.m4 (gl_FUNC_TRUNC): Likewise.
22935         * m4/truncf.m4 (gl_FUNC_TRUNCF): Likewise.
22936         * m4/truncl.m4 (gl_FUNC_TRUNCL): Likewise.
22937         * modules/tsearch-tests (configure.ac): Likewise.
22938
22939 2010-08-26  Bruno Haible  <bruno@clisp.org>
22940
22941         Modernize AC_TRY_COMPILE invocations.
22942         * m4/environ.m4 (gt_CHECK_VAR_DECL): Use AC_COMPILE_IFELSE instead of
22943         AC_TRY_COMPILE.
22944         * m4/iconv.m4 (gl_iconv_AC_DEFUN): Likewise.
22945         * m4/intl.m4 (gt_CHECK_DECL): Likewise.
22946         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Likewise.
22947         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
22948         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Likewise.
22949         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
22950         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
22951         * m4/lock.m4 (gl_LOCK): Likewise.
22952         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): Likewise.
22953         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
22954         * m4/minmax.m4 (gl_MINMAX_IN_HEADER): Likewise.
22955         * m4/setenv.m4 (gl_FUNC_UNSETENV): Likewise.
22956         * m4/size_max.m4 (gl_SIZE_MAX): Likewise.
22957         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Likewise.
22958         * m4/stdarg.m4 (gl_STDARG_H): Likewise.
22959         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Likewise.
22960         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Likewise.
22961         * m4/visibility.m4 (gl_VISIBILITY): Likewise.
22962         * m4/wchar_t.m4 (gt_TYPE_WCHAR_T): Likewise.
22963         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
22964         * m4/libunistring.m4 (gl_LIBUNISTRING_CORE): Likewise. Remove
22965         extraneous semicolon.
22966
22967 2010-08-26  Jim Meyering  <meyering@redhat.com>
22968
22969         stat-time: relax license LGPL
22970         * modules/stat-time (License): Change from GPL to LGPL,
22971         with consent from all contributors, for use in libguile.
22972         Requested by Ludovic Courtès.
22973
22974 2010-08-26  Erik Faye-Lund  <kusmabite@gmail.com>
22975
22976         poll: return immediately on POLLHUP.
22977         * lib/poll.c (poll): Always set timeout before wait_timeout is
22978         computed.
22979
22980 2010-08-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22981
22982         Fix test-unlinkat, test-rmdir failure on AIX 5.3.
22983         * tests/test-rmdir.h (test_rmdir_func): Also accept EEXIST for
22984         rmdir ("dir/.//"), unlinkat.
22985
22986 2010-08-24  Paul Eggert  <eggert@cs.ucla.edu>
22987
22988         stdbool: avoid spurious failure with modern xlc
22989         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Resync with autoconf.
22990
22991 2010-08-24  Bruno Haible  <bruno@clisp.org>
22992
22993         getloadavg: simplify code
22994         * m4/getloadavg.m4 (gl_GETLOADAVG): Remove useless test of
22995         gl_have_func. Update comments.
22996
22997 2010-08-24  Eric Blake  <eblake@redhat.com>
22998
22999         getloadavg: don't define SVR4 on cygwin
23000         * m4/getloadavg.m4 (gl_GETLOADAVG): Sync with autoconf fix, to
23001         only define SVR4 when -lkvm is required.
23002         Reported by Yaakov Selkowitz.
23003
23004 2010-08-24  Bruno Haible  <bruno@clisp.org>
23005
23006         priv-set: fix comment
23007         * lib/priv-set.c (priv_set_restore): Fix typo in comment.
23008
23009 2010-08-23  Paul Eggert  <eggert@cs.ucla.edu>
23010
23011         priv-set: fix comments
23012         * lib/priv-set.c (priv_set_remove, priv_set_restore): Fix comments
23013         to match code, as suggested by David Bartley in:
23014         http://lists.gnu.org/archive/html/bug-tar/2010-08/msg00018.html
23015
23016 2010-08-23  Eric Blake  <eblake@redhat.com>
23017
23018         stdbool: avoid rejecting clang
23019         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Resync with autoconf.
23020         * tests/test-stdbool.c: Enable more tests if using the system
23021         <stdbool.h> instead of the gnulib replacement.
23022         (main): Move xlc bug test to a runtime test for all compilers.
23023         Reported by Anders Kaseorg.
23024
23025         argz: fix shell quoting issue
23026         * m4/argz.m4 (gl_FUNC_ARGZ): Allow for spaces in argument.
23027         Reported by Charles Wilson.
23028
23029 2010-08-22  Paolo Bonzini  <bonzini@gnu.org>
23030             Erik Faye-Lund <kusmabite@gmail.com>
23031
23032         poll, select: handle ERROR_BROKEN_PIPE.
23033         * lib/poll.c (win32_compute_revents): Return POLLHUP when
23034         PeekNamedPipe fails with ERROR_BROKEN_PIPE.
23035         * lib/select.c (win32_compute_revents): Do not mark a pipe
23036         as writeable if PeekNamedPipe fails with ERROR_BROKEN_PIPE.
23037
23038 2010-08-22  Giuseppe Scrivano  <gscrivano@gnu.org>
23039
23040         fts: allow compilation with C++
23041         * lib/fts_.h: Specify extern "C" linkage with C++.
23042
23043 2010-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23044
23045         Fix gnulib-tool sed script de-commentation for AIX sed.
23046         * gnulib-tool (sed_comments): Try indented comments, for AIX 5.3
23047         sed.
23048
23049 2010-08-17  Eric Blake  <eblake@redhat.com>
23050
23051         test-stddef: test for (some) offsetof bugs
23052         * tests/test-stddef.c: Enhance test to ensure correct type of
23053         offsetof.
23054         * doc/posix-headers/stddef.texi (stddef.h): Document a Solaris bug
23055         that we are not fixing at this time.
23056
23057 2010-08-15  Bruno Haible  <bruno@clisp.org>
23058
23059         stpncpy: Allow stpncpy to be defined as a macro.
23060         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Don't attempt to redeclare stpncpy
23061         if it's already correctly declared.
23062         * lib/string.in.h (stpncpy): Undefine before redefining.
23063         Reported by Jeremy Huddleston <jeremyhu@macports.org>.
23064
23065 2010-08-14  Bruno Haible  <bruno@clisp.org>
23066
23067         Rename module 'memxfrm' to 'amemxfrm'.
23068         * lib/amemxfrm.h: Renamed from lib/memxfrm.h.
23069         (amemxfrm): Renamed from memxfrm.
23070         * lib/amemxfrm.c: Renamed from lib/memxfrm.h. Include amemxfrm.h.
23071         (amemxfrm): Renamed from memxfrm.
23072         * modules/amemxfrm: Renamed from modules/memxfrm. Update.
23073         * NEWS: Mention the change.
23074         * MODULES.html.sh (String handling <string.h>): Update.
23075         * lib/unicase/u-casexfrm.h: Invoke amemxfrm instead of memxfrm.
23076         * lib/unicase/u8-casexfrm.c: Include amemxfrm.h instead of memxfrm.h.
23077         * lib/unicase/u16-casexfrm.c: Likewise.
23078         * lib/unicase/u32-casexfrm.c: Likewise.
23079         * lib/uninorm/u-normxfrm.h: Invoke amemxfrm instead of memxfrm.
23080         * lib/uninorm/u8-normxfrm.c: Include amemxfrm.h instead of memxfrm.h.
23081         * lib/uninorm/u16-normxfrm.c: Likewise.
23082         * lib/uninorm/u32-normxfrm.c: Likewise.
23083         * modules/unicase/u8-casexfrm (Depends-on): Add amemxfrm, remove
23084         memxfrm.
23085         * modules/unicase/u16-casexfrm (Depends-on): Likewise.
23086         * modules/unicase/u32-casexfrm (Depends-on): Likewise.
23087         * modules/uninorm/u8-normxfrm (Depends-on): Likewise.
23088         * modules/uninorm/u16-normxfrm (Depends-on): Likewise.
23089         * modules/uninorm/u32-normxfrm (Depends-on): Likewise.
23090         Suggested by Paul Eggert.
23091
23092 2010-08-14  Bruno Haible  <bruno@clisp.org>
23093
23094         Tests for module 'astrxfrm'.
23095         * modules/astrxfrm-tests: New file.
23096         * tests/test-astrxfrm.c: New file.
23097
23098         New module 'astrxfrm'.
23099         * lib/astrxfrm.h: New file.
23100         * lib/astrxfrm.c: New file, based on lib/memxfrm.c.
23101         * modules/astrxfrm: New file.
23102
23103 2010-08-14  Reuben Thomas <rrt@sc3d.org>
23104
23105         regex: Tweak doc.
23106         * doc/regex.texi (Overview): Don't mention regex.c.
23107         (GNU Regular Expression Compiling): Likewise.
23108         (Match-end-of-line Operator): Mention 'not_eol'.
23109
23110 2010-08-14  Brian Gough  <bjg@gnu.org>
23111             Bruno Haible  <bruno@clisp.org>
23112
23113         git-merge-changelog: add doc relating to use with bzr and hg.
23114         * lib/git-merge-changelog.c: Add comments regarding bzr, hg, diff3.
23115
23116 2010-08-14  Matthias Bolte  <matthias.bolte@googlemail.com>
23117
23118         pthread: fix pthread.h creation for srcdir != builddir
23119         * modules/pthread (Makefile.am): Fix the rule to work also in a
23120         non-srcdir build.
23121
23122 2010-08-13  Karl Berry  <karl@gnu.org>
23123
23124         * doc/regex.texi (Predefined Syntaxes): @smallexample.
23125         * doc/posix-*/*: force line break before @url of POSIX
23126         specifications.
23127         Suggested by Werner Lemberg.
23128
23129 2010-08-10  Paul Eggert  <eggert@cs.ucla.edu>
23130
23131         strtod: fix const diagnostic
23132         * lib/strtod.c (strtod): Don't assign const char * to char *,
23133         as this elicits a warning from GCC when warnings are enabled.
23134
23135 2010-08-10  Pádraig Brady <P@draigbrady.com>
23136         and Eric Blake  <eblake@redhat.com>
23137
23138         copy-acl: ignore ENOTSUP on HP-UX
23139         * lib/acl-internal.h (ACL_NOT_WELL_SUPPORTED): Move definition up,
23140         so that it is available for HP-UX.
23141         * lib/copy-acl.c (qcopy_acl): Use it.
23142         Reported by Patrick M. Callahan.
23143
23144 2010-08-10  Eric Blake  <eblake@redhat.com>
23145
23146         open, chown: relax license
23147         * modules/open (License): Change to LGPLv2+, with consent by all
23148         authors, for use in augeas.
23149         * modules/chown (License): Likewise.
23150         * modules/lchown (Likewise): Likewise.
23151         Requested by Adam Stokes.
23152
23153 2010-08-09  Karl Berry  <karl@gnu.org>
23154
23155         * build-aux/ar-lib: new file, import from Automake.
23156         * config/srclist.txt: autocheck for updates.
23157
23158 2010-08-09  Eric Blake  <eblake@redhat.com>
23159
23160         readlinkat: adjust client modules
23161         * modules/areadlinkat (Depends-on): Use readlinkat, not
23162         symlinkat.
23163         * modules/areadlinkat-with-size (Depends-on): Likewise.
23164
23165         mknod: be more vocal about danger of running tests as root
23166         * m4/mknod.m4 (gl_FUNC_MKNOD): Make it harder to run configure as
23167         root, since that is just asking for problems.
23168         Suggested by Bruno Haible, based on a report by Rainer Tammer.
23169
23170         readlinkat: split into its own module
23171         * modules/symlinkat: Split readlinkat...
23172         * modules/readlinkat: ...into separate module.
23173         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Move readlinkat check...
23174         * m4/readlinkat.m4 (gl_FUNC_READLINAT): ...to new file.
23175         * lib/symlinkat.c (readlinkat): Move...
23176         * lib/readlinkat.c: ...into new file.
23177         * modules/symlinkat-tests: Split readlinkat test...
23178         * modules/readlinkat-tests: ...into separate module.
23179         * tests/test-symlinkat.c: Split...
23180         * tests/test-readlinkat.c: ...into new file.
23181         * NEWS: Document the split.
23182         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
23183         * lib/unistd.in.h (readlinkat): Likewise.
23184         Suggested by Bruno Haible.
23185
23186 2010-08-08  Bruno Haible  <bruno@clisp.org>
23187
23188         memxfrm: Speed up.
23189         * lib/memxfrm.c (memxfrm): Allocate enough memory ahead of time, so
23190         that usually only one call to strxfrm is necessary for each string
23191         part.
23192         Reported by Paul Eggert <eggert@cs.ucla.edu>.
23193
23194 2010-08-07  Karl Berry  <karl@gnu.org>
23195
23196         * doc/posix-headers/limits.texi,
23197         * doc/posix-functions/malloc.texi,
23198         * doc/posix-functions/strsignal.texi: missing @item.
23199         * doc/ld-version-script.texi: spurious leading i.
23200         * doc/regex.texi (Interval Operators): no commas inside @var.
23201
23202 2010-08-01  Bruno Haible  <bruno@clisp.org>
23203
23204         Integrate the regex documentation.
23205         * doc/gnulib.texi: Define 'cn' index.
23206         (Regular expressions): New a chapter that includes regex.texi and
23207         regexprops-generic.texi.
23208         * doc/regex.texi: Remove boilerplate stuff. Use simplified @node
23209         syntax.
23210
23211         Whitespace cleanup.
23212         * doc/regex.texi: Remove trailing spaces.
23213
23214         Add regex documentation.
23215         * doc/regex.texi: New file. Taken from regex-0.12/doc/regex.texi in
23216         http://ftp.gnu.org/old-gnu/regex/regex-0.12.tar.gz.
23217         Written by Kathy A. Hargreaves and Karl Berry.
23218
23219 2010-08-01  Bruno Haible  <bruno@clisp.org>
23220
23221         link: Update documentation.
23222         * doc/posix-functions/link.texi: Update regarding Solaris.
23223
23224 2010-07-31  Bruno Haible  <bruno@clisp.org>
23225
23226         Update modules list.
23227         * MODULES.html.sh (Sorting functions <stdlib.h>): Add array-mergesort.
23228         (String handling <string.h>): Add memcmp2, memxfrm.
23229         (Container data structures): Add xlist, xsublist, xoset.
23230         (Core language properties): Add alignof, unused-parameter.
23231         (Process control, Numeric conversion functions <stdlib.h>): Renamed
23232         from Numeric conversion functions <stdlib.h>. Add _Exit, atoll.
23233         (Unibyte characters <ctype.h>): New section.
23234         (String handling <string.h>): New section.
23235         (Mathematics <math.h>): Add acos, acosl, asin, asinl, atan, atan2,
23236         atanl, cbrt, copysign, cos, cosh, cosl, erf, erfc, exp, expl, fabs,
23237         fmod, hypot, j0, j1, jn, ldexp, lgamma, log, log10, log1p, logb, logl,
23238         modf, nextafter, pow, remainder, rint, sin, sinh, sinl, sqrt, sqrtl,
23239         tan, tanh, tanl, y0, y1, yn.
23240         (Support for systems lacking POSIX:2008): Add alphasort, dirent,
23241         dprintf, dprintf-posix, duplocale, fcntl, getlogin, getopt-posix,
23242         grantpt, iconv-h, ioctl, isblank, langinfo, nl_langinfo, pread,
23243         ptsname, pwrite, scandir, servent, sys_utsname, ttyname_r, uname,
23244         unlockpt, vdprintf, vdprintf-posix.
23245         (Enhancements for POSIX:2008 functions): Add getopt-gnu. Remove getopt.
23246         (File system functions): Add concat-filename, sys_file, sys_ioctl,
23247         xconcat-filename.
23248         (File descriptor based Input/Output): Add dup3, fd-safer-flag,
23249         getdtablesize, pipe2, pipe2-safer.
23250         (Security): New section.
23251         (Networking functions): Add accept4.
23252         (Signal handling): Add sigpipe.
23253         (Internationalization functions): Add xstriconveh, mbmemcasecmp,
23254         mbmemcasecoll.
23255         (Unicode string functions): Add libunistring-optional, unistr/u*-cmp2,
23256         unistr/u*-strcoll, uniwbrk/*, uninorm/*, unicase/*.
23257         (Executing programs): Add findprog-lgpl, pipe-filter-gi,
23258         pipe-filter-ii.
23259         (Misc): Add argp-version-etc, login_tty, parse-duration.
23260
23261 2010-07-31  Bruno Haible  <bruno@clisp.org>
23262
23263         Improve doc in MODULES.html.
23264         * modules/linkat (Description): Add the word "function".
23265         * modules/mkfifo (Description): Likewise.
23266         * modules/mknod (Description): Likewise.
23267         * modules/remove (Description): Likewise.
23268         * modules/renameat (Description): Likewise.
23269         * modules/stat (Description): Likewise.
23270         * modules/symlink (Description): Likewise.
23271         * modules/unlink (Description): Likewise.
23272
23273 2010-07-31  Bruno Haible  <bruno@clisp.org>
23274
23275         ansi-c++-opt: Provide option --enable-c++/--disable-c++ when possible.
23276         * m4/ansi-c++.m4 (gl_CXX_CHOICE): In Autoconf 2.66 or newer, provide
23277         option --enable/disable-c++ instead of --enable/disable-cxx.
23278         * NEWS: Mention the change.
23279
23280 2010-07-31  Bruno Haible  <bruno@clisp.org>
23281
23282         readlink, areadlink: Relax test a bit.
23283         * tests/test-readlink.h (test_readlink): Accept EINVAL as an
23284         alternative to ENOTDIR.
23285         * tests/test-areadlink.h (test_areadlink): Likewise.
23286         Reported by Rainer Tammer.
23287
23288 2010-07-31  Bruno Haible  <bruno@clisp.org>
23289
23290         unistr/u8-strstr, unistr/u16-strstr: Optimize the one-character case.
23291         * lib/unistr/u-strstr.h (FUNC): When the needle contains only one
23292         character, perform the search using U_STRCHR.
23293         * lib/unistr/u8-strstr.c (U_STRMBTOUC): New macro.
23294         * lib/unistr/u16-strstr.c (U_STRMBTOUC): Likewise.
23295         * modules/unistr/u8-strstr (Depends-on): Add unistr/u8-strmbtouc.
23296         * modules/unistr/u16-strstr (Depends-on): Add unistr/u16-strmbtouc.
23297         Suggested by Paolo Bonzini.
23298
23299 2010-07-31  Bruno Haible  <bruno@clisp.org>
23300
23301         unistr/u*-strstr: Fix dependencies.
23302         * modules/unistr/u8-strstr (Depends-on): Add unistr/u8-strchr.
23303         * modules/unistr/u16-strstr (Depends-on): Add unistr/u16-strchr.
23304         * modules/unistr/u32-strstr (Depends-on): Add unistr/u32-strchr.
23305
23306 2010-07-31  Bruno Haible  <bruno@clisp.org>
23307
23308         unistr/u8-chr, unistr/u8-strchr: Optimize and add comments.
23309         * lib/unistr/u8-chr.c (u8_chr): Add comments. Remove a useless test at
23310         the beginning of the loop.
23311         * lib/unistr/u8-strchr.c (u8_strchr): Add comments. Don't fall through
23312         cases in 'switch' statement.
23313
23314         unistr/u8-strchr: Fix several bugs.
23315         * lib/unistr/u8-strchr.c (u8_strchr): Don't search beyond the end of
23316         the string. When not found, return NULL, not a pointer near the end.
23317
23318         More tests for unistr/u8-strchr.
23319         * tests/unistr/test-strchr.h (test_strchr): Renamed from main. Check
23320         that the function does not read past the first occurrence of the byte
23321         being searched.
23322         * tests/unistr/test-u8-strchr.c (main): New function, with more tests.
23323         * tests/unistr/test-u16-strchr.c (main): New function.
23324         * tests/unistr/test-u32-strchr.c (main): New function.
23325
23326 2010-07-31  Bruno Haible  <bruno@clisp.org>
23327
23328         posix-modules: Ignore backup files of documentation files.
23329         * posix-modules: grep only through files named *.texi.
23330
23331 2010-07-31  Bruno Haible  <bruno@clisp.org>
23332
23333         symlinkat: Fix documentation.
23334         * doc/posix-functions/readlinkat.texi: Fix module name.
23335
23336 2010-07-31  Bruno Haible  <bruno@clisp.org>
23337
23338         fchownat: Replace also when chown has the trailing slash bug.
23339         * m4/openat.m4 (gl_FUNC_FCHOWNAT): Move the test of REPLACE_CHOWN
23340         outside the gl_FUNC_FCHOWNAT_DEREF_BUG invocation. Fixes regression
23341         introduced on 2010-04-10.
23342         Reported by Rainer Tammer.
23343
23344 2010-07-31  Bruno Haible  <bruno@clisp.org>
23345
23346         linkat: Work around AIX 7.1 bug.
23347         * m4/linkat.m4 (gl_FUNC_LINKAT): Require AC_CANONICAL_HOST. Test
23348         whether linkat handles trailing slash correctly. If not, replace linkat
23349         and define LINKAT_TRAILING_SLASH_BUG.
23350         * lib/linkat.c (rpl_linkat): If LINKAT_TRAILING_SLASH_BUG is defined,
23351         check whether (fd1,file1) points to a directory if file1 or file2 ends
23352         in a slash. Code taken from lib/link.c.
23353         * doc/posix-functions/linkat.texi: Mention trailing slash bug.
23354         Reported by Rainer Tammer.
23355
23356 2010-07-31  Bruno Haible  <bruno@clisp.org>
23357
23358         Correctly determine whether pow is available in libc on AIX 7 with xlc.
23359         * m4/mathfunc.m4 (gl_MATHFUNC): Actually use the 'funcptr' variable.
23360         This disables an xlc optimization that was causing wrong test results.
23361         Reported by Rainer Tammer.
23362
23363 2010-07-31  Bruno Haible  <bruno@clisp.org>
23364
23365         iconv: Work around AIX 6.1..7.1 bug.
23366         * doc/posix-functions/iconv.texi: Mention AIX 6.1, 7.1 bug.
23367         * m4/iconv.m4 (AM_ICONV_LINK): Test against AIX 6.1, 7.1 bug. When
23368         cross-compiling, guess no on all versions of AIX.
23369         Reported by Rainer Tammer.
23370
23371 2010-07-31  Bruno Haible  <bruno@clisp.org>
23372
23373         readlink: Relax test a bit.
23374         * tests/test-readlink.h (test_readlink): Allow different errno value
23375         when readlink is called with a file name that ends in / and refers to
23376         a file.
23377         Suggested by Eric Blake.
23378         Reported by Rainer Tammer.
23379
23380 2010-07-31  Bruno Haible  <bruno@clisp.org>
23381
23382         copysign: Does not require -lm on glibc systems.
23383         * modules/copysign (configure.ac): Use gl_MATHFUNC, not
23384         gl_COMMON_DOUBLE_MATHFUNC.
23385         * m4/mathfunc.m4 (gl_COMMON_DOUBLE_MATHFUNC): Update comments.
23386
23387 2010-07-31  Bruno Haible  <bruno@clisp.org>
23388
23389         duplocale: Work around AIX 7.1 bug.
23390         * m4/duplocale.m4 (gl_FUNC_DUPLOCALE): Let the test fail also when
23391         duplocale(LC_GLOBAL_LOCALE) returns (locale_t)0.
23392         * lib/duplocale.c (rpl_duplocale): Update comment.
23393         * doc/posix-functions/duplocale.texi: Mention the AIX 7.1 bug.
23394         Reported by Rainer Tammer.
23395
23396 2010-07-30  Bruno Haible  <bruno@clisp.org>
23397
23398         dirfd: Avoid link error on AIX 7.1.
23399         * lib/dirent.in.h (dirfd): Use modern idiom with REPLACE_DIRFD.
23400         * m4/dirfd.m4 (gl_FUNC_DIRFD): If the function is declared but does not
23401         exist, set REPLACE_DIRFD.
23402         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize REPLACE_DIRFD.
23403         * modules/dirent (Makefile.am): Substitute REPLACE_DIRFD.
23404         * doc/posix-functions/dirfd.texi: Update.
23405         Reported by Rainer Tammer.
23406
23407 2010-07-30  Eric Blake  <eblake@redhat.com>
23408
23409         strtod: next round of AIX fixes
23410         * lib/strtod.c (strtod): Work around AIX bug of parsing p with no
23411         exponent.
23412         * tests/test-strtod.c (main): Enhance tests.
23413         * doc/posix-functions/strtod.texi (strtod): Document next bug.
23414         Reported by Rainer Tammer.
23415
23416         futimens: fix configure check
23417         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Use correct logic.
23418         Reported by Bruno Haible.
23419
23420 2010-07-30  Bruno Haible  <bruno@clisp.org>
23421
23422         getline: Update regarding AIX.
23423         * doc/posix-functions/getline.texi: Mention bug on AIX 7.1.
23424         Reported by Rainer Tammer.
23425
23426 2010-07-30  Bruno Haible  <bruno@clisp.org>
23427
23428         wcwidth: Drop replacement on AIX 7.
23429         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): When cross-compiling, guess yes on
23430         AIX 7.
23431         Reported by Rainer Tammer.
23432
23433 2010-07-30  Bruno Haible  <bruno@clisp.org>
23434
23435         strtok_r: Avoid triggering bug in AIX 7.1 xlc compiler.
23436         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Don't cast an invalid address to
23437         a 'char *'.
23438         Reported by Rainer Tammer.
23439
23440 2010-07-30  Bruno Haible  <bruno@clisp.org>
23441
23442         unlink: Update regarding AIX.
23443         * doc/posix-functions/unlink.texi: Mention bug on AIX 7.1.
23444         * m4/unlink.m4 (gl_FUNC_UNLINK): Update comment.
23445         Reported by Rainer Tammer.
23446
23447 2010-07-30  Bruno Haible  <bruno@clisp.org>
23448
23449         symlink: Update regarding AIX.
23450         * doc/posix-functions/symlink.texi: Mention bug on AIX 7.1.
23451         * m4/symlink.m4 (gl_FUNC_SYMLINK): Update comment.
23452         Reported by Rainer Tammer.
23453
23454 2010-07-30  Bruno Haible  <bruno@clisp.org>
23455
23456         strndup: Update regarding AIX.
23457         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, guess yes on
23458         AIX 7.
23459         Reported by Rainer Tammer.
23460
23461 2010-07-30  Bruno Haible  <bruno@clisp.org>
23462
23463         stat: Update regarding AIX.
23464         * doc/posix-functions/stat.texi: Mention bug on AIX 7.1.
23465         * m4/stat.m4 (gl_FUNC_STAT): Update comment.
23466         Reported by Rainer Tammer.
23467
23468 2010-07-30  Bruno Haible  <bruno@clisp.org>
23469
23470         truncl: Fix autoconf test.
23471         * m4/truncl.m4 (gl_FUNC_TRUNCL): Add TRUNCL_LIBM to LIBS while testing
23472         whether truncl works.
23473         Reported by Rainer Tammer.
23474
23475 2010-07-30  Bruno Haible  <bruno@clisp.org>
23476
23477         round: Update regarding AIX.
23478         * m4/round.m4 (gl_FUNC_ROUND): When cross-compiling, guess no on AIX 7.
23479         * doc/posix-functions/round.texi: Mention bug on AIX 7.1.
23480         Reported by Rainer Tammer.
23481
23482 2010-07-30  Bruno Haible  <bruno@clisp.org>
23483
23484         rename: Update regarding AIX.
23485         * doc/posix-functions/rename.texi: Mention bug on AIX 7.1.
23486         * m4/rename.m4 (gl_FUNC_RENAME): Update comment.
23487         Reported by Rainer Tammer.
23488
23489 2010-07-30  Bruno Haible  <bruno@clisp.org>
23490
23491         printf.m4: Update regarding AIX.
23492         * m4/printf.m4: Update comments regarding AIX.
23493         Reported by Rainer Tammer.
23494
23495 2010-07-30  Bruno Haible  <bruno@clisp.org>
23496
23497         iconv: Update regarding AIX.
23498         * m4/iconv.m4 (AM_ICONV_LINK): When cross-compiling, guess yes on
23499         AIX 7.
23500         Reported by Rainer Tammer.
23501
23502 2010-07-30  Bruno Haible  <bruno@clisp.org>
23503
23504         getopt: Update regarding AIX.
23505         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): When cross-compiling, guess
23506         no on AIX.
23507         * doc/posix-functions/getopt.texi: Mention that AIX has the optind bug.
23508         Reported by Rainer Tammer.
23509
23510 2010-07-30  Bruno Haible  <bruno@clisp.org>
23511
23512         ldexpl; Update regarding AIX.
23513         * m4/ldexpl.m4 (gl_FUNC_LDEXPL_WORKS): When cross-compiling, guess yes
23514         on AIX 7.
23515         Reported by Rainer Tammer.
23516
23517 2010-07-30  Bruno Haible  <bruno@clisp.org>
23518
23519         frexpl: Update regarding AIX.
23520         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): When cross-compiling, guess yes
23521         on AIX 7.
23522         Reported by Rainer Tammer.
23523
23524 2010-07-30  Bruno Haible  <bruno@clisp.org>
23525
23526         open, fopen: Update regarding AIX.
23527         * m4/open.m4 (gl_FUNC_OPEN): Adjust cross-compiling guess for AIX.
23528         * m4/fopen.m4 (gl_FUNC_FOPEN): Likewise.
23529         * doc/posix-functions/open.texi: Mention the trailing-slash bug on AIX.
23530         * doc/posix-functions/fopen.texi: Likewise.
23531         Reported by Rainer Tammer.
23532
23533 2010-07-30  Bruno Haible  <bruno@clisp.org>
23534
23535         chown: Update doc regarding AIX.
23536         * doc/posix-functions/chown.texi: Mention bug on AIX 7.1.
23537         * m4/chown.m4 (gl_FUNC_CHOWN): Update comment.
23538         Reported by Rainer Tammer.
23539
23540 2010-07-30  Eric Blake  <eblake@redhat.com>
23541
23542         strtod: fix bug in replacement function on AIX
23543         * lib/strtod.c (strtod): Special case broken "0x" parse in
23544         underlying strtod.
23545         * tests/test-strtod.c (main): Document AIX 7.1 bugs.
23546         * doc/posix-functions/strtod.texi (strtod): Likewise.
23547         Reported by Rainer Tammer.
23548
23549 2010-07-30  Bruno Haible  <bruno@clisp.org>
23550
23551         mbrlen: Fix cross-compilation guess for AIX.
23552         * m4/mbrlen.m4 (gl_MBRLEN_INCOMPLETE_STATE): Fix cross-compilation
23553         guess. Leftover from 2008-12-22.
23554
23555 2010-07-30  Bruno Haible  <bruno@clisp.org>
23556
23557         mbrtowc: Fix cross-compilation guess for AIX.
23558         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE): Fix cross-compilation
23559         guess. Leftover from 2008-12-21.
23560
23561 2010-07-29  Peter O'Gorman  <pogma@thewrittenword.com>  (tiny change)
23562
23563         init.sh: work around trap limitation of some shells
23564         * tests/init.sh (setup_): Move exit trap outside of shell function.
23565
23566 2010-07-29  Eric Blake  <eblake@redhat.com>
23567
23568         strtod: aid debugging
23569         * m4/strtod.m4(gl_FUNC_STRTOD): Use distinct exit status to aid
23570         understanding why strtod is rejected.
23571
23572 2010-07-28  Bruno Haible  <bruno@clisp.org>
23573
23574         unistr/u*-chr, unistr/u*-strchr: Fix link errors and warnings.
23575         * lib/unistr/u8-chr.c: Include <string.h>.
23576         * tests/unistr/test-u8-chr.c: Likewise.
23577         * tests/unistr/test-u16-chr.c: Likewise.
23578         * tests/unistr/test-u32-chr.c: Likewise.
23579         * tests/unistr/test-u8-strchr.c: Likewise.
23580         * tests/unistr/test-u16-strchr.c: Likewise.
23581         * tests/unistr/test-u32-strchr.c: Likewise.
23582         * modules/unistr/u8-chr-tests (Depends-on): Add unistr/u32-set.
23583         * modules/unistr/u16-chr-tests (Depends-on): Likewise.
23584         * modules/unistr/u8-strchr-tests (Depends-on): Likewise.
23585         * modules/unistr/u16-strchr-tests (Depends-on): Likewise.
23586
23587 2010-07-28  Bruno Haible  <bruno@clisp.org>
23588
23589         Use spaces for indentation, not tabs.
23590         * lib/**/*.[hcy] except lib/reg*.[hc]: Untabify.
23591
23592 2010-07-27  Bruno Haible  <bruno@clisp.org>
23593
23594         mbspcasecmp: Fix function specification.
23595         * lib/string.in.h (mbspcasecmp): Fix specification comment.
23596         * lib/mbspcasecmp.c (mbspcasecmp): Likewise.
23597         Reported by Eric Blake <eblake@redhat.com>.
23598
23599 2010-07-26  Paul R. Eggert  <eggert@cs.ucla.edu>
23600
23601         timespec: use cast and not conditional, as truncation isn't possible
23602         * lib/timespec.h (timespec_cmp): Use cast to pacify gcc -Wconversion
23603         instead of a conditional.  Comment about the situation in more detail.
23604         This undoes most of the 2009-10-29 patch.
23605
23606 2010-07-23  Paolo Bonzini  <pbonzini@redhat.com>
23607
23608         unistr/u8-chr, unistr/u8-strchr: use Boyer-Moore like algorithm.
23609         * lib/unistr/u8-chr.c: Add Boyer-Moore like operation.
23610         * lib/unistr/u8-strchr.c: Likewise.
23611         * modules/unistr/u8-chr: Depend on memchr.
23612
23613         unistr/u*-strchr: add tests
23614         * modules/unistr/u8-strchr-tests: New file.
23615         * modules/unistr/u16-strchr-tests: New file.
23616         * modules/unistr/u32-strchr-tests: New file.
23617         * tests/unistr/test-strchr.h: New file.
23618         * tests/unistr/test-u8-strchr.c: New file.
23619         * tests/unistr/test-u16-strchr.c: New file.
23620         * tests/unistr/test-u32-strchr.c: New file.
23621
23622         unistr/u*-chr: test multibyte sequences more
23623         * tests/unistr/test-chr.h: Do complete testing of the characters in the
23624         test vector.
23625         * tests/unistr/test-u8-chr.c (U_UCTOMB): Define.
23626         * tests/unistr/test-u16-chr.c (U_UCTOMB): Likewise.
23627         * tests/unistr/test-u32-chr.c (U_UCTOMB): Likewise.
23628
23629         unistr/u*-chr: test multibyte sequences
23630         * tests/unistr/test-chr.h: Put characters above 0-127 in the test input.
23631
23632         unistr/u*-chr: prepare for multibyte tests
23633         * modules/unistr/u8-chr-tests: Depend on u32-to-u8.
23634         * modules/unistr/u16-chr-tests: Depend on u32-to-u16.
23635         * tests/unistr/test-chr.h: Build initial version as UCS-4 then convert.
23636         * tests/unistr/test-u8-chr.c (U32_TO_U): Define.
23637         * tests/unistr/test-u16-chr.c (U32_TO_U): Likewise.
23638         * tests/unistr/test-u32-chr.c (U32_TO_U): Likewise.
23639
23640 2010-07-18  Bruno Haible  <bruno@clisp.org>
23641
23642         unistr/u8-strchr: Optimize non-ASCII argument case.
23643         * lib/unistr/u8-strchr.c (u8_strchr): Compare the last byte first,
23644         because the first byte often matches anyway.
23645         Reported by Pádraig Brady <P@draigbrady.com>.
23646
23647 2010-07-15  Karl Berry  <karl@gnu.org>
23648
23649         * config/srclist.txt (fdl.texi): only one copy, from gnustandards.
23650
23651 2010-07-14  Paul R. Eggert  <eggert@cs.ucla.edu>
23652
23653         getcwd: on Solaris, work better if ancestors are inaccessible
23654         * lib/getcwd.c (__getcwd): If getcwd returns EINVAL for zero
23655         buffer and size, try again with a large buffer.  This works better
23656         on Solaris, since its getcwd succeeds even if the path to the root
23657         is inaccessible, and this is helpful in common cases such as .zfs
23658         hidden directories.  Problem reported by J Chapman Flack in
23659         http://lists.gnu.org/archive/html/bug-tar/2010-06/msg00000.html
23660         Use system getcwd if it's declared, not merely if it's partly
23661         working; use the partly-working test only to avoid needless effort
23662         if the system getcwd fails.
23663         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Omit
23664         comment that was already obsolete and is now even more obsolete.
23665         * modules/getcwd (Depends-on): Depend on strdup, since __getcwd
23666         now might call strdup.
23667
23668 2010-07-13  Paul R. Eggert  <eggert@cs.ucla.edu>
23669
23670         pthread: Add enough so that coreutils/src/sort.c compiles.
23671         * lib/pthread.in.h: Add self to author comment.  Conditionalize on
23672         _GL_PTHREAD_H, not PTHREAD_H_, for consistency with the rest of
23673         gnulib. Include <sched.h> and <time.h>, as per POSIX.
23674         Include <sys/types.h>, in case it defines pthread_t.
23675         (pthread_t, pthread_attr_t, pthread_barrier_t, pthread_barrierattr_t):
23676         (pthread_cond_t, pthread_condattr_t, pthread_key_t, pthread_mutex_t):
23677         (pthread_mutexattr_t, pthread_once_t, pthread_rwlock_t):
23678         (pthread_rwlockattr_t, pthread_spinlock_t):
23679         New typedefs, if HAVE_PTHREAD_T is not defined.
23680         (PTHREAD_COND_INITIALIZER, PTHREAD_MUTEX_INITIALIZER):
23681         (PTHREAD_ONCE_INIT, PTHREAD_RWLOCK_INITIALIZER):
23682         (PTHREAD_BARRIER_SERIAL_THREAD, PTHREAD_CANCEL_DEFERRED):
23683         (PTHREAD_CANCEL_ASYNCHRONOUS, PTHREAD_CANCEL_ENABLE):
23684         (PTHREAD_CANCEL_DISABLE, PTHREAD_CANCELED, PTHREAD_CREATE_JOINABLE):
23685         (PTHREAD_CREATE_DETACHED, PTHREAD_INHERIT_SCHED):
23686         (PTHREAD_EXPLICIT_SCHED, PTHREAD_MUTEX_DEFAULT, PTHREAD_MUTEX_NORMAL):
23687         (PTHREAD_MUTEX_ERRORCHECK, PTHREAD_MUTEX_RECURSIVE):
23688         (PTHREAD_MUTEX_STALLED, PTHREAD_MUTEX_ROBUST, PTHREAD_PRIO_NONE):
23689         (PTHREAD_PRIO_INHERIT, PTHREAD_PRIO_PROTECT, PTHREAD_PROCESS_PRIVATE):
23690         (PTHREAD_PROCESS_SHARED, PTHREAD_SCOPE_SYSTEM, PTHREAD_SCOPE_PROCESS):
23691         New macros.
23692         (pthread_cond_destroy, pthread_cond_init, pthread_cond_signal):
23693         (pthread_cond_wait, pthread_exit, pthread_mutex_destroy):
23694         (pthread_mutex_init, pthread_mutex_lock, pthread_mutex_unlock):
23695         (pthread_spin_init, pthread_spin_lock, pthread_spin_trylock);
23696         (pthread_spin_unlock): New dummy functions.
23697         (pthread_create): Return EAGAIN; don't set errno.
23698         * m4/pthread.m4 (gl_PTHREAD_CHECK): Check for pthread_t, and
23699         require AC_C_INLINE.
23700         * modules/pthread (Depends-on): Add sched, time.
23701         (pthread.h): Use AM_V_GEN.
23702
23703 2010-07-13  Bruno Haible  <bruno@clisp.org>
23704
23705         striconveh: Don't malloc memory if the result buffer is sufficient.
23706         * lib/striconveh.c (mem_cd_iconveh_internal): Use the provided result
23707         buffer if its size is sufficient.
23708         Reported by Ludovic Courtès <ludo@gnu.org>.
23709
23710 2010-07-13  Bruno Haible  <bruno@clisp.org>
23711
23712         strtod: Add safety check.
23713         * lib/strtod.c (ldexp): Abort if this dummy replacement gets called.
23714
23715 2010-07-12  Bruno Haible  <bruno@clisp.org>
23716
23717         Unify tests that set gl_cv_func_ldexpl_no_libm.
23718         * m4/ldexpl.m4 (gl_CHECK_LDEXPL_NO_LIBM): New macro, extracted from
23719         gl_FUNC_LDEXPL.
23720         (gl_FUNC_LDEXPL): Invoke it.
23721         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
23722
23723 2010-07-12  Bruno Haible  <bruno@clisp.org>
23724
23725         Unify tests that set gl_cv_func_ldexp_no_libm.
23726         * m4/ldexp.m4: New file, based on m4/mathfunc.m4.
23727         * m4/strtod.m4 (gl_PREREQ_STRTOD): Require gl_CHECK_LDEXP_NO_LIBM.
23728         * modules/ldexp (Files): Remove m4/mathfunc.m4. Add m4/ldexp.m4.
23729         (configure.ac): Simply invoke gl_FUNC_LDEXP.
23730         * modules/strtod (Files): Add m4/ldexp.m4.
23731
23732 2010-07-12  Bruno Haible  <bruno@clisp.org>
23733
23734         Unify tests that set gl_cv_func_frexpl_no_libm.
23735         * m4/frexpl.m4 (gl_CHECK_FREXPL_NO_LIBM): New macro, extracted from
23736         gl_FUNC_FREXPL_NO_LIBM.
23737         (gl_FUNC_FREXPL, gl_FUNC_FREXPL_NO_LIBM): Invoke it.
23738         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
23739
23740 2010-07-12  Bruno Haible  <bruno@clisp.org>
23741
23742         Unify tests that set gl_cv_func_frexp_no_libm.
23743         * m4/frexp.m4 (gl_CHECK_FREXP_NO_LIBM): New macro, extracted from
23744         gl_FUNC_FREXP_NO_LIBM.
23745         (gl_FUNC_FREXP, gl_FUNC_FREXP_NO_LIBM): Require it.
23746         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Likewise.
23747
23748 2010-07-12  Paul R. Eggert  <eggert@cs.ucla.edu>
23749
23750         memcoll: clarify sizes versus lengths, document better, and tweak perf
23751         * lib/memcoll.c (strcoll_loop, memcoll0):
23752         Improve quality of descriptive comments.  Name variables
23753         consistently as to whether they are lengths (which do not include
23754         terminating null) versus sizes (which do).
23755         * lib/xmemcoll.c (xmemcoll0): Likewise.
23756         * lib/memcoll.c (strcoll_loop): Tweak the way that the diff is
23757         returned when s1size == 0; this is easier to compile and saves
23758         about 17% of memcoll's code space on x86-64 with GCC 4.1.2.
23759
23760 2010-07-12  Bruno Haible  <bruno@clisp.org>
23761
23762         Tests for module '_Exit'.
23763         * modules/_Exit-tests: New file.
23764         * tests/test-_Exit.sh: New file.
23765         * tests/test-_Exit.c: New file.
23766
23767         New module '_Exit'.
23768         * lib/stdlib.in.h (__attribute__): New macro.
23769         (_Exit): New declaration.
23770         * lib/_Exit.c: New file.
23771         * m4/_Exit.m4: New file.
23772         * m4/stdlib_h.m4 (gl_STDLIB_H): Check whether _Exit is declared.
23773         (gl_STDLIB_H_DEFAULTS): Initialize GNULIB__EXIT and HAVE__EXIT.
23774         * modules/stdlib (Makefile.am): Substitute GNULIB__EXIT and HAVE__EXIT.
23775         * modules/_Exit: New file.
23776         * tests/test-stdlib-c++.cc (_Exit): Check signature.
23777         * doc/posix-functions/_Exit_C99.texi: Mention the new module.
23778
23779 2010-07-12  Paul R. Eggert  <eggert@cs.ucla.edu>
23780
23781         strtod: make it more-accurate typically, and don't require libm
23782         * lib/strtod.c (_GL_ARG_NONNULL): Remove; no longer needed.
23783         Include limits.h.  Don't include string.h.
23784         (HAVE_LDEXP_IN_LIBC, HAVE_RAW_DECL_STRTOD): Define to 0 if not defined.
23785         (locale_isspace): New function, so that no casts are needed to
23786         check whether *s is a space.
23787         (ldexp): Provide an unused dummy if not available.
23788         (scale_radix_exp, parse_number, underlying_strtod): New functions.
23789         (strtod): Use them.  This implementation prefers to use the
23790         underlying strtod if available, falling back on our own code
23791         only to fix known bugs.  This is more likely to produce an
23792         accurate result.  Also, it avoids the use of libm functions.
23793         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't invoke _AC_LIBOBJ_STRTOD;
23794         no longer needed.  Invoke AC_LIBOBJ([strtod]); don't know why this
23795         was absent, but it caused a test failure with coreutils.
23796         (gl_PREREQ_STRTOD): Check wither ldexp can be used without linking
23797         with libm.
23798         * modules/strtod (Makefile.am, Link): libm is no longer needed.
23799         * modules/strtod-tests (Makefile.am): Likewise.
23800
23801 2010-07-11  Pádraig Brady  <P@draigBrady.com>
23802             Bruno Haible  <bruno@clisp.org>
23803
23804         unistr/u8-strchr: Optimize ASCII argument case.
23805         * lib/unistr/u8-strchr.c (u8_strchr): For ASCII arguments, use strchr.
23806
23807 2010-07-08  Paul Eggert  <eggert@cs.ucla.edu>
23808
23809         (x)memcoll: minor tweaks
23810         * lib/memcoll.c (strcoll_loop): Prefer the style where 'const'
23811         is after the type that it qualifies.
23812         (memcoll0): Likewise.
23813         * lib/memcoll.h (memcoll0): Likewise.
23814         * lib/xmemcoll.c (collate_error, xmemcoll0): Likewise.
23815         * lib/xmemcoll.h (xmemcoll0): Likewise.
23816         * lib/memcoll.c (memcoll0): Correct the comment.  This function
23817         differs from memcoll in that the NUL byte is part of the argument.
23818         Omit the abort-checks, as performance is a real issue here.  Plus,
23819         the checks were wrong anyway (an off-by-one error).  Omit local
23820         variable 'diff', as it's a bit clearer that way.
23821         * m4/memcoll.m4 (gl_MEMCOLL): Omit AC_FUNC_STRCOLL, as it's
23822         no longer needed.
23823
23824 2010-07-08  Chen Guo <chenguo4@yahoo.com>
23825
23826         (x)memcoll: speedup when input is known to be NUL delimited
23827         * lib/memcoll.c: Include stdlib.
23828         (memcoll0): New function.
23829         (strcoll_loop): New function, refactored for use in both memcoll
23830         and memcoll0.
23831         * lib/memcoll.h (memcoll0): Add prototype.
23832         * lib/xmemcoll.c (xmemcoll0): New function.
23833         (collate_error): New function, refactored for use in both xmemcoll
23834         and xmemcoll0.
23835         * lib/xmemcoll.h (xmemcoll0): Add prototype.
23836         * m4/memcoll.m4: add inline invocation.
23837
23838 2010-07-06  Pádraig Brady  <P@draigBrady.com>
23839
23840         * build-aux/bootstrap: Remove any local translations
23841         from the translation project synchronization directory,
23842         so that local only translations are not distributed.
23843
23844 2010-07-04  Bruno Haible  <bruno@clisp.org>
23845
23846         fsusage: Clarify which code applies to which platforms.
23847         * m4/fsusage.m4 (gl_FSUSAGE): Clarify which test succeeds on which
23848         platform.
23849         * lib/fsusage.c (get_fs_usage): Likewise.
23850
23851 2010-07-04  Bruno Haible  <bruno@clisp.org>
23852
23853         havelib: Fix bug when AC_LIB_FROMPACKAGE is used more than twice.
23854         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): Use m4_defn.
23855         Reported by Martin Lambers <marlam@marlam.de>.
23856
23857 2010-07-04  Jim Meyering  <meyering@redhat.com>
23858
23859         hash: once again explicitly disallow insertion of NULL
23860         * lib/hash.c (hash_insert0): Reinstate just-removed test:
23861         inserting a NULL pointer cannot work with these functions.
23862         Add a comment with details.
23863         This reverts part of the 2010-07-01 commit, 5bef1a35
23864         "hash: extend module to deal with non-pointer keys".
23865
23866 2010-07-01  Bruno Haible  <bruno@clisp.org>
23867
23868         stdbool: Update doc.
23869         * doc/posix-headers/stdbool.texi: Mention OpenBSD bug.
23870         Info from Christian Weisgerber <naddy@mips.inka.de>.
23871
23872 2010-07-01  Jim Meyering  <meyering@redhat.com>
23873
23874         hash: extend module to deal with non-pointer keys
23875         * lib/hash.c (hash_insert0): New interface, much like hash_insert
23876         but that allows insertion of non-pointer entries.
23877         Do not disallow an ENTRY value of NULL.
23878         (hash_insert): This is now just a thin wrapper.  Call hash_insert0.
23879         * lib/hash.h (hash_insert0): Declare.
23880
23881 2010-07-01  Christian Weisgerber  <naddy@mips.inka.de>  (tiny change)
23882
23883         gettext: Use AC_GNU_SOURCE as a fallback for AC_USE_SYSTEM_EXTENSIONS.
23884         * m4/fcntl-o.m4 (gl_FCNTL_O_FLAGS): When AC_USE_SYSTEM_EXTENSIONS is
23885         not present (i.e. with autoconf 2.59 and when using gettextize, not
23886         gnulib), require AC_GNU_SOURCE instead.
23887
23888 2010-07-01  Ian Beckwith  <ianb@erislabs.net>
23889
23890         idpriv-drop: Fix tests.
23891         * tests/test-idpriv-drop.su.sh: Refer to the test-idpriv-drop program,
23892         not to the test-idpriv-droptemp program.
23893
23894 2010-06-29  Bruno Haible  <bruno@clisp.org>
23895
23896         string: Fix syntax error with g++ 2.96.
23897         * lib/string.in.h (__pure__): Remove definition.
23898         (_GL_ATTRIBUTE_PURE): New macro.
23899         (memchr, memmem, memrchr, rawmemchr, strchrnul, strnlen, strpbrk,
23900         strstr, strcasestr): Use it instead of __attribute__ ((__pure__)).
23901         Reported by Christian Weisgerber <naddy@mips.inka.de>.
23902
23903 2010-06-28  Ian Beckwith  <ianb@erislabs.net>
23904
23905         unitypes: Fix bug introduced on 2010-05-18.
23906         * modules/unitypes (Files): Really add m4/libunistring-base.m4.
23907
23908 2010-06-22  Eric Blake  <eblake@redhat.com>
23909
23910         memmem: slight optimization
23911         * lib/str-two-way.h (critical_factorization): Update comments.
23912         Reduce work during factorization phase.
23913         Reported by Carlos Bueno <carlos@bueno.org>.
23914
23915 2010-06-21  Bruno Haible  <bruno@clisp.org>
23916
23917         Fix HAVE_CALLOC_POSIX misnomer.
23918         * lib/stdlib.in.h (calloc): Use REPLACE_CALLOC instead of
23919         !HAVE_CALLOC_POSIX.
23920         * m4/calloc.m4 (gl_REPLACE_CALLOC): Set REPLACE_CALLOC instead of
23921         HAVE_CALLOC_POSIX.
23922         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize REPLACE_CALLOC
23923         instead of HAVE_CALLOC_POSIX.
23924         * modules/stdlib (Makefile.am): Substitute REPLACE_CALLOC instead of
23925         HAVE_CALLOC_POSIX.
23926
23927         Use modern idiom for calloc() replacement.
23928         * modules/calloc (configure.ac): Invoke gl_FUNC_CALLOC_GNU instead of
23929         AC_FUNC_CALLOC.
23930         * m4/calloc.m4 (gl_FUNC_CALLOC_GNU): Renamed from AC_FUNC_CALLOC.
23931         Require gl_STDLIB_H_DEFAULTS. Invoke gl_REPLACE_CALLOC.
23932         (gl_FUNC_CALLOC_POSIX): Rely on gl_STDLIB_H_DEFAULTS to initialize
23933         HAVE_CALLOC_POSIX. Invoke gl_REPLACE_CALLOC.
23934         (gl_REPLACE_CALLOC): New macro.
23935
23936 2010-06-21  Bruno Haible  <bruno@clisp.org>
23937
23938         Fix HAVE_REALLOC_POSIX misnomer.
23939         * lib/stdlib.in.h (realloc): Use REPLACE_REALLOC instead of
23940         !HAVE_REALLOC_POSIX.
23941         * m4/realloc.m4 (gl_REPLACE_REALLOC): Set REPLACE_REALLOC instead of
23942         HAVE_REALLOC_POSIX.
23943         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize REPLACE_REALLOC
23944         instead of HAVE_REALLOC_POSIX.
23945         * modules/stdlib (Makefile.am): Substitute REPLACE_REALLOC instead of
23946         HAVE_REALLOC_POSIX.
23947
23948         Use modern idiom for realloc() replacement.
23949         * modules/realloc (configure.ac): Invoke gl_FUNC_REALLOC_GNU instead of
23950         AC_FUNC_REALLOC.
23951         * m4/realloc.m4 (gl_FUNC_REALLOC_GNU): New macro, mostly copied from
23952         Autoconf's AC_FUNC_REALLOC.
23953         (gl_FUNC_REALLOC_POSIX): Rely on gl_STDLIB_H_DEFAULTS to initialize
23954         HAVE_REALLOC_POSIX. Invoke gl_REPLACE_REALLOC.
23955         (gl_REPLACE_REALLOC): New macro.
23956         Reported by Richard Lloyd <richard.lloyd@connectinternetsolutions.com>.
23957
23958 2010-06-21  Bruno Haible  <bruno@clisp.org>
23959
23960         Fix HAVE_MALLOC_POSIX misnomer.
23961         * lib/stdlib.in.h (malloc): Use REPLACE_MALLOC instead of
23962         !HAVE_MALLOC_POSIX.
23963         * m4/malloc.m4 (gl_REPLACE_MALLOC): Set REPLACE_MALLOC instead of
23964         HAVE_MALLOC_POSIX.
23965         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize REPLACE_MALLOC
23966         instead of HAVE_MALLOC_POSIX.
23967         * modules/stdlib (Makefile.am): Substitute REPLACE_MALLOC instead of
23968         HAVE_MALLOC_POSIX.
23969
23970         Use modern idiom for malloc() replacement.
23971         * modules/malloc (configure.ac): Invoke gl_FUNC_MALLOC_GNU instead of
23972         AC_FUNC_MALLOC.
23973         * m4/malloc.m4 (gl_FUNC_MALLOC_GNU): New macro, mostly copied from
23974         Autoconf's AC_FUNC_MALLOC.
23975         (gl_FUNC_MALLOC_POSIX): Rely on gl_STDLIB_H_DEFAULTS to initialize
23976         HAVE_MALLOC_POSIX. Invoke gl_REPLACE_MALLOC.
23977         (gl_REPLACE_MALLOC): New macro.
23978         Reported by Richard Lloyd <richard.lloyd@connectinternetsolutions.com>.
23979
23980 2010-06-20  Richard Lloyd  <richard.lloyd@connectinternetsolutions.com>
23981
23982         stdio.in.h: fix compilation failure when using HP-UX 11's C compiler
23983         * lib/stdio.in.h: Remove excess _GL_CXXALIAS_RPL macro argument.
23984         This macro takes 3 arguments, not 4.
23985
23986 2010-06-15  Giuseppe Scrivano  <gscrivano@gnu.org>
23987
23988         ipv6: fix detection under mingw
23989         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Include <ws2tcpip.h> for struct
23990         in6_addr.
23991
23992 2010-06-14  Ben Pfaff  <blp@cs.stanford.edu>
23993
23994         * m4/strtod.m4 (gl_FUNC_STRTOD): Factor out common code.  Assume
23995         that strtod() works when cross-compiling to a glibc version known
23996         to work.
23997
23998 2010-06-15  Bruno Haible  <bruno@clisp.org>
23999
24000         * m4/strtod.m4 (gl_FUNC_STRTOD): Stop using AC_FUNC_STRTOD.
24001
24002 2010-06-15  René Berber  <r.berber@computer.org>  (tiny change)
24003
24004         select: Correct timeout.
24005         * lib/select.c (rpl_select): Compute wait_timeout correctly.
24006
24007 2010-06-14  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
24008
24009         git-version-gen: init shell var to avoid env var influence
24010         * build-aux/git-version-gen (v): Init shell var to empty.
24011
24012 2010-06-14  Paul Eggert  <eggert@cs.ucla.edu>
24013
24014         priv-set: Don't assume that priv.h exists merely because getppriv does.
24015         See Jan Andersen's bug report about AIX 5L in
24016         http://lists.gnu.org/archive/html/bug-tar/2010-06/msg00019.html
24017         * m4/priv-set.m4 (gl_PRIV_SET): Check for priv.h.
24018         * lib/priv-set.c: Do nothing unless HAVE_PRIV_H.
24019         * lib/priv-set.h: Likewise.
24020         * tests/test-priv-set.c: Likewise.
24021
24022 2010-06-13  Bruno Haible  <bruno@clisp.org>
24023
24024         relocatable: Make it easier to test whether to install wrappers.
24025         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): New automake conditional
24026         RELOCATABLE_VIA_WRAPPER.
24027
24028 2010-06-13  Bruno Haible  <bruno@clisp.org>
24029
24030         gnulib-tool: Display specified modules and dependencies differently.
24031         * gnulib-tool (func_show_module_list): New function.
24032         (func_import, func_create_testdir): Invoke it.
24033         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
24034
24035 2010-06-13  Bruno Haible  <bruno@clisp.org>
24036
24037         gnulib-tool: Align code of func_import and func_create_testdir.
24038         * gnulib-tool (func_create_testdir): Rename variable saved_modules to
24039         specified_modules.
24040
24041 2010-06-12  Jim Meyering  <meyering@redhat.com>
24042
24043         test-inttostr: avoid spurious failure on Solaris 9
24044         * tests/test-inttostr.c (main): Skip the test when snprintf fails
24045         to accept "%ju".  Reported by Bruno Haible.
24046
24047 2010-06-11  Jim Meyering  <meyering@redhat.com>
24048
24049         test-sys_socket: mark variables as used more readably
24050         * tests/test-sys_socket.c (main): Mark otherwise unused variables
24051         as "used" explicitly via (void) statement casts.  This is more
24052         readable than using them in an artificial return expression.
24053         Suggestion from Bruno Haible.
24054
24055 2010-06-11  Bruno Haible  <bruno@clisp.org>
24056
24057         Avoid some more warnings from "gcc -Wwrite-strings".
24058         * tests/test-argp.c (test_optional): Change 5th and 6th argument type
24059         to 'const char *'.
24060         * tests/test-c-strstr.c (main): Add 'const' to variable declaration.
24061         * tests/test-c-strcasestr.c (main): Likewise.
24062         * tests/test-mbscasestr1.c (main): Likewise.
24063         * tests/test-mbscasestr2.c (main): Likewise.
24064         * tests/test-memmem.c (main): Likewise.
24065         * tests/test-strstr.c (main): Likewise.
24066         * tests/test-strcasestr.c (main): Likewise.
24067
24068 2010-06-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24069
24070         init.sh: change framework_failure_ to fail with status 99, not 1
24071         * tests/init.sh (framework_failure_): Exit 99, not 1.  This informs
24072         automake's parallel-tests rule that this is an unexpected failure,
24073         even if the test is listed in XFAIL_TESTS.
24074
24075 2010-06-11  Jim Meyering  <meyering@redhat.com>
24076
24077         test-inttostr: avoid warnings about 4-6KB literal strings
24078         * tests/test-inttostr.c: Don't use <assert.h>.  Instead, ...
24079         Include "macros.h", for its definition of ASSERT.
24080         (CK): s/assert/ASSERT/
24081         * modules/inttostr-tests (Files): Add macros.h.
24082
24083         init.sh: don't use $ME_ or skip_ before they are defined
24084         * tests/init.sh: Hoist definitions of $ME_ and skip_ to precede
24085         their first uses.  Also hoist their companions: warn_, fail_,
24086         framework_failure_, $stderr_fileno.  Prompted by a patch from
24087         Stefano Lattarini.
24088
24089         test-sys_socket: avoid set-but-not-used warnings from gcc
24090         * tests/test-sys_socket.c (main): Use "i" and "x", in order to
24091         avoid warning about set-but-not-used variables.
24092
24093         test-xvasprintf: avoid 'const' discard warnings
24094         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Use
24095         "const" when assigning from literal strings.
24096         (test_xasprintf): Add "void" in function argument list to placate
24097         -Wstrict-prototypes and to be consistent with test_xvasprintf above.
24098
24099         tests: avoid compilation warnings in argmatch and exclude tests...
24100         in packages that define ARGMATCH_DIE_DECL, like coreutils.
24101         * tests/test-exclude.c [ARGMATCH_DIE_DECL]: Also declare the function.
24102         Since it always exits, declare with the "noreturn" attribute.
24103         * tests/test-argmatch.c: Likewise.
24104
24105         tests: avoid 'const' discard warnings in mbsstr tests
24106         * tests/test-mbsstr1.c (main): Add "const" to avoid trivial warning.
24107         * tests/test-mbsstr2.c (main): Likewise.
24108
24109         test-verify: avoid warning from gcc's -Wmissing-declarations
24110         * tests/test-verify.c (function): Declare to be static.
24111
24112         test-inttostr.c: include <string.h> for use of strcmp
24113         * tests/test-inttostr.c: Include <string.h> for strcmp declaration.
24114
24115         test-linkat: avoid failed assertion on "other" architectures
24116         * tests/test-linkat.c: Include <sys/stat.h>, for declarations of stat,
24117         lstat, mkdir.  Patch by John Rigby, to fix FTBFS on armel, powerpc,
24118         sparc: https://bugs.launchpad.net/bugs/591968
24119
24120 2010-06-11  Jim Meyering  <meyering@redhat.com>
24121
24122         printf.m4: avoid autoconf's "Expanded Before Required" warning
24123         * m4/printf.m4 (gl_SNPRINTF_RETVAL_C99): Define using AC_DEFUN_ONCE,
24124         rather than AC_DEFUN, to avoid the classic "Expanded Before Required"
24125         autoconf warning.
24126
24127 2010-06-10  Ben Pfaff  <blp@cs.stanford.edu>
24128
24129         Replacement header templates are now named with ".in", not "_".
24130         * doc/gnulib-intro.texi: Correct.
24131
24132 2010-06-10  Jim Meyering  <meyering@redhat.com>
24133
24134         inttostr-tests: depend on snprintf, not snprintf-posix
24135         * modules/inttostr-tests (Depends-on): Depend on snprintf, not
24136         snprintf-posix, to avoid this aclocal failure:
24137           missing file gnulib-tests/vasnprintf.c
24138           configure.ac:45: error: expected source file, required through \
24139           AC_LIBSOURCES, not found
24140
24141 2010-06-10  Jim Meyering  <meyering@redhat.com>
24142
24143         inttostr: add a new function, inttostr, and tests
24144         The namesake function was not available.  The existence of the
24145         template file, inttostr.c makes its addition nontrivial.
24146         * lib/anytostr.c: Rename from inttostr.c.
24147         (anytostr): Rename from inttostr.
24148         * lib/inttostr.c: New file.
24149         * modules/inttostr (Files): Add anytostr.c.
24150         (Makefile.am): Set lib_SOURCES instead of ...
24151         * m4/inttostr.m4: Remove uses of AC_LIBOBJ.
24152         * lib/imaxtostr.c: Update use.  s/inttostr/anytostr/
24153         * lib/offtostr.c: Likewise.
24154         * lib/uinttostr.c: Likewise.
24155         * lib/umaxtostr.c: Likewise.
24156         * modules/inttostr-tests: New file.
24157         * tests/test-inttostr.c: New file.  Test these functions.
24158
24159 2010-06-09  Ben Pfaff  <blp@cs.stanford.edu>
24160             Bruno Haible  <bruno@clisp.org>
24161
24162         Add "Extending Gnulib" chapter to manual.
24163         * doc/gnulib.texi (Writing Modules): Add cross-reference to new
24164         chapter.
24165         (Extending Gnulib): New chapter.
24166         * doc/gnulib-intro.texi (Openness): Add cross-reference to new
24167         chapter.
24168
24169 2010-06-09  Bruno Haible  <bruno@clisp.org>
24170
24171         Avoid relocwrapper link errors due to gnulib replacement functions.
24172         * lib/areadlink.c: Use the system's malloc, realloc functions.
24173         (areadlink): Set errno to ENOMEM explicitly.
24174         * modules/areadlink (Depends-on): Remove malloc-posix.
24175         Reported by Ben Pfaff <blp@cs.stanford.edu>.
24176
24177 2010-06-09  Bruno Haible  <bruno@clisp.org>
24178
24179         Avoid relocwrapper link errors due to gnulib replacement functions.
24180         * lib/canonicalize-lgpl.c: Use the system's malloc function.
24181         * lib/malloca.c: Likewise.
24182         * lib/relocatable.c: Likewise.
24183         * lib/progreloc.c: Use the system's malloc, sprintf functions.
24184         * lib/relocwrapper.c: Use the system's fprintf, malloc functions.
24185         * lib/setenv.c: Use the system's malloc, realloc functions.
24186         * lib/strerror.c: Use the system's sprintf function.
24187         Reported by Ben Pfaff <blp@cs.stanford.edu>.
24188
24189 2010-06-04  Bruno Haible  <bruno@clisp.org>
24190
24191         Prefer documented low-level autoconf macro names.
24192         * m4/lib-link.m4: Use m4_translit instead of translit.
24193         * m4/environ.m4: Likewise.
24194         * m4/mathfunc.m4: Likewise.
24195         * m4/onceonly.m4: Likewise.
24196         * m4/stdint.m4: Likewise.
24197         Suggested by Eric Blake.
24198
24199 2010-06-04  Martin Lambers  <marlam@marlam.de>
24200             Bruno Haible  <bruno@clisp.org>
24201
24202         havelib: Allow library names with '+' characters.
24203         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
24204         AC_LIB_FROMPACKAGE, AC_LIB_LINKFLAGS_BODY): Convert '+' in name to '_'.
24205
24206 2010-06-09  Bruno Haible  <bruno@clisp.org>
24207
24208         Module setenv does not depend on 'malloc-posix', 'realloc-posix'.
24209         * lib/setenv.c (__add_to_environ): Set errno to ENOMEM when malloc or
24210         realloc failed.
24211
24212 2010-06-08  Peter Simons  <simons@cryp.to>
24213
24214         maint.mk: make the news-check rule more configurable
24215         * top/maint.mk (news-check-lines-spec): New variable.
24216         (news-check): Use "sed -n 1,10p" in place of "head".
24217
24218 2010-06-07  Jim Meyering  <meyering@redhat.com>
24219
24220         do-release-commit-and-tag: fix typo in --help
24221         * build-aux/do-release-commit-and-tag (Usage): Fix typo in --help.
24222
24223         regex: avoid new dead-code warning with gcc-4.6.0
24224         * lib/regex_internal.c (re_string_reconstruct): #if-0-out a dead
24225         if-block containing a while-loop.  It's been unused for at least
24226         5 years.
24227
24228 2010-06-05  Bruno Haible  <bruno@clisp.org>
24229
24230         * doc/posix-functions/strcoll.texi: Mention Solaris limitation.
24231         Reported by River Tarnell <river.tarnell@wikimedia.de> via Eric Blake.
24232
24233 2010-06-04  Bruno Haible  <bruno@clisp.org>
24234
24235         Update to GNU gettext 0.18.1.
24236         * modules/gettext (configure.ac): Require gettext infrastructure from
24237         version 0.18.1.
24238
24239 2010-06-03  Bruno Haible  <bruno@clisp.org>
24240
24241         Don't use AC_LIBOBJ with file names in subdirectories.
24242         * m4/libunistring-base.m4 (gl_LIBUNISTRING_MODULE): Renamed from
24243         gl_LIBUNISTRING_LIBSOURCE. Take a module name as argument, not a file
24244         name. Define an automake conditional. Don't invoke AC_LIBOBJ.
24245         * m4/libunistring.m4 (gl_LIBUNISTRING): Update AC_BEFORE invocation.
24246         * modules/uni*/* (configure.ac): Use gl_LIBUNISTRING_MODULE instead of
24247         gl_LIBUNISTRING_LIBSOURCE.
24248         (Makefile.am): Augment lib_SOURCES here, conditionally.
24249         * NEWS: Drop requirement for Automake option 'subdir-objects'.
24250
24251 2010-06-03  Bruno Haible  <bruno@clisp.org>
24252
24253         Simplify gl_LIBUNISTRING_VERSION_CMP expansion.
24254         * m4/libunistring-base.m4 (gl_LIBUNISTRING_VERSION_CMP): Ensure
24255         expansion does not end with a newline.
24256         (gl_LIBUNISTRING_LIBSOURCE, gl_LIBUNISTRING_LIBHEADER): Avoid
24257         unnecessary newline.
24258
24259 2010-06-03  Bruno Haible  <bruno@clisp.org>
24260
24261         Reduce dependencies.
24262         * tests/test-quotearg.h: New file, extracted from
24263         tests/test-quotearg.c.
24264         * tests/test-quotearg-simple.c: New file, extracted from
24265         tests/test-quotearg.c.
24266         * tests/test-quotearg.c: Don't include <ctype.h>.
24267         (struct result_strings, struct result_groups, LQ, RQ, LQ_ENC, RQ_ENC,
24268         RQ_ESC, inputs, compare, use_quotearg_buffer, use_quotearg,
24269         use_quote_double_quotes, use_quotearg_colon): Moved to
24270         tests/test-quotearg.h.
24271         (results_g, flag_results, custom_quotes, custom_results): Moved
24272         to tests/test-quotearg-simple.c.
24273         (main): Moved the part that does not depend on gettext to
24274         tests/test-quotearg-simple.c. Return 77 if the test cannot be
24275         performed.
24276         * modules/quotearg-simple: New file.
24277         * modules/quotearg-simple-tests: New file.
24278         * modules/quotearg (Depends-on): Add quotearg-simple.
24279         * modules/quotearg-tests (Status): Mark as gettext-dependent-test.
24280         (Files): Add tests/test-quotearg.h.
24281         Reported by Paolo Bonzini.
24282
24283 2010-06-03  Bruno Haible  <bruno@clisp.org>
24284
24285         Reduce dependencies.
24286         * modules/acl (Depends-on): Add gettext-h. Remove gettext.
24287
24288 2010-06-03  Bruno Haible  <bruno@clisp.org>
24289
24290         time: Undefine more broken macros.
24291         * lib/time.in.h: Undefine broken localtime_r and gmtime_r macros only
24292         for pthread-win32. Undefine also asctime_r, ctime_r, rand_r, strtok_r.
24293         Reported by Eric Blake.
24294
24295 2010-06-03  Bruno Haible  <bruno@clisp.org>
24296
24297         Choose among AC_DEFUN_ONCE, AC_DEFUN in a way that aclocal understands.
24298         * m4/iconv.m4 (gl_iconv_AC_DEFUN): New macro.
24299         (AM_ICONV): Define it through gl_iconv_AC_DEFUN.
24300         * m4/libunistring.m4 (gl_libunistring_AC_DEFUN): New macro.
24301         (gl_LIBUNISTRING): Define it through gl_libunistring_AC_DEFUN.
24302         Reported by Ludovic Courtès <ludo@gnu.org>.
24303
24304 2010-06-02  Eric Blake  <eblake@redhat.com>
24305
24306         time: work with mingw + pthreads-win32 library
24307         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Set new variable
24308         if timespec is defined only in pthread.h.
24309         * modules/time (Makefile.am): Substitute it.
24310         * lib/time.in.h (!TIME_H_DEFINES_STRUCT_TIMESPEC): Include
24311         <pthread.h>, when needed.
24312         (GNULIB_TIME_R): Undefine broken localtime_r and gmtime_r macros
24313         from the library.
24314
24315 2010-05-31  Bruno Haible  <bruno@clisp.org>
24316
24317         Avoid expanding two macros in the wrong order.
24318         * m4/libunistring-base.m4 (gl_LIBUNISTRING_LIB_PREPARE): Require
24319         gl_LIBUNISTRING if it is defined.
24320         * m4/libunistring.m4 (gl_LIBUNISTRING): Define using AC_DEFUN_ONCE for
24321         autoconf >= 2.64.
24322         Reported by Ludovic Courtès <ludo@gnu.org>.
24323
24324 2010-05-27  Jim Meyering  <meyering@redhat.com>
24325
24326         maint.mk: also prohibit "#undef" of always-defined symbols
24327         * top/maint.mk (def_sym_regex): Handle #undef as well as #define.
24328         Allow more than one space before the symbol name.
24329         (sc_prohibit_always-defined_macros): Use grep's -E, now that
24330         the regexp uses alternation.
24331
24332 2010-05-26  Eric Blake  <eblake@redhat.com>
24333
24334         maint.mk: avoid echo -e
24335         * top/maint.mk (gzip_rsyncable, _ignore_case, _sc_say_and_exit):
24336         Convert all uses of echo -* to printf.
24337         Reported by Matthias Bolte.
24338
24339 2010-05-25  Bruno Haible  <bruno@clisp.org>
24340
24341         Update to GNU gettext 0.18, part 2.
24342         * build-aux/po/Makefile.in.in: Update to GNU gettext 0.18.
24343         Reported by Martin von Gagern <Martin.vGagern@gmx.net>.
24344
24345 2010-05-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24346
24347         Add missing include in test-pwrite.c.
24348         * tests/test-pwrite.c: Include string.h, for strcmp.
24349
24350 2010-05-24  Bruno Haible  <bruno@clisp.org>
24351
24352         * NEWS: Mention requirement for Automake option 'subdir-objects'.
24353
24354 2010-05-24  Bruno Haible  <bruno@clisp.org>
24355
24356         Don't use conversion with transliteration in u{8,16,32}_strcoll.
24357         * lib/unistr/u-strcoll.h (FUNC): Use U_STRCONV_TO_ENCODING with
24358         iconveh_error argument.
24359         * lib/unistr/u8-strcoll.c: Define U_STRCONV_TO_ENCODING instead of
24360         U_STRCONV_TO_LOCALE.
24361         * lib/unistr/u16-strcoll.c: Likewise.
24362         * lib/unistr/u32-strcoll.c: Likewise.
24363         * modules/unistr/u8-strcoll (Depends-on): Add
24364         uniconv/u8-strconv-to-enc, localcharset. Remove
24365         uniconv/u8-strconv-to-locale.
24366         (configure.ac): Bump version number.
24367         * modules/unistr/u16-strcoll (Depends-on): Add
24368         uniconv/u16-strconv-to-enc, localcharset. Remove
24369         uniconv/u16-strconv-to-locale.
24370         (configure.ac): Bump version number.
24371         * modules/unistr/u32-strcoll (Depends-on): Add
24372         uniconv/u32-strconv-to-enc, localcharset. Remove
24373         uniconv/u32-strconv-to-locale.
24374         (configure.ac): Bump version number.
24375
24376 2010-05-24  Bruno Haible  <bruno@clisp.org>
24377
24378         Avoid a test failure on NetBSD 5.0.
24379         * tests/test-striconveh.c (main): On NetBSD, skip a test that triggers
24380         an iconv() bug.
24381
24382 2010-05-24  Bruno Haible  <bruno@clisp.org>
24383
24384         Adjust #include directive style.
24385         * modules/regex (Includes): Recommend to write <regex.h>.
24386
24387 2010-05-24  Bruno Haible  <bruno@clisp.org>
24388
24389         regex: Don't require alloca.
24390         * modules/regex (Depends-on): Remove alloca. Add alloca-opt.
24391         * lib/regex_internal.h (alloca): Ensure it's defined even if we call it
24392         only inside if (0).
24393
24394 2010-05-23  Jim Meyering  <meyering@redhat.com>
24395
24396         test-renameat.c: include <sys/stat.h>
24397         * tests/test-renameat.c: Include <sys/stat.h>; required for
24398         definition of S_IS* macros.
24399
24400 2010-05-23  Ben Pfaff  <blp@cs.stanford.edu>
24401
24402         Update maintainer documentation for 'relocatable-prog' module.
24403         * doc/relocatable-maint.texi: Update.
24404         Comments by Bruno Haible.
24405
24406 2010-05-23  Bruno Haible  <bruno@clisp.org>
24407
24408         git-merge-changelog: Enable --split-merged-entry by default.
24409         * lib/git-merge-changelog.c (main): Set split_merged_entry to true.
24410         (usage): Don't mention this option any more.
24411         Reported by Ralf Wildenhues.
24412
24413 2010-05-23  Jim Meyering  <meyering@redhat.com>
24414
24415         test-pwrite: do not leave behind a test file named "out"
24416         Revert commit d8fa18472a54c1cb2674c296b3d82443f234d5f7.
24417         The trivial-looking use of init.sh is really necessary.
24418         It ensures that the temporary file, "out", is created in
24419         a temporary directory, and removed upon termination.
24420         * tests/test-pwrite.sh: Re-add file.
24421         * modules/pwrite-tests: Reference it.
24422
24423 2010-05-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24424
24425         Fix output redirection buglet in init.sh.
24426         * tests/init.sh: Fix redirection of stderr.
24427
24428 2010-05-20  Simon Josefsson  <simon@josefsson.org>
24429
24430         * modules/valgrind-tests (configure.ac): Invoke gl_VALGRIND_TESTS.
24431
24432 2010-05-17  Simon Josefsson  <simon@josefsson.org>
24433
24434         * modules/valgrind-tests: New file.
24435         * m4/valgrind-tests.m4: New file.
24436         * doc/valgrind-tests.texi: New file.
24437         * doc/gnulib.texi (Running self-tests under valgrind): New
24438         section.
24439
24440 2010-05-19  Bruno Haible  <bruno@clisp.org>
24441
24442         Clean up dead code in recent commit.
24443         * m4/libunistring-base.m4 (gl_LIBUNISTRING_VERSION_CMP): Include the
24444         body of gl_LIBUNISTRING_VERSION_CMP_ORIG as fallback.
24445         (gl_LIBUNISTRING_VERSION_CMP_ORIG): Remove macro.
24446         Suggested by Paolo Bonzini.
24447
24448 2010-05-19  Bruno Haible  <bruno@clisp.org>
24449
24450         Avoid valgrind error reports from libunistring.
24451         * lib/libunistring.valgrind: New file, based on lib/malloca.valgrind.
24452         * modules/libunistring (Files): Add it.
24453         * modules/libunistring-optional (Files): Likewise.
24454
24455 2010-05-18  Paolo Bonzini  <bonzini@gnu.org>
24456             Bruno Haible  <bruno@clisp.org>
24457
24458         New module 'libunistring-optional'.
24459         * modules/libunistring-optional: New file.
24460         * m4/libunistring-base.m4: New file.
24461         * m4/libunistring-optional.m4: New file.
24462         * lib/unicase.in.h: Renamed from lib/unicase.h.
24463         * lib/uniconv.in.h: Renamed from lib/uniconv.h.
24464         * lib/unictype.in.h: Renamed from lib/unictype.h.
24465         * lib/unilbrk.in.h: Renamed from lib/unilbrk.h.
24466         * lib/uniname.in.h: Renamed from lib/uniname.h.
24467         * lib/uninorm.in.h: Renamed from lib/uninorm.h.
24468         * lib/unistdio.in.h: Renamed from lib/unistdio.h.
24469         * lib/unistr.in.h: Renamed from lib/unistr.h.
24470         * lib/unitypes.in.h: Renamed from lib/unitypes.h.
24471         * lib/uniwbrk.in.h: Renamed from lib/uniwbrk.h.
24472         * lib/uniwidth.in.h: Renamed from lib/uniwidth.h.
24473         * m4/libunistring.m4 (gl_LIBUNISTRING_CORE): Renamed from
24474         gl_LIBUNISTRING. If the library was found, determine the installed
24475         version and set LIBUNISTRING_VERSION.
24476         (gl_LIBUNISTRING): New macro, as a wrapper arount it. Document that it
24477         sets LIBUNISTRING_VERSION. If the module libunistring-optional is used,
24478         handle a configuration option --with-included-libunistring.
24479         * modules/libunistring (Files): Add m4/absolute-header.m4.
24480         * modules/unicase/base (Files): Use unicase.in.h instead of unicase.h.
24481         Add m4/libunistring-base.m4.
24482         (configure.ac): Invoke gl_LIBUNISTRING_LIBHEADER.
24483         (Makefile.am): Build unicase.h from unicase.in.h.
24484         * modules/uniconv/base (Files): Use uniconv.in.h instead of uniconv.h.
24485         Add m4/libunistring-base.m4.
24486         (configure.ac): Invoke gl_LIBUNISTRING_LIBHEADER.
24487         (Makefile.am): Build uniconv.h from uniconv.in.h.
24488         * modules/unictype/base (Files): Use unictype.in.h instead of
24489         unictype.h. Add m4/libunistring-base.m4.
24490         (configure.ac): Invoke gl_LIBUNISTRING_LIBHEADER.
24491         (Makefile.am): Build unictype.h from unictype.in.h.
24492         * modules/unilbrk/base (Files): Use unilbrk.in.h instead of unilbrk.h.
24493         Add m4/libunistring-base.m4.
24494         (configure.ac): Invoke gl_LIBUNISTRING_LIBHEADER.
24495         (Makefile.am): Build unilbrk.h from unilbrk.in.h.
24496         * modules/uniname/base (Files): Use uniname.in.h instead of uniname.h.
24497         Add m4/libunistring-base.m4.
24498         (configure.ac): Invoke gl_LIBUNISTRING_LIBHEADER.
24499         (Makefile.am): Build uniname.h from uniname.in.h.
24500         * modules/uninorm/base (Files): Use uninorm.in.h instead of uninorm.h.
24501         Add m4/libunistring-base.m4.
24502         (configure.ac): Invoke gl_LIBUNISTRING_LIBHEADER.
24503         (Makefile.am): Build uninorm.h from uninorm.in.h.
24504         * modules/unistdio/base (Files): Use unistdio.in.h instead of
24505         unistdio.h. Add m4/libunistring-base.m4.
24506         (configure.ac): Invoke gl_LIBUNISTRING_LIBHEADER.
24507         (Makefile.am): Build unistdio.h from unistdio.in.h.
24508         * modules/unistr/base (Files): Use unistr.in.h instead of unistr.h.
24509         Add m4/libunistring-base.m4.
24510         (configure.ac): Invoke gl_LIBUNISTRING_LIBHEADER.
24511         (Makefile.am): Build unistr.h from unistr.in.h.
24512         * modules/unitypes (Files): Use unitypes.in.h instead of unitypes.h.
24513         Add m4/libunistring-base.m4.
24514         (configure.ac): Invoke gl_LIBUNISTRING_LIBHEADER.
24515         (Makefile.am): Build unitypes.h from unitypes.in.h.
24516         * modules/uniwbrk/base (Files): Use uniwbrk.in.h instead of uniwbrk.h.
24517         Add m4/libunistring-base.m4.
24518         (configure.ac): Invoke gl_LIBUNISTRING_LIBHEADER.
24519         (Makefile.am): Build uniwbrk.h from uniwbrk.in.h.
24520         * modules/uniwidth/base (Files): Use uniwidth.in.h instead of
24521         uniwidth.h. Add m4/libunistring-base.m4.
24522         (configure.ac): Invoke gl_LIBUNISTRING_LIBHEADER.
24523         (Makefile.am): Build uniwidth.h from uniwidth.in.h.
24524         * modules/unicase/empty-prefix-context: Use gl_LIBUNISTRING_LIBSOURCE
24525         instead of augmenting lib_SOURCES.
24526         * modules/unicase/empty-suffix-context: Likewise.
24527         * modules/unicase/locale-language: Likewise.
24528         * modules/unicase/tolower: Likewise.
24529         * modules/unicase/totitle: Likewise.
24530         * modules/unicase/toupper: Likewise.
24531         * modules/unicase/u8-casecmp: Likewise.
24532         * modules/unicase/u8-casecoll: Likewise.
24533         * modules/unicase/u8-casefold: Likewise.
24534         * modules/unicase/u8-casexfrm: Likewise.
24535         * modules/unicase/u8-ct-casefold: Likewise.
24536         * modules/unicase/u8-ct-tolower: Likewise.
24537         * modules/unicase/u8-ct-totitle: Likewise.
24538         * modules/unicase/u8-ct-toupper: Likewise.
24539         * modules/unicase/u8-is-cased: Likewise.
24540         * modules/unicase/u8-is-casefolded: Likewise.
24541         * modules/unicase/u8-is-lowercase: Likewise.
24542         * modules/unicase/u8-is-titlecase: Likewise.
24543         * modules/unicase/u8-is-uppercase: Likewise.
24544         * modules/unicase/u8-prefix-context: Likewise.
24545         * modules/unicase/u8-suffix-context: Likewise.
24546         * modules/unicase/u8-tolower: Likewise.
24547         * modules/unicase/u8-totitle: Likewise.
24548         * modules/unicase/u8-toupper: Likewise.
24549         * modules/unicase/u16-casecmp: Likewise.
24550         * modules/unicase/u16-casecoll: Likewise.
24551         * modules/unicase/u16-casefold: Likewise.
24552         * modules/unicase/u16-casexfrm: Likewise.
24553         * modules/unicase/u16-ct-casefold: Likewise.
24554         * modules/unicase/u16-ct-tolower: Likewise.
24555         * modules/unicase/u16-ct-totitle: Likewise.
24556         * modules/unicase/u16-ct-toupper: Likewise.
24557         * modules/unicase/u16-is-cased: Likewise.
24558         * modules/unicase/u16-is-casefolded: Likewise.
24559         * modules/unicase/u16-is-lowercase: Likewise.
24560         * modules/unicase/u16-is-titlecase: Likewise.
24561         * modules/unicase/u16-is-uppercase: Likewise.
24562         * modules/unicase/u16-prefix-context: Likewise.
24563         * modules/unicase/u16-suffix-context: Likewise.
24564         * modules/unicase/u16-tolower: Likewise.
24565         * modules/unicase/u16-totitle: Likewise.
24566         * modules/unicase/u16-toupper: Likewise.
24567         * modules/unicase/u32-casecmp: Likewise.
24568         * modules/unicase/u32-casecoll: Likewise.
24569         * modules/unicase/u32-casefold: Likewise.
24570         * modules/unicase/u32-casexfrm: Likewise.
24571         * modules/unicase/u32-ct-casefold: Likewise.
24572         * modules/unicase/u32-ct-tolower: Likewise.
24573         * modules/unicase/u32-ct-totitle: Likewise.
24574         * modules/unicase/u32-ct-toupper: Likewise.
24575         * modules/unicase/u32-is-cased: Likewise.
24576         * modules/unicase/u32-is-casefolded: Likewise.
24577         * modules/unicase/u32-is-lowercase: Likewise.
24578         * modules/unicase/u32-is-titlecase: Likewise.
24579         * modules/unicase/u32-is-uppercase: Likewise.
24580         * modules/unicase/u32-prefix-context: Likewise.
24581         * modules/unicase/u32-suffix-context: Likewise.
24582         * modules/unicase/u32-tolower: Likewise.
24583         * modules/unicase/u32-totitle: Likewise.
24584         * modules/unicase/u32-toupper: Likewise.
24585         * modules/unicase/ulc-casecmp: Likewise.
24586         * modules/unicase/ulc-casecoll: Likewise.
24587         * modules/unicase/ulc-casexfrm: Likewise.
24588         * modules/uniconv/u8-conv-from-enc: Likewise.
24589         * modules/uniconv/u8-conv-to-enc: Likewise.
24590         * modules/uniconv/u8-strconv-from-enc: Likewise.
24591         * modules/uniconv/u8-strconv-from-locale: Likewise.
24592         * modules/uniconv/u8-strconv-to-enc: Likewise.
24593         * modules/uniconv/u8-strconv-to-locale: Likewise.
24594         * modules/uniconv/u16-conv-from-enc: Likewise.
24595         * modules/uniconv/u16-conv-to-enc: Likewise.
24596         * modules/uniconv/u16-strconv-from-enc: Likewise.
24597         * modules/uniconv/u16-strconv-from-locale: Likewise.
24598         * modules/uniconv/u16-strconv-to-enc: Likewise.
24599         * modules/uniconv/u16-strconv-to-locale: Likewise.
24600         * modules/uniconv/u32-conv-from-enc: Likewise.
24601         * modules/uniconv/u32-conv-to-enc: Likewise.
24602         * modules/uniconv/u32-strconv-from-enc: Likewise.
24603         * modules/uniconv/u32-strconv-from-locale: Likewise.
24604         * modules/uniconv/u32-strconv-to-enc: Likewise.
24605         * modules/uniconv/u32-strconv-to-locale: Likewise.
24606         * modules/unictype/bidicategory-byname: Likewise.
24607         * modules/unictype/bidicategory-name: Likewise.
24608         * modules/unictype/bidicategory-of: Likewise.
24609         * modules/unictype/bidicategory-test: Likewise.
24610         * modules/unictype/block-list: Likewise.
24611         * modules/unictype/block-test: Likewise.
24612         * modules/unictype/category-C: Likewise.
24613         * modules/unictype/category-Cc: Likewise.
24614         * modules/unictype/category-Cf: Likewise.
24615         * modules/unictype/category-Cn: Likewise.
24616         * modules/unictype/category-Co: Likewise.
24617         * modules/unictype/category-Cs: Likewise.
24618         * modules/unictype/category-L: Likewise.
24619         * modules/unictype/category-Ll: Likewise.
24620         * modules/unictype/category-Lm: Likewise.
24621         * modules/unictype/category-Lo: Likewise.
24622         * modules/unictype/category-Lt: Likewise.
24623         * modules/unictype/category-Lu: Likewise.
24624         * modules/unictype/category-M: Likewise.
24625         * modules/unictype/category-Mc: Likewise.
24626         * modules/unictype/category-Me: Likewise.
24627         * modules/unictype/category-Mn: Likewise.
24628         * modules/unictype/category-N: Likewise.
24629         * modules/unictype/category-Nd: Likewise.
24630         * modules/unictype/category-Nl: Likewise.
24631         * modules/unictype/category-No: Likewise.
24632         * modules/unictype/category-P: Likewise.
24633         * modules/unictype/category-Pc: Likewise.
24634         * modules/unictype/category-Pd: Likewise.
24635         * modules/unictype/category-Pe: Likewise.
24636         * modules/unictype/category-Pf: Likewise.
24637         * modules/unictype/category-Pi: Likewise.
24638         * modules/unictype/category-Po: Likewise.
24639         * modules/unictype/category-Ps: Likewise.
24640         * modules/unictype/category-S: Likewise.
24641         * modules/unictype/category-Sc: Likewise.
24642         * modules/unictype/category-Sk: Likewise.
24643         * modules/unictype/category-Sm: Likewise.
24644         * modules/unictype/category-So: Likewise.
24645         * modules/unictype/category-Z: Likewise.
24646         * modules/unictype/category-Zl: Likewise.
24647         * modules/unictype/category-Zp: Likewise.
24648         * modules/unictype/category-Zs: Likewise.
24649         * modules/unictype/category-and: Likewise.
24650         * modules/unictype/category-and-not: Likewise.
24651         * modules/unictype/category-byname: Likewise.
24652         * modules/unictype/category-name: Likewise.
24653         * modules/unictype/category-none: Likewise.
24654         * modules/unictype/category-of: Likewise.
24655         * modules/unictype/category-or: Likewise.
24656         * modules/unictype/category-test: Likewise.
24657         * modules/unictype/combining-class: Likewise.
24658         * modules/unictype/ctype-alnum: Likewise.
24659         * modules/unictype/ctype-alpha: Likewise.
24660         * modules/unictype/ctype-blank: Likewise.
24661         * modules/unictype/ctype-cntrl: Likewise.
24662         * modules/unictype/ctype-digit: Likewise.
24663         * modules/unictype/ctype-graph: Likewise.
24664         * modules/unictype/ctype-lower: Likewise.
24665         * modules/unictype/ctype-print: Likewise.
24666         * modules/unictype/ctype-punct: Likewise.
24667         * modules/unictype/ctype-space: Likewise.
24668         * modules/unictype/ctype-upper: Likewise.
24669         * modules/unictype/ctype-xdigit: Likewise.
24670         * modules/unictype/decimal-digit: Likewise.
24671         * modules/unictype/digit: Likewise.
24672         * modules/unictype/mirror: Likewise.
24673         * modules/unictype/numeric: Likewise.
24674         * modules/unictype/property-alphabetic: Likewise.
24675         * modules/unictype/property-ascii-hex-digit: Likewise.
24676         * modules/unictype/property-bidi-arabic-digit: Likewise.
24677         * modules/unictype/property-bidi-arabic-right-to-left: Likewise.
24678         * modules/unictype/property-bidi-block-separator: Likewise.
24679         * modules/unictype/property-bidi-boundary-neutral: Likewise.
24680         * modules/unictype/property-bidi-common-separator: Likewise.
24681         * modules/unictype/property-bidi-control: Likewise.
24682         * modules/unictype/property-bidi-embedding-or-override: Likewise.
24683         * modules/unictype/property-bidi-eur-num-separator: Likewise.
24684         * modules/unictype/property-bidi-eur-num-terminator: Likewise.
24685         * modules/unictype/property-bidi-european-digit: Likewise.
24686         * modules/unictype/property-bidi-hebrew-right-to-left: Likewise.
24687         * modules/unictype/property-bidi-left-to-right: Likewise.
24688         * modules/unictype/property-bidi-non-spacing-mark: Likewise.
24689         * modules/unictype/property-bidi-other-neutral: Likewise.
24690         * modules/unictype/property-bidi-pdf: Likewise.
24691         * modules/unictype/property-bidi-segment-separator: Likewise.
24692         * modules/unictype/property-bidi-whitespace: Likewise.
24693         * modules/unictype/property-byname: Likewise.
24694         * modules/unictype/property-combining: Likewise.
24695         * modules/unictype/property-composite: Likewise.
24696         * modules/unictype/property-currency-symbol: Likewise.
24697         * modules/unictype/property-dash: Likewise.
24698         * modules/unictype/property-decimal-digit: Likewise.
24699         * modules/unictype/property-default-ignorable-code-point: Likewise.
24700         * modules/unictype/property-deprecated: Likewise.
24701         * modules/unictype/property-diacritic: Likewise.
24702         * modules/unictype/property-extender: Likewise.
24703         * modules/unictype/property-format-control: Likewise.
24704         * modules/unictype/property-grapheme-base: Likewise.
24705         * modules/unictype/property-grapheme-extend: Likewise.
24706         * modules/unictype/property-grapheme-link: Likewise.
24707         * modules/unictype/property-hex-digit: Likewise.
24708         * modules/unictype/property-hyphen: Likewise.
24709         * modules/unictype/property-id-continue: Likewise.
24710         * modules/unictype/property-id-start: Likewise.
24711         * modules/unictype/property-ideographic: Likewise.
24712         * modules/unictype/property-ids-binary-operator: Likewise.
24713         * modules/unictype/property-ids-trinary-operator: Likewise.
24714         * modules/unictype/property-ignorable-control: Likewise.
24715         * modules/unictype/property-iso-control: Likewise.
24716         * modules/unictype/property-join-control: Likewise.
24717         * modules/unictype/property-left-of-pair: Likewise.
24718         * modules/unictype/property-line-separator: Likewise.
24719         * modules/unictype/property-logical-order-exception: Likewise.
24720         * modules/unictype/property-lowercase: Likewise.
24721         * modules/unictype/property-math: Likewise.
24722         * modules/unictype/property-non-break: Likewise.
24723         * modules/unictype/property-not-a-character: Likewise.
24724         * modules/unictype/property-numeric: Likewise.
24725         * modules/unictype/property-other-alphabetic: Likewise.
24726         * modules/unictype/property-other-default-ignorable-code-point: Likewise.
24727         * modules/unictype/property-other-grapheme-extend: Likewise.
24728         * modules/unictype/property-other-id-continue: Likewise.
24729         * modules/unictype/property-other-id-start: Likewise.
24730         * modules/unictype/property-other-lowercase: Likewise.
24731         * modules/unictype/property-other-math: Likewise.
24732         * modules/unictype/property-other-uppercase: Likewise.
24733         * modules/unictype/property-paired-punctuation: Likewise.
24734         * modules/unictype/property-paragraph-separator: Likewise.
24735         * modules/unictype/property-pattern-syntax: Likewise.
24736         * modules/unictype/property-pattern-white-space: Likewise.
24737         * modules/unictype/property-private-use: Likewise.
24738         * modules/unictype/property-punctuation: Likewise.
24739         * modules/unictype/property-quotation-mark: Likewise.
24740         * modules/unictype/property-radical: Likewise.
24741         * modules/unictype/property-sentence-terminal: Likewise.
24742         * modules/unictype/property-soft-dotted: Likewise.
24743         * modules/unictype/property-space: Likewise.
24744         * modules/unictype/property-terminal-punctuation: Likewise.
24745         * modules/unictype/property-test: Likewise.
24746         * modules/unictype/property-titlecase: Likewise.
24747         * modules/unictype/property-unassigned-code-value: Likewise.
24748         * modules/unictype/property-unified-ideograph: Likewise.
24749         * modules/unictype/property-uppercase: Likewise.
24750         * modules/unictype/property-variation-selector: Likewise.
24751         * modules/unictype/property-white-space: Likewise.
24752         * modules/unictype/property-xid-continue: Likewise.
24753         * modules/unictype/property-xid-start: Likewise.
24754         * modules/unictype/property-zero-width: Likewise.
24755         * modules/unictype/scripts: Likewise.
24756         * modules/unictype/syntax-c-ident: Likewise.
24757         * modules/unictype/syntax-c-whitespace: Likewise.
24758         * modules/unictype/syntax-java-ident: Likewise.
24759         * modules/unictype/syntax-java-whitespace: Likewise.
24760         * modules/unilbrk/u8-possible-linebreaks: Likewise.
24761         * modules/unilbrk/u8-width-linebreaks: Likewise.
24762         * modules/unilbrk/u16-possible-linebreaks: Likewise.
24763         * modules/unilbrk/u16-width-linebreaks: Likewise.
24764         * modules/unilbrk/u32-possible-linebreaks: Likewise.
24765         * modules/unilbrk/u32-width-linebreaks: Likewise.
24766         * modules/unilbrk/ulc-possible-linebreaks: Likewise.
24767         * modules/unilbrk/ulc-width-linebreaks: Likewise.
24768         * modules/uniname/uniname: Likewise.
24769         * modules/uninorm/canonical-decomposition: Likewise.
24770         * modules/uninorm/composition: Likewise.
24771         * modules/uninorm/decomposing-form: Likewise.
24772         * modules/uninorm/decomposition: Likewise.
24773         * modules/uninorm/filter: Likewise.
24774         * modules/uninorm/nfc: Likewise.
24775         * modules/uninorm/nfd: Likewise.
24776         * modules/uninorm/nfkc: Likewise.
24777         * modules/uninorm/nfkd: Likewise.
24778         * modules/uninorm/u8-normalize: Likewise.
24779         * modules/uninorm/u8-normcmp: Likewise.
24780         * modules/uninorm/u8-normcoll: Likewise.
24781         * modules/uninorm/u8-normxfrm: Likewise.
24782         * modules/uninorm/u16-normalize: Likewise.
24783         * modules/uninorm/u16-normcmp: Likewise.
24784         * modules/uninorm/u16-normcoll: Likewise.
24785         * modules/uninorm/u16-normxfrm: Likewise.
24786         * modules/uninorm/u32-normalize: Likewise.
24787         * modules/uninorm/u32-normcmp: Likewise.
24788         * modules/uninorm/u32-normcoll: Likewise.
24789         * modules/uninorm/u32-normxfrm: Likewise.
24790         * modules/unistdio/u8-asnprintf: Likewise.
24791         * modules/unistdio/u8-asprintf: Likewise.
24792         * modules/unistdio/u8-snprintf: Likewise.
24793         * modules/unistdio/u8-sprintf: Likewise.
24794         * modules/unistdio/u8-u8-asnprintf: Likewise.
24795         * modules/unistdio/u8-u8-asprintf: Likewise.
24796         * modules/unistdio/u8-u8-snprintf: Likewise.
24797         * modules/unistdio/u8-u8-sprintf: Likewise.
24798         * modules/unistdio/u8-u8-vasnprintf: Likewise.
24799         * modules/unistdio/u8-u8-vasprintf: Likewise.
24800         * modules/unistdio/u8-u8-vsnprintf: Likewise.
24801         * modules/unistdio/u8-u8-vsprintf: Likewise.
24802         * modules/unistdio/u8-vasnprintf: Likewise.
24803         * modules/unistdio/u8-vasprintf: Likewise.
24804         * modules/unistdio/u8-vsnprintf: Likewise.
24805         * modules/unistdio/u8-vsprintf: Likewise.
24806         * modules/unistdio/u16-asnprintf: Likewise.
24807         * modules/unistdio/u16-asprintf: Likewise.
24808         * modules/unistdio/u16-snprintf: Likewise.
24809         * modules/unistdio/u16-sprintf: Likewise.
24810         * modules/unistdio/u16-u16-asnprintf: Likewise.
24811         * modules/unistdio/u16-u16-asprintf: Likewise.
24812         * modules/unistdio/u16-u16-snprintf: Likewise.
24813         * modules/unistdio/u16-u16-sprintf: Likewise.
24814         * modules/unistdio/u16-u16-vasnprintf: Likewise.
24815         * modules/unistdio/u16-u16-vasprintf: Likewise.
24816         * modules/unistdio/u16-u16-vsnprintf: Likewise.
24817         * modules/unistdio/u16-u16-vsprintf: Likewise.
24818         * modules/unistdio/u16-vasnprintf: Likewise.
24819         * modules/unistdio/u16-vasprintf: Likewise.
24820         * modules/unistdio/u16-vsnprintf: Likewise.
24821         * modules/unistdio/u16-vsprintf: Likewise.
24822         * modules/unistdio/u32-asnprintf: Likewise.
24823         * modules/unistdio/u32-asprintf: Likewise.
24824         * modules/unistdio/u32-snprintf: Likewise.
24825         * modules/unistdio/u32-sprintf: Likewise.
24826         * modules/unistdio/u32-u32-asnprintf: Likewise.
24827         * modules/unistdio/u32-u32-asprintf: Likewise.
24828         * modules/unistdio/u32-u32-snprintf: Likewise.
24829         * modules/unistdio/u32-u32-sprintf: Likewise.
24830         * modules/unistdio/u32-u32-vasnprintf: Likewise.
24831         * modules/unistdio/u32-u32-vasprintf: Likewise.
24832         * modules/unistdio/u32-u32-vsnprintf: Likewise.
24833         * modules/unistdio/u32-u32-vsprintf: Likewise.
24834         * modules/unistdio/u32-vasnprintf: Likewise.
24835         * modules/unistdio/u32-vasprintf: Likewise.
24836         * modules/unistdio/u32-vsnprintf: Likewise.
24837         * modules/unistdio/u32-vsprintf: Likewise.
24838         * modules/unistdio/ulc-asnprintf: Likewise.
24839         * modules/unistdio/ulc-asprintf: Likewise.
24840         * modules/unistdio/ulc-fprintf: Likewise.
24841         * modules/unistdio/ulc-snprintf: Likewise.
24842         * modules/unistdio/ulc-sprintf: Likewise.
24843         * modules/unistdio/ulc-vasnprintf: Likewise.
24844         * modules/unistdio/ulc-vasprintf: Likewise.
24845         * modules/unistdio/ulc-vfprintf: Likewise.
24846         * modules/unistdio/ulc-vsnprintf: Likewise.
24847         * modules/unistdio/ulc-vsprintf: Likewise.
24848         * modules/unistr/u8-check: Likewise.
24849         * modules/unistr/u8-chr: Likewise.
24850         * modules/unistr/u8-cmp: Likewise.
24851         * modules/unistr/u8-cmp2: Likewise.
24852         * modules/unistr/u8-cpy: Likewise.
24853         * modules/unistr/u8-cpy-alloc: Likewise.
24854         * modules/unistr/u8-endswith: Likewise.
24855         * modules/unistr/u8-mblen: Likewise.
24856         * modules/unistr/u8-mbsnlen: Likewise.
24857         * modules/unistr/u8-mbtouc: Likewise.
24858         * modules/unistr/u8-mbtouc-unsafe: Likewise.
24859         * modules/unistr/u8-mbtoucr: Likewise.
24860         * modules/unistr/u8-move: Likewise.
24861         * modules/unistr/u8-next: Likewise.
24862         * modules/unistr/u8-prev: Likewise.
24863         * modules/unistr/u8-set: Likewise.
24864         * modules/unistr/u8-startswith: Likewise.
24865         * modules/unistr/u8-stpcpy: Likewise.
24866         * modules/unistr/u8-stpncpy: Likewise.
24867         * modules/unistr/u8-strcat: Likewise.
24868         * modules/unistr/u8-strchr: Likewise.
24869         * modules/unistr/u8-strcmp: Likewise.
24870         * modules/unistr/u8-strcoll: Likewise.
24871         * modules/unistr/u8-strcpy: Likewise.
24872         * modules/unistr/u8-strcspn: Likewise.
24873         * modules/unistr/u8-strdup: Likewise.
24874         * modules/unistr/u8-strlen: Likewise.
24875         * modules/unistr/u8-strmblen: Likewise.
24876         * modules/unistr/u8-strmbtouc: Likewise.
24877         * modules/unistr/u8-strncat: Likewise.
24878         * modules/unistr/u8-strncmp: Likewise.
24879         * modules/unistr/u8-strncpy: Likewise.
24880         * modules/unistr/u8-strnlen: Likewise.
24881         * modules/unistr/u8-strpbrk: Likewise.
24882         * modules/unistr/u8-strrchr: Likewise.
24883         * modules/unistr/u8-strspn: Likewise.
24884         * modules/unistr/u8-strstr: Likewise.
24885         * modules/unistr/u8-strtok: Likewise.
24886         * modules/unistr/u8-to-u16: Likewise.
24887         * modules/unistr/u8-to-u32: Likewise.
24888         * modules/unistr/u8-uctomb: Likewise.
24889         * modules/unistr/u16-check: Likewise.
24890         * modules/unistr/u16-chr: Likewise.
24891         * modules/unistr/u16-cmp: Likewise.
24892         * modules/unistr/u16-cmp2: Likewise.
24893         * modules/unistr/u16-cpy: Likewise.
24894         * modules/unistr/u16-cpy-alloc: Likewise.
24895         * modules/unistr/u16-endswith: Likewise.
24896         * modules/unistr/u16-mblen: Likewise.
24897         * modules/unistr/u16-mbsnlen: Likewise.
24898         * modules/unistr/u16-mbtouc: Likewise.
24899         * modules/unistr/u16-mbtouc-unsafe: Likewise.
24900         * modules/unistr/u16-mbtoucr: Likewise.
24901         * modules/unistr/u16-move: Likewise.
24902         * modules/unistr/u16-next: Likewise.
24903         * modules/unistr/u16-prev: Likewise.
24904         * modules/unistr/u16-set: Likewise.
24905         * modules/unistr/u16-startswith: Likewise.
24906         * modules/unistr/u16-stpcpy: Likewise.
24907         * modules/unistr/u16-stpncpy: Likewise.
24908         * modules/unistr/u16-strcat: Likewise.
24909         * modules/unistr/u16-strchr: Likewise.
24910         * modules/unistr/u16-strcmp: Likewise.
24911         * modules/unistr/u16-strcoll: Likewise.
24912         * modules/unistr/u16-strcpy: Likewise.
24913         * modules/unistr/u16-strcspn: Likewise.
24914         * modules/unistr/u16-strdup: Likewise.
24915         * modules/unistr/u16-strlen: Likewise.
24916         * modules/unistr/u16-strmblen: Likewise.
24917         * modules/unistr/u16-strmbtouc: Likewise.
24918         * modules/unistr/u16-strncat: Likewise.
24919         * modules/unistr/u16-strncmp: Likewise.
24920         * modules/unistr/u16-strncpy: Likewise.
24921         * modules/unistr/u16-strnlen: Likewise.
24922         * modules/unistr/u16-strpbrk: Likewise.
24923         * modules/unistr/u16-strrchr: Likewise.
24924         * modules/unistr/u16-strspn: Likewise.
24925         * modules/unistr/u16-strstr: Likewise.
24926         * modules/unistr/u16-strtok: Likewise.
24927         * modules/unistr/u16-to-u32: Likewise.
24928         * modules/unistr/u16-to-u8: Likewise.
24929         * modules/unistr/u16-uctomb: Likewise.
24930         * modules/unistr/u32-check: Likewise.
24931         * modules/unistr/u32-chr: Likewise.
24932         * modules/unistr/u32-cmp: Likewise.
24933         * modules/unistr/u32-cmp2: Likewise.
24934         * modules/unistr/u32-cpy: Likewise.
24935         * modules/unistr/u32-cpy-alloc: Likewise.
24936         * modules/unistr/u32-endswith: Likewise.
24937         * modules/unistr/u32-mblen: Likewise.
24938         * modules/unistr/u32-mbsnlen: Likewise.
24939         * modules/unistr/u32-mbtouc: Likewise.
24940         * modules/unistr/u32-mbtouc-unsafe: Likewise.
24941         * modules/unistr/u32-mbtoucr: Likewise.
24942         * modules/unistr/u32-move: Likewise.
24943         * modules/unistr/u32-next: Likewise.
24944         * modules/unistr/u32-prev: Likewise.
24945         * modules/unistr/u32-set: Likewise.
24946         * modules/unistr/u32-startswith: Likewise.
24947         * modules/unistr/u32-stpcpy: Likewise.
24948         * modules/unistr/u32-stpncpy: Likewise.
24949         * modules/unistr/u32-strcat: Likewise.
24950         * modules/unistr/u32-strchr: Likewise.
24951         * modules/unistr/u32-strcmp: Likewise.
24952         * modules/unistr/u32-strcoll: Likewise.
24953         * modules/unistr/u32-strcpy: Likewise.
24954         * modules/unistr/u32-strcspn: Likewise.
24955         * modules/unistr/u32-strdup: Likewise.
24956         * modules/unistr/u32-strlen: Likewise.
24957         * modules/unistr/u32-strmblen: Likewise.
24958         * modules/unistr/u32-strmbtouc: Likewise.
24959         * modules/unistr/u32-strncat: Likewise.
24960         * modules/unistr/u32-strncmp: Likewise.
24961         * modules/unistr/u32-strncpy: Likewise.
24962         * modules/unistr/u32-strnlen: Likewise.
24963         * modules/unistr/u32-strpbrk: Likewise.
24964         * modules/unistr/u32-strrchr: Likewise.
24965         * modules/unistr/u32-strspn: Likewise.
24966         * modules/unistr/u32-strstr: Likewise.
24967         * modules/unistr/u32-strtok: Likewise.
24968         * modules/unistr/u32-to-u16: Likewise.
24969         * modules/unistr/u32-to-u8: Likewise.
24970         * modules/unistr/u32-uctomb: Likewise.
24971         * modules/uniwbrk/u8-wordbreaks: Likewise.
24972         * modules/uniwbrk/u16-wordbreaks: Likewise.
24973         * modules/uniwbrk/u32-wordbreaks: Likewise.
24974         * modules/uniwbrk/ulc-wordbreaks: Likewise.
24975         * modules/uniwbrk/wordbreak-property: Likewise.
24976         * modules/uniwidth/u8-strwidth: Likewise.
24977         * modules/uniwidth/u8-width: Likewise.
24978         * modules/uniwidth/u16-strwidth: Likewise.
24979         * modules/uniwidth/u16-width: Likewise.
24980         * modules/uniwidth/u32-strwidth: Likewise.
24981         * modules/uniwidth/u32-width: Likewise.
24982         * modules/uniwidth/width: Likewise.
24983         * modules/unicase/cased-tests (Makefile.am): Link all test programs
24984         with $(LIBUNISTRING).
24985         * modules/unicase/ignorable-tests: Likewise.
24986         * modules/unicase/locale-language-tests: Likewise.
24987         * modules/unicase/tolower-tests: Likewise.
24988         * modules/unicase/totitle-tests: Likewise.
24989         * modules/unicase/toupper-tests: Likewise.
24990         * modules/unicase/u8-casecmp-tests: Likewise.
24991         * modules/unicase/u8-casecoll-tests: Likewise.
24992         * modules/unicase/u8-casefold-tests: Likewise.
24993         * modules/unicase/u8-is-cased-tests: Likewise.
24994         * modules/unicase/u8-is-casefolded-tests: Likewise.
24995         * modules/unicase/u8-is-lowercase-tests: Likewise.
24996         * modules/unicase/u8-is-titlecase-tests: Likewise.
24997         * modules/unicase/u8-is-uppercase-tests: Likewise.
24998         * modules/unicase/u8-tolower-tests: Likewise.
24999         * modules/unicase/u8-totitle-tests: Likewise.
25000         * modules/unicase/u8-toupper-tests: Likewise.
25001         * modules/unicase/u16-casecmp-tests: Likewise.
25002         * modules/unicase/u16-casecoll-tests: Likewise.
25003         * modules/unicase/u16-casefold-tests: Likewise.
25004         * modules/unicase/u16-is-cased-tests: Likewise.
25005         * modules/unicase/u16-is-casefolded-tests: Likewise.
25006         * modules/unicase/u16-is-lowercase-tests: Likewise.
25007         * modules/unicase/u16-is-titlecase-tests: Likewise.
25008         * modules/unicase/u16-is-uppercase-tests: Likewise.
25009         * modules/unicase/u16-tolower-tests: Likewise.
25010         * modules/unicase/u16-totitle-tests: Likewise.
25011         * modules/unicase/u16-toupper-tests: Likewise.
25012         * modules/unicase/u32-casecmp-tests: Likewise.
25013         * modules/unicase/u32-casecoll-tests: Likewise.
25014         * modules/unicase/u32-casefold-tests: Likewise.
25015         * modules/unicase/u32-is-cased-tests: Likewise.
25016         * modules/unicase/u32-is-casefolded-tests: Likewise.
25017         * modules/unicase/u32-is-lowercase-tests: Likewise.
25018         * modules/unicase/u32-is-titlecase-tests: Likewise.
25019         * modules/unicase/u32-is-uppercase-tests: Likewise.
25020         * modules/unicase/u32-tolower-tests: Likewise.
25021         * modules/unicase/u32-totitle-tests: Likewise.
25022         * modules/unicase/u32-toupper-tests: Likewise.
25023         * modules/unicase/ulc-casecmp-tests: Likewise.
25024         * modules/unicase/ulc-casecoll-tests: Likewise.
25025         * modules/uniconv/u8-conv-from-enc-tests: Likewise.
25026         * modules/uniconv/u8-conv-to-enc-tests: Likewise.
25027         * modules/uniconv/u8-strconv-from-enc-tests: Likewise.
25028         * modules/uniconv/u8-strconv-to-enc-tests: Likewise.
25029         * modules/uniconv/u16-conv-from-enc-tests: Likewise.
25030         * modules/uniconv/u16-conv-to-enc-tests: Likewise.
25031         * modules/uniconv/u16-strconv-from-enc-tests: Likewise.
25032         * modules/uniconv/u16-strconv-to-enc-tests: Likewise.
25033         * modules/uniconv/u32-conv-from-enc-tests: Likewise.
25034         * modules/uniconv/u32-conv-to-enc-tests: Likewise.
25035         * modules/uniconv/u32-strconv-from-enc-tests: Likewise.
25036         * modules/uniconv/u32-strconv-to-enc-tests: Likewise.
25037         * modules/unictype/bidicategory-byname-tests: Likewise.
25038         * modules/unictype/bidicategory-name-tests: Likewise.
25039         * modules/unictype/bidicategory-of-tests: Likewise.
25040         * modules/unictype/bidicategory-test-tests: Likewise.
25041         * modules/unictype/block-list-tests: Likewise.
25042         * modules/unictype/block-of-tests: Likewise.
25043         * modules/unictype/block-test-tests: Likewise.
25044         * modules/unictype/category-C-tests: Likewise.
25045         * modules/unictype/category-Cc-tests: Likewise.
25046         * modules/unictype/category-Cf-tests: Likewise.
25047         * modules/unictype/category-Cn-tests: Likewise.
25048         * modules/unictype/category-Co-tests: Likewise.
25049         * modules/unictype/category-Cs-tests: Likewise.
25050         * modules/unictype/category-L-tests: Likewise.
25051         * modules/unictype/category-Ll-tests: Likewise.
25052         * modules/unictype/category-Lm-tests: Likewise.
25053         * modules/unictype/category-Lo-tests: Likewise.
25054         * modules/unictype/category-Lt-tests: Likewise.
25055         * modules/unictype/category-Lu-tests: Likewise.
25056         * modules/unictype/category-M-tests: Likewise.
25057         * modules/unictype/category-Mc-tests: Likewise.
25058         * modules/unictype/category-Me-tests: Likewise.
25059         * modules/unictype/category-Mn-tests: Likewise.
25060         * modules/unictype/category-N-tests: Likewise.
25061         * modules/unictype/category-Nd-tests: Likewise.
25062         * modules/unictype/category-Nl-tests: Likewise.
25063         * modules/unictype/category-No-tests: Likewise.
25064         * modules/unictype/category-P-tests: Likewise.
25065         * modules/unictype/category-Pc-tests: Likewise.
25066         * modules/unictype/category-Pd-tests: Likewise.
25067         * modules/unictype/category-Pe-tests: Likewise.
25068         * modules/unictype/category-Pf-tests: Likewise.
25069         * modules/unictype/category-Pi-tests: Likewise.
25070         * modules/unictype/category-Po-tests: Likewise.
25071         * modules/unictype/category-Ps-tests: Likewise.
25072         * modules/unictype/category-S-tests: Likewise.
25073         * modules/unictype/category-Sc-tests: Likewise.
25074         * modules/unictype/category-Sk-tests: Likewise.
25075         * modules/unictype/category-Sm-tests: Likewise.
25076         * modules/unictype/category-So-tests: Likewise.
25077         * modules/unictype/category-Z-tests: Likewise.
25078         * modules/unictype/category-Zl-tests: Likewise.
25079         * modules/unictype/category-Zp-tests: Likewise.
25080         * modules/unictype/category-Zs-tests: Likewise.
25081         * modules/unictype/category-and-not-tests: Likewise.
25082         * modules/unictype/category-and-tests: Likewise.
25083         * modules/unictype/category-byname-tests: Likewise.
25084         * modules/unictype/category-name-tests: Likewise.
25085         * modules/unictype/category-none-tests: Likewise.
25086         * modules/unictype/category-of-tests: Likewise.
25087         * modules/unictype/category-or-tests: Likewise.
25088         * modules/unictype/category-test-withtable-tests: Likewise.
25089         * modules/unictype/combining-class-tests: Likewise.
25090         * modules/unictype/ctype-alnum-tests: Likewise.
25091         * modules/unictype/ctype-alpha-tests: Likewise.
25092         * modules/unictype/ctype-blank-tests: Likewise.
25093         * modules/unictype/ctype-cntrl-tests: Likewise.
25094         * modules/unictype/ctype-digit-tests: Likewise.
25095         * modules/unictype/ctype-graph-tests: Likewise.
25096         * modules/unictype/ctype-lower-tests: Likewise.
25097         * modules/unictype/ctype-print-tests: Likewise.
25098         * modules/unictype/ctype-punct-tests: Likewise.
25099         * modules/unictype/ctype-space-tests: Likewise.
25100         * modules/unictype/ctype-upper-tests: Likewise.
25101         * modules/unictype/ctype-xdigit-tests: Likewise.
25102         * modules/unictype/decimal-digit-tests: Likewise.
25103         * modules/unictype/digit-tests: Likewise.
25104         * modules/unictype/mirror-tests: Likewise.
25105         * modules/unictype/numeric-tests: Likewise.
25106         * modules/unictype/property-alphabetic-tests: Likewise.
25107         * modules/unictype/property-ascii-hex-digit-tests: Likewise.
25108         * modules/unictype/property-bidi-arabic-digit-tests: Likewise.
25109         * modules/unictype/property-bidi-arabic-right-to-left-tests: Likewise.
25110         * modules/unictype/property-bidi-block-separator-tests: Likewise.
25111         * modules/unictype/property-bidi-boundary-neutral-tests: Likewise.
25112         * modules/unictype/property-bidi-common-separator-tests: Likewise.
25113         * modules/unictype/property-bidi-control-tests: Likewise.
25114         * modules/unictype/property-bidi-embedding-or-override-tests: Likewise.
25115         * modules/unictype/property-bidi-eur-num-separator-tests: Likewise.
25116         * modules/unictype/property-bidi-eur-num-terminator-tests: Likewise.
25117         * modules/unictype/property-bidi-european-digit-tests: Likewise.
25118         * modules/unictype/property-bidi-hebrew-right-to-left-tests: Likewise.
25119         * modules/unictype/property-bidi-left-to-right-tests: Likewise.
25120         * modules/unictype/property-bidi-non-spacing-mark-tests: Likewise.
25121         * modules/unictype/property-bidi-other-neutral-tests: Likewise.
25122         * modules/unictype/property-bidi-pdf-tests: Likewise.
25123         * modules/unictype/property-bidi-segment-separator-tests: Likewise.
25124         * modules/unictype/property-bidi-whitespace-tests: Likewise.
25125         * modules/unictype/property-byname-tests: Likewise.
25126         * modules/unictype/property-combining-tests: Likewise.
25127         * modules/unictype/property-composite-tests: Likewise.
25128         * modules/unictype/property-currency-symbol-tests: Likewise.
25129         * modules/unictype/property-dash-tests: Likewise.
25130         * modules/unictype/property-decimal-digit-tests: Likewise.
25131         * modules/unictype/property-default-ignorable-code-point-tests: Likewise.
25132         * modules/unictype/property-deprecated-tests: Likewise.
25133         * modules/unictype/property-diacritic-tests: Likewise.
25134         * modules/unictype/property-extender-tests: Likewise.
25135         * modules/unictype/property-format-control-tests: Likewise.
25136         * modules/unictype/property-grapheme-base-tests: Likewise.
25137         * modules/unictype/property-grapheme-extend-tests: Likewise.
25138         * modules/unictype/property-grapheme-link-tests: Likewise.
25139         * modules/unictype/property-hex-digit-tests: Likewise.
25140         * modules/unictype/property-hyphen-tests: Likewise.
25141         * modules/unictype/property-id-continue-tests: Likewise.
25142         * modules/unictype/property-id-start-tests: Likewise.
25143         * modules/unictype/property-ideographic-tests: Likewise.
25144         * modules/unictype/property-ids-binary-operator-tests: Likewise.
25145         * modules/unictype/property-ids-trinary-operator-tests: Likewise.
25146         * modules/unictype/property-ignorable-control-tests: Likewise.
25147         * modules/unictype/property-iso-control-tests: Likewise.
25148         * modules/unictype/property-join-control-tests: Likewise.
25149         * modules/unictype/property-left-of-pair-tests: Likewise.
25150         * modules/unictype/property-line-separator-tests: Likewise.
25151         * modules/unictype/property-logical-order-exception-tests: Likewise.
25152         * modules/unictype/property-lowercase-tests: Likewise.
25153         * modules/unictype/property-math-tests: Likewise.
25154         * modules/unictype/property-non-break-tests: Likewise.
25155         * modules/unictype/property-not-a-character-tests: Likewise.
25156         * modules/unictype/property-numeric-tests: Likewise.
25157         * modules/unictype/property-other-alphabetic-tests: Likewise.
25158         * modules/unictype/property-other-default-ignorable-code-point-tests:
25159         Likewise.
25160         * modules/unictype/property-other-grapheme-extend-tests: Likewise.
25161         * modules/unictype/property-other-id-continue-tests: Likewise.
25162         * modules/unictype/property-other-id-start-tests: Likewise.
25163         * modules/unictype/property-other-lowercase-tests: Likewise.
25164         * modules/unictype/property-other-math-tests: Likewise.
25165         * modules/unictype/property-other-uppercase-tests: Likewise.
25166         * modules/unictype/property-paired-punctuation-tests: Likewise.
25167         * modules/unictype/property-paragraph-separator-tests: Likewise.
25168         * modules/unictype/property-pattern-syntax-tests: Likewise.
25169         * modules/unictype/property-pattern-white-space-tests: Likewise.
25170         * modules/unictype/property-private-use-tests: Likewise.
25171         * modules/unictype/property-punctuation-tests: Likewise.
25172         * modules/unictype/property-quotation-mark-tests: Likewise.
25173         * modules/unictype/property-radical-tests: Likewise.
25174         * modules/unictype/property-sentence-terminal-tests: Likewise.
25175         * modules/unictype/property-soft-dotted-tests: Likewise.
25176         * modules/unictype/property-space-tests: Likewise.
25177         * modules/unictype/property-terminal-punctuation-tests: Likewise.
25178         * modules/unictype/property-test-tests: Likewise.
25179         * modules/unictype/property-titlecase-tests: Likewise.
25180         * modules/unictype/property-unassigned-code-value-tests: Likewise.
25181         * modules/unictype/property-unified-ideograph-tests: Likewise.
25182         * modules/unictype/property-uppercase-tests: Likewise.
25183         * modules/unictype/property-variation-selector-tests: Likewise.
25184         * modules/unictype/property-white-space-tests: Likewise.
25185         * modules/unictype/property-xid-continue-tests: Likewise.
25186         * modules/unictype/property-xid-start-tests: Likewise.
25187         * modules/unictype/property-zero-width-tests: Likewise.
25188         * modules/unictype/scripts-tests: Likewise.
25189         * modules/unictype/syntax-c-ident-tests: Likewise.
25190         * modules/unictype/syntax-c-whitespace-tests: Likewise.
25191         * modules/unictype/syntax-java-ident-tests: Likewise.
25192         * modules/unictype/syntax-java-whitespace-tests: Likewise.
25193         * modules/unilbrk/u8-possible-linebreaks-tests: Likewise.
25194         * modules/unilbrk/u8-width-linebreaks-tests: Likewise.
25195         * modules/unilbrk/u16-possible-linebreaks-tests: Likewise.
25196         * modules/unilbrk/u16-width-linebreaks-tests: Likewise.
25197         * modules/unilbrk/u32-possible-linebreaks-tests: Likewise.
25198         * modules/unilbrk/u32-width-linebreaks-tests: Likewise.
25199         * modules/unilbrk/ulc-possible-linebreaks-tests: Likewise.
25200         * modules/unilbrk/ulc-width-linebreaks-tests: Likewise.
25201         * modules/uniname/uniname-tests: Likewise.
25202         * modules/uninorm/canonical-decomposition-tests: Likewise.
25203         * modules/uninorm/compat-decomposition-tests: Likewise.
25204         * modules/uninorm/composition-tests: Likewise.
25205         * modules/uninorm/decomposing-form-tests: Likewise.
25206         * modules/uninorm/decomposition-tests: Likewise.
25207         * modules/uninorm/filter-tests: Likewise.
25208         * modules/uninorm/nfc-tests: Likewise.
25209         * modules/uninorm/nfd-tests: Likewise.
25210         * modules/uninorm/nfkc-tests: Likewise.
25211         * modules/uninorm/nfkd-tests: Likewise.
25212         * modules/uninorm/u8-normcmp-tests: Likewise.
25213         * modules/uninorm/u8-normcoll-tests: Likewise.
25214         * modules/uninorm/u16-normcmp-tests: Likewise.
25215         * modules/uninorm/u16-normcoll-tests: Likewise.
25216         * modules/uninorm/u32-normcmp-tests: Likewise.
25217         * modules/uninorm/u32-normcoll-tests: Likewise.
25218         * modules/unistdio/u8-asnprintf-tests: Likewise.
25219         * modules/unistdio/u8-vasnprintf-tests: Likewise.
25220         * modules/unistdio/u8-vasprintf-tests: Likewise.
25221         * modules/unistdio/u8-vsnprintf-tests: Likewise.
25222         * modules/unistdio/u8-vsprintf-tests: Likewise.
25223         * modules/unistdio/u16-asnprintf-tests: Likewise.
25224         * modules/unistdio/u16-vasnprintf-tests: Likewise.
25225         * modules/unistdio/u16-vasprintf-tests: Likewise.
25226         * modules/unistdio/u16-vsnprintf-tests: Likewise.
25227         * modules/unistdio/u16-vsprintf-tests: Likewise.
25228         * modules/unistdio/u32-asnprintf-tests: Likewise.
25229         * modules/unistdio/u32-vasnprintf-tests: Likewise.
25230         * modules/unistdio/u32-vasprintf-tests: Likewise.
25231         * modules/unistdio/u32-vsnprintf-tests: Likewise.
25232         * modules/unistdio/u32-vsprintf-tests: Likewise.
25233         * modules/unistdio/ulc-asnprintf-tests: Likewise.
25234         * modules/unistdio/ulc-vasnprintf-tests: Likewise.
25235         * modules/unistdio/ulc-vasprintf-tests: Likewise.
25236         * modules/unistdio/ulc-vsnprintf-tests: Likewise.
25237         * modules/unistdio/ulc-vsprintf-tests: Likewise.
25238         * modules/unistr/u8-check-tests: Likewise.
25239         * modules/unistr/u8-chr-tests: Likewise.
25240         * modules/unistr/u8-cmp-tests: Likewise.
25241         * modules/unistr/u8-cmp2-tests: Likewise.
25242         * modules/unistr/u8-cpy-alloc-tests: Likewise.
25243         * modules/unistr/u8-cpy-tests: Likewise.
25244         * modules/unistr/u8-mblen-tests: Likewise.
25245         * modules/unistr/u8-mbsnlen-tests: Likewise.
25246         * modules/unistr/u8-mbtouc-tests: Likewise.
25247         * modules/unistr/u8-mbtouc-unsafe-tests: Likewise.
25248         * modules/unistr/u8-mbtoucr-tests: Likewise.
25249         * modules/unistr/u8-move-tests: Likewise.
25250         * modules/unistr/u8-next-tests: Likewise.
25251         * modules/unistr/u8-prev-tests: Likewise.
25252         * modules/unistr/u8-set-tests: Likewise.
25253         * modules/unistr/u8-stpcpy-tests: Likewise.
25254         * modules/unistr/u8-stpncpy-tests: Likewise.
25255         * modules/unistr/u8-strcat-tests: Likewise.
25256         * modules/unistr/u8-strcmp-tests: Likewise.
25257         * modules/unistr/u8-strcoll-tests: Likewise.
25258         * modules/unistr/u8-strcpy-tests: Likewise.
25259         * modules/unistr/u8-strdup-tests: Likewise.
25260         * modules/unistr/u8-strlen-tests: Likewise.
25261         * modules/unistr/u8-strmblen-tests: Likewise.
25262         * modules/unistr/u8-strmbtouc-tests: Likewise.
25263         * modules/unistr/u8-strncat-tests: Likewise.
25264         * modules/unistr/u8-strncmp-tests: Likewise.
25265         * modules/unistr/u8-strncpy-tests: Likewise.
25266         * modules/unistr/u8-strnlen-tests: Likewise.
25267         * modules/unistr/u8-to-u16-tests: Likewise.
25268         * modules/unistr/u8-to-u32-tests: Likewise.
25269         * modules/unistr/u8-uctomb-tests: Likewise.
25270         * modules/unistr/u16-check-tests: Likewise.
25271         * modules/unistr/u16-chr-tests: Likewise.
25272         * modules/unistr/u16-cmp-tests: Likewise.
25273         * modules/unistr/u16-cmp2-tests: Likewise.
25274         * modules/unistr/u16-cpy-alloc-tests: Likewise.
25275         * modules/unistr/u16-cpy-tests: Likewise.
25276         * modules/unistr/u16-mblen-tests: Likewise.
25277         * modules/unistr/u16-mbsnlen-tests: Likewise.
25278         * modules/unistr/u16-mbtouc-tests: Likewise.
25279         * modules/unistr/u16-mbtouc-unsafe-tests: Likewise.
25280         * modules/unistr/u16-mbtoucr-tests: Likewise.
25281         * modules/unistr/u16-move-tests: Likewise.
25282         * modules/unistr/u16-next-tests: Likewise.
25283         * modules/unistr/u16-prev-tests: Likewise.
25284         * modules/unistr/u16-set-tests: Likewise.
25285         * modules/unistr/u16-stpcpy-tests: Likewise.
25286         * modules/unistr/u16-stpncpy-tests: Likewise.
25287         * modules/unistr/u16-strcat-tests: Likewise.
25288         * modules/unistr/u16-strcmp-tests: Likewise.
25289         * modules/unistr/u16-strcoll-tests: Likewise.
25290         * modules/unistr/u16-strcpy-tests: Likewise.
25291         * modules/unistr/u16-strdup-tests: Likewise.
25292         * modules/unistr/u16-strlen-tests: Likewise.
25293         * modules/unistr/u16-strmblen-tests: Likewise.
25294         * modules/unistr/u16-strmbtouc-tests: Likewise.
25295         * modules/unistr/u16-strncat-tests: Likewise.
25296         * modules/unistr/u16-strncmp-tests: Likewise.
25297         * modules/unistr/u16-strncpy-tests: Likewise.
25298         * modules/unistr/u16-strnlen-tests: Likewise.
25299         * modules/unistr/u16-to-u32-tests: Likewise.
25300         * modules/unistr/u16-to-u8-tests: Likewise.
25301         * modules/unistr/u16-uctomb-tests: Likewise.
25302         * modules/unistr/u32-check-tests: Likewise.
25303         * modules/unistr/u32-chr-tests: Likewise.
25304         * modules/unistr/u32-cmp-tests: Likewise.
25305         * modules/unistr/u32-cmp2-tests: Likewise.
25306         * modules/unistr/u32-cpy-alloc-tests: Likewise.
25307         * modules/unistr/u32-cpy-tests: Likewise.
25308         * modules/unistr/u32-mblen-tests: Likewise.
25309         * modules/unistr/u32-mbsnlen-tests: Likewise.
25310         * modules/unistr/u32-mbtouc-tests: Likewise.
25311         * modules/unistr/u32-mbtouc-unsafe-tests: Likewise.
25312         * modules/unistr/u32-mbtoucr-tests: Likewise.
25313         * modules/unistr/u32-move-tests: Likewise.
25314         * modules/unistr/u32-next-tests: Likewise.
25315         * modules/unistr/u32-prev-tests: Likewise.
25316         * modules/unistr/u32-set-tests: Likewise.
25317         * modules/unistr/u32-stpcpy-tests: Likewise.
25318         * modules/unistr/u32-stpncpy-tests: Likewise.
25319         * modules/unistr/u32-strcat-tests: Likewise.
25320         * modules/unistr/u32-strcmp-tests: Likewise.
25321         * modules/unistr/u32-strcoll-tests: Likewise.
25322         * modules/unistr/u32-strcpy-tests: Likewise.
25323         * modules/unistr/u32-strdup-tests: Likewise.
25324         * modules/unistr/u32-strlen-tests: Likewise.
25325         * modules/unistr/u32-strmblen-tests: Likewise.
25326         * modules/unistr/u32-strmbtouc-tests: Likewise.
25327         * modules/unistr/u32-strncat-tests: Likewise.
25328         * modules/unistr/u32-strncmp-tests: Likewise.
25329         * modules/unistr/u32-strncpy-tests: Likewise.
25330         * modules/unistr/u32-strnlen-tests: Likewise.
25331         * modules/unistr/u32-to-u16-tests: Likewise.
25332         * modules/unistr/u32-to-u8-tests: Likewise.
25333         * modules/unistr/u32-uctomb-tests: Likewise.
25334         * modules/uniwbrk/u8-wordbreaks-tests: Likewise.
25335         * modules/uniwbrk/u16-wordbreaks-tests: Likewise.
25336         * modules/uniwbrk/u32-wordbreaks-tests: Likewise.
25337         * modules/uniwbrk/ulc-wordbreaks-tests: Likewise.
25338         * modules/uniwidth/u8-strwidth-tests: Likewise.
25339         * modules/uniwidth/u8-width-tests: Likewise.
25340         * modules/uniwidth/u16-strwidth-tests: Likewise.
25341         * modules/uniwidth/u16-width-tests: Likewise.
25342         * modules/uniwidth/u32-strwidth-tests: Likewise.
25343         * modules/uniwidth/u32-width-tests: Likewise.
25344         * modules/uniwidth/width-tests: Likewise.
25345
25346 2010-05-18  Richard Jones  <rjones@redhat.com>
25347
25348         doc: users.txt: list hivex
25349         * users.txt: Add hivex.
25350
25351 2010-05-18  Richard Jones  <rjones@redhat.com>
25352
25353         doc: users.txt: list febootstrap
25354         * users.txt: Add febootstrap.
25355
25356 2010-05-17  Giuseppe Scrivano  <gscrivano@gnu.org>
25357
25358         bootstrap: fix an error when gnulib is not used as a git submodule
25359         * build-aux/bootstrap (gnulib_path): If its length is zero then
25360         assign "gnulib" to it.
25361         * build-aux/bootstrap: Redirect "git clone -h" stderr to stdout.
25362
25363 2010-05-16  Bruno Haible  <bruno@clisp.org>
25364
25365         Avoid autoconf warnings about AM_ICONV.
25366         * m4/iconv.m4 (AM_ICONV): Define using AC_DEFUN_ONCE for autoconf >=
25367         2.64.
25368
25369 2010-05-16  Bruno Haible  <bruno@clisp.org>
25370
25371         absolute-header: Make the macro usable in more situations.
25372         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER_ONE): New macro, extracted
25373         from gl_ABSOLUTE_HEADER.
25374         (gl_ABSOLUTE_HEADER): Use it. Fix comment.
25375
25376 2010-05-16  James Youngman  <jay@gnu.org>
25377
25378         doc: update users.txt
25379         * users.txt: Add CSSC.
25380
25381 2010-05-16  Jim Meyering  <meyering@redhat.com>
25382
25383         init.sh: fix an error in the previous change; add more comments
25384         * tests/init.sh: Compare exit code in loop against 9, not 2.
25385         Patch by Bruno Haible.
25386         Make the two tests more similar by adding an empty "then" clause.
25387         Add comments.
25388
25389         init.sh: avoid unnecessary shell re-exec
25390         * tests/init.sh: Improve the re-exec-required check to first test the
25391         current shell.  If it passes the test, do not search for a shell that
25392         does pass, and do not re-exec.  This test is particularly contorted to
25393         avoid triggering misbehavior in Solaris 10's /bin/sh whereby any use
25394         of $(...) evokes a syntax error and causes immediate shell exit with
25395         status 2.  Bruno Haible reported that the re-exec made it impossible
25396         to single-step through any init.sh-using script.
25397
25398 2010-05-16  Bruno Haible  <bruno@clisp.org>
25399
25400         Fix collision between gnulib's and libintl's printf replacements.
25401         * lib/stdio.in.h (_GL_STDIO_STRINGIZE,
25402         _GL_STDIO_MACROEXPAND_AND_STRINGIZE): New macros.
25403         (printf): When using GNU C, map the __printf__ function to rpl_printf
25404         via __asm__. When not using GNU C, define rpl_printf instead of
25405         __printf__.
25406         * lib/printf.c: Ignore DEPENDS_ON_LIBINTL. Undoes the 2010-03-25
25407         commit.
25408         * lib/stdio-write.c: Ignore DEPENDS_ON_LIBINTL. Undoes the 2009-08-10
25409         commit.
25410         * m4/asm-underscore.m4: New file.
25411         * m4/stdio_h.m4 (gl_STDIO_H): Require gl_ASM_SYMBOL_PREFIX.
25412         * modules/stdio (Files): Add m4/asm-underscore.m4.
25413         (Makefile.am): Substitute ASM_SYMBOL_PREFIX.
25414         Reported by Ben Pfaff.
25415
25416 2010-05-16  Bruno Haible  <bruno@clisp.org>
25417
25418         verify: Avoid skipping the test on openSUSE 11.0.
25419         * tests/test-verify.sh: Unset MALLOC_PERTURB_.
25420
25421 2010-05-13  Bruno Haible  <bruno@clisp.org>
25422
25423         Avoid useless warnings from G++.
25424         * build-aux/c++defs.h (_GL_CXXALIASWARN_2, _GL_CXXALIASWARN1_2): Don't
25425         use _GL_WARN_ON_USE or _GL_WARN_ON_USE_CXX when optimizing.
25426         Reported by Jarno Rajahalme <jarno.rajahalme@nsn.com>.
25427
25428 2010-05-11  Jim Meyering  <meyering@redhat.com>
25429
25430         maint.mk: tweak preceding change
25431         * top/maint.mk (gl_extract_significant_defines_): Make exclusion
25432         regexps tighter by anchoring at EOL, and make the new group "shy"
25433         for slightly decreased overhead.
25434
25435 2010-05-11  Eric Blake  <eblake@redhat.com>
25436
25437         maint.mk: gnulib doesn't guarantee NSIG
25438         * top/maint.mk (gl_extract_significant_defines_): Exclude NSIG.
25439
25440 2010-05-10  Peter O'Gorman  <pogma@thewrittenword.com>
25441
25442         test-pwrite.c: Remove unused variable declaration.
25443         * tests/test-pwrite.c (main): Remove read_buf declaration.
25444
25445         Remove useless test-pwrite.sh file.
25446         * tests/test-pwrite.sh: Delete file.
25447         * modules/pwrite-tests: Remove references.
25448         Reported by Bruno Haible.
25449
25450 2010-05-10  Peter O'Gorman  <pogma@thewrittenword.com>
25451
25452         init.sh: fix a typo
25453         * tests/init.sh: Correct typo in MALLOC_PERTURB_ initialization.
25454
25455 2010-05-10  Jim Meyering  <meyering@redhat.com>
25456
25457         maint.mk: avoid using a temporary file in the always-defined-macros check
25458         * top/maint.mk (.re-defmac): Remove rule.
25459         (gl_trap_): Remove definition.
25460         (sc_prohibit_always-defined_macros): Rewrite not to create and
25461         depend on a temporary file.  Instead, depend on GNU grep's ability
25462         to read a list of regular expressions from stdin when given "-f -".
25463
25464 2010-05-09  Bruno Haible  <bruno@clisp.org>
25465
25466         Update to GNU gettext 0.18, part 1.
25467         * m4/gettext.m4: Update to GNU gettext 0.18.
25468         * m4/intl.m4: Likewise.
25469         * m4/po.m4: Likewise.
25470         * modules/gettext (Files): Add m4/fcntl-o.m4.
25471         (configure.ac): Require gettext infrastructure from version 0.18.
25472
25473 2010-05-09  Jim Meyering  <meyering@redhat.com>
25474
25475         init.sh: enable MALLOC_PERTURB_
25476         * tests/init.sh: Enable glibc's malloc-perturbing option.
25477
25478         maint.mk: improve sc_cross_check_PATH_usage_in_tests
25479         With my recent change in init.sh from the two-line form:
25480             -#   : ${srcdir=.}
25481             -#   . "$srcdir/init.sh"; path_prepend_ .
25482             +#   . "${srcdir=.}/init.sh"; path_prepend_ .
25483         I noticed that using the one-line form would cause this test
25484         to fail with a false-positive, or to stop working altogether,
25485         depending on whether help-version changed or all the tests did.
25486         * top/maint.mk (_hv_regex): Remove this definition.
25487         (_hv_regex_weak): Use a weak regex to select all init.sh-sourcing files.
25488         (_hv_regex_strong): Use a stronger regex to check for conformance.
25489         (sc_cross_check_PATH_usage_in_tests): Rewrite to use the above.
25490         Give a separate diagnostic for lack of conforming use.
25491
25492         maint.mk: prohibit definition of symbols defined by gnulib
25493         * top/maint.mk (sc_prohibit_always-defined_macros): Reject the
25494         definition of symbols defined by gnulib.
25495
25496 2010-05-09  Bruno Haible  <bruno@clisp.org>
25497
25498         acl: Avoid test failure on Cygwin-hosted mingw.
25499         * tests/test-set-mode-acl.sh: Skip test if USE_ACL is 0.
25500
25501 2010-05-09  Bruno Haible  <bruno@clisp.org>
25502
25503         error: Use system's fcntl function.
25504         * lib/error.c (fcntl): Undefine.
25505
25506 2010-05-09  Jim Meyering  <meyering@redhat.com>
25507
25508         verify: adjust formatting to be more consistent
25509         * lib/verify.h (_GL_GENSYM): Add a space before each of a few
25510         argument-list '('s, and after one comma.
25511
25512 2010-05-09  Bruno Haible  <bruno@clisp.org>
25513
25514         error: More reliable output on mingw.
25515         * lib/error.c: Include <windows.h>.
25516         (is_open): New function.
25517         (flush_stdout): Call it instead of fcntl, also if F_GETFL is not
25518         defined.
25519
25520 2010-05-09  Bruno Haible  <bruno@clisp.org>
25521
25522         vasnprintf: Fix syntax errors in libintl build on mingw.
25523         * lib/vasnprintf.c (VASNPRINTF): Move a closing brace. Undefine
25524         pad_ourselves and prec_ourselves after use.
25525
25526 2010-05-08  Bruno Haible  <bruno@clisp.org>
25527
25528         * lib/config.charset: Update comments for Cygwin 1.7.
25529         * lib/localcharset.c: Likewise.
25530
25531 2010-05-07  Jim Meyering  <meyering@redhat.com>
25532
25533         init.sh: improve comments
25534         * tests/init.sh: Recommend the one-line init.sh-sourcing idiom:
25535         . "${srcdir=.}/init.sh"; path_prepend_ .
25536         Add a note about path_prepend_ and the alternative of using
25537         TESTS_ENVIRONMENT.
25538
25539 2010-05-06  Sergey Poznyakoff  <gray@gnu.org.ua>
25540
25541         exclude: Unescape hashed patterns in wildcard mode.
25542         * lib/exclude.c (add_exclude): Unescape the pattern before adding it
25543         to the hash list.
25544         * tests/test-exclude8.sh: New test case.
25545         * modules/exclude-tests: Add new test.
25546
25547 2010-05-05  Eric Blake  <eblake@redhat.com>
25548
25549         verify: automate tests
25550         * modules/verify-tests: New module.
25551         * tests/test-verify.sh: New file.
25552         * tests/test-verify.c: Guard each negative test with a unique id.
25553         Also avoid warning about unused left hand of comma expressions.
25554
25555 2010-05-05  Paul Eggert  <eggert@cs.ucla.edu>
25556
25557         Further improvements to verify.h, suggested by Eric Blake.
25558         * lib/verify.h (_GL_CONCAT, _GL_CONCAT0, _GL_GENSYM): Renamed from
25559         the GL_* versions, to avoid collision with OpenGL.
25560         (_GL_COUNTER): New macro, so that we can fall back on __LINE__ if
25561         __COUNTER__ doesn't work.  Test that __COUNTER__ increments rather
25562         than testing merely whether it's defined.
25563
25564         Modify verify.h to pacify gcc -Wredundant_decls.
25565         * lib/verify.h (GL_CONCAT, GL_CONCAT0, GL_GENSYM): New macros.
25566         These use the prefix "GL_" since they're likely to be useful elsewhere.
25567         We may need to break them out into a different .h file.
25568         (__COUNTER__): Define to 0 if the compiler doesn't support it.
25569         (verify) [!defined __cplusplus]: Use them to avoid duplicate decls
25570         of verify_function__.
25571
25572 2010-05-05  Peter O'Gorman  <pogma@thewrittenword.com>
25573
25574         Tests for module pwrite.
25575         * modules/pwrite-tests: New file.
25576         * tests/test-pwrite.sh: New file.
25577         * tests/test-pwrite.c: New file.
25578
25579         New module pwrite.
25580         * lib/unistd.in.h (pwrite): New declaration.
25581         * lib/pwrite.c: New file, from glibc with modifications.
25582         * m4/pwrite.m4: New file.
25583         * m4/unistd_h.m4 (gl_UNISTD_H): Test whether pwrite is declared.
25584         (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_PWRITE, HAVE_PWRITE,
25585         REPLACE_PWRITE.
25586         * modules/pwrite: New file.
25587         * modules/unistd (Makefile.am): Substitute GNULIB_PWRITE, HAVE_PWRITE,
25588         REPLACE_PWRITE.
25589         * tests/test-unistd-c++.cc: Check GNULIB_NAMESPACE::pwrite.
25590         * doc/posix-functions/pwrite.texi: Mention the new module.
25591
25592 2010-05-05  Peter O'Gorman  <pogma@thewrittenword.com>
25593
25594         pread: Update documentation.
25595         * doc/posix-functions/pread.texi: Mention the 'pread' module.
25596
25597 2010-05-04  Eric Blake  <eblake@redhat.com>
25598
25599         docs: update cygwin progress
25600         * doc/posix-functions/wctob.texi (wctob): Cygwin 1.7.6 will fix
25601         this bug.
25602         * doc/glibc-functions/get_nprocs_conf.texi (get_nprocs_conf):
25603         Added in cygwin 1.7.2.
25604         * doc/glibc-functions/get_phys_pages.texi (get_phys_pages):
25605         Likewise.
25606         * doc/glibc-functions/get_avphys_pages.texi (get_avphys_pages):
25607         Likewise.
25608         * doc/glibc-functions/dup3.texi (dup3): Likewise.
25609         * doc/glibc-functions/pipe2.texi (pipe2): Likewise.
25610         * doc/glibc-functions/accept4.texi (accept4): Likewise.
25611         * doc/posix-functions/strfmon.texi (strfmon): Likewise.
25612         * doc/glibc-functions/get_nprocs.texi (get_nprocs): Likewise.
25613         Mention nproc module.
25614         * doc/glibc-functions/xdr_uint16_t.texi (xdr_uint16_t): Mention
25615         bug in cygwin 1.7.5 addition.
25616         * doc/glibc-functions/xdr_uint32_t.texi (xdr_uint32_t): Likewise.
25617         * doc/glibc-functions/xdr_uint64_t.texi (xdr_uint64_t): Likewise.
25618         * doc/glibc-functions/xdr_uint8_t.texi (xdr_uint8_t): Likewise.
25619         * doc/glibc-functions/xdr_array.texi (xdr_array): Added in cygwin
25620         1.7.5.
25621         * doc/glibc-functions/xdr_bool.texi (xdr_bool): Likewise.
25622         * doc/glibc-functions/xdr_bytes.texi (xdr_bytes): Likewise.
25623         * doc/glibc-functions/xdr_char.texi (xdr_char): Likewise.
25624         * doc/glibc-functions/xdr_double.texi (xdr_double): Likewise.
25625         * doc/glibc-functions/xdr_enum.texi (xdr_enum): Likewise.
25626         * doc/glibc-functions/xdr_float.texi (xdr_float): Likewise.
25627         * doc/glibc-functions/xdr_free.texi (xdr_free): Likewise.
25628         * doc/glibc-functions/xdr_hyper.texi (xdr_hyper): Likewise.
25629         * doc/glibc-functions/xdr_int.texi (xdr_int): Likewise.
25630         * doc/glibc-functions/xdr_int16_t.texi (xdr_int16_t): Likewise.
25631         * doc/glibc-functions/xdr_int32_t.texi (xdr_int32_t): Likewise.
25632         * doc/glibc-functions/xdr_int64_t.texi (xdr_int64_t): Likewise.
25633         * doc/glibc-functions/xdr_int8_t.texi (xdr_int8_t): Likewise.
25634         * doc/glibc-functions/xdr_long.texi (xdr_long): Likewise.
25635         * doc/glibc-functions/xdr_longlong_t.texi (xdr_longlong_t):
25636         Likewise.
25637         * doc/glibc-functions/xdr_netobj.texi (xdr_netobj): Likewise.
25638         * doc/glibc-functions/xdr_opaque.texi (xdr_opaque): Likewise.
25639         * doc/glibc-functions/xdr_pointer.texi (xdr_pointer): Likewise.
25640         * doc/glibc-functions/xdr_reference.texi (xdr_reference):
25641         Likewise.
25642         * doc/glibc-functions/xdr_short.texi (xdr_short): Likewise.
25643         * doc/glibc-functions/xdr_sizeof.texi (xdr_sizeof): Likewise.
25644         * doc/glibc-functions/xdr_string.texi (xdr_string): Likewise.
25645         * doc/glibc-functions/xdr_u_char.texi (xdr_u_char): Likewise.
25646         * doc/glibc-functions/xdr_u_hyper.texi (xdr_u_hyper): Likewise.
25647         * doc/glibc-functions/xdr_u_int.texi (xdr_u_int): Likewise.
25648         * doc/glibc-functions/xdr_u_long.texi (xdr_u_long): Likewise.
25649         * doc/glibc-functions/xdr_u_longlong_t.texi (xdr_u_longlong_t):
25650         Likewise.
25651         * doc/glibc-functions/xdr_u_short.texi (xdr_u_short): Likewise.
25652         * doc/glibc-functions/xdr_union.texi (xdr_union): Likewise.
25653         * doc/glibc-functions/xdr_vector.texi (xdr_vector): Likewise.
25654         * doc/glibc-functions/xdr_void.texi (xdr_void): Likewise.
25655         * doc/glibc-functions/xdr_wrapstring.texi (xdr_wrapstring):
25656         Likewise.
25657         * doc/glibc-functions/xdrmem_create.texi (xdrmem_create):
25658         Likewise.
25659         * doc/glibc-functions/xdrrec_create.texi (xdrrec_create):
25660         Likewise.
25661         * doc/glibc-functions/xdrrec_endofrecord.texi
25662         (xdrrec_endofrecord): Likewise.
25663         * doc/glibc-functions/xdrrec_eof.texi (xdrrec_eof): Likewise.
25664         * doc/glibc-functions/xdrrec_skiprecord.texi (xdrrec_skiprecord):
25665         Likewise.
25666         * doc/glibc-functions/xdrstdio_create.texi (xdrstdio_create):
25667         Likewise.
25668
25669 2010-05-04  Jim Meyering  <meyering@redhat.com>
25670
25671         gendocs.sh: make its "-s FILE" option more useful
25672         * build-aux/gendocs.sh: When honoring the -s FILE option, update
25673         $PACKAGE to reflect the probably-different basename of "FILE".
25674
25675 2010-05-03  Giuseppe Scrivano  <gscrivano@gnu.org>
25676
25677         bootstrap: don't ignore download_po_files failure
25678         * build-aux/bootstrap (update_po_files): Don't ignore download_po_files
25679         failure.
25680
25681 2010-05-03  Jim Meyering  <meyering@redhat.com>
25682
25683         maint.mk: allow to pass options to gendocs.sh
25684         * top/maint.mk (web-manual): Pass gendocs_options_ to gendocs.sh.
25685         (gendocs_options_): New overridable variable.
25686
25687         gnu-web-doc-update: don't ignore configure or build failure
25688         * build-aux/gnu-web-doc-update: Exit nonzero upon internal failure.
25689
25690         announce-gen: backslash-escape '@'s in --help output
25691         * build-aux/announce-gen: Fix syntax errors.
25692
25693         maint.mk, announce-gen: allow project-specific announcement mail headers
25694         * top/maint.mk (translation_project_): Define default.
25695         (announcement_Cc_, announcement_mail_headers_): Likewise.
25696         (announcement): Invoke announce-gen with new --mail-headers option.
25697         * build-aux/announce-gen: New option: --mail-headers=HEADERS.
25698
25699         test-xalloc-die: avoid unwarranted test failure on OpenSolaris 5.11
25700         * tests/test-xalloc-die.sh: Redirect stdout before stderr, (i.e.,
25701         "> out 2> err", rather than "2> err > out").  Otherwise, with /bin/sh
25702         on OpenSolaris 5.11 snv_134, we would end up with a stray "1> out"
25703         line in the "err2" output file when running "make check" in verbose
25704         mode (i.e., with set -x enabled).
25705
25706 2010-05-03  Bruno Haible  <bruno@clisp.org>
25707
25708         wctob: Fix for weird platforms.
25709         * lib/wctob.c (wctob): When wint_t is larger than wchar_t, check the
25710         argument value.
25711
25712 2010-05-03  Jim Meyering  <meyering@redhat.com>
25713
25714         maint.mk: prohibit unwarranted use of <strings.h>
25715         * top/maint.mk (sc_prohibit_strings_without_use): Reject inclusion of
25716         strings.h in a file that does not also use strcasecmp, strncasecmp,
25717         ffs or ffsll.
25718
25719         maint.mk: remove obsolete comments
25720         * top/maint.mk: Remove stale, commented-out rules.
25721
25722 2010-05-02  Bruno Haible  <bruno@clisp.org>
25723
25724         wcwidth: Declare also when it's aliased.
25725         * lib/wchar.in.h (wcwidth): Don't test whether wcwidth is defined as a
25726         macro.
25727
25728 2010-05-02  Bruno Haible  <bruno@clisp.org>
25729
25730         Fix regression from 2010-04-25.
25731         * gnulib-tool (func_modules_transitive_closure): Check the status of
25732         all modules, not only of the tests that are of the form foo-tests where
25733         foo is a module.
25734
25735 2010-05-02  Bruno Haible  <bruno@clisp.org>
25736
25737         wctob: Work around nasty Cygwin 1.7.2 bug.
25738         * m4/wctob.m4 (gl_FUNC_WCTOB): Detect the Cygwin bug.
25739         * doc/posix-functions/wctob.texi: Mention the Cygwin bug.
25740
25741 2010-05-01  Bruno Haible  <bruno@clisp.org>
25742
25743         fpurge: Sharper test.
25744         * tests/test-fpurge.c (main): Add one more ftell check.
25745         * modules/fpurge-tests (Depends-on): Add ftell.
25746         Suggested by Eric Blake.
25747
25748 2010-05-01  Bruno Haible  <bruno@clisp.org>
25749
25750         ftello: Another test.
25751         * tests/test-ftello3.c: New file.
25752         * modules/ftello-tests (Files): Add it.
25753         (Makefile.am): Add it to TESTS and check_PROGRAMS. Augment
25754         MOSTLYCLEANFILES.
25755
25756         ftell: Another test.
25757         * tests/test-ftell3.c: New file.
25758         * modules/ftell-tests (Files): Add it.
25759         (Makefile.am): Add it to TESTS and check_PROGRAMS. Augment
25760         MOSTLYCLEANFILES.
25761
25762 2010-05-01  Bruno Haible  <bruno@clisp.org>
25763
25764         ftell, ftello: Work around Solaris bug.
25765         * m4/ftello.m4 (gl_FUNC_FTELLO): Detect Solaris bug.
25766         * lib/ftello.c: Include stdio-impl.h.
25767         (ftello): On Solaris, when _IOWRT is set, compute the result without
25768         looking at _IOREAD.
25769         * modules/ftello (Files): Add lib/stdio-impl.h.
25770         * doc/posix-functions/ftell.texi: Mention Solaris bug.
25771         * doc/posix-functions/ftello.texi: Likewise.
25772         Reported by Eric Blake.
25773
25774 2010-05-01  Bruno Haible  <bruno@clisp.org>
25775
25776         freading: Adapt to special meaning of _IOREAD flag on Solaris.
25777         * lib/freading.c (freading): On Solaris, ignore the _IOREAD flag if
25778         the _IOWRT flag is also set.
25779
25780 2010-05-01  Bruno Haible  <bruno@clisp.org>
25781
25782         Fix doc about a HP-UX stdio bug.
25783         * doc/posix-functions/ftell.texi: Mark HP-UX bug as unfixed.
25784         * doc/posix-functions/ftello.texi: Likewise.
25785
25786 2010-05-01  Bruno Haible  <bruno@clisp.org>
25787
25788         lseek test: Fix failure on Solaris.
25789         * tests/test-lseek.sh: Partially revert 2010-04-20 commit. Consume all
25790         output.
25791
25792 2010-04-30  Jim Meyering  <meyering@redhat.com>
25793
25794         bootstrap: don't ignore failure to generate po*/Makevars
25795         * build-aux/bootstrap (with_gettext): Don't ignore failure
25796         to create po/Makevars or runtime-po/Makevars.
25797
25798 2010-04-29  Eric Blake  <eblake@redhat.com>
25799
25800         headers: relax license to LGPLv2+
25801         * modules/fcntl-h (License): Relax license.
25802         * modules/getopt-posix (License): Likewise.
25803         * modules/locale (License): Likewise.
25804         * modules/math (License): Likewise.
25805         * modules/pty (License): Likewise.
25806         * modules/sched (License): Likewise.
25807         * modules/search (License): Likewise.
25808         * modules/spawn (License): Likewise.
25809         * modules/stdarg (License): Likewise.
25810         * modules/sysexits (License): Likewise.
25811
25812 2010-04-29  Jim Meyering  <meyering@redhat.com>
25813
25814         inttypes: relax license to LGPLv2+
25815         * modules/inttypes (License): Relax license.
25816
25817 2010-04-29  Simon Josefsson  <simon@josefsson.org>
25818
25819         * top/maint.mk (indent): Run twice to produce idempotent results.
25820
25821 2010-04-28  Bruno Haible  <bruno@clisp.org>
25822
25823         getdate: Generate getdate.c in the source directory.
25824         * modules/getdate (Makefile.am): Add rule for getdate.c. Augment
25825         MOSTLYCLEANFILES.
25826         Suggested by Daniel Richard G. <skunk@iskunk.org> and Ralf Wildenhues.
25827
25828 2010-04-27  Andreas Gruenbacher  <agruen@suse.de>  (tiny change)
25829
25830         * lib/utimens.c: On Tru64, the timestamp parameter of utimens(2)
25831         is not declared as a const *; avoid warnings in that case.
25832
25833 2010-04-28  Eric Blake  <eblake@redhat.com>
25834
25835         canonicalize-lgpl: avoid compiler warning
25836         * lib/canonicalize-lgpl.c (versioned_symbol): Avoid an 'empty
25837         declaration' / 'extraneous semicolon' warning with some compilers.
25838         Reported by Andreas Gruenbacher.
25839
25840 2010-04-28  Jim Meyering  <meyering@redhat.com>
25841
25842         init.sh: ensure a more reliable exit status when exiting via trap
25843         * tests/init.sh (setup_): Don't rely on $? in signal handler.
25844         Inspired by patches from Dmitry V. Levin.
25845         Also trap on signal 3 (SIGQUIT).
25846
25847 2010-04-27  Bruno Haible  <bruno@clisp.org>
25848
25849         Update doc about utimes().
25850         * doc/posix-functions/utimes.texi: Mention the OSF/1 problem and the
25851         'utimens' module.
25852         Reported by Andreas Gruenbacher <agruen@suse.de>.
25853
25854 2010-04-27  Eric Blake  <eblake@redhat.com>
25855
25856         full-read, full-write: relax license
25857         * modules/full-read (License): Drop to LGPLv2+.
25858         * modules/full-write (License): Likewise.
25859         * modules/safe-read (License): Likewise.
25860         * modules/safe-write (License): Likewise.
25861
25862         pthread: mention library for linking
25863         * modules/pthread (Link): Mention $(LIB_PTHREAD).
25864
25865 2010-04-27  Jim Meyering  <meyering@redhat.com>
25866
25867         maint.mk: fix a bug introduced in last change
25868         * top/maint.mk (gl_assured_headers_): Now that all names are on
25869         one line, use sed's "g" modifier.  Note that while the \.in\.h LHS
25870         is not anchored to end of word, it should be adequate.
25871
25872         maint.mk: avoid side-effect in latest syntax-check
25873         * top/maint.mk (sc_prohibit_always_true_header_tests): Rework not
25874         to run commands via $(shell...), and hence to incur cost only when
25875         the new rule is actually run.
25876
25877         maint.mk: syntax-check: prohibit HAVE_<header>_H that are always true
25878         Derive the list of guaranteed header names from gnulib/lib/*.in.h,
25879         and use that to create a regexp used to detect all #if HAVE_..._H uses.
25880         * top/maint.mk (sc_prohibit_always_true_header_tests): New rule.
25881         (gl_assured_headers_, az_, AZ_): Define.
25882         (gl_header_upper_case_or_, gl_have_header_regex_): Define.
25883
25884 2010-04-26  Jim Meyering  <jim@meyering.net>
25885             Bruno Haible  <bruno@clisp.org>
25886
25887         gnulib-common.m4: make glibc write diagnostics to stderr, not /dev/tty
25888         * m4/gnulib-common.m4 (gl_COMMON_BODY): Set LIBC_FATAL_STDERR_.
25889         Prompted by an exchange with Gilles Espinasse.
25890
25891 2010-04-26  Jim Meyering  <meyering@redhat.com>
25892
25893         git-version-gen: aesthetic tweak
25894         * build-aux/git-version-gen: Use "$nl" rather than a literal,
25895         so that the command remains on a single line.
25896
25897 2010-04-26  Eric Blake  <eblake@redhat.com>
25898
25899         git-version-gen: allow use on EBCDIC hosts
25900         * build-aux/git-version-gen (dirty): Use literal rather than tying
25901         ourselves to ascii.
25902         Reported by Steve Goetze.
25903
25904 2010-04-25  Bruno Haible  <bruno@clisp.org>
25905
25906         netdb: Add support for GNULIB_POSIXCHECK.
25907         * lib/netdb.in.h: Include warn-on-use.h.
25908         (getaddrinfo, freeaddrinfo, gai_strerror, getnameinfo): Warn if these
25909         functions are used when GNULIB_POSIXCHECK is defined and the
25910         getaddrinfo module is not in use.
25911         * m4/netdb_h.m4 (gl_HEADER_NETDB): Test whether getaddrinfo,
25912         freeaddrinfo, gai_strerror, getnameinfo are declared.
25913         * modules/netdb (Depends-on): Add warn-on-use.
25914         (Makefile.am): Include warn-on-use.h in netdb.h.
25915
25916 2010-04-24  Ian Beckwith  <ianb@erislabs.net>
25917
25918         build: avoid "make check" failure without .git/ directory
25919         * Makefile (sc_prefer_ac_check_funcs_once): Skip this test when
25920         there is no .git/ directory.
25921
25922 2010-04-25  Bruno Haible  <bruno@clisp.org>
25923
25924         ptsname: Fix misuse of ttyname_r.
25925         * lib/ptsname.c (__ptsname_r): Use __ttyname_r's return value instead
25926         of errno.
25927
25928 2010-04-25  Bruno Haible  <bruno@clisp.org>
25929
25930         ttyname_r: Make it work on Solaris 10.
25931         * m4/ttyname_r.m4 (gl_FUNC_TTYNAME_R): Define HAVE_POSIXDECL_TTYNAME_R
25932         if the system function has the POSIX declaration. Test whether the
25933         function fails if the buffer is less than 128 bytes large.
25934         * lib/ttyname_r.c (ttyname_r): Handle both possible declarations of the
25935         system's ttyname_r function. Provide a reasonably large buffer.
25936         * modules/ttyname_r (Depends-on): Add extensions.
25937         * doc/posix-functions/ttyname_r.texi: Mention the Solaris problem.
25938
25939 2010-04-25  Bruno Haible  <bruno@clisp.org>
25940
25941         Use the 'extensions' module for some more functions on Solaris.
25942         * doc/posix-functions/asctime_r.texi: Recommend to use the 'extensions'
25943         module.
25944         * doc/posix-functions/ctime_r.texi: Likewise.
25945         * doc/posix-functions/getgrgid_r.texi: Likewise.
25946         * doc/posix-functions/getgrnam_r.texi: Likewise.
25947         * doc/posix-functions/getpwnam_r.texi: Likewise.
25948         * doc/posix-functions/getpwuid_r.texi: Likewise.
25949         * doc/posix-functions/readdir_r.texi: Likewise.
25950         * doc/posix-functions/sigwait.texi: Likewise.
25951         * m4/getlogin_r.m4 (gl_FUNC_GETLOGIN_R): Add comment.
25952         * doc/posix-functions/getlogin_r.texi: Mark Solaris problem as fixed.
25953
25954 2010-04-25  Bruno Haible  <bruno@clisp.org>
25955
25956         ttyname_r: Make it work on MacOS X 10.4 and Solaris 10.
25957         * m4/ttyname_r.m4 (gl_FUNC_TTYNAME_R): Test whether the system function
25958         has the POSIX declaration. Set REPLACE_TTYNAME_R if not.
25959         * lib/ttyname_r.c: Include <limits.h>.
25960         (ttyname_r): Define using the system's ttyname_r function, if it exists
25961         and not on Solaris.
25962         * lib/unistd.in.h (ttyname_r): Replace function if REPLACE_TTYNAME_R is
25963         set.
25964         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize REPLACE_TTYNAME_R.
25965         * modules/unistd (Makefile.am): Substitute REPLACE_TTYNAME_R.
25966         * doc/posix-functions/ttyname_r.texi: Mark the problem as fixed.
25967         Reported by Simon Josefsson.
25968
25969 2010-04-25  Bruno Haible  <bruno@clisp.org>
25970
25971         Mention effects of _POSIX_PTHREAD_SEMANTICS on Solaris.
25972         * doc/posix-functions/asctime_r.texi: Mention the Solaris problem.
25973         * doc/posix-functions/ctime_r.texi: Likewise.
25974         * doc/posix-functions/getgrgid_r.texi: Likewise.
25975         * doc/posix-functions/getgrnam_r.texi: Likewise.
25976         * doc/posix-functions/getlogin_r.texi: Likewise.
25977         * doc/posix-functions/getpwnam_r.texi: Likewise.
25978         * doc/posix-functions/getpwuid_r.texi: Likewise.
25979         * doc/posix-functions/readdir_r.texi: Likewise.
25980         * doc/posix-functions/sigwait.texi: Likewise.
25981         * doc/posix-functions/ttyname_r.texi: Likewise.
25982         Reported by Simon Josefsson.
25983
25984 2010-04-25  Bruno Haible  <bruno@clisp.org>
25985
25986         gnulib-tool: Don't include hairy tests of dependencies in testdirs.
25987         * gnulib-tool (func_usage): Document that --with-*-tests options apply
25988         also to --create-testdir.
25989         (func_acceptable): Don't consider the status of *-tests modules here.
25990         (func_modules_transitive_closure): Consider it here, before including a
25991         test module.
25992         (func_import, func_create_testdir): Set inc_all_direct_tests,
25993         inc_all_indirect_tests.
25994         * doc/gnulib.texi (Extra tests modules): Document new behaviour of
25995         --create-testdir and --create-megatestdir.
25996
25997 2010-04-25  Bruno Haible  <bruno@clisp.org>
25998
25999         gnulib-tool: Add --without-*-tests options.
26000         * gnulib-tool (func_usage): Document the --without-*-tests options.
26001         (excl_cxx_tests, excl_longrunning_tests, excl_privileged_tests,
26002         excl_unportable_tests): New variables.
26003         Fail if they are specified with --import or --update.
26004         (func_acceptable): Respect the excl_*_tests variables.
26005         (func_import): Set the excl_*_tests variables to empty.
26006
26007 2010-04-25  Simon Josefsson  <simon@josefsson.org>
26008             Bruno Haible  <bruno@clisp.org>
26009
26010         Work around a MacOS X 10.4 bug with openpty.
26011         * doc/glibc-functions/openpty.texi: Mention the MacOS X 10.4 bug.
26012         * tests/test-openpty.c (main): Close the master side explicitly.
26013
26014 2010-04-25  Bruno Haible  <bruno@clisp.org>
26015
26016         strnlen: Fix a C++ test error on MacOS X and Solaris.
26017         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Don't set REPLACE_STRNLEN to 1 if
26018         the function is not declared.
26019         Reported by Jarno Rajahalme <jarno.rajahalme@nsn.com> and
26020         Simon Josefsson.
26021
26022 2010-04-24  Bruno Haible  <bruno@clisp.org>
26023
26024         Avoid a gcc warning.
26025         * tests/test-vasprintf.c (test_vasprintf, test_asprintf): Pass argument
26026         of correct type for %08lx directive.
26027         Reported by Eric Blake.
26028
26029 2010-04-24  Bruno Haible  <bruno@clisp.org>
26030
26031         vasnprintf: Correct errno value in case of out-of-memory.
26032         * lib/vasnprintf.c (VASNPRINTF): Set errno to 0 before calling SNPRINTF
26033         or sprintf. Use the errno value from SNPRINTF or sprintf.
26034         Reported by Ian Beckwith <ianb@erislabs.net>.
26035
26036 2010-04-24  Bruno Haible  <bruno@clisp.org>
26037
26038         ansi-c++-opt: Find correct compiler when cross-compiling.
26039         * m4/ansi-c++.m4 (gl_PROG_ANSI_CXX): Use AC_CHECK_TOOLS instead of
26040         AC_CHECK_PROGS.
26041         Reported by Simon Josefsson.
26042
26043 2010-04-24  Giuseppe Scrivano  <gscrivano@gnu.org>
26044
26045         vc-list-files: Add support for subversion
26046         * build-aux/vc-list-files: Use "svn list" to generate the list of
26047         files controlled by subversion.
26048
26049 2010-04-23  Jim Meyering  <meyering@redhat.com>
26050
26051         vc-list-files tests: convert to use init.sh
26052         * tests/test-vc-list-files-cvs.sh: Invoke "$srcdir/init.sh" and
26053         path_prepend_.
26054         Use Exit, not exit.
26055         Use skip_ rather than open coding it.
26056         Remove trap set-up and compare definitions.
26057         * tests/test-vc-list-files-git.sh: Likewise.
26058         * modules/vc-list-files-tests (Files): Add tests/init.sh.
26059
26060 2010-04-22  Simon Josefsson  <simon@josefsson.org>
26061
26062         * top/maint.mk (sc_prohibit_backup_files): Prohibit checked in
26063         backup files.
26064
26065 2010-04-21  Simon Josefsson  <simon@josefsson.org>
26066
26067         * tests/test-vasprintf.c (test_vasprintf, test_asprintf): Test %08lx.
26068
26069 2010-04-20  Eric Blake  <eblake@redhat.com>
26070
26071         tests: be robust to ignored SIGPIPE
26072         * tests/test-select-in.sh: Consume all output.
26073         * tests/test-lseek.sh: Check correct exit status, while avoiding
26074         EPIPE.
26075
26076 2010-04-20  Simon Josefsson  <simon@josefsson.org>
26077             Bruno Haible  <bruno@clisp.org>
26078
26079         visibility: Don't use -fvisibility if it leads to a warning.
26080         * m4/visibility.m4 (gl_VISIBILITY): Check whether -Werror is usable. If
26081         yes, don't pretend that visibility works if it leads to a warning.
26082         Reported by Mike Gran <spk121@yahoo.com>.
26083
26084 2010-04-20  Andreas Gruenbacher  <agruen@suse.de>
26085
26086         * build-aux/bootstrap: Use "git -h" for testing for supported options
26087         instead of "git --help".  The short-form option only shows a summary,
26088         and doesn't layout the full man page.  Grep for the full option name
26089         in the summary, too.
26090
26091 2010-04-19  Bruno Haible  <bruno@clisp.org>
26092
26093         relocatable: Drop the need to define RELOCATABLE_STRIP in Makefile.am.
26094         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Set RELOCATABLE_STRIP.
26095         * doc/relocatable-maint.texi (Supporting Relocation): Remove the
26096         mention of RELOCATABLE_STRIP.
26097         Reported by Sylvain Beucler <beuc@beuc.net>.
26098
26099 2010-04-19  Bruno Haible  <bruno@clisp.org>
26100
26101         * lib/diffseq.h: Fix typo in comment.
26102         Reported by Eric Blake.
26103
26104 2010-04-19  Bruno Haible  <bruno@clisp.org>
26105
26106         ioctl: Move autoconf macro to a .m4 file.
26107         * m4/ioctl.m4: New file, extracted from modules/ioctl.
26108         * modules/ioctl (Files): Add it.
26109         (configure.ac): Simply invoke gl_FUNC_IOCTL.
26110         Reported by Ian Beckwith <ianb@erislabs.net>.
26111
26112 2010-04-18  Andreas Gruenbacher  <agruen@suse.de>
26113             Bruno Haible  <bruno@clisp.org>
26114
26115         diffseq: Accommodate use-case with abstract arrays.
26116         * lib/diffseq.h (struct context): Remove xvec, yvec fields if ELEMENT
26117         is not defined.
26118         (diag, compareseq): Remove local variables xv, yv if ELEMENT is not
26119         defined. Use local macro XREF_YREF_EQUAL instead of EQUAL.
26120
26121 2010-04-18  Bruno Haible  <bruno@clisp.org>
26122
26123         * doc/posix-headers/stdbool.texi: More precise wording.
26124
26125 2010-04-17  Jim Meyering  <meyering@redhat.com>
26126
26127         maint.mk: use gnu-style indentation in an embedded perl script
26128         * top/maint.mk (detect_empty_lines_at_EOF_): Clean up formatting.
26129         Rename variable: s/two/last_two_bytes/
26130
26131 2010-04-16  Eric Blake  <eblake@redhat.com>
26132
26133         test-stdbool: skip test that fails with Solaris CC
26134         * tests/test-stdbool.c (f): Skip test that causes compilation
26135         error under buggy C++ compiler.
26136         * lib/stdbool.in.h: Document the limitation.
26137         * doc/posix-headers/stdbool.texi (stdbool.h): Likewise.
26138
26139         setenv: allow compilation with C++
26140         * lib/setenv.c (__add_to_environ): Add a cast.  Also, drop use of
26141         register keyword.
26142
26143         stdint: allow test to pass with C++
26144         * tests/test-stdint.c: Define __STDC_CONSTANT_MACROS, for glibc.
26145
26146         getopt: allow compilation with C++
26147         * lib/getopt_int.h (__ordering): Hoist enum declaration outside
26148         struct.
26149         * lib/getopt.c (_getopt_internal_r): Use correct type.
26150         Reported by Dagobert Michelson, via Joel E. Denny.
26151
26152 2010-04-16  Bruno Haible  <bruno@clisp.org>
26153
26154         Override netdb.h always.
26155         * modules/netdb (Makefile.am): Augment BUILT_SOURCES always.
26156         * m4/netdb_h.m4 (gl_HEADER_NETDB): Don't set NETDB_H.
26157         Reported by Ludovic Courtès <ludo@gnu.org>.
26158
26159 2010-04-15  Bruno Haible  <bruno@clisp.org>
26160
26161         openpty: Fix mistake from 2010-03-21.
26162         * m4/pty.m4 (gl_FUNC_OPENPTY): Define HAVE_OPENPTY when openpty exists.
26163         Reported by Simon Josefsson.
26164
26165 2010-04-15  Eric Blake  <eblake@redhat.com>
26166
26167         test-forkpty: fix expected signature
26168         * tests/test-forkpty.c (SIGNATURE_CHECK): Add appropriate const.
26169         Reported by Simon Josefsson.
26170
26171 2010-04-15  Jim Meyering  <meyering@redhat.com>
26172
26173         maint.mk: texinfo_suffix_re_: correct the default regexp
26174         * top/maint.mk (texinfo_suffix_re_): Fix default regexp.
26175
26176         * top/maint.mk (sc_texinfo_acronym): Improve filename regexp, and
26177         make it configurable via texinfo_suffix_re_.
26178
26179 2010-04-14  Eric Blake  <eblake@redhat.com>
26180
26181         strtok_r: relax license to LGPLv2+
26182         * modules/strtok_r (License): Relax license.
26183         Reported by Matthias Bolte.
26184
26185 2010-04-14  Simon Josefsson  <simon@josefsson.org>
26186
26187         * lib/gc-libgcrypt.c (gc_init): Use MIN_GCRYPT_VERSION set to
26188         version 1.4.4 by default instead of requiring the libgcrypt
26189         version used during build.  This makes it possible to use the
26190         application with older but still binary compatible libgcrypt
26191         versions.
26192
26193 2010-04-13  Eric Blake  <eblake@redhat.com>
26194
26195         getopt-gnu: match recent glibc fixes and posix ruling
26196         * tests/test-getopt.h (test_getopt): Strengthen tests of leading
26197         '+' handling, when requesting extensions.
26198         * tests/test-getopt_long.h (test_getopt_long): Strengthen test of
26199         'W;' handling.
26200         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Detect glibc 2.11 bug.
26201         * doc/posix-functions/getopt.texi (getopt): Document this.
26202         * doc/glibc-functions/getopt_long.texi (getopt_long): Likewise.
26203         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
26204         Likewise.
26205
26206         getopt: merge bug fixes from glibc
26207         * lib/getopt.c (_getopt_internal_r): Use correct message for 'W;'
26208         diagnostics.  Honor '+:' correctly.  Reject ';'.
26209
26210         getopt-posix: detect MacOS bug
26211         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Reject MacOS botch of
26212         optind when missing a required argument.
26213         * doc/posix-functions/getopt.texi (getopt): Document the bug.
26214         * doc/glibc-functions/getopt_long.texi (getopt_long): Likewise.
26215         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
26216         Likewise.
26217
26218         getopt-posix: avoid spurious failure on Solaris
26219         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Check for getopt_clip as
26220         an indicator that setting optind=1 is sufficient for reset.
26221
26222         getopt-posix: avoid spurious failure on FreeBSD
26223         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Check for optreset even
26224         in POSIX mode, since the m4 test uses it.
26225
26226         gnulib-tool: silence warning on BSD sh
26227         * gnulib-tool: Avoid leaking warning about unknown 'declare'.
26228
26229 2010-04-13  Jim Meyering  <meyering@redhat.com>
26230
26231         doc: users.txt: GNU patch now uses gnulib
26232         * users.txt: Add patch.
26233
26234 2010-04-12  Jim Meyering  <meyering@redhat.com>
26235
26236         maint.mk: generate more concise timing data for syntax-check rules
26237         * top/maint.mk ($(sc_z_rules_)): Remove the ":", "sc_" prefix and
26238         " done" from each line that reports a syntax-check test duration.
26239
26240 2010-04-12  Andreas Gruenbacher  <agruen@suse.de>
26241
26242         git-version-gen: use "git update-index..." rather than "git status"
26243         * build-aux/git-version-gen: Use git update-index --refresh, not
26244         "git status".  With some versions of git, "git status" would fail
26245         to update the index and result in an unwarranted "-dirty" suffix.
26246
26247 2010-04-11  Jim Meyering  <meyering@redhat.com>
26248
26249         openat: correct formatting (no semantic change)
26250         * m4/openat.m4 (gl_FUNC_FCHOWNAT): Correct formatting in AC_DEFINE.
26251         Suggested by Bruno Haible.
26252
26253 2010-04-11  Bruno Haible  <bruno@clisp.org>
26254
26255         Stricter declaration checking in testdirs.
26256         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
26257         If for_tests is true, augment AM_CPPFLAGS to define
26258         GNULIB_STRICT_CHECKING.
26259         * build-aux/warn-on-use.h (_GL_WARN_ON_USE, _GL_WARN_ON_USE_CXX): When
26260         GNULIB_STRICT_CHECKING is defined, verify that the function is
26261         declared.
26262
26263 2010-04-11  Paolo Bonzini  <bonzini@gnu.org>
26264             Bruno Haible  <bruno@clisp.org>
26265
26266         libunistring: Improve configure output.
26267         * m4/libunistring.m4 (gl_LIBUNISTRING): Check for libiconv first.
26268         Don't say "consider installing GNU libunistring" when checking again
26269         with libiconv.
26270
26271 2010-04-11  Bruno Haible  <bruno@clisp.org>
26272
26273         libunistring: Correct value of $LTLIBUNISTRING.
26274         * m4/libunistring.m4 (gl_LIBUNISTRING): When it depends on libiconv,
26275         correct the value of $LTLIBUNISTRING.
26276
26277 2010-04-11  Bruno Haible  <bruno@clisp.org>
26278
26279         havelib: Add static libraries to LIBS in the right order.
26280         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): When $LIB[]NAME contains no
26281         -l options, prepend it to $LIBS, instead of appending it to $LIBS.
26282
26283 2010-04-11  Bruno Haible  <bruno@clisp.org>
26284
26285         libunistring: Detect libunistring also when it depends on libiconv.
26286         * m4/libunistring.m4 (gl_LIBUNISTRING): Unset the cached result before
26287         the second AC_LIB_HAVE_LINKFLAGS invocation.
26288
26289 2010-04-11  James Youngman  <jay@gnu.org>
26290
26291         close-stream: declare local scalars to be "const"
26292         * lib/close-stream.c (close_stream): Make boolean variables const
26293         to document the fact that we set but do not change them.
26294
26295 2010-04-11  Bruno Haible  <bruno@clisp.org>
26296
26297         * m4/libunistring.m4 (gl_LIBUNISTRING): Fix typo in comment.
26298
26299 2010-04-11  Jim Meyering  <meyering@redhat.com>
26300
26301         maint.mk: don't include dist-check.mk
26302         * top/maint.mk: Remove bogus include directive.
26303
26304         maint.mk: improve empty-line-at-EOF check
26305         * top/maint.mk (sc_prohibit_empty_lines_at_EOF): Use Perl-based
26306         solution, rather than tail+Perl-based one.  The latter would read
26307         a few kilobytes from the end of each file, and did not handle empty
26308         files properly.
26309
26310         maint.mk: print the elapsed time for each syntax-check rule
26311         * top/maint.mk (sc_m_rules_): Save start time in a file.
26312         (sc_z_rules_): New rules: remove temp file and print elapsed time.
26313         (local-check): Interpose the .z rules
26314
26315 2010-04-11  Jim Meyering  <meyering@redhat.com>
26316
26317         maint.mk: detect_empty_lines_at_EOF_: avoid FP for an empty file
26318         * top/maint.mk (detect_empty_lines_at_EOF_): Don't confuse an
26319         empty file with one that ends in an empty line.
26320
26321 2010-04-10  Bruno Haible  <bruno@clisp.org>
26322
26323         mkdir: Make it work on mingw64.
26324         * lib/sys_stat.in.h: Include <direct.h> together with <io.h>.
26325         * lib/mkdir.c: Update comment.
26326         Reported by Roman Donchenko (Роман Ð”онченко) <dxdragon@yandex.ru>.
26327
26328 2010-04-10  Bruno Haible  <bruno@clisp.org>
26329
26330         Don't override improved macro from newer autoconf.
26331         * m4/gnulib-common.m4 (AC_C_RESTRICT): Don't define for
26332         autoconf >= 2.62.
26333         Reported by Joel E. Denny <jdenny@clemson.edu>.
26334
26335 2010-04-10  Jim Meyering  <meyering@redhat.com>
26336
26337         maint.mk: new syntax-check rule: prohibit empty lines at end of file
26338         * top/maint.mk (sc_prohibit_empty_lines_at_EOF): New rule.
26339
26340         maint.mk: correct a diagnostic
26341         * top/maint.mk (sc_prohibit_HAVE_MBRTOWC): Fix obsolete use of $re
26342         in diagnostic; now use $prohibit.
26343
26344 2010-04-10  Bruno Haible  <address@hidden>
26345
26346         fchownat: Fix a C++ test error on Solaris 8.
26347         * m4/openat.m4 (gl_FUNC_FCHOWNAT): Don't set REPLACE_FCHOWNAT to 1 if
26348         the function does not exist.
26349
26350 2010-04-10  Bruno Haible  <bruno@clisp.org>
26351
26352         vasnprintf: Add more tests.
26353         * tests/test-vasnprintf-posix.c: Include <errno.h>.
26354         (test_function): Test converting an invalid wide string.
26355
26356         vasnprintf: Correct handling of unconvertible wide string arguments.
26357         * lib/vasnprintf.c (MAX_ROOM_NEEDED): New function, extracted from
26358         VASNPRINTF.
26359         (VASNPRINTF): Use it. After snprintf failed, allocate more memory only
26360         if HAVE_SNPRINTF_RETVAL_C99 is false and the allocated memory is
26361         smaller than the expected maximum need for the directive. Set errno to
26362         EILSEQ, not EINVAL, when the directive is 'c' or 's'.
26363         (local_strnlen, local_wcslen, local_wcsnlen): Update conditions.
26364         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Require AC_C_INLINE and
26365         gl_SNPRINTF_RETVAL_C99. Define HAVE_SNPRINTF_RETVAL_C99.
26366         * modules/vasnprintf (Files): Add m4/printf.m4.
26367         Reported by Jarno Rajahalme <jarno.rajahalme@nsn.com>.
26368
26369 2010-04-10  Bruno Haible  <bruno@clisp.org>
26370
26371         vasnprintf: Fix crash in %ls directive.
26372         * lib/vasnprintf.c (VASNPRINTF): Don't abort when a unconvertible wide
26373         string is passed as argument to %ls, with no precision and no width.
26374         Reported by Jarno Rajahalme <jarno.rajahalme@nsn.com>.
26375
26376 2010-04-10  Bruno Haible  <bruno@clisp.org>
26377
26378         vasnprintf: Fix multiple test failures on mingw.
26379         * lib/vasnprintf.c (SNPRINTF) [mingw]: Define to snprintf, not
26380         _snprintf, or snwprintf, not _snwprintf.
26381
26382 2010-04-10  Bruno Haible  <bruno@clisp.org>
26383
26384         write: Fix a C++ test error on mingw.
26385         * lib/unistd.in.h (write): Use _GL_CXXALIAS_SYS_CAST.
26386
26387 2010-04-10  Bruno Haible  <bruno@clisp.org>
26388
26389         vasnprintf test: Reduce code duplication.
26390         * tests/test-vasnprintf.c (test_function): New function, extracted from
26391         test_vasnprintf.
26392         (test_vasnprintf, test_asnprintf): Invoke it.
26393
26394 2010-04-10  Bruno Haible  <bruno@clisp.org>
26395
26396         strnlen: Fix warning in C++ mode on MacOS X.
26397         * lib/string.in.h (strnlen): Use the modern idiom.
26398         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set REPLACE_STRNLEN to 1, instead of
26399         defining strnlen as a macro already in <config.h>.
26400         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
26401         REPLACE_STRNLEN.
26402         * modules/string (Makefile.am): Substitute REPLACE_STRNLEN.
26403         Reported by Jarno Rajahalme <jarno.rajahalme@nsn.com>.
26404
26405 2010-04-08  James Youngman  <jay@gnu.org>
26406
26407         * doc/manywarnings.texi (manywarnings): Add missing parenthesis in
26408         the example.
26409
26410 2010-04-09  Jim Meyering  <meyering@redhat.com>
26411
26412         maint.mk: print better diagnostic when there is no $(_hv_file)
26413         * top/maint.mk (sc_cross_check_PATH_usage_in_tests): Skip test and
26414         announce that when $(_hv_file) (aka help-version) does not exist.
26415
26416         init.sh: run tr in the "C" locale to avoid multibyte interpretation
26417         * tests/init.sh (rand_bytes_): Run tr in the "C" locale so it does
26418         not try to interpret its random input bytes.  Jarno Rajahalme reported
26419         that ./test-xalloc-die.sh would fail with "tr: Illegal byte sequence".
26420         on Darwin 10.3.0 with LC_CTYPE=UTF-8.
26421         (mktempd_): Likewise, just in case.
26422
26423         ftruncate: add two years to projected module removal date: 2012
26424         * m4/ftruncate.m4: Adjust comments.
26425
26426         ftruncate: mark module as obsolete; even MinGW provides it, now
26427         * modules/ftruncate (Status): Obsolete.
26428         (Notice): Say that.
26429         * doc/posix-functions/ftruncate.texi: Don't say MinGW lacks it.
26430         http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/9203
26431
26432 2010-04-08  Bruno Haible  <bruno@clisp.org>
26433
26434         Fix side effects from tests-related modules.
26435         * modules/dprintf-posix (Comment): New section.
26436         * modules/fprintf-posix (Comment): Likewise.
26437         * modules/obstack-printf-posix (Comment): Likewise.
26438         * modules/printf-posix (Comment): Likewise.
26439         * modules/snprintf-posix (Comment): Likewise.
26440         * modules/sprintf-posix (Comment): Likewise.
26441         * modules/vasnprintf-posix (Comment): Likewise.
26442         * modules/vasprintf-posix (Comment): Likewise.
26443         * modules/vdprintf-posix (Comment): Likewise.
26444         * modules/vfprintf-posix (Comment): Likewise.
26445         * modules/vprintf-posix (Comment): Likewise.
26446         * modules/vsnprintf-posix (Comment): Likewise.
26447         * modules/vsprintf-posix (Comment): Likewise.
26448         * modules/xprintf-posix (Comment): Likewise.
26449         * modules/xvasprintf-posix (Comment): Likewise.
26450         * modules/ceilf-tests (Depends-on): Remove fprintf-posix.
26451         * modules/floorf-tests (Depends-on): Likewise.
26452         * modules/round-tests (Depends-on): Likewise.
26453         * modules/roundf-tests (Depends-on): Likewise.
26454         * modules/trunc-tests (Depends-on): Likewise.
26455         * modules/truncf-tests (Depends-on): Likewise.
26456         * tests/test-ceilf2.c (check): Don't invoke fprintf if the
26457         'fprintf-posix' module is not present.
26458         * tests/test-floorf2.c (check): Likewise.
26459         * tests/test-trunc2.c (check): Likewise.
26460         * tests/test-truncf2.c (check): Likewise.
26461         * tests/test-round2.c (equal): Likewise.
26462         Reported by Jarno Rajahalme <jarno.rajahalme@nsn.com>.
26463
26464 2010-04-07  Karl Berry  <karl@gnu.org>
26465
26466         * config/srclist.txt,
26467         * config/srclistvars.sh,
26468         * config/srclist-update: doc fixes.
26469
26470 2010-04-07  Jim Meyering  <meyering@redhat.com>
26471
26472         maint.mk: add a PATH crosschecking syntax-check rule
26473         * top/maint.mk (sc_cross_check_PATH_usage_in_tests): New rule.
26474         Useful if you use a test like the one in help-version (coreutils,
26475         diffutils, grep, gzip) that ensures $(VERSION) matches what is
26476         printed by prog --version.
26477
26478 2010-04-06  Bruno Haible  <bruno@clisp.org>
26479
26480         Fix link error on mingw.
26481         * modules/unistd-c++-tests (test_unistd_c___LDADD): Add LIBSOCKET.
26482         * modules/fcntl-h-c++-tests (test_fcntl_h_c___LDADD): Likewise.
26483
26484 2010-04-06  Bruno Haible  <bruno@clisp.org>
26485
26486         Assume rmdir exists.
26487         * lib/rmdir.c (rpl_rmdir): Remove code that invokes the rmdir program.
26488
26489 2010-04-06  Giuseppe Scrivano <gscrivano@gnu.org>
26490
26491         doc: update users.txt
26492         * users.txt: Add gcal.
26493
26494 2010-04-06  Jim Meyering  <meyering@redhat.com>
26495
26496         init.sh: simply unset TMPDIR rather than risking env -i
26497         * tests/init.sh (mktempd_): Using env -i is rather harsh, and
26498         although it probably works fine on all Unix-based systems, some
26499         systems (Cygwin?) cannot tolerate a totally cleared environment.
26500         Suggestion from Eric Blake.
26501
26502 2010-04-06  Jim Meyering  <meyering@redhat.com>
26503
26504         init.sh: portability fix: use env's POSIX-specified -i option not -u
26505         * tests/init.sh (mktempd_): Use env -i and set PATH explicitly rather
26506         than unportable env -u.  Solaris 5.11's env lacks support for -u.
26507
26508 2010-04-05  Bruno Haible  <bruno@clisp.org>
26509
26510         btowc: Work around Cygwin 1.7.2 bug.
26511         * m4/btowc.m4 (gl_FUNC_BTOWC): Set REPLACE_BTOWC to 1 if the function
26512         does not map NUL to 0.
26513         * doc/posix-functions/btowc.texi: Mention the Cygwin bug.
26514
26515 2010-04-05  Bruno Haible  <bruno@clisp.org>
26516
26517         Make the multithread modules work on Cygwin 1.7.2.
26518         * m4/threadlib.m4 (gl_THREADLIB_BODY): Improve the test whether
26519         imported symbols can be declared weak, so that it returns "no" on
26520         Cygwin 1.7.2.
26521
26522 2010-04-05  Bruno Haible  <bruno@clisp.org>
26523
26524         Use the module 'strncat'.
26525         * modules/unistr/u8-strncat (Depends-on): Add strncat.
26526
26527         Tests for module 'strncat'.
26528         * modules/strncat-tests: New file.
26529         * tests/test-strncat.c: New file.
26530
26531         New module 'strncat'.
26532         * lib/string.in.h (strncat): New declaration.
26533         * lib/strncat.c: New file, based on lib/unistr/u-strncat.h.
26534         * m4/strncat.m4: New file, based on m4/memchr.m4.
26535         * modules/strncat: New file.
26536         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Also check whether strncat
26537         is declared.
26538         (gl_HEADER_STRING_H_DEFAULTS): Initialize GNULIB_STRNCAT,
26539         REPLACE_STRNCAT.
26540         * modules/string (Makefile.am): Substitute GNULIB_STRNCAT,
26541         REPLACE_STRNCAT.
26542         * doc/posix-functions/strncat.texi: Mention the Solaris bug and the new
26543         module.
26544         * tests/test-string-c++.cc: Check signature of strncat.
26545
26546 2010-04-05  Jim Meyering  <meyering@redhat.com>
26547
26548         xstrtoumax-tests: convert to use init.sh
26549         * modules/xstrtoumax-tests (Files): Add tests/init.sh.
26550         * tests/test-xstrtoumax.sh: Invoke "$srcdir/init.sh" and path_prepend_.
26551         Use Exit, not exit.
26552         Remove uses of $EXEEXT and "./" to run a program in the current dir.
26553
26554         xstrtoimax-tests: convert to use init.sh
26555         * modules/xstrtoimax-tests (Files): Add tests/init.sh.
26556         * tests/test-xstrtoimax.sh: Invoke "$srcdir/init.sh" and path_prepend_.
26557         Use Exit, not exit.
26558         Remove uses of $EXEEXT and "./" to run a program in the current dir.
26559
26560 2010-04-05  Bruno Haible  <bruno@clisp.org>
26561
26562         sys_socket: Avoid #define replacements in C++ mode.
26563         * lib/sys_socket.in.h (close, gethostname, select): In C++, attach a
26564         warning to the function if possible, rather than #defining the symbol
26565         to a dysfunctional alias.
26566
26567 2010-04-05  Bruno Haible  <bruno@clisp.org>
26568
26569         fseeko: Fix C++ test error on mingw.
26570         * m4/fseeko.m4 (gl_HAVE_FSEEKO): New macro, extracted from
26571         gl_FUNC_FSEEKO.
26572         (gl_REPLACE_FSEEKO): Also set REPLACE_FSEEKO if appropriate.
26573         (gl_FUNC_FSEEKO): Require gl_HAVE_FSEEKO. Update.
26574         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't fiddle with internals of the
26575         fseeko module. Instead, invoke gl_REPLACE_FSEEKO.
26576
26577 2010-04-05  Bruno Haible  <bruno@clisp.org>
26578
26579         duplocale: Improve test output.
26580         * tests/test-duplocale.c (main): Print reason for skipped test.
26581
26582 2010-04-05  Bruno Haible  <bruno@clisp.org>
26583
26584         Assume rmdir exists.
26585         * m4/rmdir.m4 (gl_FUNC_RMDIR): Remove test whether rmdir exists.
26586         * doc/posix-functions/rmdir.texi: Remove mention of "old platforms".
26587
26588 2010-04-05  Bruno Haible  <bruno@clisp.org>
26589
26590         Fix link error on Solaris 8 with cc.
26591         * modules/pty-c++-tests (test_pty_c___LDADD): Add LIBINTL.
26592
26593 2010-04-05  Bruno Haible  <bruno@clisp.org>
26594
26595         frexpl: Fix a C++ test error on Solaris 8 and Cygwin.
26596         * lib/math.in.h (frexpl): Fix condition on _GL_CXXALIASWARN invocation.
26597
26598 2010-04-05  Bruno Haible  <bruno@clisp.org>
26599
26600         vasprintf: Update documentation.
26601         * doc/glibc-functions/asprintf.texi: Mention the 'vasprintf' module.
26602
26603 2010-04-05  Bruno Haible  <bruno@clisp.org>
26604
26605         ptsname: Improve test.
26606         * tests/test-ptsname.c (main): Also try the various master names of BSD
26607         systems.
26608
26609 2010-04-05  Bruno Haible  <bruno@clisp.org>
26610
26611         memchr: Avoid a possible C++ test error.
26612         * lib/string.in.h (memchr): Provide declaration if function is missing.
26613         * m4/memchr.m4 (gl_FUNC_MEMCHR): If the function is missing, set
26614         HAVE_MEMCHR to 0, not REPLACE_MEMCHR to 1.
26615         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize HAVE_MEMCHR.
26616         * modules/string (Makefile.am): Substitute HAVE_MEMCHR.
26617
26618 2010-04-05  Bruno Haible  <bruno@clisp.org>
26619
26620         strtok_r: Improve idiom.
26621         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Invoke gl_PREREQ_STRDUP only when
26622         AC_LIBOBJ is used.
26623
26624 2010-04-05  Bruno Haible  <bruno@clisp.org>
26625
26626         strdup: Improve idiom.
26627         * m4/strdup.m4 (gl_FUNC_STRDUP): Invoke gl_PREREQ_STRDUP only when
26628         AC_LIBOBJ is used.
26629         (gl_FUNC_STRDUP_POSIX): When strdup is missing and malloc is not POSIX
26630         compliant, don't set REPLACE_STRDUP to 1. Invoke gl_PREREQ_STRDUP only
26631         when AC_LIBOBJ is used.
26632
26633 2010-04-05  Bruno Haible  <bruno@clisp.org>
26634
26635         mbsinit, mbrtowc, wcrtomb: Improve idioms.
26636         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): When the function does not exist,
26637         don't set REPLACE_MBSINIT to 1.
26638         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): When the function does not exist,
26639         don't set REPLACE_MBRTOWC to 1.
26640         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): When the function does not
26641         exist, don't set REPLACE_MBSRTOWCS to 1.
26642         * m4/mbsnrtowcs.m4 (gl_FUNC_MBSNRTOWCS): When the function does not
26643         exist, don't set REPLACE_MBSNRTOWCS to 1.
26644         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): When the function does not exist,
26645         don't set REPLACE_WCRTOMB to 1.
26646         * m4/wcsrtombs.m4 (gl_FUNC_WCSRTOMBS): When the function does not
26647         exist, don't set REPLACE_WCSRTOMBS to 1.
26648         * m4/wcsnrtombs.m4 (gl_FUNC_WCSNRTOMBS): When the function does not
26649         exist, don't set REPLACE_WCSNRTOMBS to 1.
26650
26651 2010-04-05  Bruno Haible  <bruno@clisp.org>
26652
26653         ldexpl: Improve idiom.
26654         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): When the function is not declared,
26655         make sure to set HAVE_DECL_LDEXPL to 0.
26656
26657 2010-04-05  Jim Meyering  <meyering@redhat.com>
26658
26659         xstrtol-tests: convert to use init.sh
26660         * modules/xstrtol-tests (Files): Add tests/init.sh.
26661         * tests/test-xstrtol.sh: Invoke "$srcdir/init.sh" and path_prepend_.
26662         Use Exit, not exit.
26663         Remove uses of $EXEEXT and "./" to run a program in the current dir.
26664
26665         atexit-tests: convert to use init.sh
26666         * modules/atexit-tests (Files): Add tests/init.sh.
26667         * tests/test-atexit.sh: Invoke "$srcdir/init.sh" and path_prepend_.
26668         Use Exit, not exit.
26669         Remove uses of $EXEEXT and "./" to run a program in the current dir.
26670
26671         init.sh: fix typo
26672         * tests/init.sh: Restore omitted ":" before stderr_fileno_ initialization.
26673
26674         init.sh: make it easier for a test script to write to the tty, ...
26675         when using automake's parallel-tests mode.
26676         * tests/init.sh (stderr_fileno_): Define overridable variable.
26677         (warn_): New function, to use it.
26678         (fail_, skip_, framework_failure_): Use warn_.
26679
26680 2010-04-04  Bruno Haible  <bruno@clisp.org>
26681
26682         btowc: Avoid warning.
26683         * lib/btowc.c: Include <stdlib.h>.
26684         Reported by Hauke Fath <hauke@espresso.rhein-neckar.de>.
26685
26686 2010-04-04  Hauke Fath  <hauke@espresso.rhein-neckar.de>  (tiny change)
26687             Bruno Haible  <bruno@clisp.org>
26688
26689         wchar: Port to NetBSD 1.5.
26690         * lib/wchar.in.h (WEOF): Provide fallback also when wint_t exists.
26691         * lib/wctype.in.h (WEOF): Likewise.
26692
26693 2010-04-04  Hauke Fath  <hauke@espresso.rhein-neckar.de>  (tiny change)
26694             Bruno Haible  <bruno@clisp.org>
26695
26696         Port extended stdio to NetBSD 1.5.
26697         * lib/stdio-impl.h [NetBSD]: Include <sys/param.h>.
26698         (struct __sfileext, fp_ub): Define the "old way" for NetBSD 1.5Z and
26699         older.
26700
26701 2010-04-04  Bruno Haible  <bruno@clisp.org>
26702
26703         string: Remove unused substitution.
26704         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
26705         HAVE_DECL_STRERROR.
26706         * modules/string (Makefile.am): Don't substitute HAVE_DECL_STRERROR.
26707
26708 2010-04-04  Bruno Haible  <bruno@clisp.org>
26709
26710         strtod: Avoid a possible C++ test error.
26711         * m4/strtod.m4 (gl_FUNC_STRTOD): When setting HAVE_STRTOD to 0, don't
26712         set REPLACE_STRTOD.
26713
26714 2010-04-04  Bruno Haible  <bruno@clisp.org>
26715
26716         strerror: Update documentation.
26717         * doc/posix-functions/strerror.texi: Remove mention of old platforms.
26718
26719 2010-04-04  Bruno Haible  <bruno@clisp.org>
26720
26721         stdio: Fix some C++ test errors on Solaris 8 with GCC.
26722         * lib/stdio.in.h (vdprintf, vfprintf, vprintf, vsprintf): Use
26723         _GL_CXXALIAS_SYS_CAST.
26724
26725 2010-04-04  Bruno Haible  <bruno@clisp.org>
26726
26727         frexpl: Fix a C++ test error on Solaris 8 and Cygwin.
26728         * m4/frexpl.m4 (gl_FUNC_FREXPL, gl_FUNC_FREXPL_NO_LIBM): When the
26729         function is not declared, set HAVE_DECL_FREXPL to 0, instead of setting
26730         REPLACE_FREXPL to 1.
26731         * doc/posix-functions/frexpl.texi: Update documentation.
26732
26733 2010-04-04  Bruno Haible  <bruno@clisp.org>
26734
26735         math: Fix some C++ test errors on Solaris 8 and Cygwin.
26736         * lib/math.in.h (cosl, logl, sinl): Use simpler idiom.
26737
26738 2010-04-04  Bruno Haible  <bruno@clisp.org>
26739
26740         Implement nanosleep for native Windows.
26741         * lib/nanosleep.c (nanosleep): New implementation for native Windows.
26742
26743 2010-04-04  Bruno Haible  <bruno@clisp.org>
26744
26745         math: Fix some C++ test errors on Solaris 8.
26746         * lib/math.in.h (truncf, trunc): Use simpler idiom.
26747
26748 2010-04-04  Bruno Haible  <bruno@clisp.org>
26749
26750         math: Fix some C++ test errors on Cygwin.
26751         * lib/math.in.h (ceilf, ceill, floorf, floorl, roundf, round, roundl,
26752         truncl): Provide declaration if the system does not have it.
26753         * m4/ceilf.m4 (gl_FUNC_CEILF): If the function is not declared, set
26754         HAVE_DECL_CEILF to 0, not REPLACE_CEILF to 1.
26755         * m4/ceill.m4 (gl_FUNC_CEILL): If the function is not declared, set
26756         HAVE_DECL_CEILL to 0, not REPLACE_CEILL to 1.
26757         * m4/floorf.m4 (gl_FUNC_FLOORF): If the function is not declared, set
26758         HAVE_DECL_FLOORF to 0, not REPLACE_FLOORF to 1.
26759         * m4/floorl.m4 (gl_FUNC_FLOORL): If the function is not declared, set
26760         HAVE_DECL_FLOORL to 0, not REPLACE_FLOORL to 1.
26761         * m4/round.m4 (gl_FUNC_ROUND): If the function is not declared, set
26762         HAVE_DECL_ROUND to 0, not REPLACE_ROUND to 1.
26763         * m4/roundf.m4 (gl_FUNC_ROUNDF): If the function is not declared, set
26764         HAVE_DECL_ROUNDF to 0, not REPLACE_ROUNDF to 1.
26765         * m4/roundl.m4 (gl_FUNC_ROUNDL): If the function is not declared, set
26766         HAVE_DECL_ROUNDL to 0, not REPLACE_ROUNDL to 1.
26767         * m4/truncl.m4 (gl_FUNC_TRUNCL): If the function is not declared, set
26768         HAVE_DECL_TRUNCL to 0, not REPLACE_TRUNCL to 1.
26769         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize HAVE_DECL_CEILF,
26770         HAVE_DECL_CEILL, HAVE_DECL_FLOORF, HAVE_DECL_FLOORL, HAVE_DECL_ROUND,
26771         HAVE_DECL_ROUNDF, HAVE_DECL_ROUNDL, HAVE_DECL_TRUNCL.
26772         * modules/math (Makefile.am): Substitute HAVE_DECL_CEILF,
26773         HAVE_DECL_CEILL, HAVE_DECL_FLOORF, HAVE_DECL_FLOORL, HAVE_DECL_ROUND,
26774         HAVE_DECL_ROUNDF, HAVE_DECL_ROUNDL, HAVE_DECL_TRUNCL.
26775
26776 2010-04-04  Bruno Haible  <bruno@clisp.org>
26777
26778         * m4/ceilf.m4 (gl_FUNC_CEILF): Remove redundant AC_SUBST invocation.
26779         * m4/ceill.m4 (gl_FUNC_CEILL): Likewise.
26780         * m4/floorf.m4 (gl_FUNC_FLOORF): Likewise.
26781         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
26782         * m4/isfinite.m4 (gl_ISFINITE): Likewise.
26783         * m4/isinf.m4 (gl_ISINF): Likewise.
26784         * m4/truncl.m4 (gl_FUNC_TRUNCL): Likewise.
26785
26786 2010-04-04  Bruno Haible  <bruno@clisp.org>
26787
26788         * m4/trunc.m4 (gl_FUNC_TRUNC): Remove redundant AC_SUBST invocation.
26789         * m4/truncf.m4 (gl_FUNC_TRUNCF): Likewise.
26790
26791 2010-04-04  Bruno Haible  <bruno@clisp.org>
26792
26793         * m4/tmpfile.m4 (gl_FUNC_TMPFILE): Renamed from gl_TMPFILE.
26794         * modules/tmpfile (configure.ac): Update.
26795
26796         tmpfile: Fix C++ test error on mingw.
26797         * lib/stdio.in.h (tmpfile): New declaration.
26798         * m4/tmpfile.m4 (gl_TMPFILE): Require gl_STDIO_H_DEFAULTS. Set
26799         REPLACE_TMPFILE instead of defining tmpfile as a macro in config.h.
26800         * modules/tmpfile (Depends-on): Add stdio.
26801         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
26802         * m4/stdio_h.m4 (gl_STDIO_H): Also check whether tmpfile is declared.
26803         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_TMPFILE and REPLACE_TMPFILE.
26804         * modules/stdio (Makefile.am): Substitute GNULIB_TMPFILE and
26805         REPLACE_TMPFILE.
26806         * tests/test-stdio-c++.cc (tmpfile): Verify signature.
26807
26808 2010-04-04  Bruno Haible  <bruno@clisp.org>
26809
26810         ioctl: Fix C++ test error on mingw.
26811         * lib/ioctl.c (ioctl): Renamed from rpl_ioctl.
26812         * lib/sys_ioctl.in.h (ioctl): When SYS_IOCTL_H_HAVE_WINSOCK2_H is 1,
26813         use _GL_FUNCDECL_SYS, not _GL_FUNCDECL_RPL.
26814
26815 2010-04-03  Bruno Haible  <bruno@clisp.org>
26816
26817         wcwidth: Fix C++ test error on mingw.
26818         * lib/wcwidth.c (wcwidth): Renamed from rpl_wcwidth.
26819         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): If the wcwidth function does not
26820         exist, don't set REPLACE_WCWIDTH. Instead, rely on HAVE_DECL_WCWIDTH.
26821
26822 2010-04-03  Bruno Haible  <bruno@clisp.org>
26823
26824         nanosleep: Fix C++ test error on mingw.
26825         * lib/nanosleep.c (nanosleep): Renamed from rpl_nanosleep.
26826         * lib/time.in.h (nanosleep): Use modern idiom.
26827         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): When the system does not have a
26828         nanosleep function, set HAVE_NANOSLEEP to 0, instead of setting
26829         REPLACE_NANOSLEEP to 1.
26830         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize HAVE_NANOSLEEP.
26831         * modules/time (Makefile.am): Substitute HAVE_NANOSLEEP.
26832
26833 2010-04-03  Bruno Haible  <bruno@clisp.org>
26834
26835         strptime: Fix C++ test error on mingw.
26836         * lib/time.in.h (strptime): Use HAVE_STRPTIME, not REPLACE_STRPTIME.
26837         * m4/strptime.m4 (gl_FUNC_STRPTIME): Set HAVE_STRPTIME, not
26838         REPLACE_STRPTIME. Invoke gl_PREREQ_STRPTIME.
26839         (gl_PREREQ_STRPTIME): New macro, extracted from gl_FUNC_STRPTIME.
26840         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize HAVE_STRPTIME,
26841         not REPLACE_STRPTIME.
26842         * modules/time (Makefile.am): Substitute HAVE_STRPTIME, not
26843         REPLACE_STRPTIME.
26844
26845 2010-04-03  Bruno Haible  <bruno@clisp.org>
26846
26847         timegm: Fix C++ test error on mingw.
26848         * lib/time.in.h (timegm): Use modern idiom.
26849         * m4/timegm.m4 (gl_FUNC_TIMEGM): When timegm does not exist, set
26850         HAVE_TIMEGM to 0, not REPLACE_TIMEGM to 1.
26851         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize HAVE_TIMEGM.
26852         * modules/time (Makefile.am): Substitute HAVE_TIMEGM.
26853
26854 2010-04-03  Bruno Haible  <bruno@clisp.org>
26855
26856         timegm: Assume declaration if function exists.
26857         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume timegm is declared if and only
26858         if it exists. Don't clobber ac_cv_func_timegm.
26859
26860 2010-04-03  Bruno Haible  <bruno@clisp.org>
26861
26862         time_r: Fix C++ test error on mingw.
26863         * lib/time.in.h (localtime_r, gmtime_r): Use modern idiom.
26864         * m4/time_r.m4 (gl_TIME_R): When localtime_r does not exist, set
26865         HAVE_LOCALTIME_R to 0, not REPLACE_LOCALTIME_R to 1.
26866         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize HAVE_LOCALTIME_R.
26867         * modules/time (Makefile.am): Substitute HAVE_LOCALTIME_R.
26868
26869 2010-04-03  Bruno Haible  <bruno@clisp.org>
26870
26871         time_r: Minor updates.
26872         * modules/time_r (Description): Mention the provided functions.
26873         * lib/time_r.c: Don't include <string.h>.
26874         * doc/posix-functions/gmtime_r.texi: Mention the 'time_r' module.
26875         * doc/posix-functions/localtime_r.texi: Likewise.
26876
26877 2010-04-03  Bruno Haible  <bruno@clisp.org>
26878
26879         time: Fix regression introduced on 2010-03-08.
26880         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): Require
26881         gl_HEADER_TIME_H_DEFAULTS, not gl_HEADER_STRING_H_DEFAULTS.
26882
26883 2010-04-03  Jim Meyering  <meyering@redhat.com>
26884
26885         maint.mk: don't silently disable project-specific syntax-check rules
26886         * top/maint.mk (_prohibit_regexp): Define, to help people realize
26887         that they need to convert their project-specific syntax-check rules
26888         to use the new _sc_search_regexp.
26889
26890 2010-04-03  Bruno Haible  <bruno@clisp.org>
26891
26892         fchdir: Fix regression introduced on 2010-03-08.
26893         * lib/unistd.in.h (fchdir): Fix declaration.
26894         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set HAVE_FCHDIR, not REPLACE_FCHDIR.
26895         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize HAVE_FCHDIR, not
26896         REPLACE_FCHDIR.
26897         * modules/unistd (Makefile.am): Substitute HAVE_FCHDIR, not
26898         REPLACE_FCHDIR.
26899
26900 2010-04-03  Bruno Haible  <bruno@clisp.org>
26901
26902         getpagesize: Fix C++ test error on mingw.
26903         * lib/unistd.in.h (getpagesize): Don't use _GL_CXXALIASWARN if the
26904         system does not declare the function.
26905         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Also check whether it's
26906         declared.
26907         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
26908         HAVE_DECL_GETPAGESIZE.
26909         * modules/unistd (Makefile.am): Substitute HAVE_DECL_GETPAGESIZE.
26910
26911 2010-04-03  Bruno Haible  <bruno@clisp.org>
26912
26913         stdio: Make C++ tests work on mingw.
26914         * lib/stdio.in.h (getline): Don't use _GL_CXXALIASWARN if the system
26915         does not declare the function.
26916
26917 2010-04-03  Bruno Haible  <bruno@clisp.org>
26918
26919         ftello: Fix C++ test error on mingw.
26920         * lib/stdio.in.h (ftello): Use modern idiom.
26921         * lib/ftello.c (ftello): Renamed from rpl_ftello.
26922         * m4/ftello.m4 (gl_FUNC_FTELLO): Distinguish the case that the function
26923         is missing and that it needs to be replaced.
26924         (gl_REPLACE_FTELLO): Don't set REPLACE_FTELLO here.
26925         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize HAVE_FTELLO.
26926         * modules/stdio (Makefile.am): Substitute HAVE_FTELLO.
26927
26928 2010-04-03  Bruno Haible  <bruno@clisp.org>
26929
26930         fseeko: Fix C++ test error on mingw.
26931         * lib/stdio.in.h (fseeko): Use modern idiom.
26932         * lib/fseeko.c (fseeko): Renamed from rpl_fseeko.
26933         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Distinguish the case that the function
26934         is missing and that it needs to be replaced.
26935         (gl_REPLACE_FSEEKO): Don't set REPLACE_FSEEKO here.
26936         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize HAVE_FSEEKO.
26937         * modules/stdio (Makefile.am): Substitute HAVE_FSEEKO.
26938
26939 2010-04-03  Bruno Haible  <bruno@clisp.org>
26940
26941         mkstemp: Fix C++ test error on mingw.
26942         * lib/stdlib.in.h (mkstemp): Use modern idiom.
26943         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Distinguish the case that the
26944         function is missing and that it needs to be replaced.
26945         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize HAVE_MKSTEMP.
26946         * modules/stdlib (Makefile.am): Substitute HAVE_MKSTEMP.
26947
26948 2010-04-03  Bruno Haible  <bruno@clisp.org>
26949
26950         stpncpy: Fix C++ test error on mingw.
26951         * lib/string.in.h (stpncpy): Use modern idiom.
26952         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Distinguish the case that the
26953         function is missing and that it needs to be replaced.
26954         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
26955         REPLACE_STPNCPY.
26956         * modules/string (Makefile.am): Substitute REPLACE_STPNCPY.
26957
26958 2010-04-03  Bruno Haible  <bruno@clisp.org>
26959
26960         sys_stat: Fix C++ test error on mingw.
26961         * build-aux/c++defs.h (_GL_CXXALIAS_RPL_CAST_1): New macro.
26962         * lib/sys_stat.in.h (lchmod): Use it instead of _GL_CXXALIAS_RPL_1.
26963
26964 2010-04-03  Bruno Haible  <bruno@clisp.org>
26965
26966         pty: Update doc.
26967         * doc/glibc-headers/pty.texi: Mention changes done since 2010-03-18.
26968
26969 2010-04-03  Bruno Haible  <bruno@clisp.org>
26970
26971         unistd: Fix C++ test error on mingw.
26972         * lib/unistd.in.h (getcwd): Use _GL_CXXALIAS_SYS_CAST.
26973
26974 2010-04-03  Bruno Haible  <bruno@clisp.org>
26975
26976         Update doc regarding mingw.
26977         * doc/glibc-functions/openpty.texi: Update regarding mingw.
26978         * doc/glibc-functions/login_tty.texi: Likewise.
26979         * doc/glibc-functions/forkpty.texi: Likewise.
26980
26981 2010-04-03  Bruno Haible  <bruno@clisp.org>
26982
26983         stdlib: Avoid compilation failure of c-strtold on mingw.
26984         * lib/stdlib.in.h: Don't include <unistd.h> on native Windows systems.
26985
26986 2010-04-03  Bruno Haible  <bruno@clisp.org>
26987
26988         locale: Make C++ tests work on Cygwin and mingw.
26989         * lib/locale.in.h (duplocale): Don't use _GL_CXXALIASWARN if gnulib
26990         cannot provide the function.
26991         Reported by Simon Josefsson.
26992
26993 2010-04-03  Bruno Haible  <bruno@clisp.org>
26994
26995         localename: Port to MacOS X 10.6.
26996         * lib/localename.c (gl_locale_name_thread_unsafe): On MacOS X, try the
26997         memory layout of the locales in MacOS X 10.6 as well.
26998         Reported by Panu Kekäläinen <panu@kekalainen.eu>.
26999
27000 2010-04-02  Bruno Haible  <bruno@clisp.org>
27001
27002         gnulib-tool: Ensure that long-running tests are executed last.
27003         * gnulib-tool (func_emit_tests_Makefile_am): Emit the code for long-
27004         running tests after the one for the other tests.
27005
27006 2010-04-02  Bruno Haible  <bruno@clisp.org>
27007
27008         gnulib-tool: Ensure the tests in the main directory are executed first.
27009         * gnulib-tool (func_emit_tests_Makefile_am): Initialize SUBDIRS to
27010         start with the current directory.
27011
27012 2010-04-02  Bruno Haible  <bruno@clisp.org>
27013
27014         Tests for module 'havelib', moved here from GNU gettext.
27015         * modules/havelib-tests: New file, from gettext/autoconf-lib-link with
27016         modifications.
27017         * tests/havelib/README: New file, from gettext/autoconf-lib-link.
27018         * tests/havelib/Makefile.am: New file, from gettext/autoconf-lib-link
27019         with modifications.
27020         * tests/havelib/rpath-1: New file, from gettext/autoconf-lib-link with
27021         modifications.
27022         * tests/havelib/rpath-1a: New file, from gettext/autoconf-lib-link.
27023         * tests/havelib/rpath-1b: New file, from gettext/autoconf-lib-link.
27024         * tests/havelib/rpath-2_a: New file, from gettext/autoconf-lib-link
27025         with modifications.
27026         * tests/havelib/rpath-2_b: New file, from gettext/autoconf-lib-link
27027         with modifications.
27028         * tests/havelib/rpath-2aaa: New file, from gettext/autoconf-lib-link.
27029         * tests/havelib/rpath-2aab: New file, from gettext/autoconf-lib-link.
27030         * tests/havelib/rpath-2aac: New file, from gettext/autoconf-lib-link.
27031         * tests/havelib/rpath-2aad: New file, from gettext/autoconf-lib-link.
27032         * tests/havelib/rpath-2aba: New file, from gettext/autoconf-lib-link.
27033         * tests/havelib/rpath-2abb: New file, from gettext/autoconf-lib-link.
27034         * tests/havelib/rpath-2abc: New file, from gettext/autoconf-lib-link.
27035         * tests/havelib/rpath-2abd: New file, from gettext/autoconf-lib-link.
27036         * tests/havelib/rpath-2baa: New file, from gettext/autoconf-lib-link.
27037         * tests/havelib/rpath-2bab: New file, from gettext/autoconf-lib-link.
27038         * tests/havelib/rpath-2bac: New file, from gettext/autoconf-lib-link.
27039         * tests/havelib/rpath-2bad: New file, from gettext/autoconf-lib-link.
27040         * tests/havelib/rpath-2bba: New file, from gettext/autoconf-lib-link.
27041         * tests/havelib/rpath-2bbb: New file, from gettext/autoconf-lib-link.
27042         * tests/havelib/rpath-2bbc: New file, from gettext/autoconf-lib-link.
27043         * tests/havelib/rpath-2bbd: New file, from gettext/autoconf-lib-link.
27044         * tests/havelib/rpath-3_a: New file, from gettext/autoconf-lib-link
27045         with modifications.
27046         * tests/havelib/rpath-3_b: New file, from gettext/autoconf-lib-link
27047         with modifications.
27048         * tests/havelib/rpath-3aaa: New file, from gettext/autoconf-lib-link.
27049         * tests/havelib/rpath-3aab: New file, from gettext/autoconf-lib-link.
27050         * tests/havelib/rpath-3aac: New file, from gettext/autoconf-lib-link.
27051         * tests/havelib/rpath-3aad: New file, from gettext/autoconf-lib-link.
27052         * tests/havelib/rpath-3aae: New file, from gettext/autoconf-lib-link.
27053         * tests/havelib/rpath-3aaf: New file, from gettext/autoconf-lib-link.
27054         * tests/havelib/rpath-3aag: New file, from gettext/autoconf-lib-link.
27055         * tests/havelib/rpath-3aah: New file, from gettext/autoconf-lib-link.
27056         * tests/havelib/rpath-3aba: New file, from gettext/autoconf-lib-link.
27057         * tests/havelib/rpath-3abb: New file, from gettext/autoconf-lib-link.
27058         * tests/havelib/rpath-3abc: New file, from gettext/autoconf-lib-link.
27059         * tests/havelib/rpath-3abd: New file, from gettext/autoconf-lib-link.
27060         * tests/havelib/rpath-3abe: New file, from gettext/autoconf-lib-link.
27061         * tests/havelib/rpath-3abf: New file, from gettext/autoconf-lib-link.
27062         * tests/havelib/rpath-3abg: New file, from gettext/autoconf-lib-link.
27063         * tests/havelib/rpath-3abh: New file, from gettext/autoconf-lib-link.
27064         * tests/havelib/rpath-3baa: New file, from gettext/autoconf-lib-link.
27065         * tests/havelib/rpath-3bab: New file, from gettext/autoconf-lib-link.
27066         * tests/havelib/rpath-3bac: New file, from gettext/autoconf-lib-link.
27067         * tests/havelib/rpath-3bad: New file, from gettext/autoconf-lib-link.
27068         * tests/havelib/rpath-3bae: New file, from gettext/autoconf-lib-link.
27069         * tests/havelib/rpath-3baf: New file, from gettext/autoconf-lib-link.
27070         * tests/havelib/rpath-3bag: New file, from gettext/autoconf-lib-link.
27071         * tests/havelib/rpath-3bah: New file, from gettext/autoconf-lib-link.
27072         * tests/havelib/rpath-3bba: New file, from gettext/autoconf-lib-link.
27073         * tests/havelib/rpath-3bbb: New file, from gettext/autoconf-lib-link.
27074         * tests/havelib/rpath-3bbc: New file, from gettext/autoconf-lib-link.
27075         * tests/havelib/rpath-3bbd: New file, from gettext/autoconf-lib-link.
27076         * tests/havelib/rpath-3bbe: New file, from gettext/autoconf-lib-link.
27077         * tests/havelib/rpath-3bbf: New file, from gettext/autoconf-lib-link.
27078         * tests/havelib/rpath-3bbg: New file, from gettext/autoconf-lib-link.
27079         * tests/havelib/rpath-3bbh: New file, from gettext/autoconf-lib-link.
27080         * tests/havelib/rpathx/rpathx.c: New file, from
27081         gettext/autoconf-lib-link.
27082         * tests/havelib/rpathx/Makefile.am: New file, from
27083         gettext/autoconf-lib-link.
27084         * tests/havelib/rpathx/configure.ac: New file, from
27085         gettext/autoconf-lib-link with modifications.
27086         * tests/havelib/rpathy/rpathy.c: New file, from
27087         gettext/autoconf-lib-link.
27088         * tests/havelib/rpathy/Makefile.am: New file, from
27089         gettext/autoconf-lib-link.
27090         * tests/havelib/rpathy/configure.ac: New file, from
27091         gettext/autoconf-lib-link with modifications.
27092         * tests/havelib/rpathz/rpathz.c: New file, from
27093         gettext/autoconf-lib-link.
27094         * tests/havelib/rpathz/Makefile.am: New file, from
27095         gettext/autoconf-lib-link.
27096         * tests/havelib/rpathz/configure.ac: New file, from
27097         gettext/autoconf-lib-link with modifications.
27098         * tests/havelib/rpathlx/usex.c: New file, from
27099         gettext/autoconf-lib-link.
27100         * tests/havelib/rpathlx/Makefile.am: New file, from
27101         gettext/autoconf-lib-link.
27102         * tests/havelib/rpathlx/configure.ac: New file, from
27103         gettext/autoconf-lib-link with modifications.
27104         * tests/havelib/rpathly/usey.c: New file, from
27105         gettext/autoconf-lib-link.
27106         * tests/havelib/rpathly/Makefile.am: New file, from
27107         gettext/autoconf-lib-link.
27108         * tests/havelib/rpathly/configure.ac: New file, from
27109         gettext/autoconf-lib-link with modifications.
27110         * tests/havelib/rpathlz/usez.c: New file, from
27111         gettext/autoconf-lib-link.
27112         * tests/havelib/rpathlz/Makefile.am: New file, from
27113         gettext/autoconf-lib-link.
27114         * tests/havelib/rpathlz/configure.ac: New file, from
27115         gettext/autoconf-lib-link with modifications.
27116         * tests/havelib/rpathlyx/usey.c: New file, from
27117         gettext/autoconf-lib-link.
27118         * tests/havelib/rpathlyx/Makefile.am: New file, from
27119         gettext/autoconf-lib-link.
27120         * tests/havelib/rpathlyx/configure.ac: New file, from
27121         gettext/autoconf-lib-link with modifications.
27122         * tests/havelib/rpathlzyx/usez.c: New file, from
27123         gettext/autoconf-lib-link.
27124         * tests/havelib/rpathlzyx/Makefile.am: New file, from
27125         gettext/autoconf-lib-link.
27126         * tests/havelib/rpathlzyx/configure.ac: New file, from
27127         gettext/autoconf-lib-link with modifications.
27128         * tests/havelib/rpathcfg.sh: New file, from gettext/autoconf-lib-link
27129         with modifications.
27130
27131 2010-04-02  Bruno Haible  <bruno@clisp.org>
27132
27133         gnulib-tool: Create distributed built sources also for the tests.
27134         * gnulib-tool (func_create_testdir): Also generate distributed built
27135         sources in the tests directory.
27136
27137 2010-04-02  Bruno Haible  <bruno@clisp.org>
27138
27139         gnulib-tool: Obey user's environment variables.
27140         * gnulib-tool (func_create_testdir): When creating built sources,
27141         respect the environment variables for autoconf, automake, etc. given by
27142         the user.
27143
27144 2010-04-02  Bruno Haible  <bruno@clisp.org>
27145
27146         gnulib-tool: Provide the value of --m4-base to modules.
27147         * gnulib-tool (func_import, func_create_testdir): Emit a definition
27148         of gl_m4_base.
27149
27150 2010-04-02  Eric Blake  <eblake@redhat.com>
27151
27152         maint.mk: fix some fallout
27153         * NEWS: Document the incompatible change, and its effect on cfg.mk.
27154         * top/maint.mk (sc_prohibit_test_minus_ao): Update.
27155
27156 2010-03-28  Jose E. Marchesi  <jemarch@gnu.org>
27157
27158         maint.mk: _sc_search_regexp: generalize and rename from _prohibit_regexp
27159         * top/maint.mk (_sc_search_regexp): Rename from _prohibit_regexp.
27160         (sc_cast_of_argument_to_free): Adapt to use _sc_search_regexp.
27161         (sc_cast_of_x_alloc_return_value): Likewise.
27162         (sc_cast_of_alloca_return_value): Likewise.
27163         (sc_space_tab): Likewise.
27164         (sc_prohibit_atoi_atof): Likewise.
27165         (sc_prohibit_magic_number_exit): Likewise.
27166         (sc_error_exit_success): Likewise.
27167         (sc_file_system): Likewise.
27168         (sc_prohibit_have_config_h): Likewise.
27169         (sc_require_config_h): Likewise.
27170         (sc_prohibit_HAVE_MBRTOWC): Likewise.
27171         (sc_obsolete_symbols): Likewise.
27172         (sc_changelog): Likewise.
27173         (sc_program_name): Likewise.
27174         (sc_the_the): Likewise.
27175         (sc_trailing_blank): Likewise.
27176         (sc_two_space_separator_in_usage): Likewise.
27177         (sc_useless_cpp_parens): Likewise.
27178         (sc_GPL_version): Likewise.
27179         (sc_GFDL_version): Likewise.
27180         (sc_texinfo_acronym): Likewise.
27181         (sc_prohibit_cvs_keyword): Likewise.
27182         (sc_prohibit_stat_st_blocks): Likewise.
27183         (sc_prohibit_S_IS_definition): Likewise.
27184         (sc_redundant_const): Likewise.
27185         (sc_makefile_TAB_only_indentation): Likewise.
27186         (sc_m4_quote_check): Likewise.
27187         (sc_makefile_path_separator_check): Likewise.
27188         (sc_copyright_check): Likewise.
27189         (sc_Wundef_boolean): Likewise.
27190         (sc_vulnerable_makefile_CVE-2009-4029): Likewise.
27191
27192         maint.mk: match 0 or more whitespace-before-function-call '('
27193         * top/maint.mk (sc_error_exit_success): Relax regexp to match uses
27194         that have zero or two-and-more spaces between the function name
27195         and the open parenthesis.
27196         (sc_error_message_warn_fatal): Likewise.
27197         (sc_error_message_uppercase): Likewise.
27198         (sc_error_message_period): Likewise.
27199
27200 2010-03-31  Eric Blake  <eblake@redhat.com>
27201
27202         maint.mk: check for [ as well as test
27203         * top/maint.mk (sc_prohibit_test_minus_ao): Extend test.
27204         Based on a libvirt report by Matthias Bolte.
27205
27206         gnumakefile: don't squelch _version output
27207         * top/GNUmakefile (_version): Create one-shot dependency rather
27208         than using $(shell) when version must be regenerated.
27209         (_autoreconf): Run verbosely, by default.
27210
27211         sys_time: avoid compiler warnings
27212         * lib/sys_time.in.h (includes): Ensure gcc pragma is
27213         unconditional, fixing regression from 2010-03-29.
27214         Reported by Simon Josefsson.
27215
27216 2010-03-28  Jose E. Marchesi  <jemarch@gnu.org>
27217
27218         maint.mk: s/_header_without_use/_sc_header_without_use/
27219         * top/maint.mk (_sc_header_without_use): Rename from _header_without_use.
27220         (sc_prohibit_assert_without_use): Use the new name.
27221         (sc_prohibit_close_stream_without_use): Likewise.
27222         (sc_prohibit_getopt_without_use): Likewise.
27223         (sc_prohibit_quotearg_without_use): Likewise.
27224         (sc_prohibit_quote_without_use): Likewise.
27225         (sc_prohibit_long_options_without_use): Likewise.
27226         (sc_prohibit_inttostr_without_use): Likewise.
27227         (sc_prohibit_ignore_value_without_use): Likewise.
27228         (sc_prohibit_error_without_use): Likewise.
27229         (sc_prohibit_xalloc_without_use): Likewise.
27230         (sc_prohibit_hash_without_use): Likewise.
27231         (sc_prohibit_hash_pjw_without_use): Likewise.
27232         (sc_prohibit_safe_read_without_use): Likewise.
27233         (sc_prohibit_argmatch_without_use): Likewise.
27234         (sc_prohibit_canonicalize_without_use): Likewise.
27235         (sc_prohibit_root_dev_ino_without_use): Likewise.
27236         (sc_prohibit_openat_without_use): Likewise.
27237         (sc_prohibit_c_ctype_without_use): Likewise.
27238         (sc_prohibit_signal_without_use): Likewise.
27239         (sc_prohibit_intprops_without_use): Likewise.
27240
27241 2010-03-30  Eric Blake  <eblake@redhat.com>
27242
27243         maint: improve module indicators
27244         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_SET_VARIABLE)
27245         (gl_MODULE_INDICATOR, gl_MODULE_INDICATOR_FOR_TESTS): Fit in 80
27246         columns, and avoid extra macro expansion.
27247
27248         fdopendir: work around FreeBSD bug
27249         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): New witness.
27250         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Set it.
27251         * modules/dirent (Makefile.am): Substitute it.
27252         * lib/dirent.in.h (fdopendir): Supply missing FreeBSD
27253         declaration.
27254         * doc/posix-functions/fdopendir.texi (fdopendir): Document the
27255         fix.
27256         Reported by Christian Weisgerber <naddy@mips.inka.de>.
27257
27258 2010-03-29  Bruno Haible  <bruno@clisp.org>
27259
27260         Emit #pragma system_header after the inclusion guard, not before.
27261         * lib/arpa_inet.in.h: Emit #pragma system_header after the inclusion
27262         guard that spans the entire file, not before. This enables an
27263         optimization in GCC's preprocessor.
27264         * lib/ctype.in.h: Likewise.
27265         * lib/dirent.in.h: Likewise.
27266         * lib/errno.in.h: Likewise.
27267         * lib/float.in.h: Likewise.
27268         * lib/getopt.in.h: Likewise.
27269         * lib/iconv.in.h: Likewise.
27270         * lib/langinfo.in.h: Likewise.
27271         * lib/locale.in.h: Likewise.
27272         * lib/math.in.h: Likewise.
27273         * lib/netdb.in.h: Likewise.
27274         * lib/netinet_in.in.h: Likewise.
27275         * lib/pty.in.h: Likewise.
27276         * lib/sched.in.h: Likewise.
27277         * lib/se-selinux.in.h: Likewise.
27278         * lib/search.in.h: Likewise.
27279         * lib/spawn.in.h: Likewise.
27280         * lib/stdarg.in.h: Likewise.
27281         * lib/stdint.in.h: Likewise.
27282         * lib/string.in.h: Likewise.
27283         * lib/strings.in.h: Likewise.
27284         * lib/sys_file.in.h: Likewise.
27285         * lib/sys_ioctl.in.h: Likewise.
27286         * lib/sys_time.in.h: Likewise.
27287         * lib/sys_times.in.h: Likewise.
27288         * lib/sys_utsname.in.h: Likewise.
27289         * lib/sys_wait.in.h: Likewise.
27290         * lib/sysexits.in.h: Likewise.
27291         * lib/wctype.in.h: Likewise.
27292
27293 2010-03-28  James Youngman  <jay@gnu.org>
27294
27295         save-cwd: don't leak a file descriptor when the caller execs.
27296         * lib/save-cwd.c (save_cwd): set the close-on-exec flag for the
27297         saved file descriptor.
27298         * modules/save-cwd (Depends-on): Depend on cloexec.
27299
27300 2010-03-29  Bruno Haible  <bruno@clisp.org>
27301
27302         Remove vestiges of fts-lgpl module.
27303         * lib/fts_.h: Assume GNULIB_FTS is 1.
27304         * lib/fts.c: Likewise.
27305         * modules/fts (configure.ac): Remove gl_MODULE_INDICATOR invocation.
27306
27307 2010-03-28  Bruno Haible  <bruno@clisp.org>
27308
27309         Fix definition of tests witness macro.
27310         * gnulib-tool (func_import): Fix definition of witness macro.
27311
27312 2010-03-28  Bruno Haible  <bruno@clisp.org>
27313
27314         Fix ioctl's protoype on glibc systems.
27315         * lib/sys_ioctl.in.h (ioctl): If REPLACE_IOCTL is 1, use a wrapper. Use
27316         _GL_CXXALIAS_SYS, not _GL_CXXALIAS_SYS_CAST.
27317         * lib/ioctl.c (rpl_ioctl) [HAVE_IOCTL]: New wrapper.
27318         * modules/ioctl (configure.ac): Test whether ioctl has the POSIX
27319         signature. If not, arrange to replace the ioctl function.
27320         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H_DEFAULTS): Initialize
27321         REPLACE_IOCTL.
27322         * modules/sys_ioctl (Makefile.am): Substitute REPLACE_IOCTL.
27323         * doc/posix-functions/ioctl.texi: Mention the glibc problem.
27324         Reported by Ludovic Courtès <ludo@gnu.org>.
27325
27326 2010-03-28  Javier Villavicencio  <the_paya@gentoo.org>
27327
27328         exclude: fix the case of globs vs. EXCLUDE_INCLUDE
27329         * lib/exclude.c (excluded_file_pattern_p): Fix logic error that
27330         made it so grep -r --include=GLOB* ... did not work.
27331
27332 2010-03-26  Jim Meyering  <meyering@redhat.com>
27333             Eric Blake  <eblake@redhat.com>
27334
27335         maint.mk: prohibit use of test's -o and -a operators
27336         * top/maint.mk (sc_prohibit_test_minus_ao): New rule.
27337
27338 2010-03-28  Bruno Haible  <bruno@clisp.org>
27339
27340         Remove unused GNULIB_XYZ macro definitions.
27341         * modules/crypto/gc-camellia (configure.ac): Remove gl_MODULE_INDICATOR
27342         invocation.
27343
27344 2010-03-28  Bruno Haible  <bruno@clisp.org>
27345
27346         Mark privileged tests modules.
27347         * modules/idpriv-drop-tests (Status): New section.
27348         * modules/idpriv-droptemp-tests (Status): New section.
27349
27350 2010-03-28  Bruno Haible  <bruno@clisp.org>
27351
27352         Split C++ tests into separate tests modules.
27353         * modules/dirent-c++-tests: New file, extracted from
27354         modules/dirent-tests.
27355         * modules/dirent-tests: Depend on it.
27356         * modules/fcntl-h-c++-tests: New file, extracted from
27357         modules/fcntl-h-tests.
27358         * modules/fcntl-h-tests: Depend on it.
27359         * modules/glob-c++-tests: New file, extracted from modules/glob-tests.
27360         * modules/glob-tests: Depend on it.
27361         * modules/iconv-h-c++-tests: New file, extracted from
27362         modules/iconv-h-tests.
27363         * modules/iconv-h-tests: Depend on it.
27364         * modules/langinfo-c++-tests: New file, extracted from
27365         modules/langinfo-tests.
27366         * modules/langinfo-tests: Depend on it.
27367         * modules/locale-c++-tests: New file, extracted from
27368         modules/locale-tests.
27369         * modules/locale-tests: Depend on it.
27370         * modules/math-c++-tests: New file, extracted from modules/math-tests.
27371         * modules/math-tests: Depend on it.
27372         * modules/pty-c++-tests: New file, extracted from modules/pty-tests.
27373         * modules/pty-tests: Depend on it.
27374         * modules/search-c++-tests: New file, extracted from
27375         modules/search-tests.
27376         * modules/search-tests: Depend on it.
27377         * modules/signal-c++-tests: New file, extracted from
27378         modules/signal-tests.
27379         * modules/signal-tests: Depend on it.
27380         * modules/spawn-c++-tests: New file, extracted from
27381         modules/spawn-tests.
27382         * modules/spawn-tests: Depend on it.
27383         * modules/stdio-c++-tests: New file, extracted from
27384         modules/stdio-tests.
27385         * modules/stdio-tests: Depend on it.
27386         * modules/stdlib-c++-tests: New file, extracted from
27387         modules/stdlib-tests.
27388         * modules/stdlib-tests: Depend on it.
27389         * modules/string-c++-tests: New file, extracted from
27390         modules/string-tests.
27391         * modules/string-tests: Depend on it.
27392         * modules/sys_ioctl-c++-tests: New file, extracted from
27393         modules/sys_ioctl-tests.
27394         * modules/sys_ioctl-tests: Depend on it.
27395         * modules/sys_select-c++-tests: New file, extracted from
27396         modules/sys_select-tests.
27397         * modules/sys_select-tests: Depend on it.
27398         * modules/sys_socket-c++-tests: New file, extracted from
27399         modules/sys_socket-tests.
27400         * modules/sys_socket-tests: Depend on it.
27401         * modules/sys_stat-c++-tests: New file, extracted from
27402         modules/sys_stat-tests.
27403         * modules/sys_stat-tests: Depend on it.
27404         * modules/sys_time-c++-tests: New file, extracted from
27405         modules/sys_time-tests.
27406         * modules/sys_time-tests: Depend on it.
27407         * modules/time-c++-tests: New file, extracted from modules/time-tests.
27408         * modules/time-tests: Depend on it.
27409         * modules/unistd-c++-tests: New file, extracted from
27410         modules/unistd-tests.
27411         * modules/unistd-tests: Depend on it.
27412         * modules/wchar-c++-tests: New file, extracted from
27413         modules/wchar-tests.
27414         * modules/wchar-tests: Depend on it.
27415         * modules/wctype-c++-tests: New file, extracted from
27416         modules/wctype-tests.
27417         * modules/wctype-tests: Depend on it.
27418         Reported by Simon Josefsson.
27419
27420 2010-03-28  Bruno Haible  <bruno@clisp.org>
27421
27422         gnulib-tool: Allow 'foo-tests' module even if there is no module 'foo'.
27423         * gnulib-tool (func_exists_module): New function, extracted from
27424         func_verify_module.
27425         (func_verify_module): Use it.
27426         (func_get_dependencies): Synthetize a dependency from 'foo-tests' to
27427         'foo' only if 'foo' exists.
27428         * doc/gnulib.texi (Extra tests modules): Explain how to split a tests
27429         module.
27430
27431 2010-03-28  Bruno Haible  <bruno@clisp.org>
27432
27433         gnulib-tool: Add support for special categories of tests.
27434         * gnulib-tool: New options --with-c++-tests, --with-longrunning-tests,
27435         --with-privileged-tests, --with-unportable-tests, --with-all-tests.
27436         (func_usage): Document them.
27437         (inc_cxx_tests, inc_longrunning_tests, inc_privileged_tests,
27438         inc_unportable_tests, inc_all_tests): New variables.
27439         (func_acceptable): Consider these variables.
27440         (func_modules_transitive_closure): Make it work when the 'Status' field
27441         consists of multiple words.
27442         (func_import): Store and restore the values of inc_cxx_tests,
27443         inc_longrunning_tests, inc_privileged_tests, inc_unportable_tests,
27444         inc_all_tests in gnulib-comp.m4.
27445         (func_create_testdir): Set inc_all_tests to true.
27446         * doc/gnulib.texi (Extra tests modules): New section.
27447         Suggested by Jim Meyering.
27448
27449 2010-03-28  Bruno Haible  <bruno@clisp.org>
27450
27451         ansi-c++-opt: Allow turning off the C++ build by default.
27452         * m4/ansi-c++.m4 (gl_CXX_CHOICE): Let CXX_CHOICE default to 'no' if
27453         gl_CXX_CHOICE_DEFAULT_NO is defined.
27454         Requested by Eric Blake.
27455
27456 2010-03-28  Bruno Haible  <bruno@clisp.org>
27457
27458         unistd: Avoid #define replacements in C++ mode.
27459         * lib/unistd.in.h (socket, connect, accept, bind, getpeername,
27460         getsockname, getsockopt, listen, recv, send, recvfrom, sendto,
27461         setsockopt, shutdown, select): In C++, attach a warning to the function
27462         if possible, rather than #defining the symbol to a dysfunctional alias.
27463         Reported by John W. Eaton <jwe@gnu.org>.
27464
27465 2010-03-28  Bruno Haible  <bruno@clisp.org>
27466
27467         Fix link errors on mingw.
27468         * lib/sys_ioctl.in.h (ioctl): Fix declaration idiom.
27469         * modules/sys_ioctl-tests (Makefile.am): Link test-sys_ioctl-c++ with
27470         $(LIBSOCKET).
27471         * modules/sys_select-tests (Makefile.am): Link test-sys_select-c++ with
27472         $(LIBSOCKET).
27473
27474 2010-03-28  Bruno Haible  <bruno@clisp.org>
27475             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27476
27477         lib-ignore: Determine different options for different compilers.
27478         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Set a variable which
27479         depends on the current language (C/C++/Fortran). Don't set LDFLAGS.
27480         Add comments.
27481         (_gl_IGNORE_UNUSED_LIBRARIES_OPTIONS): New macro.
27482         * NEWS: Mention the change.
27483
27484 2010-03-27  Bruno Haible  <bruno@clisp.org>
27485
27486         Remove unused GNULIB_XYZ macro definitions.
27487         * modules/dup3 (configure.ac): Remove gl_MODULE_INDICATOR invocation.
27488         * modules/fseek (configure.ac): Likewise.
27489         * modules/ioctl (configure.ac): Likewise.
27490         * modules/open (configure.ac): Likewise.
27491         * modules/stdlib-safer (configure.ac): Likewise.
27492
27493 2010-03-27  Bruno Haible  <bruno@clisp.org>
27494
27495         Add a remark about certain modules.
27496         * modules/malloc (Comment): New section.
27497         * modules/realloc (Comment): Likewise.
27498         * modules/sigpipe (Comment): Likewise.
27499
27500 2010-03-27  Bruno Haible  <bruno@clisp.org>
27501
27502         Resolve conflict between the two kinds of module indicators.
27503         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_FOR_TESTS): Define
27504         GNULIB_TEST_XYZ instead of GNULIB_XYZ.
27505         * modules/canonicalize (configure.ac): Invoke
27506         gl_MODULE_INDICATOR_FOR_TESTS.
27507         * tests/test-canonicalize-lgpl.c: Test GNULIB_TEST_XYZ instead of
27508         GNULIB_XYZ.
27509         * tests/test-dirent-c++.cc: Likewise.
27510         * tests/test-dirent-safer.c: Likewise.
27511         * tests/test-dup2.c: Likewise.
27512         * tests/test-fchdir.c: Likewise.
27513         * tests/test-fcntl-h-c++.cc: Likewise.
27514         * tests/test-getopt.c: Likewise.
27515         * tests/test-getopt.h: Likewise.
27516         * tests/test-langinfo-c++.cc: Likewise.
27517         * tests/test-locale-c++.cc: Likewise.
27518         * tests/test-math-c++.cc: Likewise.
27519         * tests/test-pty-c++.cc: Likewise.
27520         * tests/test-search-c++.cc: Likewise.
27521         * tests/test-signal-c++.cc: Likewise.
27522         * tests/test-spawn-c++.cc: Likewise.
27523         * tests/test-stdio-c++.cc: Likewise.
27524         * tests/test-stdlib-c++.cc: Likewise.
27525         * tests/test-string-c++.cc: Likewise.
27526         * tests/test-sys_ioctl-c++.cc: Likewise.
27527         * tests/test-sys_select-c++.cc: Likewise.
27528         * tests/test-sys_socket-c++.cc: Likewise.
27529         * tests/test-sys_stat-c++.cc: Likewise.
27530         * tests/test-sys_time-c++.cc: Likewise.
27531         * tests/test-time-c++.cc: Likewise.
27532         * tests/test-unistd-c++.cc: Likewise.
27533         * tests/test-wchar-c++.cc: Likewise.
27534         * tests/uninorm/test-u8-nfc.c: Likewise.
27535         * tests/uninorm/test-u8-nfd.c: Likewise.
27536         * tests/uninorm/test-u8-nfkc.c: Likewise.
27537         * tests/uninorm/test-u8-nfkd.c: Likewise.
27538         * tests/uninorm/test-u16-nfc.c: Likewise.
27539         * tests/uninorm/test-u16-nfd.c: Likewise.
27540         * tests/uninorm/test-u16-nfkc.c: Likewise.
27541         * tests/uninorm/test-u16-nfkd.c: Likewise.
27542         * tests/uninorm/test-u32-nfc.c: Likewise.
27543         * tests/uninorm/test-u32-nfc-big.c: Likewise.
27544         * tests/uninorm/test-u32-nfd.c: Likewise.
27545         * tests/uninorm/test-u32-nfd-big.c: Likewise.
27546         * tests/uninorm/test-u32-nfkc.c: Likewise.
27547         * tests/uninorm/test-u32-nfkc-big.c: Likewise.
27548         * tests/uninorm/test-u32-nfkd.c: Likewise.
27549         * tests/uninorm/test-u32-nfkd-big.c: Likewise.
27550         * tests/uninorm/test-u32-normalize-big.c: Likewise.
27551
27552 2010-03-27  Bruno Haible  <bruno@clisp.org>
27553
27554         Distinguish two kinds of module indicators.
27555         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_FOR_TESTS): Renamed from
27556         gl_MODULE_INDICATOR.
27557         (gl_MODULE_INDICATOR): New macro.
27558         * m4/dirent_h.m4 (gl_DIRENT_MODULE_INDICATOR): Invoke
27559         gl_MODULE_INDICATOR_FOR_TESTS instead of gl_MODULE_INDICATOR.
27560         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR): Likewise.
27561         * m4/langinfo_h.m4 (gl_LANGINFO_MODULE_INDICATOR): Likewise.
27562         * m4/locale_h.m4 (gl_LOCALE_MODULE_INDICATOR): Likewise.
27563         * m4/math_h.m4 (gl_MATH_MODULE_INDICATOR): Likewise.
27564         * m4/pty_h.m4 (gl_PTY_MODULE_INDICATOR): Likewise.
27565         * m4/search_h.m4 (gl_SEARCH_MODULE_INDICATOR): Likewise.
27566         * m4/signal_h.m4 (gl_SIGNAL_MODULE_INDICATOR): Likewise.
27567         * m4/spawn_h.m4 (gl_SPAWN_MODULE_INDICATOR): Likewise.
27568         * m4/stdio_h.m4 (gl_STDIO_MODULE_INDICATOR): Likewise.
27569         * m4/stdlib_h.m4 (gl_STDLIB_MODULE_INDICATOR): Likewise.
27570         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Likewise.
27571         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_MODULE_INDICATOR): Likewise.
27572         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): Likewise.
27573         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Likewise.
27574         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): Likewise.
27575         * m4/sys_time_h.m4 (gl_SYS_TIME_MODULE_INDICATOR): Likewise.
27576         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): Likewise.
27577         * m4/unistd_h.m4 (gl_UNISTD_MODULE_INDICATOR): Likewise.
27578         * m4/wchar_h.m4 (gl_WCHAR_MODULE_INDICATOR): Likewise.
27579         * modules/cloexec (configure.ac): Likewise.
27580         * modules/getopt-gnu (configure.ac): Likewise.
27581         * modules/uninorm/u8-normalize (configure.ac): Likewise.
27582         * modules/uninorm/u16-normalize (configure.ac): Likewise.
27583         * modules/uninorm/u32-normalize (configure.ac): Likewise.
27584         * modules/fdopendir (configure.ac): Invoke gl_MODULE_INDICATOR.
27585
27586 2010-03-27  Bruno Haible  <bruno@clisp.org>
27587
27588         New module description field 'Comment'.
27589         * gnulib-tool: New option --extract-comment.
27590         (func_usage): Document it.
27591         (sed_extract_prog, sed_extract_field_header): Support 'Comment' field.
27592         (func_get_comment): New function.
27593         * modules/TEMPLATE-EXTENDED: Add a blank Comment field.
27594
27595 2010-03-27  Bruno Haible  <bruno@clisp.org>
27596
27597         Addendum to 2010-02-07 commit.
27598         * gnulib-tool (func_usage): Document --extract-applicability option.
27599
27600 2010-03-27  Bruno Haible  <bruno@clisp.org>
27601
27602         Use GNULIB_POSIXCHECK instead of GNULIB_PORTCHECK.
27603         * lib/time.in.h (asctime, asctime_r, ctime, ctime_r): Test
27604         GNULIB_POSIXCHECK, not GNULIB_PORTCHECK. Provide compile-time warnings
27605         rather than link errors.
27606
27607 2010-03-27  Bruno Haible  <bruno@clisp.org>
27608
27609         Avoid side effects from tests-related modules on the compilation of lib.
27610         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_CONDITION): New macro.
27611         (gl_MODULE_INDICATOR_SET_VARIABLE): Use its expansion as a value.
27612         * gnulib-tool (func_emit_tests_Makefile_am): Accept a witness_macro
27613         parameter. Emit into AM_CPPFLAGS a definition of the designated C
27614         macro.
27615         (func_import): Define a witness macro. Assign it a value that depends
27616         on the current package. Override gl_MODULE_INDICATOR_CONDITION for the
27617         tests-related modules.
27618         (func_create_testdir): Update func_emit_tests_Makefile_am invocation.
27619         Reported by Jim Meyering.
27620
27621 2010-03-27  Bruno Haible  <bruno@clisp.org>
27622
27623         Factorize common .m4 code.
27624         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_SET_VARIABLE): New macro.
27625         * m4/arpa_inet_h.m4 (gl_ARPA_INET_MODULE_INDICATOR): Use it.
27626         * m4/ctype.m4 (gl_CTYPE_MODULE_INDICATOR): Likewise.
27627         * m4/dirent_h.m4 (gl_DIRENT_MODULE_INDICATOR): Likewise.
27628         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR): Likewise.
27629         * m4/iconv_h.m4 (gl_ICONV_MODULE_INDICATOR): Likewise.
27630         * m4/inttypes.m4 (gl_INTTYPES_MODULE_INDICATOR): Likewise.
27631         * m4/langinfo_h.m4 (gl_LANGINFO_MODULE_INDICATOR): Likewise.
27632         * m4/locale_h.m4 (gl_LOCALE_MODULE_INDICATOR): Likewise.
27633         * m4/math_h.m4 (gl_MATH_MODULE_INDICATOR): Likewise.
27634         * m4/netdb_h.m4 (gl_NETDB_MODULE_INDICATOR): Likewise.
27635         * m4/pty_h.m4 (gl_PTY_MODULE_INDICATOR): Likewise.
27636         * m4/search_h.m4 (gl_SEARCH_MODULE_INDICATOR): Likewise.
27637         * m4/signal_h.m4 (gl_SIGNAL_MODULE_INDICATOR): Likewise.
27638         * m4/spawn_h.m4 (gl_SPAWN_MODULE_INDICATOR): Likewise.
27639         * m4/stddef_h.m4 (gl_STDDEF_MODULE_INDICATOR): Likewise.
27640         * m4/stdio_h.m4 (gl_STDIO_MODULE_INDICATOR): Likewise.
27641         * m4/stdlib_h.m4 (gl_STDLIB_MODULE_INDICATOR): Likewise.
27642         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Likewise.
27643         * m4/strings_h.m4 (gl_STRINGS_MODULE_INDICATOR): Likewise.
27644         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_MODULE_INDICATOR): Likewise.
27645         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_MODULE_INDICATOR): Likewise.
27646         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): Likewise.
27647         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Likewise.
27648         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): Likewise.
27649         * m4/sys_time_h.m4 (gl_SYS_TIME_MODULE_INDICATOR): Likewise.
27650         * m4/sys_times_h.m4 (gl_SYS_TIMES_MODULE_INDICATOR): Likewise.
27651         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_MODULE_INDICATOR): Likewise.
27652         * m4/sys_wait_h.m4 (gl_SYS_WAIT_MODULE_INDICATOR): Likewise.
27653         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): Likewise.
27654         * m4/unistd_h.m4 (gl_UNISTD_MODULE_INDICATOR): Likewise.
27655         * m4/wchar_h.m4 (gl_WCHAR_MODULE_INDICATOR): Likewise.
27656
27657 2010-03-27  Bruno Haible  <bruno@clisp.org>
27658
27659         Fix a compilation error on Cygwin with g++ >= 4.3.
27660         * lib/sys_stat.in.h (lchmod): Don't warn about the use of this function
27661         if it is undefined or if we alias it to chmod.
27662         (lstat): Don't warn about the use of this function if it is undefined
27663         or if we alias it to stat.
27664         Reported by Simon Josefsson.
27665
27666 2010-03-27  Bruno Haible  <bruno@clisp.org>
27667
27668         * m4/getlogin.m4 (gl_FUNC_GETLOGIN): Renamed from gl_GETLOGIN.
27669         * modules/getlogin (configure.ac): Update.
27670
27671         * m4/getlogin_r.m4 (gl_FUNC_GETLOGIN_R): Renamed from gl_GETLOGIN_R.
27672         * modules/getlogin_r (configure.ac): Update.
27673
27674         * m4/inet_ntop.m4 (gl_FUNC_INET_NTOP): Renamed from gl_INET_NTOP.
27675         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Update.
27676         * modules/inet_ntop (configure.ac): Update.
27677
27678         * m4/inet_pton.m4 (gl_FUNC_INET_PTON): Renamed from gl_INET_PTON.
27679         * modules/inet_pton (configure.ac): Update.
27680
27681         * m4/mbslen.m4 (gl_FUNC_MBSLEN): Renamed from gl_MBSLEN.
27682         * modules/mbslen (configure.ac): Update.
27683
27684         * m4/pty.m4 (gl_FUNC_FORKPTY): Renamed from gl_FORKPTY.
27685         (gl_FUNC_OPENPTY): Renamed from gl_OPENPTY.
27686         * modules/forkpty (configure.ac): Update.
27687         * modules/openpty (configure.ac): Update.
27688
27689 2010-03-26  Simon Josefsson  <simon@josefsson.org>
27690
27691         * top/maint.mk (sc_texinfo_acronym): Don't infloop if there is
27692         no *.texi files.  Reported by Eric Blake <eblake@redhat.com>.
27693
27694 2010-03-25  Eric Blake  <eblake@redhat.com>
27695
27696         maint: use pragma consistently across replacement headers
27697         * lib/ctype.in.h (system_header): Hoist for consistent placement.
27698         * lib/dirent.in.h (system_header): Likewise.
27699         * lib/errno.in.h (system_header): Likewise.
27700         * lib/float.in.h (system_header): Likewise.
27701         * lib/getopt.in.h (system_header): Likewise.
27702         * lib/iconv.in.h (system_header): Likewise.
27703         * lib/inttypes.in.h (system_header): Likewise.
27704         * lib/langinfo.in.h (system_header): Likewise.
27705         * lib/locale.in.h (system_header): Likewise.
27706         * lib/math.in.h (system_header): Likewise.
27707         * lib/netdb.in.h (system_header): Likewise.
27708         * lib/netinet_in.in.h (system_header): Likewise.
27709         * lib/pty.in.h (system_header): Likewise.
27710         * lib/sched.in.h (system_header): Likewise.
27711         * lib/se-selinux.in.h (system_header): Likewise.
27712         * lib/search.in.h (system_header): Likewise.
27713         * lib/spawn.in.h (system_header): Likewise.
27714         * lib/stdarg.in.h (system_header): Likewise.
27715         * lib/stdint.in.h (system_header): Likewise.
27716         * lib/string.in.h (system_header): Likewise.
27717         * lib/strings.in.h (system_header): Likewise.
27718         * lib/sys_file.in.h (system_header): Likewise.
27719         * lib/sys_ioctl.in.h (system_header): Likewise.
27720         * lib/sys_socket.in.h (system_header): Likewise.
27721         * lib/sys_times.in.h (system_header): Likewise.
27722         * lib/sys_utsname.in.h (system_header): Likewise.
27723         * lib/sys_wait.in.h (system_header): Likewise.
27724         * lib/sysexits.in.h (system_header): Likewise.
27725         * lib/unistd.in.h (system_header): Likewise.
27726         * lib/wctype.in.h (system_header): Likewise.
27727
27728         arpa/inet: fix mingw compilation warning
27729         * lib/arpa_inet.in.h (system_header): Hoist to be unconditional.
27730         Reported by Matthew Bolte.
27731
27732 2010-03-25  Bruno Haible  <bruno@clisp.org>
27733
27734         Avoid collision between gnulib wrapper and libintl wrapper.
27735         * lib/printf.c (printf): Don't define if a printf wrapper is already
27736         defined in intl/printf.c.
27737         Reported by Michel Boaventura <michel@michelboaventura.com>.
27738
27739 2010-03-25  Bruno Haible  <bruno@clisp.org>
27740
27741         Use ANSI C.
27742         * lib/readutmp.h (getutent): Provide ANSI C prototype.
27743
27744 2010-03-25  Bruno Haible  <bruno@clisp.org>
27745
27746         Minor formatting changes.
27747         * lib/acosl.c: Insert space before function argument list.
27748         * lib/argz.c: Likewise.
27749         * lib/asinl.c: Likewise.
27750         * lib/expl.c: Likewise.
27751         * lib/gen-uni-tables.c: Likewise.
27752         * lib/gettext.h: Likewise.
27753         * lib/glthread/lock.h: Likewise.
27754         * lib/tanl.c: Likewise.
27755         * lib/uniname/uniname.c: Likewise.
27756         * tests/test-idpriv-drop.c: Likewise.
27757         * tests/test-idpriv-droptemp.c: Likewise.
27758         * tests/test-lock.c: Likewise.
27759         * tests/test-tls.c: Likewise.
27760         * lib/argp-help.c: Insert space before function-like macro argument
27761         list.
27762         * lib/memcmp.c: Likewise.
27763         * tests/test-base64.c: Likewise.
27764         * lib/localename.c: Insert space before sizeof's argument list.
27765         * lib/safe-alloc.h: Likewise.
27766         * lib/file-set.h: Insert space before macro argument list.
27767         * tests/test-argp.c: Likewise.
27768         * lib/argp-namefrob.h: Insert space before function parameter list.
27769         * lib/getaddrinfo.c: Likewise.
27770         * lib/netdb.in.h: Likewise.
27771         * lib/parse-duration.h: Likewise.
27772         * lib/parse-duration.c: Likewise.
27773         * lib/poll.c: Likewise.
27774         * lib/select.c: Likewise.
27775         * lib/trim.h: Likewise.
27776         * tests/test-usleep.c: Likewise.
27777         * lib/ldexpl.c: Insert space before function parameter list and before
27778         function argument list.
27779         * lib/logl.c: Likewise.
27780         * lib/sqrtl.c: Likewise.
27781         * lib/trim.c: Likewise.
27782         * lib/cosl.c: Use GNU style indentation. Insert space before function
27783         argument list.
27784         * lib/sinl.c: Likewise.
27785         * lib/tsearch.c: Insert space after 'for'.
27786         Reported by Jim Meyering.
27787
27788 2010-03-23  Pádraig Brady  <P@draigBrady.com>  (tiny change)
27789
27790         * maint.mk (sc_Wundef_boolean): Check for the presence of the
27791         config header before grepping, as it's not present before
27792         autoreconf/configure are run.  Reported by Simon Josefsson.
27793
27794 2010-03-23  Bruno Haible  <bruno@clisp.org>
27795
27796         pt_chown: Make it work with automake < 1.11.
27797         * modules/pt_chown (Makefile.am): Define pkglibexecdir.
27798         Reported by Simon Josefsson.
27799
27800 2010-03-23  Bruno Haible  <bruno@clisp.org>
27801
27802         pt_chown: Don't depend on GPLed modules.
27803         * lib/pt_chown.c: Don't include idpriv.h.
27804         (main): Don't drop privileges.
27805         * modules/pt_chown (Depends-on): Remove idpriv-drop.
27806         Reported by Simon Josefsson.
27807
27808 2010-03-24  Simon Josefsson  <simon@josefsson.org>
27809
27810         * top/maint.mk (sc_texinfo_acronym): Add rule, based on
27811         suggestions from karl@freefriends.org (Karl Berry).
27812
27813 2010-03-22  Eric Blake  <eblake@redhat.com>
27814
27815         gethostname: further tweaks
27816         * lib/unistd.in.h (includes): Only worry about <winsock2.h> if we
27817         are overriding gethostname.
27818         Suggested by Bruno Haible.
27819
27820 2010-03-21  Bruno Haible  <bruno@clisp.org>
27821
27822         Fix comments.
27823         * lib/forkpty.c (rpl_forkpty): Fix comment.
27824         * lib/openpty.c (rpl_openpty): Likewise.
27825         Reported by Eric Blake.
27826
27827 2010-03-22  Eric Blake  <eblake@redhat.com>
27828
27829         gethostname: fix build on mingw
27830         * lib/unistd.in.h (includes): Work around fact that mingw
27831         <winsock2.h> re-includes <unistd.h>, by avoiding any
27832         redeclarations if we are being included by <winsock2.h>.
27833         Reported by Matthias Bolte.
27834
27835 2010-03-21  Bruno Haible  <bruno@clisp.org>
27836
27837         forkpty: Provide replacement on AIX, HP-UX, IRIX, Solaris.
27838         * lib/forkpty.c (forkpty): New replacement function, from glibc with
27839         modifications.
27840         * lib/pty.in.h (forkpty): Update declaration. Add comments.
27841         * m4/pty.m4 (gl_FORKPTY): If forkpty is not declared, arrange to
27842         provide the replacement.
27843         * modules/forkpty (Depends-on): Add openpty, login_tty.
27844         * m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Initialize HAVE_FORKPTY.
27845         * modules/pty (Makefile.am): Substitute HAVE_FORKPTY.
27846         * doc/glibc-functions/forkpty.texi: More supported platforms.
27847         * config/srclist.txt: Add forkpty.c (commented).
27848
27849 2010-03-21  Bruno Haible  <bruno@clisp.org>
27850
27851         * modules/forkpty-tests: Use the common TEMPLATE-TESTS.
27852         (Makefile.am): Verify that PTY_LIB is defined.
27853
27854         * modules/openpty-tests: Use the common TEMPLATE-TESTS.
27855
27856 2010-03-21  Bruno Haible  <bruno@clisp.org>
27857
27858         Tests for module 'login_tty'.
27859         * modules/login_tty-tests: New file.
27860         * tests/test-login_tty.c: New file.
27861
27862         New module 'login_tty'.
27863         * lib/login_tty.c: New file.
27864         * m4/pty.m4 (gl_FUNC_LOGIN_TTY): New macro.
27865         * modules/login_tty: New file.
27866         * doc/glibc-functions/login_tty.texi: Mention the new module.
27867
27868 2010-03-21  Bruno Haible  <bruno@clisp.org>
27869
27870         login_tty: Documentation.
27871         * doc/glibc-functions/login_tty.texi: New file.
27872         * doc/gnulib.texi (Glibc <utmp.h>): Include it.
27873
27874 2010-03-21  Bruno Haible  <bruno@clisp.org>
27875
27876         pty: Consistent macro naming.
27877         * m4/pty_h.m4 (gl_PTY_H): Renamed from gl_PTY.
27878         * m4/pty.m4 (gl_FORKPTY, gl_OPENPTY): Update.
27879         * modules/pty (configure.ac): Update.
27880
27881 2010-03-21  Bruno Haible  <bruno@clisp.org>
27882
27883         Tests for openpty: Make stricter.
27884         * tests/test-openpty.c (main): Add test of canonical processing and
27885         erase.
27886         * modules/openpty-tests (Makefile.am): Verify that PTY_LIB is defined.
27887
27888         openpty: Provide replacement on AIX, HP-UX, IRIX, Solaris.
27889         * lib/openpty.c (openpty): New replacement function.
27890         * lib/pty.in.h: Include <termios.h>.
27891         (openpty): Update declaration. Add comments.
27892         * m4/pty.m4 (gl_OPENPTY): Require AC_USE_SYSTEM_EXTENSIONS. If openpty
27893         is not declared, arrange to provide the replacement. Check for _getpty
27894         and posix_openpt.
27895         * modules/openpty (Depends-on): Add extensions, fcntl-h, ioctl.
27896         * m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Initialize HAVE_OPENPTY.
27897         * modules/pty (Makefile.am): Substitute HAVE_OPENPTY.
27898         * modules/pty-tests (test_pty_c___LDADD): New variable.
27899         * doc/glibc-functions/openpty.texi: More supported platforms.
27900
27901 2010-03-21  Bruno Haible  <bruno@clisp.org>
27902
27903         setenv: Tweaks.
27904         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): Include necessary headers in
27905         the test program.
27906         * doc/posix-functions/setenv.texi: Update platforms list.
27907
27908 2010-03-21  Bruno Haible  <bruno@clisp.org>
27909
27910         New module 'unlockpt'.
27911         * lib/unlockpt.c: New file, from glibc with modifications.
27912         * m4/unlockpt.m4: New file.
27913         * modules/unlockpt: New file.
27914         * lib/stdlib.in.h (unlockpt): New declaration.
27915         * m4/stdlib_h.m4 (gl_STDLIB_H): Check whether unlockpt is declared.
27916         (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_UNLOCKPT, HAVE_UNLOCKPT.
27917         * modules/stdlib (Makefile.am): Substitute GNULIB_UNLOCKPT,
27918         HAVE_UNLOCKPT.
27919         * doc/posix-functions/unlockpt.texi: Mention the new module.
27920         * tests/test-stdlib-c++.cc: Check GNULIB_NAMESPACE::unlockpt.
27921         * config/srclist.txt: Add unlockpt.c (commented).
27922
27923 2010-03-21  Jim Meyering  <meyering@redhat.com>
27924
27925         maint.mk: prohibit inclusion of "intprops.h" without use
27926         * top/maint.mk (sc_prohibit_intprops_without_use): New rule.
27927
27928 2010-03-21  Bruno Haible  <bruno@clisp.org>
27929
27930         New module 'grantpt'.
27931         * lib/grantpt.c: New file, from glibc with modifications.
27932         * m4/grantpt.m4: New file.
27933         * modules/grantpt: New file.
27934         * lib/stdlib.in.h (grantpt): New declaration.
27935         * m4/stdlib_h.m4 (gl_STDLIB_H): Check whether grantpt is declared.
27936         (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GRANTPT, HAVE_GRANTPT.
27937         * modules/stdlib (Makefile.am): Substitute GNULIB_GRANTPT,
27938         HAVE_GRANTPT.
27939         * doc/posix-functions/grantpt.texi: Mention the new module.
27940         * tests/test-stdlib-c++.cc: Check GNULIB_NAMESPACE::grantpt.
27941         * config/srclist.txt: Add grantpt.c (commented).
27942
27943 2010-03-21  Bruno Haible  <bruno@clisp.org>
27944
27945         New module 'pt_chown'.
27946         * lib/pt_chown.c: New file, from glibc with modifications.
27947         * lib/pty-private.h: New file, from glibc with modifications.
27948         * modules/pt_chown: New file.
27949         * config/srclist.txt: Add pt_chown.c, pty-private.h (commented).
27950
27951 2010-03-21  Bruno Haible  <bruno@clisp.org>
27952
27953         Tests for module 'ptsname'.
27954         * modules/ptsname-tests: New file.
27955         * tests/test-ptsname.c: New file.
27956
27957         New module 'ptsname'.
27958         * lib/ptsname.c: New file, from glibc with modifications.
27959         * m4/ptsname.m4: New file.
27960         * modules/ptsname: New file.
27961         * lib/stdlib.in.h (ptsname): New declaration.
27962         * m4/stdlib_h.m4 (gl_STDLIB_H): Check whether ptsname is declared.
27963         (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PTSNAME, HAVE_PTSNAME.
27964         * modules/stdlib (Makefile.am): Substitute GNULIB_PTSNAME,
27965         HAVE_PTSNAME.
27966         * doc/posix-functions/ptsname.texi: Mention the new module.
27967         * tests/test-stdlib-c++.cc: Check GNULIB_NAMESPACE::ptsname.
27968         * config/srclist.txt: Add ptsname.c (commented).
27969
27970 2010-03-21  Bruno Haible  <bruno@clisp.org>
27971
27972         Tests for module 'ttyname_r'.
27973         * modules/ttyname_r-tests: New file.
27974         * tests/test-ttyname_r.c: New file.
27975
27976         New module 'ttyname_r'.
27977         * lib/ttyname_r.c: New file.
27978         * m4/ttyname_r.m4: New file.
27979         * modules/ttyname_r: New file.
27980         * lib/unistd.in.h (ttyname_r): New declaration.
27981         * m4/unistd_h.m4 (gl_UNISTD_H): Check whether ttyname_r is declared.
27982         (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_TTYNAME_R, HAVE_TTYNAME_R.
27983         * modules/unistd (Makefile.am): Substitute GNULIB_TTYNAME_R,
27984         HAVE_TTYNAME_R.
27985         * tests/test-unistd-c++.cc: Check GNULIB_NAMESPACE::ttyname_r.
27986         * doc/posix-functions/ttyname_r.texi: Mention the new module.
27987
27988 2010-03-20  Bruno Haible  <bruno@clisp.org>
27989
27990         signal: Undefine macro definitions in C++ mode.
27991         * lib/signal.in.h (sigismember, sigemptyset, sigaddset, sigdelset,
27992         sigfillset): Undefine macro definitions from the system header in C++
27993         mode.
27994         Reported by John W. Eaton <jwe@gnu.org>.
27995
27996 2010-03-20  Bruno Haible  <bruno@clisp.org>
27997
27998         Ensure no #include statements inside extern "C" { ... }.
27999         * lib/obstack.h: Shrink extern "C" { ... } region so that it does not
28000         contain #include statements.
28001         * lib/time.in.h: Likewise.
28002
28003 2010-03-20  Bruno Haible  <bruno@clisp.org>
28004
28005         Make _GL_WARN_ON_USE usable in C++ and C mode in the same compilation.
28006         * build-aux/warn-on-use.h (_GL_WARN_EXTERN_C): New macro.
28007         (_GL_WARN_ON_USE, _GL_WARN_ON_USE_CXX): Likewise.
28008         Reported by John W. Eaton <jwe@gnu.org>.
28009
28010 2010-03-20  Bruno Haible  <bruno@clisp.org>
28011
28012         * m4/unlink.m4 (gl_FUNC_UNLINK): Fix last commit.
28013         Reported by Jim Meyering.
28014
28015 2010-03-20  Bruno Haible  <bruno@clisp.org>
28016
28017         pipe: Set errno upon failure.
28018         * lib/pipe.h: Specify that when -1 is returned, errno is set.
28019         * lib/pipe.c (create_pipe): Set errno when returning -1. Use the right
28020         errno value in error message.
28021
28022 2010-03-20  Bruno Haible  <bruno@clisp.org>
28023             Jim Meyering  <meyering@redhat.com>
28024
28025         lchown: Avoid "unused variable" warning.
28026         * lib/lchown.c (rpl_lchown): Move variable 'st' into #if block.
28027
28028 2010-03-20  Bruno Haible  <bruno@clisp.org>
28029
28030         Work around unlink() bug on MacOS X 10.5.6.
28031         * lib/unlink.c (rpl_unlink): If UNLINK_PARENT_BUG is defined, fail when
28032         attempting to unlink a parent directory.
28033         * m4/unlink.m4 (gl_FUNC_UNLINK): Require AC_CANONICAL_HOST. Test for
28034         MacOS X 10.5 bug. If the bug is present, define UNLINK_PARENT_BUG and
28035         activate for the replacement function.
28036         * doc/posix-functions/unlink.texi: Mention the MacOS X 10.5 bug.
28037
28038 2010-03-20  Bruno Haible  <bruno@clisp.org>
28039
28040         Fix link errors on Solaris 8.
28041         * modules/dirent-tests (test_dirent_c___LDADD): Add LIB_NANOSLEEP.
28042         * modules/wctype-tests (test_wctype_c___LDADD): Likewise.
28043
28044 2010-03-19  Jim Meyering  <meyering@redhat.com>
28045
28046         regcomp.c: make non-_LIBC implementation of build_range_exp consistent
28047         The _LIBC implementation of build_range_exp correctly honors the
28048         RE_NO_EMPTY_RANGES flag when checking for reversed range endpoints.
28049         However, the non-_LIBC implementation would ignore that syntax-bit
28050         flag and return REG_ERANGE unconditionally.
28051         This change makes it honor that flag.
28052         * lib/regcomp.c (build_range_exp) [!_LIBC]: Add a parameter: "syntax".
28053         Make two pointer parameters "const".
28054         Use "syntax" bits in order to honor RE_NO_EMPTY_RANGES.
28055         (parse_bracket_exp): Update caller.
28056
28057         regex.m4: correct the reversed range endpoint ([b-a]) test
28058         * m4/regex.m4: When requiring that [b-a] evoke failure,
28059         use RE_NO_EMPTY_RANGES.  This makes this entire configure-time
28060         test pass once again for x86-based systems.
28061
28062 2010-03-19  Bruno Haible  <bruno@clisp.org>
28063
28064         scandir: Fix link error on Solaris 8.
28065         * lib/scandir.c (_D_EXACT_NAMLEN, _D_ALLOC_NAMLEN): New fallback
28066         macros.
28067
28068 2010-03-19  Bruno Haible  <bruno@clisp.org>
28069
28070         getusershell: Fix documentation.
28071         * doc/glibc-functions/endusershell.texi: Refer to the getusershell
28072         module.
28073         * doc/glibc-functions/setusershell.texi: Likewise.
28074
28075         getusershell: Provide declaration, missing on Solaris 9.
28076         * lib/unistd.in.h (getusershell, setusershell, endusershell): Declare
28077         also if HAVE_GETUSERSHELL && !HAVE_DECL_GETUSERSHELL.
28078         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): When the function exists,
28079         check whether it is declared. Set HAVE_DECL_GETUSERSHELL.
28080         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
28081         HAVE_DECL_GETUSERSHELL, not HAVE_GETUSERSHELL.
28082         * modules/unistd (Makefile.am): Substitute HAVE_DECL_GETUSERSHELL, not
28083         HAVE_GETUSERSHELL.
28084         * doc/glibc-functions/getusershell.texi: Mention the Solaris problem.
28085
28086 2010-03-19  Bruno Haible  <bruno@clisp.org>
28087
28088         wctype: Provide iswblank function.
28089         * lib/wctype.in.h (iswblank): Provide a replacement also when iswcntrl
28090         exists and is fine.
28091         * m4/wctype_h.m4 (gl_WCTYPE_H): Also check whether iswcntrl exists.
28092         * modules/wctype (Makefile.am): Substitute HAVE_ISWBLANK.
28093         * tests/test-wctype.c (main): Re-enable the iswblank tests.
28094         * doc/posix-functions/iswblank.texi: Update.
28095
28096 2010-03-19  Bruno Haible  <bruno@clisp.org>
28097
28098         Tests of module 'pty' in C++ mode.
28099         * modules/pty-tests: New file.
28100         * tests/test-pty-c++.cc: New file.
28101         * m4/pty_h.m4 (gl_PTY_MODULE_INDICATOR): Invoke gl_MODULE_INDICATOR.
28102
28103 2010-03-19  Eric Blake  <eblake@redhat.com>
28104
28105         logb: fix documentation
28106         * doc/posix-functions/logb.texi (logb): Gnulib fixes the cygwin
28107         1.5 declaration bug.
28108
28109         forkpty, openpty: prefer glibc's const-safe prototype
28110         * lib/forkpty.c (rpl_forkpty): New file.
28111         * lib/openpty.c (rpl_openpty): Likewise.
28112         * modules/forkpty (Files): Distribute it.
28113         * modules/openpty (Files): Likewise.
28114         * m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Add new witnesses.  Move decl
28115         check...
28116         * m4/pty.m4 (gl_FORKPTY, gl_OPENPTY): ...here.  Request
28117         replacement for for non-const BSD signature.
28118         * modules/pty (Makefile.am): Substitute witnesses.
28119         * lib/pty.in.h (forkpty, openpty): Declare replacements.
28120         * tests/test-forkpty.c: Update signature check.
28121         * tests/test-openpty.c: Likewise.
28122         * doc/glibc-functions/forkpty.texi (forkpty): Document the fix.
28123         * doc/glibc-functions/openpty.texi (openpty): Likewise.
28124
28125         forkpty, openpty: split functions into new modules
28126         * modules/pty (Makefile.am): Substitute new witnesses.
28127         (Libraries): Move library detection...
28128         * modules/forkpty: ...into new module.
28129         * modules/openpty: Another new module.
28130         * modules/pty-tests: Rename and split...
28131         * modules/forkpty-tests: ...to this...
28132         * modules/openpty-tests: ...and this.
28133         * tests/test-pty.c: Rename and split...
28134         * tests/test-forkpty.c: ...to this...
28135         * tests/test-openpty.c: ...and this.
28136         * m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Add new witnesses.
28137         (gl_PTY): Split library searching...
28138         * m4/pty.m4 (gl_PTY_LIB): ...into new file.
28139         (gl_FORKPTY, gl_OPENPTY): New macros.
28140         * lib/pty.in.h (forkpty, openpty): Honor new witnesses.
28141         * NEWS: Mention the split.
28142         * MODULES.html.sh (Misc): Document the modules.
28143         * doc/glibc-functions/forkpty.texi (forkpty): Likewise.
28144         * doc/glibc-functions/openpty.texi (openpty): Likewise.
28145
28146         pty: improve replacement header
28147         * lib/pty.in.h: New file.
28148         * modules/pty (Files): Ship it.
28149         (Makefile.am): Always build replacement.
28150         * m4/pty.m4: Rename...
28151         * m4/pty_h.m4: ...to this.
28152         (gl_PTY): Modernize setting of witness macros; update check of
28153         forkpty to take proper advantage of cache.
28154         (gl_PTY_MODULE_INDICATOR, gl_PTY_H_DEFAULTS): New macros.
28155
28156         getopt: avoid compiler warning
28157         * lib/getopt.c (attribute_hidden): Remove unused macro.
28158
28159 2010-03-18  Bruno Haible  <bruno@clisp.org>
28160
28161         Fix link errors on Solaris 8.
28162         * modules/iconv-h-tests (test_iconv_h_c___LDADD): Add LIB_NANOSLEEP.
28163         * modules/search-tests (test_search_c___LDADD): Likewise.
28164         * modules/signal-tests (test_signal_c___LDADD): Likewise.
28165         * modules/spawn-tests (test_spawn_c___LDADD): Likewise.
28166         * modules/stdio-tests (test_stdio_c___LDADD): Likewise.
28167         * modules/sys_select-tests (test_sys_select_c___LDADD): Likewise.
28168         * modules/sys_socket-tests (test_sys_socket_c___LDADD): Likewise.
28169         * modules/sys_time-tests (test_sys_time_c___LDADD): Likewise.
28170         * modules/wchar-tests (test_wchar_c___LDADD): Likewise.
28171
28172 2010-03-18  Bruno Haible  <bruno@clisp.org>
28173
28174         Fix bug introduced on 2010-03-14.
28175         * m4/spawn_h.m4 (gl_HAVE_POSIX_SPAWN): New macro.
28176         (gl_SPAWN_H): Require it.
28177         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_BODY): Likewise.
28178         Reported by Simon Josefsson.
28179
28180 2010-03-18  Bruno Haible  <bruno@clisp.org>
28181
28182         Fix typo introduced on 2009-12-31.
28183         * m4/spawn_h.m4 (gl_SPAWN_H): Check for the declaration of
28184         posix_spawn_file_actions_adddup2.
28185
28186 2010-03-17  Bert Wesarg  <bert.wesarg@googlemail.com>  (tiny change)
28187         and Eric Blake  <eblake@redhat.com>
28188
28189         test-vc-list-files-git: make more robust
28190         * tests/test-vc-list-files-git.sh: Unset problematic environment
28191         variables.  Chain commands together.
28192
28193 2010-03-17  Ludovic Courtès <ludo@gnu.org>  (tiny change)
28194
28195         * m4/pty.m4: Unset $ac_cv_have_decl_forkpty before the second
28196         `AC_CHECK_DECL' invocation.
28197
28198 2010-03-15  Sergey Poznyakoff  <gray@gnu.org.ua>
28199
28200         * lib/inttostr.c (inttostr): Make sure the invocation of verify
28201         appears before executable statements. Suggested by Petr Sumbera
28202         <Petr.Sumbera@Sun.COM>.
28203
28204 2010-03-14  Bruno Haible  <bruno@clisp.org>
28205
28206         * tests/test-flock.c (test_exclusive): Comment out a test that causes
28207         portability problems. Instead use a simpler test.
28208         (main): Check that invalid arguments are rejected only on Linux.
28209
28210 2010-03-14  Bruno Haible  <bruno@clisp.org>
28211
28212         Fix bug introduced on 2009-12-31.
28213         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Invoke
28214         gl_PREREQ_SYS_H_WINSOCK2 always.
28215         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise. Remove
28216         SYS_SOCKET_H variable.
28217         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_H): Remove test for flock.
28218         Update comments.
28219         * m4/ctype.m4 (gl_CTYPE_H): Update comments.
28220         * m4/langinfo_h.m4 (gl_LANGINFO_H): Likewise.
28221         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Likewise.
28222         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H): Likewise.
28223         * m4/sys_wait_h.m4 (gl_SYS_WAIT_H): Likewise.
28224
28225 2010-03-14  Bruno Haible  <bruno@clisp.org>
28226
28227         Fix values returned by sinl, cosl.
28228         * lib/trigl.h: Add specification comments.
28229         * lib/sincosl.c (kernel_sinl, kernel_cosl): Fix comments and formula
28230         that combines the values from the precomputed table with the values of
28231         the Chebyshev polynomials.
28232
28233 2010-03-14  Bruno Haible  <bruno@clisp.org>
28234
28235         Fix compilation error when modules 'posix_spawn[p]' are not used.
28236         * m4/spawn_h.m4 (gl_SPAWN_H): Set HAVE_POSIX_SPAWN here.
28237         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_BODY): ... not here.
28238
28239 2010-03-14  Bruno Haible  <bruno@clisp.org>
28240
28241         Fix compilation error on mingw when module 'time_r' is not used.
28242         * lib/time.in.h (localtime_r, gmtime_r): Declare only if GNULIB_TIME_R
28243         is 1.
28244         * tests/test-time-c++.cc (localtime_r, gmtime_r): Likewise.
28245         * modules/time_r (configure.ac): Invoke gl_TIME_MODULE_INDICATOR.
28246         * modules/time (Makefile.am): Substitute GNULIB_TIME_R.
28247         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize GNULIB_TIME_R.
28248
28249 2010-03-14  Bruno Haible  <bruno@clisp.org>
28250
28251         Fix compilation error with Sun C.
28252         * lib/strtol.c: Use LLONG_MIN instead of GCC specific LONG_LONG_MIN.
28253         Use LLONG_MAX instead of GCC specific LONG_LONG_MAX. Use ULLONG_MAX
28254         instead of GCC specific ULONG_LONG_MAX.
28255         * lib/xstrtoll.c: Likewise.
28256         * lib/xstrtoull.c: Likewise.
28257
28258 2010-03-13  Bruno Haible  <bruno@clisp.org>
28259
28260         Allow the user to disable C++ code and tests.
28261         * m4/ansi-c++.m4 (gl_CXX_CHOICE): New macro.
28262         (gl_PROG_ANSI_CXX): Require it.
28263
28264 2010-03-13  Bruno Haible  <bruno@clisp.org>
28265
28266         * DEPENDENCIES (libtool): Mention libtool 2.2.x requirement in special
28267         cases.
28268
28269 2010-03-13  Bruno Haible  <bruno@clisp.org>
28270
28271         Test that gnulib does not break the standard C++ headers.
28272         * tests/test-locale-c++2.cc: New file.
28273         * modules/locale-tests (Files): Add it.
28274         (Makefile.am): Compile it for test-locale-c++.
28275         * tests/test-math-c++2.cc: New file.
28276         * modules/math-tests (Files): Add it.
28277         (Makefile.am): Compile it for test-math-c++.
28278         * tests/test-signal-c++2.cc: New file.
28279         * modules/signal-tests (Files): Add it.
28280         (Makefile.am): Compile it for test-signal-c++.
28281         * tests/test-stdio-c++2.cc: New file.
28282         * modules/stdio-tests (Files): Add it.
28283         (Makefile.am): Compile it for test-stdio-c++.
28284         * tests/test-stdlib-c++2.cc: New file.
28285         * modules/stdlib-tests (Files): Add it.
28286         (Makefile.am): Compile it for test-stdlib-c++.
28287         * tests/test-string-c++2.cc: New file.
28288         * modules/string-tests (Files): Add it.
28289         (Makefile.am): Compile it for test-string-c++.
28290         * tests/test-time-c++2.cc: New file.
28291         * modules/time-tests (Files): Add it.
28292         (Makefile.am): Compile it for test-time-c++.
28293         Reported by John W. Eaton <jwe@gnu.org>.
28294
28295 2010-03-13  Bruno Haible  <bruno@clisp.org>
28296
28297         * gnulib-tool (func_usage): Clarify which options are available for
28298         --create-testdir and --create-megatestdir.
28299
28300 2010-03-13  Bruno Haible  <bruno@clisp.org>
28301
28302         Fix compilation error with glibc >= 2.10 and g++ >= 4.4.
28303         * build-aux/warn-on-use.h (_GL_WARN_ON_USE_CXX): New macro.
28304         * build-aux/c++defs.h (_GL_CXXALIASWARN1): New macro.
28305         * lib/string.in.h (memchr, memrchr, rawmemchr, strchrnul, strpbrk,
28306         strstr, strcasestr): Use _GL_CXXALIASWARN1 instead of _GL_CXXALIASWARN
28307         when appropriate.
28308         Reported by Jim Meyering.
28309
28310 2010-03-12  Simon Josefsson  <simon@josefsson.org>
28311
28312         * gnulib-tool (func_import): Explain origin of code.
28313
28314 2010-03-12  Bruno Haible  <bruno@clisp.org>
28315
28316         Fix problem with automake's definition of CXXLINK.
28317         * gnulib-tool (func_create_testdir): After LT_INIT, also use LT_LANG.
28318         Reported by Simon Josefsson and Ludovic Courtès.
28319
28320 2010-03-12  Bruno Haible  <bruno@clisp.org>
28321
28322         * doc/gnulib-intro.texi (Steady Development): Mention Ian Beckwith's
28323         stable releases.
28324
28325 2010-03-11  Bruno Haible  <bruno@clisp.org>
28326
28327         Fix problems with overloaded C++ definitions of memchr, strpbrk, etc.
28328         * build-aux/c++defs.h (_GL_CXXALIAS_SYS_CAST2): Make it work regardless
28329         whether the system provides one variant or multiple variants of the
28330         function.
28331         * lib/string.in.h (memchr, strpbrk): Use _GL_CXXALIAS_SYS_CAST2 for all
28332         C++ compilers.
28333         (memrchr, rawmemchr, strchrnul, strstr, strcasestr): Use
28334         _GL_CXXALIAS_SYS_CAST2 instead of _GL_CXXALIAS_SYS.
28335         Reported by Jim Meyering.
28336
28337 2010-03-09  Simon Josefsson  <simon@josefsson.org>
28338
28339         * gnulib-tool (LIBTOOLPATH): Fix cut'n'paste bug.
28340
28341 2010-03-08  Bruno Haible  <bruno@clisp.org>
28342
28343         gnulib-tool: Add support for --libtool in --create-testdir.
28344         * gnulib-tool (LIBTOOLPATH, LIBTOOLIZE): New variables.
28345         (func_create_testdir): Emit LT_INIT invocations. Invoke LIBTOOLIZE.
28346
28347 2010-03-08  Eric Blake  <eblake@redhat.com>
28348
28349         gnulib-tool.texi: mention possibility of git submodule
28350         * doc/gnulib-tool.texi (VCS Issues): Add details about using git
28351         submodules.
28352         * doc/.gitignore: Ignore another generated file.
28353
28354 2010-03-08  Karl Berry  <karl@gnu.org>
28355
28356         * doc/gnulib-tool.texi (VCS Issues): Mention third option
28357         of committing gnulib files while skipping others.
28358
28359 2010-03-07  Bruno Haible  <bruno@clisp.org>
28360
28361         Tests of module 'wctype' in C++ mode.
28362         * tests/test-wctype-c++.cc: New file.
28363         * modules/wctype-tests (Files): Add it and tests/signature.h.
28364         (Depends-on): Add ansi-c++-opt.
28365         (Makefile.am): Arrange to compile and run test-wctype-c++.
28366
28367         Tests of module 'wchar' in C++ mode.
28368         * tests/test-wchar-c++.cc: New file.
28369         * modules/wchar-tests (Files): Add it and tests/signature.h.
28370         (Depends-on): Add ansi-c++-opt.
28371         (Makefile.am): Arrange to compile and run test-wchar-c++.
28372         * m4/wchar_h.m4 (gl_WCHAR_MODULE_INDICATOR): Invoke
28373         gl_MODULE_INDICATOR.
28374
28375         Tests of module 'unistd' in C++ mode.
28376         * tests/test-unistd-c++.cc: New file.
28377         * modules/unistd-tests (Files): Add it and tests/signature.h.
28378         (Depends-on): Add ansi-c++-opt.
28379         (Makefile.am): Arrange to compile and run test-unistd-c++.
28380         * m4/unistd_h.m4 (gl_UNISTD_MODULE_INDICATOR): Invoke
28381         gl_MODULE_INDICATOR.
28382
28383         Tests of module 'time' in C++ mode.
28384         * tests/test-time-c++.cc: New file.
28385         * modules/time-tests (Files): Add it and tests/signature.h.
28386         (Depends-on): Add ansi-c++-opt.
28387         (Makefile.am): Arrange to compile and run test-time-c++.
28388         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): Invoke gl_MODULE_INDICATOR.
28389
28390         Tests of module 'sys_time' in C++ mode.
28391         * tests/test-sys_time-c++.cc: New file.
28392         * modules/sys_time-tests (Files): Add it and tests/signature.h.
28393         (Depends-on): Add ansi-c++-opt.
28394         (Makefile.am): Arrange to compile and run test-sys_time-c++.
28395         * m4/sys_time_h.m4 (gl_SYS_TIME_MODULE_INDICATOR): Invoke
28396         gl_MODULE_INDICATOR.
28397
28398         Tests of module 'sys_stat' in C++ mode.
28399         * tests/test-sys_stat-c++.cc: New file.
28400         * modules/sys_stat-tests (Files): Add it and tests/signature.h.
28401         (Depends-on): Add ansi-c++-opt.
28402         (Makefile.am): Arrange to compile and run test-sys_stat-c++.
28403         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): Invoke
28404         gl_MODULE_INDICATOR.
28405
28406         Tests of module 'sys_socket' in C++ mode.
28407         * tests/test-sys_socket-c++.cc: New file.
28408         * modules/sys_socket-tests (Files): Add it and tests/signature.h.
28409         (Depends-on): Add ansi-c++-opt.
28410         (Makefile.am): Arrange to compile and run test-sys_socket-c++.
28411         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Invoke
28412         gl_MODULE_INDICATOR.
28413
28414         Tests of module 'sys_select' in C++ mode.
28415         * tests/test-sys_select-c++.cc: New file.
28416         * modules/sys_select-tests (Files): Add it and tests/signature.h.
28417         (Depends-on): Add ansi-c++-opt.
28418         (Makefile.am): Arrange to compile and run test-sys_select-c++.
28419         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): Invoke
28420         gl_MODULE_INDICATOR.
28421
28422         Tests of module 'sys_ioctl' in C++ mode.
28423         * tests/test-sys_ioctl-c++.cc: New file.
28424         * modules/sys_ioctl-tests (Files): Add it and tests/signature.h.
28425         (Depends-on): Add ansi-c++-opt.
28426         (Makefile.am): Arrange to compile and run test-sys_ioctl-c++.
28427         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_MODULE_INDICATOR): Invoke
28428         gl_MODULE_INDICATOR.
28429
28430         Tests of module 'string' in C++ mode.
28431         * tests/test-string-c++.cc: New file.
28432         * modules/string-tests (Files): Add it and tests/signature.h.
28433         (Depends-on): Add ansi-c++-opt.
28434         (Makefile.am): Arrange to compile and run test-string-c++.
28435         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Invoke
28436         gl_MODULE_INDICATOR.
28437
28438         Tests of module 'stdlib' in C++ mode.
28439         * tests/test-stdlib-c++.cc: New file.
28440         * modules/stdlib-tests (Files): Add it and tests/signature.h.
28441         (Depends-on): Add ansi-c++-opt.
28442         (Makefile.am): Arrange to compile and run test-stdlib-c++.
28443         * m4/stdlib_h.m4 (gl_STDLIB_MODULE_INDICATOR): Invoke
28444         gl_MODULE_INDICATOR.
28445
28446         Tests of module 'stdio' in C++ mode.
28447         * tests/test-stdio-c++.cc: New file.
28448         * modules/stdio-tests (Files): Add it and tests/signature.h.
28449         (Depends-on): Add ansi-c++-opt.
28450         (Makefile.am): Arrange to compile and run test-stdio-c++.
28451         * m4/stdio_h.m4 (gl_STDIO_MODULE_INDICATOR): Invoke
28452         gl_MODULE_INDICATOR.
28453
28454         Tests of module 'spawn' in C++ mode.
28455         * tests/test-spawn-c++.cc: New file.
28456         * modules/spawn-tests (Files): Add it and tests/signature.h.
28457         (Depends-on): Add ansi-c++-opt.
28458         (Makefile.am): Arrange to compile and run test-spawn-c++.
28459         * m4/spawn_h.m4 (gl_SPAWN_MODULE_INDICATOR): Invoke
28460         gl_MODULE_INDICATOR.
28461
28462         Tests of module 'signal' in C++ mode.
28463         * tests/test-signal-c++.cc: New file.
28464         * modules/signal-tests (Files): Add it and tests/signature.h.
28465         (Depends-on): Add ansi-c++-opt.
28466         (Makefile.am): Arrange to compile and run test-signal-c++.
28467         * m4/signal_h.m4 (gl_SIGNAL_MODULE_INDICATOR): Invoke
28468         gl_MODULE_INDICATOR.
28469
28470         Tests of module 'search' in C++ mode.
28471         * tests/test-search-c++.cc: New file.
28472         * modules/search-tests (Files): Add it and tests/signature.h.
28473         (Depends-on): Add ansi-c++-opt.
28474         (Makefile.am): Arrange to compile and run test-search-c++.
28475         * m4/search_h.m4 (gl_SEARCH_MODULE_INDICATOR): Invoke
28476         gl_MODULE_INDICATOR.
28477
28478         Tests of module 'math' in C++ mode.
28479         * tests/test-math-c++.cc: New file.
28480         * modules/math-tests (Files): Add it and tests/signature.h.
28481         (Depends-on): Add ansi-c++-opt.
28482         (Makefile.am): Arrange to compile and run test-math-c++.
28483         * m4/math_h.m4 (gl_MATH_MODULE_INDICATOR): Invoke gl_MODULE_INDICATOR.
28484
28485         Tests of module 'locale' in C++ mode.
28486         * tests/test-locale-c++.cc: New file.
28487         * modules/locale-tests (Files): Add it and tests/signature.h.
28488         (Depends-on): Add ansi-c++-opt.
28489         (Makefile.am): Arrange to compile and run test-locale-c++.
28490         * m4/locale_h.m4 (gl_LOCALE_MODULE_INDICATOR): Invoke
28491         gl_MODULE_INDICATOR.
28492
28493         Tests of module 'langinfo' in C++ mode.
28494         * tests/test-langinfo-c++.cc: New file.
28495         * modules/langinfo-tests (Files): Add it and tests/signature.h.
28496         (Depends-on): Add ansi-c++-opt.
28497         (Makefile.am): Arrange to compile and run test-langinfo-c++.
28498         * m4/langinfo_h.m4 (gl_LANGINFO_MODULE_INDICATOR): Invoke
28499         gl_MODULE_INDICATOR.
28500
28501         Tests of module 'iconv-h' in C++ mode.
28502         * tests/test-iconv-h-c++.cc: New file.
28503         * modules/iconv-h-tests (Files): Add it and tests/signature.h.
28504         (Depends-on): Add ansi-c++-opt.
28505         (Makefile.am): Arrange to compile and run test-iconv-h-c++.
28506
28507         Tests of module 'glob' in C++ mode.
28508         * tests/test-glob-c++.cc: New file.
28509         * modules/glob-tests (Files): Add it.
28510         (Depends-on): Add ansi-c++-opt.
28511         (Makefile.am): Arrange to compile and run test-glob-c++.
28512
28513         Tests of module 'fcntl-h' in C++ mode.
28514         * tests/test-fcntl-h-c++.cc: New file.
28515         * modules/fcntl-h-tests (Files): Add it and tests/signature.h.
28516         (Depends-on): Add ansi-c++-opt.
28517         (Makefile.am): Arrange to compile and run test-fcntl-h-c++.
28518         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR): Invoke
28519         gl_MODULE_INDICATOR.
28520
28521         Tests of module 'dirent' in C++ mode.
28522         * tests/test-dirent-c++.cc: New file.
28523         * modules/dirent-tests (Files): Add it and tests/signature.h.
28524         (Depends-on): Add ansi-c++-opt.
28525         (Makefile.am): Arrange to compile and run test-dirent-c++.
28526         * m4/dirent_h.m4 (gl_DIRENT_MODULE_INDICATOR): Invoke
28527         gl_MODULE_INDICATOR.
28528
28529         New module 'ansi-c++-opt'.
28530         * modules/ansi-c++-opt: New file.
28531         * m4/ansi-c++.m4: New file, from GNU gettext with modifications.
28532
28533         Document C++ namespace mode.
28534         * doc/gnulib.texi (A C++ namespace for gnulib): New section.
28535
28536         wctype: Avoid #define replacements in C++ mode.
28537         * lib/wctype.in.h: Include c++defs.h, warn-on-use.h.
28538         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower,
28539         iswprint, iswpunct, iswspace, iswupper, iswxdigit, towlower, towupper):
28540         In C++, define a namespaced alias symbol.
28541         * m4/wctype_h.m4 (gl_WCTYPE_H): Don't set WCTYPE_H.
28542         * modules/wctype (Depends-on): Add c++defs, warn-on-use.
28543         (Makefile.am): Provide a wctype.h replacement always. Update wctype.h
28544         rule.
28545
28546         wchar: Avoid #define replacements in C++ mode.
28547         * lib/wchar.in.h: Include c++defs.h.
28548         (btowc, wctob, mbsinit, mbrtowc, mbrlen, mbsrtowcs, mbsnrtowcs,
28549         wcrtomb, wcsrtombs, wcsnrtombs): In C++, define a namespaced alias
28550         symbol.
28551         (wcwidth): Likewise. Fix prototype to be POSIX compliant.
28552         * modules/wchar (Depends-on): Add c++defs.
28553         (Makefile.am): Update wchar.h rule.
28554
28555         unistd: Avoid #define replacements in C++ mode.
28556         * lib/unistd.in.h: Include c++defs.h.
28557         (chown, close, dup, dup2, dup3, euidaccess, faccessat, fchdir,
28558         fchownat, fsync, ftruncate, getcwd, getdomainname, getdtablesize,
28559         getgroups, gethostname, getlogin, getlogin_r, getpagesize,
28560         getusershell, setusershell, endusershell, lchown, link, linkat, lseek,
28561         pipe2, pread, readlink, readlinkat, rmdir, sleep, symlink, symlinkat,
28562         unlink, unlinkat, usleep, write): In C++, define a namespaced alias
28563         symbol.
28564         (environ): Update.
28565         * modules/unistd (Depends-on): Add c++defs.
28566         (Makefile.am): Update unistd.h rule.
28567
28568         time: Avoid #define replacements in C++ mode.
28569         * lib/time.in.h: Include c++defs.h, warn-on-use.h.
28570         (nanosleep, mktime, localtime_r, gmtime_r, strptime, timegm): In C++,
28571         define a namespaced alias symbol.
28572         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): New macro.
28573         (gl_HEADER_TIME_H_DEFAULTS): Initialize also GNULIB_MKTIME,
28574         GNULIB_NANOSLEEP, GNULIB_STRPTIME, GNULIB_TIMEGM.
28575         * modules/time (Depends-on): Add c++defs, warn-on-use.
28576         (Makefile.am): Update time.h rule.
28577         * modules/mktime (configure.ac): Invoke gl_TIME_MODULE_INDICATOR.
28578         * modules/nanosleep (configure.ac): Likewise.
28579         * modules/strptime (configure.ac): Likewise.
28580         * modules/timegm (configure.ac): Likewise.
28581
28582         sys_time: Avoid #define replacements in C++ mode.
28583         * lib/sys_time.in.h: Include c++defs.h.
28584         (gettimeofday): In C++, define a namespaced alias symbol.
28585         * modules/sys_time (Depends-on): Add c++defs.
28586         (Makefile.am): Update sys/time.h rule.
28587
28588         sys_stat: Avoid #define replacements in C++ mode.
28589         * lib/sys_stat.in.h: Include c++defs.h.
28590         (fchmodat, fstat, fstatat, futimens, lchmod, lstat, mkdir, mkdirat,
28591         mkfifo, mkfifoat, mknod, mknodat, utimensat): In C++, define a
28592         namespaced alias symbol.
28593         In C++, define a namespaced alias symbol.
28594         * modules/sys_stat (Depends-on): Add c++defs.
28595         (Makefile.am): Update sys/stat.h rule.
28596
28597         sys_socket: Avoid #define replacements in C++ mode.
28598         * lib/sys_socket.in.h: Handle the case of recursive include on Cygwin.
28599         Include c++defs.h. Include warn-on-use.h earlier. Enable the function
28600         definitions also when the system has a <sys/socket.h>.
28601         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
28602         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, accept4):
28603         In C++, define a namespaced alias symbol.
28604         * modules/sys_socket (Depends-on): Add c++defs.
28605         (Makefile.am): Update sys/socket.h rule.
28606
28607         sys_select: Avoid #define replacements in C++ mode.
28608         * lib/sys_select.in.h: Include c++defs.h. Enable the function
28609         definitions also when the system has a <sys/select.h>.
28610         (select): In C++, define a namespaced alias symbol.
28611         * modules/sys_select (Depends-on): Add c++defs.
28612         (Makefile.am): Update sys/select.h rule.
28613
28614         sys_ioctl: Avoid #define replacements in C++ mode.
28615         * lib/sys_ioctl.in.h: Include c++defs.h.
28616         (ioctl): In C++, define a namespaced alias symbol.
28617         * modules/sys_ioctl (Depends-on): Add c++defs.
28618         (Makefile.am): Update sys/ioctl.h rule.
28619
28620         string: Avoid #define replacements in C++ mode.
28621         * lib/string.in.h: Include c++defs.h.
28622         (stpncpy): Define to rpl_stpncpy, not gnu_stpncpy.
28623         (memchr, memmem, mempcpy, memrchr, rawmemchr, stpcpy, stpncpy,
28624         strchrnul, strdup, strndup, strnlen, strpbrk, strsep, strstr,
28625         strcasestr, strtok_r, mbslen, mbschr, mbsrchr, mbspbrk, strerror,
28626         strsignal, strverscmp): In C++, define a namespaced alias symbol.
28627         * modules/string (Depends-on): Add c++defs.
28628         (Makefile.am): Update string.h rule.
28629
28630         stdlib: Avoid #define replacements in C++ mode.
28631         * lib/stdlib.in.h: Include c++defs.h.
28632         (atoll, calloc, canonicalize_file_name, getloadavg, getsubopt, malloc,
28633         mkdtemp, mkostemp, mkostemps, mkstemp, mkstemps, putenv, random_r,
28634         srandom_r, initstate_r, setstate_r, realloc, realpath, rpmatch, setenv,
28635         strtod, strtoll, strtoull, unsetenv): In C++, define a namespaced alias
28636         symbol.
28637         * modules/stdlib (Depends-on): Add c++defs.
28638         (Makefile.am): Update stdlib.h rule.
28639
28640         stdio: Avoid #define replacements in C++ mode.
28641         * lib/stdio.in.h: Include c++defs.h.
28642         (dprintf, fclose, fflush, fopen, fprintf, fpurge, fputc, fputs,
28643         freopen, fseek, fseeko, ftell, ftello, fwrite, getdelim, getline,
28644         obstack_printf, obstack_vprintf, perror, popen, printf, fputc, putchar,
28645         puts, remove, rename, renameat, snprintf, sprintf, asprintf, vasprintf,
28646         vdprintf, vfprintf, vprintf, vsnprintf, vsprintf): In C++, define a
28647         namespaced alias symbol.
28648         * modules/stdio (Depends-on): Add c++defs.
28649         (Makefile.am): Update stdio.h rule.
28650
28651         spawn: Avoid #define replacements in C++ mode.
28652         * lib/spawn.in.h: Include c++defs.h.
28653         (posix_spawn, posix_spawnp, posix_spawnattr_init,
28654         posix_spawnattr_destroy, posix_spawnattr_getsigdefault,
28655         posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask,
28656         posix_spawnattr_setsigmask, posix_spawnattr_getflags,
28657         posix_spawnattr_setflags, posix_spawnattr_getpgroup,
28658         posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy,
28659         posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam,
28660         posix_spawnattr_setschedparam, posix_spawn_file_actions_init,
28661         posix_spawn_file_actions_destroy, posix_spawn_file_actions_addopen,
28662         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2):
28663         In C++, define a namespaced alias symbol.
28664         * modules/spawn (Depends-on): Add c++defs.
28665         (Makefile.am): Update spawn.h rule.
28666
28667         signal: Avoid #define replacements in C++ mode.
28668         * lib/signal.in.h: Include c++defs.h.
28669         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset,
28670         sigpending, sigprocmask, signal, raise, sigaction): In C++, define a
28671         namespaced alias symbol.
28672         * modules/signal (Depends-on): Add c++defs.
28673         (Makefile.am): Update signal.h rule.
28674
28675         search: Avoid #define replacements in C++ mode.
28676         * lib/search.in.h: Include c++defs.h.
28677         (_gl_search_compar_fn, _gl_search_action_fn): New types.
28678         (tsearch, tfind, tdelete, twalk): In C++, define a namespaced alias
28679         symbol.
28680         * modules/search (Depends-on): Add c++defs.
28681         (Makefile.am): Update search.h rule.
28682
28683         math: Avoid #define replacements in C++ mode.
28684         * lib/math.in.h: Include c++defs.h.
28685         (frexp, acosl, asinl, atanl, ceilf, ceill, cosl, expl, floorf, floorl,
28686         frexpl, ldexpl, logl, roundf, round, roundl, sinl, sqrtl, tanl, truncf,
28687         trunc, truncl): In C++, define a namespaced alias symbol.
28688         * modules/math (Depends-on): Add c++defs.
28689         (Makefile.am): Update math.h rule.
28690
28691         locale: Avoid #define replacements in C++ mode.
28692         * lib/locale.in.h: Include c++defs.h.
28693         (duplocale): In C++, define a namespaced alias symbol.
28694         * m4/locale_h.m4 (gl_LOCALE_H_DEFAULTS): Initialize HAVE_DUPLOCALE.
28695         * m4/duplocale.m4 (gl_FUNC_DUPLOCALE): Set HAVE_DUPLOCALE.
28696         * modules/locale (Depends-on): Add c++defs.
28697         (Makefile.am): Update locale.h rule. Substitute HAVE_DUPLOCALE.
28698
28699         langinfo: Avoid #define replacements in C++ mode.
28700         * lib/langinfo.in.h: Include c++defs.h.
28701         (nl_langinfo): In C++, define a namespaced alias symbol.
28702         * modules/langinfo (Depends-on): Add c++defs.
28703         (Makefile.am): Update langinfo.h rule.
28704
28705         iconv-h: Avoid #define replacements in C++ mode.
28706         * lib/iconv.in.h: Include c++defs.h, warn-on-use.h.
28707         (iconv_open, iconv, iconv_close): In C++, define a namespaced alias
28708         symbol.
28709         * m4/iconv_open.m4 (gl_FUNC_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
28710         whenever iconv is present.
28711         * modules/iconv-h (Depends-on): Add c++defs, warn-on-use.
28712         (Makefile.am): Update iconv.h rule.
28713
28714         glob: Avoid #define replacements in C++ mode.
28715         * lib/glob.in.h: Include c++defs.h, warn-on-use.h.
28716         (_gl_glob_errfunc_fn): New type.
28717         (glob, globfree, glob_pattern_p): In C++, define a namespaced alias
28718         symbol.
28719         * modules/glob (Depends-on): Add c++defs, warn-on-use.
28720         (Makefile.am): Update glob.h rule.
28721
28722         fcntl-h: Avoid #define replacements in C++ mode.
28723         * lib/fcntl.in.h: Include c++defs.h.
28724         (fcntl, open, openat): In C++, define a namespaced alias symbol.
28725         * modules/fcntl-h (Depends-on): Add c++defs.
28726         (Makefile.am): Update fcntl.h rule.
28727
28728         dirent: Avoid #define replacements in C++ mode.
28729         * lib/dirent.in.h: Include c++defs.h.
28730         (closedir, fdopendir, opendir, scandir, alphasort): In C++, define a
28731         namespaced alias symbol.
28732         (dirfd): Update declaration.
28733         * modules/dirent (Depends-on): Add c++defs.
28734         (Makefile.am): Update dirent.h rule.
28735
28736         ctype: Make it usable in C++ code.
28737         * lib/ctype.in.h: Include c++defs.h.
28738         (isblank): Declare as extern "C".
28739         * modules/ctype (Depends-on): Add c++defs.
28740         (Makefile.am): Update ctype.h rule.
28741
28742         New module 'c++defs'.
28743         * modules/c++defs: New file.
28744         * build-aux/c++defs.h: New file.
28745         Reported by John W. Eaton <jwe@gnu.org>.
28746
28747 2010-03-07  Bruno Haible  <bruno@clisp.org>
28748
28749         logb: Provide missing declaration for Cygwin.
28750         * lib/math.in.h (logb): New declaration.
28751         * m4/logb.m4: New file.
28752         * modules/logb (Files): Add m4/logb.m4.
28753         (Depends-on): Add math.
28754         (configure.ac): Invoke gl_FUNC_LOGB, gl_MATH_MODULE_INDICATOR.
28755         * m4/math_h.m4 (gl_MATH_H): Check also for logb declaration.
28756         (gl_MATH_H_DEFAULTS): Initialize GNULIB_LOGB, HAVE_DECL_LOGB.
28757         * modules/math (Makefile.am): Substitute GNULIB_LOGB, HAVE_DECL_LOGB.
28758         * doc/posix-functions/logb.texi: Mention the Cygwin bug.
28759
28760 2010-03-07  Bruno Haible  <bruno@clisp.org>
28761
28762         Fix test-cond link error.
28763         * tests/test-cond.c: Include <stdio.h>.
28764
28765 2010-03-07  Bruno Haible  <bruno@clisp.org>
28766
28767         Fix test-dirent-safer link error.
28768         * modules/dirent-safer-tests (Makefile.am): Define
28769         test_dirent_safer_LDADD.
28770
28771 2010-03-07  Bruno Haible  <bruno@clisp.org>
28772
28773         * gnulib-tool (func_create_testdir): Don't use 'lib-ignore' module
28774         among default module list.
28775
28776 2010-03-07  Bruno Haible  <bruno@clisp.org>
28777
28778         Fix link error on platforms with GNU libiconv.
28779         * modules/unistr/u8-strcoll-tests (Makefile): Define
28780         test_u8_strcoll_LDADD.
28781         * modules/unistr/u16-strcoll-tests (Makefile): Define
28782         test_u16_strcoll_LDADD.
28783         * modules/unistr/u32-strcoll-tests (Makefile): Define
28784         test_u32_strcoll_LDADD.
28785
28786 2010-03-07  Bruno Haible  <bruno@clisp.org>
28787
28788         Use POSIX declarations for socket functions.
28789         * lib/sys_socket.in.h (rpl_connect, rpl_accept, rpl_bind,
28790         rpl_getpeername, rpl_getsockname, rpl_recv, rpl_send, rpl_recvfrom,
28791         rpl_sendto): Change declaration to match POSIX.
28792         * lib/connect.c (rpl_connect): Likewise.
28793         * lib/accept.c (rpl_accept): Likewise.
28794         * lib/bind.c (rpl_bind): Likewise.
28795         * lib/getpeername.c (rpl_getpeername): Likewise.
28796         * lib/getsockname.c (rpl_getsockname): Likewise.
28797         * lib/recv.c (rpl_recv): Likewise.
28798         * lib/send.c (rpl_send): Likewise.
28799         * lib/recvfrom.c (rpl_recvfrom): Likewise.
28800         * lib/sendto.c (rpl_sendto): Likewise.
28801
28802 2010-03-06  Bruno Haible  <bruno@clisp.org>
28803
28804         Clarify access, euidaccess, faccessat.
28805         * doc/posix-functions/faccessat.texi: Mention security problem under
28806         "Other problems", not "Portability problems".
28807         * doc/posix-functions/access.texi: Likewise. Mention a related security
28808         problem.
28809         * doc/glibc-functions/euidaccess.texi: Mention security problems.
28810         * lib/euidaccess.c: Add comments about platforms.
28811         * lib/unistd.in.h (access, euidaccess): Add warnings.
28812
28813 2010-03-07  Bruno Haible  <bruno@clisp.org>
28814
28815         Ensure posix_spawnattr_{get,set}sched{policy,param} are defined.
28816         * lib/spawn.in.h (POSIX_SPAWN_SETSCHEDPARAM): Define fallback.
28817         (POSIX_SPAWN_SETSCHEDULER): Likewise.
28818         (POSIX_SPAWN_USEVFORK): Define in a way that works when
28819         POSIX_SPAWN_SETSCHEDPARAM and POSIX_SPAWN_SETSCHEDULER are zero.
28820         (posix_spawnattr_getschedpolicy, posix_spawnattr_setschedpolicy): Also
28821         declare when POSIX_SPAWN_SETSCHEDULER is zero.
28822         (posix_spawnattr_getschedparam, posix_spawnattr_setschedparam): Also
28823         declare when POSIX_SPAWN_SETSCHEDPARAM is zero.
28824         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_BODY): Test whether
28825         POSIX_SPAWN_SETSCHEDULER or POSIX_SPAWN_SETSCHEDPARAM are zero.
28826         * modules/posix_spawnattr_getschedparam (configure.ac): Enable the
28827         replacement also when POSIX_SPAWN_SETSCHEDPARAM is zero.
28828         * modules/posix_spawnattr_setschedparam (configure.ac): Likewise.
28829         * modules/posix_spawnattr_getschedpolicy (configure.ac): Enable the
28830         replacement also when POSIX_SPAWN_SETSCHEDULER is zero.
28831         * modules/posix_spawnattr_setschedpolicy (configure.ac): Likewise.
28832         * lib/spawnattr_getschedparam.c (posix_spawnattr_getschedparam): Do
28833         nothing if POSIX_SPAWN_SETSCHEDPARAM is zero.
28834         * lib/spawnattr_setschedparam.c (posix_spawnattr_setschedparam):
28835         Likewise.
28836         * lib/spawnattr_getschedpolicy.c (posix_spawnattr_getschedpolicy): Do
28837         nothing if POSIX_SPAWN_SETSCHEDULER is zero.
28838         * lib/spawnattr_setschedpolicy.c (posix_spawnattr_setschedpolicy):
28839         Likewise.
28840         * tests/test-spawn.c (main): Make it work when
28841         POSIX_SPAWN_SETSCHEDPARAM and POSIX_SPAWN_SETSCHEDULER are zero.
28842
28843 2010-03-07  Bruno Haible  <bruno@clisp.org>
28844
28845         Fix incorrect Makefile.am generation in German locale.
28846         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
28847         Execute sed command with character range in C locale.
28848
28849 2010-03-06  Bruno Haible  <bruno@clisp.org>
28850
28851         Tests for module 'iconv-h'.
28852         * modules/iconv-h-tests: New file.
28853         * tests/test-iconv-h.c: New file.
28854
28855         New module 'iconv-h'.
28856         * modules/iconv-h: New file.
28857         * modules/iconv_open (Files): Remove lib/iconv.in.h, m4/iconv_h.m4.
28858         (Depends-on): Add iconv-h. Remove include_next, arg-nonnull.
28859         (configure.ac): Remove gl_ICONV_H.
28860         (Makefile.am): Remove rule for iconv.h.
28861
28862 2010-03-06  Bruno Haible  <bruno@clisp.org>
28863
28864         More consistent naming of *.m4 files.
28865         * m4/wctype_h.m4: Renamed from m4/wctype.m4.
28866         * modules/wctype (Files): Update.
28867
28868         More consistent naming of *.m4 files.
28869         * m4/wchar_h.m4: Renamed from m4/wchar.m4.
28870         * modules/wchar (Files): Update.
28871
28872 2010-03-06  Jim Meyering  <meyering@redhat.com>
28873
28874         euidaccess: relax license to LGPLv2+
28875         * modules/euidaccess (License): Relax to LGPLv2+.
28876
28877 2010-03-06  Bruno Haible  <bruno@clisp.org>
28878
28879         Prefer lib_SOURCES over unconditional AC_LIBOBJ.
28880         * modules/exitfail (configure.ac): Remove AC_LIBOBJ invocation.
28881         (Makefile.am): Augment lib_SOURCES instead.
28882
28883 2010-03-04  Jim Meyering  <meyering@redhat.com>
28884
28885         utime: remove obsolete module
28886         This module, like autoconf's AC_FUNC_UTIME_NULL macro, has been
28887         unnecessary for years, and has been marked as obsolete for 10 months.
28888         * modules/utime: Remove file.
28889         * lib/utime.c: Remove file.
28890         * m4/utime.m4: Remove file.
28891         * m4/utimes-null.m4: Remove file.
28892         * doc/posix-functions/utime.texi (utime): Remove reference to
28893         the module.  Move the sole "fixed by gnulib" item into the
28894         "problems not fixed by Gnulib" list.
28895         * MODULES.html.sh (func_all_modules): Remove reference to "utime".
28896
28897 2010-03-05  Simon Josefsson  <simon@josefsson.org>
28898
28899         * modules/exit (License): Relax license to LGPLv2+.
28900         (Status): Mark as obsolete.
28901         * NEWS: Mention deprecated 'exit' module.
28902         * doc/posix-functions/exit.texi: Recommend 'stdlib' module instead
28903         of now obsolete 'exit'.
28904
28905 2010-03-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28906
28907         fts-lgpl: remove unused module
28908         * modules/fts-lgpl: Remove.
28909         * MODULES.html.sh (func_all_modules): Adjust.
28910         * check-module (find_included_lib_files): Adjust.
28911         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove.
28912
28913 2010-03-02  Ben Walton  <bwalton@artsci.utoronto.ca>  (tiny change)
28914
28915         copy-acl: enhance Solaris ACL error handling
28916         * lib/copy-acl.c (qcopy_acl): Also ignore EOPNOTSUPP.
28917         * lib/set-mode-acl.c (qset_acl): Likewise.
28918
28919 2010-03-02  Bruno Haible  <bruno@clisp.org>
28920
28921         spawn: Don't override the system defined values on FreeBSD 8.
28922         * lib/spawn.in.h (POSIX_SPAWN_RESETIDS, POSIX_SPAWN_SETPGROUP,
28923         POSIX_SPAWN_SETSIGDEF, POSIX_SPAWN_SETSIGMASK,
28924         POSIX_SPAWN_SETSCHEDPARAM, POSIX_SPAWN_SETSCHEDULER): Don't redefine
28925         if HAVE_POSIX_SPAWN is 1.
28926         Reported by Johan van Selst <johans@stack.nl> via Eric Blake.
28927
28928 2010-03-01  Bruno Haible  <bruno@clisp.org>
28929
28930         * doc/gnulib-tool.texi (Initial import): Clarify the requirements
28931         regarding Automake.
28932
28933 2010-02-25  Bruno Haible  <bruno@clisp.org>
28934
28935         Fix breakage of gnulib-tool with ksh, introduced on 2010-02-21.
28936         * gnulib-tool: Define 'echo' as a function only before the ksh alias
28937         setting, not afterwards.
28938         Reported by Ben Walton <bwalton@artsci.utoronto.ca>.
28939
28940 2010-02-24  Eric Blake  <eblake@redhat.com>
28941
28942         bootstrap, git-version-gen: use timestamp
28943         * build-aux/git-version-gen (scriptversion): Force UTC.
28944         * build-aux/bootstrap (scriptversion): New variable.
28945
28946         bootstrap: allow older git
28947         * build-aux/bootstrap (GNULIB_SRCDIR): Add fallback if git is
28948         older than 1.6.4.  Requested by the libvirt project.
28949
28950 2010-02-23  Eric Blake  <eblake@redhat.com>
28951
28952         warn-on-use: work with old autoconf
28953         * m4/warn-on-use.m4 (gl_WARN_ON_USE_PREPARE): Accomodate older
28954         AS_VAR semantics of autoconf 2.60.
28955         Reported by Bruno Haible.
28956
28957         bootstrap: improve some comments
28958         * build-aux/bootstrap: Drop unneeded emacs hint.  Add some
28959         clarification comments.
28960
28961         gettimeofday: provide correct function
28962         * lib/gettimeofday.c (gettimeofday): Provide rpl_gettimeofday only
28963         when replacement is declared, otherwise provide gettimeofday.
28964         Reported by Michael Goffioul.
28965
28966 2010-02-23  Jim Meyering  <meyering@redhat.com>
28967
28968         lib-ignore: relax license to "unlimited", not LGPLv2+
28969         * modules/lib-ignore (License): Relax to "unlimited".
28970
28971 2010-02-23  Jim Meyering  <meyering@redhat.com>
28972
28973         lib-ignore: relax license to LGPLv2+
28974         * modules/lib-ignore (License): Relax to LGPLv2+.
28975
28976 2010-02-22  Eric Blake  <eblake@redhat.com>
28977
28978         lseek: avoid bash 3.2 broken pipe bug
28979         * m4/lseek.m4 (gl_FUNC_LSEEK): Drain pipe, to avoid spurious
28980         warning from bash 3.2.
28981         Reported by Ben Pfaff, with analysis from Bruno Haible.
28982
28983         bootstrap: support non-FSF copyright holder
28984         * build-aux/bootstrap (COPYRIGHT_HOLDER, with_gettext): Allow
28985         bootstrap.conf override of COPYRIGHT_HOLDER.
28986         (MSGID_BUGS_ADDRESS): Allow URL rather than email.
28987
28988         bootstrap: interoperate with gettext 0.14.1
28989         * build-aux/bootstrap (slurp): Fix typo when using older gettext.
28990
28991         bootstrap: allow for alternate submodule location
28992         * build-aux/bootstrap (gnulib_path): New variable; use instead of
28993         hardcoding submodule location.
28994         (gnulib_mk): Allow direct use of Makefile.am.
28995
28996         bootstrap: use GNULIB_SRCDIR to reduce disk usage
28997         * build-aux/bootstrap (GNULIB_SRCDIR): If set, use as a reference,
28998         rather than reconfiguring where the submodule points.
28999
29000         gettimeofday: restore support for platforms that lack function
29001         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Also compile
29002         replacement if function is missing.
29003         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_DEFAULTS): New witness.
29004         * modules/sys_time (Makefile.am): Substitute it.
29005         * lib/sys_time.in.h (gettimeofday): Check it.
29006         Reported by Michael Goffioul.
29007
29008 2010-02-21  Bruno Haible  <bruno@clisp.org>
29009
29010         * lib/stdio.in.h (obstack_printf): Fix typo.
29011
29012 2010-02-21  Jose E. Marchesi  <jemarch@gnu.org>
29013
29014         vc-list-files: use bzr ls's -R option
29015         * build-aux/vc-list-files: Invoke bazaar to generate a recursive
29016         list of versioned files based on 'dir' (usage of -R in 'bzr ls').
29017
29018 2010-02-21  Jim Meyering  <meyering@redhat.com>
29019
29020         init.sh: fix EXEEXT shims to work also for names like test-prog
29021         * tests/init.sh: Re-exec a better shell, when needed.
29022         If the current shell lacks support for posix $(...), an init.sh-using
29023         test will now try to find a shell that supports that.  If EXEEXT is
29024         nonempty, we also require support for hyphen-in-alias-name and shell
29025         substitutions like ${var#glob}.  Failure to find such a shell results
29026         in a skipped test.
29027
29028 2010-02-21  Bruno Haible  <bruno@clisp.org>
29029
29030         Really work around around "broken pipe" error message from bash 3.2.
29031         * gnulib-tool (func_reset_sigpipe): Remove function.
29032         (echo): In bash 3.2, define to a function that uses printf.
29033         Analyzed by Ralf Wildenhues, Chet Ramey, Ben Pfaff.
29034
29035 2010-02-20  Bruno Haible  <bruno@clisp.org>
29036
29037         Restore support for automake 1.9.6 with autoconf 2.61.
29038         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): Ensure MKDIR_P is AC_SUBSTed.
29039         Reported by James Youngman <jay@gnu.org>.
29040
29041 2010-02-20  Bruno Haible  <bruno@clisp.org>
29042
29043         Improve *printf warning condition.
29044         * lib/stdio.in.h (fprintf, printf, vfprintf, vprintf): Emit warning
29045         also if GNULIB_POSIXCHECK is defined, the *-posix module is not used,
29046         and the function is overridden due to SIGPIPE emulation.
29047
29048 2010-02-20  Bruno Haible  <bruno@clisp.org>
29049
29050         * lib/stdio.in.h: Tweak comments.
29051
29052 2010-02-19  Bruno Haible  <bruno@clisp.org>
29053
29054         Make it easier to find modules. New gnulib-tool option '--find'.
29055         * gnulib-tool: New option --find.
29056         (func_usage): Document it.
29057         (func_sanitize_modulelist): New function, extracted from
29058         func_all_modules.
29059         (func_all_modules): Invoke it.
29060         * doc/gnulib-tool.texi (Which modules?): New node.
29061
29062 2010-02-18  Markus Duft <mduft@gentoo.org>  (tiny change)
29063
29064         * lib/sys_select.in.h: Provide select replacement even if
29065         sys/select.h exists on a system, for Interix.
29066
29067 2010-02-18  Jim Meyering  <meyering@redhat.com>
29068
29069         init.sh: don't use $(...) just yet
29070         * tests/init.sh (create_exe_shim_functions_): Use `...`, not $(...),
29071         to accommodate e.g., Solaris' /bin/sh.
29072
29073 2010-02-17  Bruno Haible  <bruno@clisp.org>
29074
29075         * doc/posix-headers/netdb.texi: Mention NetBSD 5.0 problem.
29076         Reported by Ludovic Courtès <ludo@gnu.org>.
29077
29078 2010-02-16  Simon Josefsson  <simon@josefsson.org>
29079
29080         * modules/userspec-tests (test_userspec_LDADD): Add variable, for
29081         linking with -lintl.
29082
29083 2010-02-17  Simon Josefsson  <simon@josefsson.org>
29084
29085         * lib/netdb.in.h (AI_V4MAPPED, AI_ALL, AI_ADDRCONFIG): Define to 0
29086         if not provided by the system's netdb.h.  Reported by
29087         ludo@gnu.org (Ludovic Courtès).
29088
29089 2010-02-15  Jim Meyering  <meyering@redhat.com>
29090
29091         init.sh: improve portability and efficiency
29092         * tests/init.sh (find_exe_basenames_): Remove unnecessary use of
29093         "dummy" in a for loop.
29094         Use '!', not '^' to select the complement of a character set used
29095         in a "case" statement.
29096         Use shell variable manipulation, a la ${...%.exe}, rather than sed.
29097         Suggestions from Eric Blake.
29098
29099         init.sh: automatically accommodate programs with the .exe suffix
29100         Automatically arrange for an invocation of "prog" to execute the
29101         program named "prog$EXEEXT" (usually prog.exe).  Thus, all invocations
29102         may use the simpler "prog", yet still work when built on a system
29103         that requires specifying the added suffix.
29104         Do this by constructing a function named "prog" that invokes
29105         "prog.exe" for each .exe file in selected directories.
29106         * tests/init.sh (find_exe_basenames_): New function.
29107         (create_exe_shim_functions_): New function.
29108         (path_prepend_): Use it.
29109
29110         maint.mk: mark syntax-check sc_*.m rules as .PHONY
29111         * top/maint.mk ($(syntax-check-rules)): Add .PHONY, so that
29112         "make -t syntax-check" doesn't create a ton of sc_*.m files.
29113
29114 2010-02-14  Jim Meyering  <meyering@redhat.com>
29115
29116         maint.mk: prohibit inclusion of "hash-pjw.h" without_use
29117         * top/maint.mk (sc_prohibit_hash_without_use): Re-add "@".
29118         (sc_prohibit_hash_pjw_without_use): New rule.
29119
29120         maint.mk: allow the default upload destination dir to be overridden
29121         * top/maint.mk (upload_dest_dir_): Define with a default that
29122         preserves the status quo.
29123         (emit_upload_commands): Use it, rather than hard-coding $(PACKAGE).
29124         Reported by Peter Simons.
29125
29126         maint.mk: prohibit inclusion of "hash.h" without_use
29127         * top/maint.mk (sc_prohibit_hash_without_use): New rule.
29128
29129 2010-02-10  Jim Meyering  <meyering@redhat.com>
29130
29131         maint.mk: prohibit inclusion of "ignore-value.h" without_use
29132         * top/maint.mk (sc_prohibit_ignore_value_without_use): New rule.
29133
29134 2010-02-09  Eric Blake  <ebb9@byu.net>
29135         and Bruno Haible  <bruno@clisp.org>
29136
29137         obstack-printf-posix: ensure declaration
29138         * m4/obstack-printf.m4 (gl_DECL_OBSTACK_PRINTF): New macro,
29139         extracted from gl_FUNC_OBSTACK_PRINTF.
29140         (gl_FUNC_OBSTACK_PRINTF): Invoke it.
29141         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
29142         Likewise.
29143         * lib/stdio.in.h (obstack_printf, obstack_vprintf): Declare also
29144         if GNULIB_OBSTACK_PRINTF_POSIX is 1 and GNULIB_OBSTACK_PRINTF is
29145         0.
29146
29147 2010-02-08  Bruno Haible  <bruno@clisp.org>
29148
29149         gnulib-tool: Fix typo in 2010-02-07 commit.
29150         * gnulib-tool (func_get_dependencies): Fix typo in last commit.
29151         Reported by Eric Blake.
29152
29153 2010-02-07  Bruno Haible  <bruno@clisp.org>
29154
29155         gnulib-tool: Fix up caching patches.
29156         * gnulib-tool: New options --cache-modules, --no-cache-modules. Remove
29157         option --no-cache. Use associative arrays when supported by the shell.
29158         (sed_comments): New variable.
29159         (modcache): Renamed from do_cache.
29160         (sed_extract_field_header): Renamed from sed_extract_cache_prog. Don't
29161         abbreviate unnecessarily.
29162         (have_associative): New variable.
29163         (func_cache_var): Define correctly for bash 1.x. Define in an optimized
29164         way also for ksh and zsh.
29165         (func_init_sed_convert_to_cache_statements): New function, extracted
29166         from func_cache_lookup_module. Add support for associative arrays.
29167         Don't set the c_MODULE_cached variable here. Ignore all lines before
29168         the first field header. Remove only the final newline, not all trailing
29169         newlines. Support empty fields correctly. Limit the use of 'eval' to
29170         assignments.
29171         (func_get_description, func_get_status, func_get_notice,
29172         func_get_applicability, func_get_filelist, func_get_dependencies,
29173         func_get_autoconf_early_snippet, func_get_autoconf_snippet,
29174         func_get_automake_snippet, func_get_include_directive,
29175         func_get_link_directive, func_get_license, func_get_maintainer):
29176         Update documentation. List the unoptimized code first. Add support for
29177         associative arrays. Limit the use of 'eval' to assignments.
29178         (func_get_applicability): Undo stylistic pessimisations.
29179         (func_get_automake_snippet, func_get_include_directive): Reduce code
29180         duplication.
29181         (func_modules_transitive_closure, func_modules_add_dummy,
29182         func_modules_notice, func_modules_to_filelist, func_add_file,
29183         func_update_file, func_emit_lib_Makefile_am, func_emit_po_Makevars,
29184         func_emit_po_POTFILES_in, func_emit_tests_Makefile_am, func_import,
29185         func_create_testdir, func_create_megatestdir): Update documentation.
29186
29187 2010-01-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29188
29189         * gnulib-tool (func_cache_lookup_module): Store the module name
29190         belonging to the cache variable; error out if two different
29191         module names map to the same cache variable name.
29192
29193 2010-01-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29194
29195         gnulib-tool: Make caching optional.
29196         * gnulib-tool: Accept option --no-cache, turning off $do_cache.
29197         Update matching short versions of --no-changelog.
29198         (func_usage): Update.
29199         (sed_extract_cache_prog): Renamed from ...
29200         (sed_extract_prog): ... this; revert to old extraction script.
29201         (func_get_description, func_get_status)
29202         (func_get_notice, func_get_applicability, func_get_filelist)
29203         (func_get_dependencies, func_get_autoconf_early_snippet)
29204         (func_get_autoconf_snippet, func_get_automake_snippet)
29205         (func_get_include_directive, func_get_link_directive)
29206         (func_get_license, func_get_maintainer): If $do_cache is false,
29207         use old, non-caching extraction scripts.
29208         Suggestion by Bruno Haible.
29209
29210 2010-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29211
29212         gnulib-tool: cache module metainformation.
29213         * gnulib-tool (sed_extract_prog): Match newline before each
29214         header, and rewrite header to a shell variable suffix.
29215         (func_cache_var, func_cache_lookup_module): New functions,
29216         to turn a module name into a cache variable prefix, and to
29217         look up and cache module metainformation.
29218         (func_get_description, func_get_status)
29219         (func_get_notice, func_get_applicability, func_get_filelist)
29220         (func_get_dependencies, func_get_autoconf_early_snippet)
29221         (func_get_autoconf_snippet, func_get_automake_snippet)
29222         (func_get_include_directive, func_get_link_directive)
29223         (func_get_license, func_get_maintainer): Use
29224         func_cache_lookup_module.
29225
29226 2010-02-07  Bruno Haible  <bruno@clisp.org>
29227
29228         fnctl: Fix missing dependency.
29229         * modules/fcntl (Depends-on): Add getdtablesize.
29230         Reported by John W. Eaton <jwe@gnu.org>.
29231
29232 2010-02-05  Sergey Poznyakoff  <gray@gnu.org.ua>
29233
29234         Argp: fix recognition of short alias options.
29235
29236         * lib/argp-parse.c (convert_options): Fix improper use of
29237         `|' between character values.
29238         * tests/test-argp.c (group1_option): New alias option
29239         --read (-r).
29240         (group1_parser): Special handling for 'r'.
29241         (test15): New test case.
29242         (test_fun): Add test15.
29243         * tests/test-argp-2.sh: Update expected --help and --usage
29244         outputs.
29245
29246 2010-02-05  Sergey Poznyakoff  <gray@gnu.org.ua>
29247
29248         * tests/test-argp.c: Fix indentation.
29249
29250 2010-02-04  Eric Blake  <ebb9@byu.net>
29251
29252         gettimeofday: expose type of second argument
29253         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Do better detection
29254         of glibc extension signature, and define GETTIMEOFDAY_TIMEZONE.
29255         * tests/test-gettimeofday.c: Use it to silence warning.
29256         * doc/posix-functions/gettimeofday.texi (gettimeofday): Document
29257         the issue.
29258
29259 2010-02-03  Jim Meyering  <meyering@redhat.com>
29260
29261         regcomp.c: avoid the sole warning from gcc's -Wtype-limits
29262         * lib/regcomp.c (TYPE_SIGNED): Define.
29263         (parse_dup_op): Use it to avoid the sole warning from -Wtype-limits.
29264
29265         regcomp.c: avoid a new -Wshadow warning
29266         * lib/regcomp.c (create_initial_state): Do not shadow local "err".
29267
29268 2010-02-01  Jim Meyering  <meyering@redhat.com>
29269
29270         removing useless parentheses in cpp #define directives
29271         For motivation, see commit c0221df4, "define STREQ(a,b)
29272         consistently, removing useless parentheses"
29273         * lib/memcmp.c (CMP_LT_OR_GT): Remove useless parentheses.
29274         * lib/mountlist.c (MNT_IGNORE): Likewise.
29275         * lib/trim.h (trim, trim_trailing, trim_leading): Likewise.
29276
29277 2010-02-01  Eric Blake  <ebb9@byu.net>
29278
29279         sys_time: use link-warning
29280         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Split defaults...
29281         (gl_HEADER_SYS_TIME_H_DEFAULTS): ...into new macro.
29282         (gl_SYS_TIME_MODULE_INDICATOR): New macro.
29283         * modules/sys_time (Depends-on): Add warn-on-use.
29284         (Makefile.am): Always build replacement.
29285         (configure.ac): Update substitutions.
29286         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY)
29287         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Include defaults, and no longer
29288         bother with SYS_TIME_H.
29289         * modules/gettimeofday (configure.ac): Declare indicator.
29290         * lib/sys_time.in.h (gettimeofday): Warn if gnulib module is not
29291         in use.
29292
29293         closein-tests: silence compiler warning
29294         * tests/test-closein.c (main): Ignore fread result.
29295         * modules/closein-tests (Depends-on): Add ignore-value.
29296
29297         tests: silence warning about system return
29298         * tests/test-areadlink-with-size.c (main): Ignore system result.
29299         * tests/test-areadlink.c (main): Likewise.
29300         * tests/test-areadlinkat-with-size.c (main): Likewise.
29301         * tests/test-areadlinkat.c (main): Likewise.
29302         * tests/test-canonicalize-lgpl.c (main): Likewise.
29303         * tests/test-canonicalize.c (main): Likewise.
29304         * tests/test-chown.c (main): Likewise.
29305         * tests/test-fchownat.c (main): Likewise.
29306         * tests/test-fdutimensat.c (main): Likewise.
29307         * tests/test-fstatat.c (main): Likewise.
29308         * tests/test-futimens.c (main): Likewise.
29309         * tests/test-lchown.c (main): Likewise.
29310         * tests/test-link.c (main): Likewise.
29311         * tests/test-linkat.c (main): Likewise.
29312         * tests/test-lstat.c (main): Likewise.
29313         * tests/test-mkdir.c (main): Likewise.
29314         * tests/test-mkdirat.c (main): Likewise.
29315         * tests/test-mkfifo.c (main): Likewise.
29316         * tests/test-mkfifoat.c (main): Likewise.
29317         * tests/test-mknod.c (main): Likewise.
29318         * tests/test-readlink.c (main): Likewise.
29319         * tests/test-remove.c (main): Likewise.
29320         * tests/test-rename.c (main): Likewise.
29321         * tests/test-renameat.c (main): Likewise.
29322         * tests/test-rmdir.c (main): Likewise.
29323         * tests/test-symlink.c (main): Likewise.
29324         * tests/test-symlinkat.c (main): Likewise.
29325         * tests/test-unlink.c (main): Likewise.
29326         * tests/test-unlinkat.c (main): Likewise.
29327         * tests/test-utimens.c (main): Likewise.
29328         * tests/test-utimensat.c (main): Likewise.
29329         * modules/areadlink-tests (Depends-on): Add ignore-value.
29330         * modules/areadlink-with-size-tests (Depends-on): Likewise.
29331         * modules/areadlinkat-tests (Depends-on): Likewise.
29332         * modules/areadlinkat-with-size-tests (Depends-on): Likewise.
29333         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
29334         * modules/canonicalize-tests (Depends-on): Likewise.
29335         * modules/chown-tests (Depends-on): Likewise.
29336         * modules/fdutimensat-tests (Depends-on): Likewise.
29337         * modules/futimens-tests (Depends-on): Likewise.
29338         * modules/lchown-tests (Depends-on): Likewise.
29339         * modules/link-tests (Depends-on): Likewise.
29340         * modules/linkat-tests (Depends-on): Likewise.
29341         * modules/lstat-tests (Depends-on): Likewise.
29342         * modules/mkdir-tests (Depends-on): Likewise.
29343         * modules/mkfifo-tests (Depends-on): Likewise.
29344         * modules/mkfifoat-tests (Depends-on): Likewise.
29345         * modules/mknod-tests (Depends-on): Likewise.
29346         * modules/openat-tests (Depends-on): Likewise.
29347         * modules/readlink-tests (Depends-on): Likewise.
29348         * modules/remove-tests (Depends-on): Likewise.
29349         * modules/rename-tests (Depends-on): Likewise.
29350         * modules/renameat-tests (Depends-on): Likewise.
29351         * modules/rmdir-tests (Depends-on): Likewise.
29352         * modules/symlink-tests (Depends-on): Likewise.
29353         * modules/symlinkat-tests (Depends-on): Likewise.
29354         * modules/unlink-tests (Depends-on): Likewise.
29355         * modules/utimens-tests (Depends-on): Likewise.
29356         * modules/utimensat-tests (Depends-on): Likewise.
29357
29358 2010-01-31  Bruno Haible  <bruno@clisp.org>
29359
29360         Perform the same test for many <math.h> functions.
29361         * m4/mathfunc.m4 (gl_COMMON_DOUBLE_MATHFUNC,
29362         gl_COMMON_DOUBLE_MATHFUNC_TEST): New macros.
29363         * m4/sqrt.m4 (gl_FUNC_SQRT): Invoke gl_COMMON_DOUBLE_MATHFUNC instead
29364         of gl_MATHFUNC.
29365         * modules/acos (configure.ac): Likewise.
29366         * modules/asin (configure.ac): Likewise.
29367         * modules/atan (configure.ac): Likewise.
29368         * modules/atan2 (configure.ac): Likewise.
29369         * modules/cbrt (configure.ac): Likewise.
29370         * modules/copysign (configure.ac): Likewise.
29371         * modules/cos (configure.ac): Likewise.
29372         * modules/cosh (configure.ac): Likewise.
29373         * modules/erf (configure.ac): Likewise.
29374         * modules/erfc (configure.ac): Likewise.
29375         * modules/exp (configure.ac): Likewise.
29376         * modules/fmod (configure.ac): Likewise.
29377         * modules/hypot (configure.ac): Likewise.
29378         * modules/j0 (configure.ac): Likewise.
29379         * modules/j1 (configure.ac): Likewise.
29380         * modules/jn (configure.ac): Likewise.
29381         * modules/lgamma (configure.ac): Likewise.
29382         * modules/log (configure.ac): Likewise.
29383         * modules/log10 (configure.ac): Likewise.
29384         * modules/log1p (configure.ac): Likewise.
29385         * modules/pow (configure.ac): Likewise.
29386         * modules/remainder (configure.ac): Likewise.
29387         * modules/sin (configure.ac): Likewise.
29388         * modules/sinh (configure.ac): Likewise.
29389         * modules/tan (configure.ac): Likewise.
29390         * modules/tanh (configure.ac): Likewise.
29391         * modules/y0 (configure.ac): Likewise.
29392         * modules/y1 (configure.ac): Likewise.
29393         * modules/yn (configure.ac): Likewise.
29394         Suggested by Paolo Bonzini.
29395
29396 2010-01-31  Bruno Haible  <bruno@clisp.org>
29397
29398         * m4/getline.m4 (gl_FUNC_GETLINE): Add comment about REPLACE_GETLINE.
29399
29400 2010-01-31  Bruno Haible  <bruno@clisp.org>
29401
29402         Work around getdelim() bug on FreeBSD 8.0.
29403         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Test whether getdelim supports an
29404         initially NULL line. Set REPLACE_GETDELIM if getdelim exists but does
29405         not work.
29406         * lib/stdio.in.h (getdelim): Define as an alias if REPLACE_GETDELIM
29407         is 1.
29408         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize REPLACE_GETDELIM.
29409         * modules/stdio (Makefile.am): Also substitute REPLACE_GETDELIM.
29410         * tests/test-getdelim.c (main): Also test result for a NULL buffer and
29411         a non-zero size.
29412         * doc/posix-functions/getdelim.texi: Mention the FreeBSD bug.
29413
29414 2010-01-31  Bruno Haible  <bruno@clisp.org>
29415
29416         Work around getline() bug on FreeBSD 8.0.
29417         * m4/getline.m4 (gl_FUNC_GETLINE): Also test result for a NULL buffer
29418         and a non-zero size.
29419         * tests/test-getline.c (main): Likewise.
29420         * doc/posix-functions/getline.texi: Mention the FreeBSD bug.
29421         Reported by Dennis <noordsij@cs.helsinki.fi> via Eric Blake.
29422
29423 2010-01-28  Eric Blake  <ebb9@byu.net>
29424
29425         regex: fix build failure
29426         * lib/regex_internal.h (__GNUC_PREREQ): Define for non-glibc
29427         platforms.
29428
29429 2010-01-28  Jim Meyering  <meyering@redhat.com>
29430
29431         regex: do not ignore memory allocation failure
29432         * lib/regex_internal.c (create_cd_newstate): Detect
29433         re_node_set_init_copy failure.   Extracted from glibc commit
29434         2da42bc06566bc89785e580fa1ac89b4c9f2a63c.
29435
29436         regex: sync more white-space changes from libc
29437         * lib/regex_internal.c: White-space only changes.
29438         * lib/regexec.c: Likewise.
29439
29440         regex: add many uses of __attribute_warn_unused_result__
29441         * lib/regex_internal.c: Use __attribute_warn_unused_result__.
29442         * lib/regexec.c: Likewise.
29443         Extracted from a messy glibc commit.
29444
29445         regcomp.c: spelling and merge-artifact from glibc
29446         * lib/regcomp.c: Merge remainder of glibc's
29447         2da42bc06566bc89785e580fa1ac89b4c9f2a63c.
29448
29449         regcomp.c: sync white-space changes from glibc
29450         * lib/regcomp.c: Merge to accommodate white space
29451         changes from glibc's 2da42bc06566bc89785e580fa1ac89b4c9f2a63c.
29452
29453         regcomp.c: do not ignore internal return values
29454         * lib/regcomp.c: Do not ignore internal return values.
29455         This is from glibc's 2da42bc06566bc89785e580fa1ac89b4c9f2a63c,
29456         but without its white-space changes and spelling fixes.
29457
29458         regex_internal.h: define __attribute_warn_unused_result__
29459         * lib/regex_internal.h (__attribute_warn_unused_result__): Define.
29460
29461         maint: add a syntax-check rule to check for vulnerable Makefile.in
29462         * top/maint.mk (sc_vulnerable_makefile_CVE-2009-4029): New rule.
29463
29464 2010-01-27  Jim Meyering  <meyering@redhat.com>
29465
29466         ncftpput-ftp: clean up spaces
29467         * build-aux/ncftpput-ftp: Make Copyright line consistent.
29468         Remove trailing blanks.
29469
29470 2010-01-27  Simon Josefsson  <simon@josefsson.org>
29471
29472         * build-aux/git-version-gen: Fix copyright statement.
29473         * build-aux/gnupload: Likewise.
29474         * tests/test-arcfour.c: Likewise.
29475         * tests/test-arctwo.c: Likewise.
29476         * tests/test-count-one-bits.c: Likewise.
29477         * tests/test-crc.c: Likewise.
29478         * tests/test-des.c: Likewise.
29479         * tests/test-gc-arcfour.c: Likewise.
29480         * tests/test-gc-arctwo.c: Likewise.
29481         * tests/test-gc-des.c: Likewise.
29482         * tests/test-gc-hmac-md5.c: Likewise.
29483         * tests/test-gc-hmac-sha1.c: Likewise.
29484         * tests/test-gc-md2.c: Likewise.
29485         * tests/test-gc-md4.c: Likewise.
29486         * tests/test-gc-md5.c: Likewise.
29487         * tests/test-gc-pbkdf2-sha1.c: Likewise.
29488         * tests/test-gc-rijndael.c: Likewise.
29489         * tests/test-gc-sha1.c: Likewise.
29490         * tests/test-gc.c: Likewise.
29491         * tests/test-gethostname.c: Likewise.
29492         * tests/test-gettimeofday.c: Likewise.
29493         * tests/test-hash.c: Likewise.
29494         * tests/test-hmac-md5.c: Likewise.
29495         * tests/test-hmac-sha1.c: Likewise.
29496         * tests/test-md2.c: Likewise.
29497         * tests/test-md4.c: Likewise.
29498         * tests/test-md5.c: Likewise.
29499         * tests/test-memchr.c: Likewise.
29500         * tests/test-memchr2.c: Likewise.
29501         * tests/test-memcmp.c: Likewise.
29502         * tests/test-memmem.c: Likewise.
29503         * tests/test-memrchr.c: Likewise.
29504         * tests/test-rawmemchr.c: Likewise.
29505         * tests/test-read-file.c: Likewise.
29506         * tests/test-rijndael.c: Likewise.
29507         * tests/test-sockets.c: Likewise.
29508         * tests/test-strchrnul.c: Likewise.
29509         * tests/test-strstr.c: Likewise.
29510         * tests/test-strtod.c: Likewise.
29511         * build-aux/ncftpput-ftp: Likewise.
29512
29513 2010-01-26  Eric Blake  <ebb9@byu.net>
29514
29515         ignore-value: update recommended header name
29516         * modules/ignore-value (Include): Only use <> for headers that
29517         exist in glibc.
29518
29519 2010-01-26  Jim Meyering  <meyering@redhat.com>
29520
29521         test-userspec.c: avoid compiler warnings
29522         * tests/test-userspec.c (main): Avoid shadowing ("uid"),
29523         and "initialization discards qualifiers..." warnings.
29524         Put the first "uid" in its own scope, and make char* members "const".
29525
29526 2010-01-25  Bruno Haible  <bruno@clisp.org>
29527
29528         gnulib-tool: Make warning diagnostics consistent.
29529         * gnulib-tool (func_warning): New function.
29530         Use it everywhere where gnulib-tool produces output to stderr and it is
29531         not a fatal error.
29532
29533 2010-01-25  Bruno Haible  <bruno@clisp.org>
29534
29535         Fix test dependencies.
29536         * modules/xstrtol-tests (Depends-on): Add inttypes.
29537         * modules/xstrtoll-tests (Depends-on): Likewise. Remove xstrtoll.
29538
29539 2010-01-25 Pádraig Brady <P@draigBrady.com>
29540
29541         syntax-check: detect incorrect boolean macro values in config.h
29542         * modules/maintainer-makefile (configure.ac): Parameterize the location
29543         of config.h which will be available to makefiles as $(CONFIG_INCLUDE).
29544         The logic is from Eric Blake and the location indicated by Jim Meyering.
29545         Note the more natural CONFIG_HEADER name is prohibited by automake
29546         for backwards compatibility reasons.
29547         * top/maint.mk (sc_Wundef_boolean): New rule.
29548
29549 2010-01-25  Jim Meyering  <meyering@redhat.com>
29550
29551         bootstrap: detect MacOS 10.6's shasum, too
29552         * build-aux/bootstrap: Also recognize MacOS 10.6's shasum.
29553         Suggested by Thomas Treichl <Thomas.Treichl@gmx.net>.
29554
29555 2010-01-23  Jim Meyering  <meyering@redhat.com>
29556
29557         xstrtoll: new module
29558         * modules/xstrtoll: New file.
29559         * MODULES.html.sh (Numeric conversion functions): Add xstrtoll.
29560         * lib/xstrtol.h [HAVE_LONG_LONG_INT]: Declare xstrtoll and xstrtoull.
29561         * lib/xstrtoll.c, lib/xstrtoull.c: New files.
29562         ./configure fails if you use this module and lack "long long".
29563         * modules/xstrtoll-tests: New module.
29564         * tests/test-xstrtoll.c, tests/test-xstrtoull.c: New files.
29565         * tests/test-xstrtoll.sh: Like test-xstrtol.c, but use the
29566         new init.sh-based test framework.
29567
29568 2010-01-24  Bruno Haible  <bruno@clisp.org>
29569
29570         Tests for module 'yn'.
29571         * modules/yn-tests: New file.
29572         * tests/test-yn.c: New file.
29573
29574         Tests for module 'y1'.
29575         * modules/y1-tests: New file.
29576         * tests/test-y1.c: New file.
29577
29578         Tests for module 'y0'.
29579         * modules/y0-tests: New file.
29580         * tests/test-y0.c: New file.
29581
29582         Tests for module 'tanh'.
29583         * modules/tanh-tests: New file.
29584         * tests/test-tanh.c: New file.
29585
29586         Tests for module 'tan'.
29587         * modules/tan-tests: New file.
29588         * tests/test-tan.c: New file.
29589
29590         Tests for module 'sqrt'.
29591         * modules/sqrt-tests: New file.
29592         * tests/test-sqrt.c: New file.
29593
29594         Tests for module 'sinh'.
29595         * modules/sinh-tests: New file.
29596         * tests/test-sinh.c: New file.
29597
29598         Tests for module 'sin'.
29599         * modules/sin-tests: New file.
29600         * tests/test-sin.c: New file.
29601
29602         Tests for module 'rint'.
29603         * modules/rint-tests: New file.
29604         * tests/test-rint.c: New file.
29605
29606         Tests for module 'remainder'.
29607         * modules/remainder-tests: New file.
29608         * tests/test-remainder.c: New file.
29609
29610         Tests for module 'pow'.
29611         * modules/pow-tests: New file.
29612         * tests/test-pow.c: New file.
29613
29614         Tests for module 'nextafter'.
29615         * modules/nextafter-tests: New file.
29616         * tests/test-nextafter.c: New file.
29617
29618         Tests for module 'modf'.
29619         * modules/modf-tests: New file.
29620         * tests/test-modf.c: New file.
29621
29622         Tests for module 'logb'.
29623         * modules/logb-tests: New file.
29624         * tests/test-logb.c: New file.
29625
29626         Tests for module 'log1p'.
29627         * modules/log1p-tests: New file.
29628         * tests/test-log1p.c: New file.
29629
29630         Tests for module 'log10'.
29631         * modules/log10-tests: New file.
29632         * tests/test-log10.c: New file.
29633
29634         Tests for module 'log'.
29635         * modules/log-tests: New file.
29636         * tests/test-log.c: New file.
29637
29638         Tests for module 'lgamma'.
29639         * modules/lgamma-tests: New file.
29640         * tests/test-lgamma.c: New file.
29641
29642         Tests for module 'ldexp'.
29643         * modules/ldexp-tests: New file.
29644         * tests/test-ldexp.c: New file.
29645
29646         Tests for module 'jn'.
29647         * modules/jn-tests: New file.
29648         * tests/test-jn.c: New file.
29649
29650         Tests for module 'j1'.
29651         * modules/j1-tests: New file.
29652         * tests/test-j1.c: New file.
29653
29654         Tests for module 'j0'.
29655         * modules/j0-tests: New file.
29656         * tests/test-j0.c: New file.
29657
29658         Tests for module 'hypot'.
29659         * modules/hypot-tests: New file.
29660         * tests/test-hypot.c: New file.
29661
29662         Tests for module 'fmod'.
29663         * modules/fmod-tests: New file.
29664         * tests/test-fmod.c: New file.
29665
29666         Tests for module 'fabs'.
29667         * modules/fabs-tests: New file.
29668         * tests/test-fabs.c: New file.
29669
29670         Tests for module 'exp'.
29671         * modules/exp-tests: New file.
29672         * tests/test-exp.c: New file.
29673
29674         Tests for module 'erfc'.
29675         * modules/erfc-tests: New file.
29676         * tests/test-erfc.c: New file.
29677
29678         Tests for module 'erf'.
29679         * modules/erf-tests: New file.
29680         * tests/test-erf.c: New file.
29681
29682         Tests for module 'cosh'.
29683         * modules/cosh-tests: New file.
29684         * tests/test-cosh.c: New file.
29685
29686         Tests for module 'cos'.
29687         * modules/cos-tests: New file.
29688         * tests/test-cos.c: New file.
29689
29690         Tests for module 'copysign'.
29691         * modules/copysign-tests: New file.
29692         * tests/test-copysign.c: New file.
29693
29694         Tests for module 'cbrt'.
29695         * modules/cbrt-tests: New file.
29696         * tests/test-cbrt.c: New file.
29697
29698         Tests for module 'atan2'.
29699         * modules/atan2-tests: New file.
29700         * tests/test-atan2.c: New file.
29701
29702         Tests for module 'atan'.
29703         * modules/atan-tests: New file.
29704         * tests/test-atan.c: New file.
29705
29706         Tests for module 'asin'.
29707         * modules/asin-tests: New file.
29708         * tests/test-asin.c: New file.
29709
29710         Tests for module 'acos'.
29711         * modules/acos-tests: New file.
29712         * tests/test-acos.c: New file.
29713
29714 2010-01-24  Bruno Haible  <bruno@clisp.org>
29715
29716         Fix tests for common <math.h> functions.
29717         * m4/mathfunc.m4 (gl_MATHFUNC): Take two additional parameters. Use a
29718         code snippet that references the function pointer, rather than merely
29719         calling the function. Substitute the FUNC_LIBM variable.
29720         * m4/sqrt.m4 (gl_FUNC_SQRT): Update gl_MATHFUNC invocation.
29721         * modules/acos (configure.ac): Likewise.
29722         * modules/asin (configure.ac): Likewise.
29723         * modules/atan (configure.ac): Likewise.
29724         * modules/atan2 (configure.ac): Likewise.
29725         * modules/cbrt (configure.ac): Likewise.
29726         * modules/copysign (configure.ac): Likewise.
29727         * modules/cos (configure.ac): Likewise.
29728         * modules/cosh (configure.ac): Likewise.
29729         * modules/erf (configure.ac): Likewise.
29730         * modules/erfc (configure.ac): Likewise.
29731         * modules/exp (configure.ac): Likewise.
29732         * modules/fabs (configure.ac): Likewise.
29733         * modules/fmod (configure.ac): Likewise.
29734         * modules/hypot (configure.ac): Likewise.
29735         * modules/j0 (configure.ac): Likewise.
29736         * modules/j1 (configure.ac): Likewise.
29737         * modules/jn (configure.ac): Likewise.
29738         * modules/ldexp (configure.ac): Likewise.
29739         * modules/lgamma (configure.ac): Likewise.
29740         * modules/log (configure.ac): Likewise.
29741         * modules/log10 (configure.ac): Likewise.
29742         * modules/log1p (configure.ac): Likewise.
29743         * modules/logb (configure.ac): Likewise.
29744         * modules/modf (configure.ac): Likewise.
29745         * modules/nextafter (configure.ac): Likewise.
29746         * modules/pow (configure.ac): Likewise.
29747         * modules/remainder (configure.ac): Likewise.
29748         * modules/rint (configure.ac): Likewise.
29749         * modules/sin (configure.ac): Likewise.
29750         * modules/sinh (configure.ac): Likewise.
29751         * modules/tan (configure.ac): Likewise.
29752         * modules/tanh (configure.ac): Likewise.
29753         * modules/y0 (configure.ac): Likewise.
29754         * modules/y1 (configure.ac): Likewise.
29755         * modules/yn (configure.ac): Likewise.
29756
29757 2010-01-24  Bruno Haible  <bruno@clisp.org>
29758
29759         Tests: Defeat inlining of math functions by GCC >= 4.3.0.
29760         * tests/test-acosl.c (x): New variable.
29761         (main): Store argument in x and fetch it from x.
29762         * tests/test-asinl.c (x): New variable.
29763         (main): Store argument in x and fetch it from x.
29764         * tests/test-atanl.c (x): New variable.
29765         (main): Store argument in x and fetch it from x.
29766         * tests/test-cosl.c (x): New variable.
29767         (main): Store argument in x and fetch it from x.
29768         * tests/test-expl.c (x): New variable.
29769         (main): Store argument in x and fetch it from x.
29770         * tests/test-logl.c (x): New variable.
29771         (main): Store argument in x and fetch it from x.
29772         * tests/test-sinl.c (x): New variable.
29773         (main): Store argument in x and fetch it from x.
29774         * tests/test-sqrtl.c (x): New variable.
29775         (main): Store argument in x and fetch it from x.
29776         * tests/test-tanl.c (x): New variable.
29777         (main): Store argument in x and fetch it from x.
29778
29779 2010-01-24  Bruno Haible  <bruno@clisp.org>
29780
29781         Provide EXEEXT and srcdir in TESTS_ENVIRONMENT by default.
29782         * gnulib-tool (func_emit_tests_Makefile_am): Add EXEEXT and srcdir
29783         assignments to the initial TESTS_ENVIRONMENT.
29784         * doc/gnulib.texi (Unit test modules): Document it.
29785         * modules/acl-tests (Makefile.am): Drop EXEEXT assignment from
29786         TESTS_ENVIRONMENT.
29787         * modules/btowc-tests (Makefile.am): Likewise.
29788         * modules/c-stack-tests (Makefile.am): Likewise.
29789         * modules/c-strcase-tests (Makefile.am): Likewise.
29790         * modules/copy-file-tests (Makefile.am): Likewise.
29791         * modules/mbmemcasecmp-tests (Makefile.am): Likewise.
29792         * modules/mbmemcasecoll-tests (Makefile.am): Likewise.
29793         * modules/mbrtowc-tests (Makefile.am): Likewise.
29794         * modules/mbscasecmp-tests (Makefile.am): Likewise.
29795         * modules/mbscasestr-tests (Makefile.am): Likewise.
29796         * modules/mbschr-tests (Makefile.am): Likewise.
29797         * modules/mbscspn-tests (Makefile.am): Likewise.
29798         * modules/mbsinit-tests (Makefile.am): Likewise.
29799         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
29800         * modules/mbsnrtowcs-tests (Makefile.am): Likewise.
29801         * modules/mbspbrk-tests (Makefile.am): Likewise.
29802         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
29803         * modules/mbsrchr-tests (Makefile.am): Likewise.
29804         * modules/mbsrtowcs-tests (Makefile.am): Likewise.
29805         * modules/mbsspn-tests (Makefile.am): Likewise.
29806         * modules/mbsstr-tests (Makefile.am): Likewise.
29807         * modules/nl_langinfo-tests (Makefile.am): Likewise.
29808         * modules/unicase/locale-language-tests (Makefile.am): Likewise.
29809         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
29810         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
29811         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
29812         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
29813         * modules/uniwbrk/ulc-wordbreaks-tests (Makefile.am): Likewise.
29814         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
29815         * modules/wcrtomb-tests (Makefile.am): Likewise.
29816         * modules/wcsnrtombs-tests (Makefile.am): Likewise.
29817         * modules/wcsrtombs-tests (Makefile.am): Likewise.
29818         * modules/quotearg-tests (Makefile.am): Drop EXEEXT and srcdir
29819         assignments from TESTS_ENVIRONMENT.
29820         * modules/argp-tests (Makefile.am): Drop TESTS_ENVIRONMENT
29821         augmentation.
29822         * modules/argp-version-etc-tests (Makefile.am): Likewise.
29823         * modules/atexit-tests (Makefile.am): Likewise.
29824         * modules/binary-io-tests (Makefile.am): Likewise.
29825         * modules/closein-tests (Makefile.am): Likewise.
29826         * modules/dprintf-posix-tests (Makefile.am): Likewise.
29827         * modules/exclude-tests (Makefile.am): Likewise.
29828         * modules/fflush-tests (Makefile.am): Likewise.
29829         * modules/fpending-tests (Makefile.am): Likewise.
29830         * modules/fprintf-posix-tests (Makefile.am): Likewise.
29831         * modules/freadahead-tests (Makefile.am): Likewise.
29832         * modules/freadptr-tests (Makefile.am): Likewise.
29833         * modules/freadseek-tests (Makefile.am): Likewise.
29834         * modules/fseek-tests (Makefile.am): Likewise.
29835         * modules/fseeko-tests (Makefile.am): Likewise.
29836         * modules/ftell-tests (Makefile.am): Likewise.
29837         * modules/ftello-tests (Makefile.am): Likewise.
29838         * modules/idpriv-drop-tests (Makefile.am): Likewise.
29839         * modules/idpriv-droptemp-tests (Makefile.am): Likewise.
29840         * modules/lseek-tests (Makefile.am): Likewise.
29841         * modules/parse-duration-tests (Makefile.am): Likewise.
29842         * modules/perror-tests (Makefile.am): Likewise.
29843         * modules/pipe-filter-gi-tests (Makefile.am): Likewise.
29844         * modules/pipe-filter-ii-tests (Makefile.am): Likewise.
29845         * modules/pipe-tests (Makefile.am): Likewise.
29846         * modules/pread-tests (Makefile.am): Likewise.
29847         * modules/printf-posix-tests (Makefile.am): Likewise.
29848         * modules/select-tests (Makefile.am): Likewise.
29849         * modules/sigpipe-tests (Makefile.am): Likewise.
29850         * modules/tsearch-tests (Makefile.am): Likewise.
29851         * modules/unicase/ulc-casecmp-tests (Makefile.am): Likewise.
29852         * modules/unicase/ulc-casecoll-tests (Makefile.am): Likewise.
29853         * modules/uniname/uniname-tests (Makefile.am): Likewise.
29854         * modules/uniwidth/width-tests (Makefile.am): Likewise.
29855         * modules/vdprintf-posix-tests (Makefile.am): Likewise.
29856         * modules/version-etc-tests (Makefile.am): Likewise.
29857         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
29858         * modules/vprintf-posix-tests (Makefile.am): Likewise.
29859         * modules/xalloc-die-tests (Makefile.am): Likewise.
29860         * modules/xprintf-posix-tests (Makefile.am): Likewise.
29861         * modules/xstrtoimax-tests (Makefile.am): Likewise.
29862         * modules/xstrtol-tests (Makefile.am): Likewise.
29863         * modules/xstrtoumax-tests (Makefile.am): Likewise.
29864         * modules/yesno-tests (Makefile.am): Likewise.
29865         Suggested by Jim Meyering.
29866
29867 2010-01-24  Bruno Haible  <bruno@clisp.org>
29868
29869         More documentation.
29870         * doc/gnulib.texi (Writing modules): New chapter.
29871         (Miscellaneous Notes): Move sections "Comments" and "Header files" to
29872         the new chapter.
29873
29874 2010-01-24  Jim Meyering  <meyering@redhat.com>
29875
29876         maint.mk: do not prepend "./" after filtering
29877         * top/maint.mk (_prepend_srcdir_prefix): New variable
29878         (VC_LIST_EXCEPT): Use it to avoid prepending (post-filter)
29879         "./" when $(srcdir) is ".".
29880
29881         define STREQ(a,b) consistently, removing useless parentheses
29882         #define STREQ(a, b) (strcmp ((a), (b)) == 0) is over-parenthesized,
29883         since the only risk is that "a" or "b" contains an unparenthesized
29884         comma, but if either did that, STREQ would have 3 or more arguments.
29885         Hence, #define STREQ(a, b) (strcmp (a, b) == 0) is better.
29886         * lib/fts.c (STREQ): Remove unnecessary parentheses.
29887         * lib/hash-triple.c (STREQ): Likewise.
29888         * tests/test-argv-iter.c (STREQ): Use a and b, not s1 and s2.
29889         * lib/getugroups.c (STREQ): Likewise.
29890
29891 2010-01-23  Jim Meyering  <meyering@redhat.com>
29892
29893         maint.mk: fix syntax-check in a non-srcdir build directory
29894         * top/maint.mk (_dot_escaped_srcdir): Remove erroneous backslash,
29895         introduced in my 2010-01-21 commit, a6da6c45.  Reported by Eric Blake.
29896
29897 2010-01-22  Jim Meyering  <meyering@redhat.com>
29898
29899         userspec: add unit tests
29900         * tests/test-userspec.c: New file.
29901         * modules/userspec-tests: Likewise.
29902
29903 2010-01-21  Jim Meyering  <meyering@redhat.com>
29904
29905         maint.mk: handle source file names containing "." robustly
29906         * top/maint.mk (_dot_escaped_srcdir): Define.
29907         (VC_LIST): Use it in LHS of sed substitution.
29908
29909 2010-01-21  Jiri Denemark  <jdenemar@redhat.com>
29910
29911         maint.mk: fix VC_LIST_EXCEPT for srcdir != builddir
29912         * top/maint.mk (VC_LIST_EXCEPT): Preprocess the output of
29913         $(VC_LIST) to remove a prefix of '$(srcdir)/', so that it works
29914         from a non-srcdir build.
29915
29916 2010-01-20  Eric Blake  <ebb9@byu.net>
29917
29918         warn-on-use: use instead of link-warning
29919         * modules/stdio (Depends-on, Makefile.am): Drop link-warning.
29920         * modules/unistd (Depends-on, Makefile.am): Likewise.
29921         * modules/arpa_inet (Depends-on): Replace link-warning with
29922         warn-on-use.
29923         (Makefile.am): Update rules accordingly.
29924         * modules/ctype (Depends-on, Makefile.am): Likewise.
29925         * modules/dirent (Depends-on, Makefile.am): Likewise.
29926         * modules/fcntl-h (Depends-on, Makefile.am): Likewise.
29927         * modules/inttypes (Depends-on, Makefile.am): Likewise.
29928         * modules/langinfo (Depends-on, Makefile.am): Likewise.
29929         * modules/locale (Depends-on, Makefile.am): Likewise.
29930         * modules/math (Depends-on, Makefile.am): Likewise.
29931         * modules/search (Depends-on, Makefile.am): Likewise.
29932         * modules/signal (Depends-on, Makefile.am): Likewise.
29933         * modules/spawn (Depends-on, Makefile.am): Likewise.
29934         * modules/stdlib (Depends-on, Makefile.am): Likewise.
29935         * modules/string (Depends-on, Makefile.am): Likewise.
29936         * modules/strings (Depends-on, Makefile.am): Likewise.
29937         * modules/sys_file (Depends-on, Makefile.am): Likewise.
29938         * modules/sys_ioctl (Depends-on, Makefile.am): Likewise.
29939         * modules/sys_select (Depends-on, Makefile.am): Likewise.
29940         * modules/sys_socket (Depends-on, Makefile.am): Likewise.
29941         * modules/sys_stat (Depends-on, Makefile.am): Likewise.
29942         * modules/sys_times (Depends-on, Makefile.am): Likewise.
29943         * modules/sys_utsname (Depends-on, Makefile.am): Likewise.
29944         * modules/wchar (Depends-on, Makefile.am): Likewise.
29945         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Check which functions
29946         should be poisoned.
29947         * m4/ctype.m4 (gl_CTYPE_H): Likewise.
29948         * m4/dirent_h.m4 (gl_DIRENT_H): Likewise.
29949         * m4/fcntl_h.m4 (gl_FCNTL_H): Likewise.
29950         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
29951         * m4/langinfo_h.m4 (gl_LANGINFO_H): Likewise.
29952         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
29953         * m4/math_h.m4 (gl_MATH_H): Likewise.
29954         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
29955         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
29956         * m4/spawn_h.m4 (gl_SPAWN_H): Likewise.
29957         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
29958         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
29959         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
29960         * m4/strings_h.m4 (gl_HEADER_STRINGS_H_BODY): Likewise.
29961         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_H_DEFAULTS): Likewise.
29962         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Likewise.
29963         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
29964         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
29965         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
29966         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Likewise.
29967         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H): Likewise.
29968         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
29969         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
29970         * lib/arpa_inet.in.h: Use _GL_WARN_ON_USE instead of
29971         GL_LINK_WARNING.
29972         * lib/ctype.in.h: Likewise.
29973         * lib/dirent.in.h: Likewise.
29974         * lib/fcntl.in.h: Likewise.
29975         * lib/inttypes.in.h: Likewise.
29976         * lib/langinfo.in.h: Likewise.
29977         * lib/locale.in.h: Likewise.
29978         * lib/math.in.h: Likewise.
29979         * lib/search.in.h: Likewise.
29980         * lib/signal.in.h: Likewise.
29981         * lib/spawn.in.h: Likewise.
29982         * lib/stdio.in.h: Likewise.
29983         * lib/stdlib.in.h: Likewise.
29984         * lib/string.in.h: Likewise.
29985         * lib/strings.in.h: Likewise.
29986         * lib/sys_file.in.h: Likewise.
29987         * lib/sys_ioctl.in.h: Likewise.
29988         * lib/sys_select.in.h: Likewise.
29989         * lib/sys_socket.in.h: Likewise.
29990         * lib/sys_stat.in.h: Likewise.
29991         * lib/sys_times.in.h: Likewise.
29992         * lib/sys_utsname.in.h: Likewise.
29993         * lib/unistd.in.h: Likewise.
29994         * lib/wchar.in.h: Likewise.
29995
29996 2010-01-20  Bruno Haible  <bruno@clisp.org>
29997
29998         Avoid duplicate -lm.
29999         * m4/isnan.m4 (gl_ISNAN): Avoid duplicate -lm in $ISNAN_LIBM.
30000         * m4/round.m4 (gl_FUNC_ROUND): Avoid duplicate -lm in $ROUND_LIBM.
30001         * m4/roundf.m4 (gl_FUNC_ROUNDF): Avoid duplicate -lm in $ROUNDF_LIBM.
30002         * m4/roundl.m4 (gl_FUNC_ROUNDL): Avoid duplicate -lm in $ROUNDL_LIBM.
30003         * m4/acosl.m4 (gl_FUNC_ACOSL): Avoid duplicate -lm in $ACOSL_LIBM.
30004         * m4/cosl.m4 (gl_FUNC_COSL): Avoid duplicate -lm in $COSL_LIBM.
30005         * m4/logl.m4 (gl_FUNC_LOGL): Avoid duplicate -lm in $LOGL_LIBM.
30006         * m4/sinl.m4 (gl_FUNC_SINL): Avoid duplicate -lm in $SINL_LIBM.
30007         * m4/sqrtl.m4 (gl_FUNC_SQRTL): Avoid duplicate -lm in $SQRTL_LIBM.
30008         * m4/tanl.m4 (gl_FUNC_TANL): Avoid duplicate -lm in $TANL_LIBM.
30009         * m4/asinl.m4 (gl_FUNC_ASINL): Same change, for consistency.
30010         * m4/atanl.m4 (gl_FUNC_ATANL): Likewise.
30011         Reported by Paolo Bonzini.
30012
30013 2010-01-19  Bruno Haible  <bruno@clisp.org>
30014
30015         langinfo, nl_langinfo: Relicense under LGPLv2+.
30016         * modules/langinfo (License): Change to LGPLv2+.
30017         * modules/nl_langinfo (License): Likewise.
30018         Patch by David Lutterkort <lutter@redhat.com>.
30019
30020 2010-01-19  Bruno Haible  <bruno@clisp.org>
30021
30022         Avoid compilation error with cc on OSF/1 5.1.
30023         * lib/fcntl.in.h: Include <unistd.h> after the #include_next <fcntl.h>
30024         statement, not before.
30025         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
30026
30027 2010-01-18  Bruno Haible  <bruno@clisp.org>
30028
30029         Avoid a link error due to the __printf__ symbol.
30030         * lib/stdio.in.h (__attribute__): Define to empty also for gcc 2.5.x
30031         and 2.6.x.
30032         (__format__, __printf__): Remove definitions.
30033         * lib/argp-fmtstream.h: Likewise.
30034         * lib/argp.h: Likewise.
30035         * lib/error.h: Likewise.
30036         * lib/vasnprintf.h: Likewise.
30037         * lib/xprintf.h: Likewise.
30038         * lib/xvasprintf.h: Likewise.
30039         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
30040
30041 2010-01-18  Bruno Haible  <bruno@clisp.org>
30042
30043         Tests for module 'tanl'.
30044         * modules/tanl-tests: New file.
30045         * tests/test-tanl.c: New file.
30046
30047         Tests for module 'sqrtl'.
30048         * modules/sqrtl-tests: New file.
30049         * tests/test-sqrtl.c: New file.
30050
30051         Tests for module 'sinl'.
30052         * modules/sinl-tests: New file.
30053         * tests/test-sinl.c: New file.
30054
30055         Tests for module 'logl'.
30056         * modules/logl-tests: New file.
30057         * tests/test-logl.c: New file.
30058
30059         Tests for module 'expl'.
30060         * modules/expl-tests: New file.
30061         * tests/test-expl.c: New file.
30062
30063         Tests for module 'cosl'.
30064         * modules/cosl-tests: New file.
30065         * tests/test-cosl.c: New file.
30066
30067         Tests for module 'atanl'.
30068         * modules/atanl-tests: New file.
30069         * tests/test-atanl.c: New file.
30070
30071         Tests for module 'asinl'.
30072         * modules/asinl-tests: New file.
30073         * tests/test-asinl.c: New file.
30074
30075         Tests for module 'acosl'.
30076         * modules/acosl-tests: New file.
30077         * tests/test-acosl.c: New file.
30078
30079         New modules acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl, tanl.
30080         * lib/math.in.h (acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl,
30081         tanl): Use the standard gnulib idiom.
30082         * lib/cosl.c: Don't include trigl.c and sincosl.c.
30083         * lib/sinl.c: Likewise.
30084         * lib/tanl.c: Don't include trigl.c.
30085         (kernel_tanl): Make static.
30086         * lib/sincosl.c: Include trigl.h first.
30087         * lib/trigl.c: Likewise.
30088         * m4/acosl.m4: New file.
30089         * m4/asinl.m4: New file.
30090         * m4/atanl.m4: New file.
30091         * m4/cosl.m4: New file.
30092         * m4/expl.m4: New file.
30093         * m4/logl.m4: New file.
30094         * m4/sinl.m4: New file.
30095         * m4/sqrtl.m4: New file.
30096         * m4/tanl.m4: New file.
30097         * m4/mathl.m4: Remove file.
30098         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_* and HAVE_*
30099         variables for acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl, tanl.
30100         Don't initialize GNULIB_MATHL.
30101         * modules/acosl: New file.
30102         * modules/asinl: New file.
30103         * modules/atanl: New file.
30104         * modules/cosl: New file.
30105         * modules/expl: New file.
30106         * modules/logl: New file.
30107         * modules/sinl: New file.
30108         * modules/sqrtl: New file.
30109         * modules/tanl: New file.
30110         * modules/math (Makefile.am): Substitute GNULIB_* and HAVE_* variables
30111         for acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl, tanl. Don't
30112         substitute GNULIB_MATHL.
30113         * modules/mathl: Rewritten.
30114         * doc/posix-functions/acosl.texi: Mention the 'acosl' module.
30115         * doc/posix-functions/asinl.texi: Mention the 'asinl' module.
30116         * doc/posix-functions/atanl.texi: Mention the 'atanl' module.
30117         * doc/posix-functions/cosl.texi: Mention the 'cosl' module.
30118         * doc/posix-functions/expl.texi: Mention the 'expl' module.
30119         * doc/posix-functions/logl.texi: Mention the 'logl' module.
30120         * doc/posix-functions/sinl.texi: Mention the 'sinl' module.
30121         * doc/posix-functions/sqrtl.texi: Mention the 'sqrtl' module.
30122         * doc/posix-functions/tanl.texi: Mention the 'tanl' module.
30123
30124 2010-01-18  Bruno Haible  <bruno@clisp.org>
30125
30126         sqrt: Make gl_FUNC_SQRT requirable.
30127         * m4/sqrt.m4: New file.
30128         * modules/sqrt (Files): Add it.
30129         (configure.ac): Invoke gl_FUNC_SQRT.
30130
30131 2010-01-18  Bruno Haible  <bruno@clisp.org>
30132
30133         New modules for common <math.h> functions.
30134         * m4/mathfunc.m4: New file.
30135         * modules/acos: New file.
30136         * modules/asin: New file.
30137         * modules/atan: New file.
30138         * modules/atan2: New file.
30139         * modules/cbrt: New file.
30140         * modules/copysign: New file.
30141         * modules/cos: New file.
30142         * modules/cosh: New file.
30143         * modules/erf: New file.
30144         * modules/erfc: New file.
30145         * modules/exp: New file.
30146         * modules/fabs: New file.
30147         * modules/fmod: New file.
30148         * modules/hypot: New file.
30149         * modules/j0: New file.
30150         * modules/j1: New file.
30151         * modules/jn: New file.
30152         * modules/ldexp: New file.
30153         * modules/lgamma: New file.
30154         * modules/log: New file.
30155         * modules/log10: New file.
30156         * modules/log1p: New file.
30157         * modules/logb: New file.
30158         * modules/modf: New file.
30159         * modules/nextafter: New file.
30160         * modules/pow: New file.
30161         * modules/remainder: New file.
30162         * modules/rint: New file.
30163         * modules/sin: New file.
30164         * modules/sinh: New file.
30165         * modules/sqrt: New file.
30166         * modules/tan: New file.
30167         * modules/tanh: New file.
30168         * modules/y0: New file.
30169         * modules/y1: New file.
30170         * modules/yn: New file.
30171         * doc/posix-functions/acos.texi: Mention the 'acos' module.
30172         * doc/posix-functions/asin.texi: Mention the 'asin' module.
30173         * doc/posix-functions/atan.texi: Mention the 'atan' module.
30174         * doc/posix-functions/atan2.texi: Mention the 'atan2' module.
30175         * doc/posix-functions/cbrt.texi: Mention the 'cbrt' module.
30176         * doc/posix-functions/copysign.texi: Mention the 'copysign' module.
30177         * doc/posix-functions/cos.texi: Mention the 'cos' module.
30178         * doc/posix-functions/cosh.texi: Mention the 'cosh' module.
30179         * doc/posix-functions/erf.texi: Mention the 'erf' module.
30180         * doc/posix-functions/erfc.texi: Mention the 'erfc' module.
30181         * doc/posix-functions/exp.texi: Mention the 'exp' module.
30182         * doc/posix-functions/fabs.texi: Mention the 'fabs' module.
30183         * doc/posix-functions/fmod.texi: Mention the 'fmod' module.
30184         * doc/posix-functions/hypot.texi: Mention the 'hypot' module.
30185         * doc/posix-functions/j0.texi: Mention the 'j0' module.
30186         * doc/posix-functions/j1.texi: Mention the 'j1' module.
30187         * doc/posix-functions/jn.texi: Mention the 'jn' module.
30188         * doc/posix-functions/ldexp.texi: Mention the 'ldexp' module.
30189         * doc/posix-functions/lgamma.texi: Mention the 'lgamma' module.
30190         * doc/posix-functions/log.texi: Mention the 'log' module.
30191         * doc/posix-functions/log10.texi: Mention the 'log10' module.
30192         * doc/posix-functions/log1p.texi: Mention the 'log1p' module.
30193         * doc/posix-functions/logb.texi: Mention the 'logb' module.
30194         * doc/posix-functions/modf.texi: Mention the 'modf' module.
30195         * doc/posix-functions/nextafter.texi: Mention the 'nextafter' module.
30196         * doc/posix-functions/pow.texi: Mention the 'pow' module.
30197         * doc/posix-functions/remainder.texi: Mention the 'remainder' module.
30198         * doc/posix-functions/rint.texi: Mention the 'rint' module.
30199         * doc/posix-functions/sin.texi: Mention the 'sin' module.
30200         * doc/posix-functions/sinh.texi: Mention the 'sinh' module.
30201         * doc/posix-functions/sqrt.texi: Mention the 'sqrt' module.
30202         * doc/posix-functions/tan.texi: Mention the 'tan' module.
30203         * doc/posix-functions/tanh.texi: Mention the 'tanh' module.
30204         * doc/posix-functions/y0.texi: Mention the 'y0' module.
30205         * doc/posix-functions/y1.texi: Mention the 'y1' module.
30206         * doc/posix-functions/yn.texi: Mention the 'yn' module.
30207
30208 2010-01-18  Jim Meyering  <meyering@redhat.com>
30209
30210         ignore-value: relax license to LGPLv2+
30211         * modules/ignore-value (License): Relax to LGPLv2+.
30212
30213         getdate: don't leak when TZ contains two or more '"'s
30214         * lib/getdate.y (get_date): Don't leak a copy of TZ for each
30215         double quote in TZ after the first one.
30216
30217         readtokens: do not leak internal token_lengths buffer
30218         * lib/readtokens.c (readtokens): Free the local, lengths,
30219         when the supplied "token_lengths" parameter is NULL.
30220
30221 2010-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30222
30223         Fix a couple of missing LIBTHREAD link failures on AIX.
30224         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add
30225         $(LIBTHREAD).
30226         * modules/strsignal-tests (test_strsignal_LDADD): Likewise.
30227
30228         Link test-poll against INET_PTON_LIB.
30229         * modules/poll-tests (test_poll_LDADD): Add $(INET_PTON_LIB),
30230         for inet_pton on Solaris 10.
30231
30232 2010-01-17  Bruno Haible  <bruno@clisp.org>
30233
30234         unistdio/*-sprintf: Fix typo in module description.
30235         * modules/unistdio/u8-sprintf (Depends-on): Fix typo.
30236         * modules/unistdio/u8-u8-sprintf (Depends-on): Likewise.
30237         * modules/unistdio/u16-sprintf (Depends-on): Likewise.
30238         * modules/unistdio/u16-u16-sprintf (Depends-on): Likewise.
30239         * modules/unistdio/u32-sprintf (Depends-on): Likewise.
30240         * modules/unistdio/u32-u32-sprintf (Depends-on): Likewise.
30241         * modules/unistdio/ulc-sprintf (Depends-on): Likewise.
30242         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
30243
30244 2010-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30245
30246         gnulib-tool: fix filelist for AIX, HP-UX ksh.
30247         * gnulib-tool (func_filter_filelist): Do not quote possibly-empty
30248         variables in shell case patterns, for AIX and HP-UX ksh.
30249
30250         Split large sed scripts, for HP-UX sed.
30251         * modules/stdio: Split sed scripts around 50 sed commands,
30252         to avoid HP-UX limit of 99 commands, in the near future.
30253         * modules/string: Likewise.
30254         * modules/unistd: Likewise.
30255
30256         gnulib-tool: avoid writing in the current directory.
30257         * gnulib-tool (func_emit_lib_Makefile_am)
30258         (func_emit_tests_Makefile_am): Put temporary files in $tmp,
30259         not in the current directory, so concurrent gnulib-tool
30260         instances do not interfere.
30261
30262 2010-01-16  Jim Meyering  <meyering@redhat.com>
30263
30264         doc: update users.txt
30265         * users.txt: Add grep.
30266         (diffutils, gzip): Update URLs.
30267
30268 2010-01-12  Bruno Haible  <bruno@clisp.org>
30269
30270         posix_spawn: Avoid test failure on Cygwin.
30271         * tests/test-posix_spawn3.c (DATA_FILENAME) [CYGWIN]: Use less risky
30272         characters.
30273         Reported by Simon Josefsson.
30274
30275 2010-01-12  Bruno Haible  <bruno@clisp.org>
30276
30277         * tests/test-cond.c (main): When skipping the test, show the reason.
30278
30279 2010-01-12  Simon Josefsson  <simon@josefsson.org>
30280
30281         * lib/striconv.c (str_cd_iconv): Avoid if before free.
30282
30283 2010-01-12  Simon Josefsson  <simon@josefsson.org>
30284
30285         * top/maint.mk (VC_LIST_EXCEPT): Filter list through
30286         VC_LIST_ALWAYS_EXCLUDE_REGEX.
30287
30288 2010-01-12  Eric Blake  <ebb9@byu.net>
30289
30290         build: guarantee AS_VAR_IF
30291         * m4/warnings.m4 (gl_WARN_ADD): Use autoconf name.
30292         (gl_AS_VAR_IF): Move...
30293         * m4/gnulib-common.m4 (AS_VAR_IF): ...here.
30294         Reported by Simon Josefsson.
30295
30296 2010-01-12  Simon Josefsson  <simon@josefsson.org>
30297
30298         * lib/stdio.in.h: Fix typo.
30299
30300 2010-01-12  Simon Josefsson  <simon@josefsson.org>
30301
30302         * m4/gc.m4: Check if linking to libgcrypt also needs linking to
30303         libgpg-error.
30304
30305 2010-01-12  Simon Josefsson  <simon@josefsson.org>
30306
30307         * tests/test-xalloc-die.sh: Use $EXEEXT.
30308
30309 2010-01-12  Simon Josefsson  <simon@josefsson.org>
30310             Bruno Haible  <bruno@clisp.org>
30311
30312         getlogin, getlogin_r: Avoid test failure.
30313         * tests/test-getlogin.c: Include <stdio.h>.
30314         (main): Skip the test when the function fails because stdin is not a
30315         tty.
30316         * tests/test-getlogin_r.c: Include <stdio.h>.
30317         (main): Skip the test when the function fails because stdin is not a
30318         tty.
30319
30320 2010-01-11  Eric Blake  <ebb9@byu.net>
30321
30322         tests: avoid more large file warnings
30323         * tests/test-fflush.c: Avoid warning about ftell use.
30324         * tests/test-fseek.c: Avoid warning about fseek use.
30325
30326 2010-01-10  Bruno Haible  <bruno@clisp.org>
30327
30328         nproc: Work better on Linux when /proc and /sys are not mounted.
30329         * lib/nproc.c (num_processors): Use num_processors_via_affinity_mask ()
30330         as lower bound when, on glibc/Linux systems,
30331         sysconf (_SC_NPROCESSORS_CONF) returns 1.
30332         Suggested by Pádraig Brady <P@draigbrady.com>.
30333         Reported by Dmitry V. Levin <ldv@altlinux.org>.
30334
30335         nproc: Refactor.
30336         * lib/nproc.c (num_processors_via_affinity_mask): New function,
30337         extracted from num_processors.
30338         (num_processors): Call it.
30339
30340 2010-01-11  Jim Meyering  <meyering@redhat.com>
30341
30342         utimecmp: avoid new warning from upcoming gcc-4.5.0
30343         * lib/utimecmp.c (BILLION): Define using #define rather than an
30344         anonymous enum, to placate upcoming gcc-4.5.0's -Wenum-compare.
30345
30346 2010-01-11  Eric Blake  <ebb9@byu.net>
30347
30348         math: add portability warnings for classification macros
30349         * modules/math (Depends-on): Add warn-on-use.
30350         (Makefile.am): Provide new substitutions.
30351         * m4/math_h.m4 (gl_MATH_H): Require inline.
30352         * lib/math.in.h (_GL_WARN_REAL_FLOATING_DECL)
30353         (_GL_WARN_REAL_FLOATING_IMPL): New helper macros.
30354         (isfinite, isinf, isnan, signbit) [GNULIB_POSIXCHECK]: Use them to
30355         implement warnings.
30356
30357         unistd: warn on use of environ without module
30358         * modules/unistd (Depends-on): Add warn-on-use.
30359         (Makefile.am): Provide new substitutions.
30360         * m4/unistd_h.m4 (gl_UNISTD_H): Check for inline and environ.
30361         * lib/unistd.in.h (environ): Wrap with a warning helper function.
30362
30363         stdio: warn on suspicious uses
30364         * modules/stdio (Depends-on): Add warn-on-use.
30365         (Makefile.am): Provide new substitutions.
30366         * m4/stdio_h.m4 (gl_STDIO_H): Check for inline, ftello, and
30367         fseeko.
30368         * lib/stdio.in.h (gets): Always warn on use.
30369         (fseek, ftell): Adjust when warnings are issued, and honor
30370         _GL_NO_LARGE_FILES as a way to silence the warning.
30371         * tests/test-fpurge.c [!GNULIB_FSEEK]: Use new means to squelch
30372         any warning about large file offsets.
30373         * tests/test-freadable.c [!GNULIB_FSEEK]: Likewise.
30374         * tests/test-freading.c [!GNULIB_FSEEK]: Likewise.
30375         * tests/test-fseeko.c [!GNULIB_FSEEK]: Likewise.
30376         * tests/test-ftell.c [!GNULIB_FSEEK]: Likewise.
30377         * tests/test-ftello.c [!GNULIB_FSEEK]: Likewise.
30378         * tests/test-fwritable.c [!GNULIB_FSEEK]: Likewise.
30379         * tests/test-fwriting.c [!GNULIB_FSEEK]: Likewise.
30380         * tests/test-getopt.c [!GNULIB_FTELL]: Likewise.
30381
30382         warn-on-use: new module
30383         * modules/warn-on-use: New file.
30384         * build-aux/warn-on-use.h: Likewise.
30385         * m4/warn-on-use.m4: Likewise.
30386         * MODULES.html.sh (Support for building): Mention it.
30387
30388 2010-01-10  Bruno Haible  <bruno@clisp.org>
30389
30390         Tests for module 'unistr/u32-strdup'.
30391         * modules/unistr/u32-strdup-tests: New file.
30392         * tests/unistr/test-u32-strdup.c: New file.
30393
30394         Tests for module 'unistr/u16-strdup'.
30395         * modules/unistr/u16-strdup-tests: New file.
30396         * tests/unistr/test-u16-strdup.c: New file.
30397
30398         Tests for module 'unistr/u8-strdup'.
30399         * modules/unistr/u8-strdup-tests: New file.
30400         * tests/unistr/test-u8-strdup.c: New file.
30401         * tests/unistr/test-strdup.h: New file.
30402
30403         Tests for module 'unistr/u32-strncmp'.
30404         * modules/unistr/u32-strncmp-tests: New file.
30405         * tests/unistr/test-u32-strncmp.c: New file.
30406
30407         Tests for module 'unistr/u16-strncmp'.
30408         * modules/unistr/u16-strncmp-tests: New file.
30409         * tests/unistr/test-u16-strncmp.c: New file.
30410
30411         Tests for module 'unistr/u8-strncmp'.
30412         * modules/unistr/u8-strncmp-tests: New file.
30413         * tests/unistr/test-u8-strncmp.c: New file.
30414         * tests/unistr/test-strncmp.h: New file.
30415
30416         Tests for module 'unistr/u32-strcoll'.
30417         * modules/unistr/u32-strcoll-tests: New file.
30418         * tests/unistr/test-u32-strcoll.c: New file.
30419
30420         Tests for module 'unistr/u16-strcoll'.
30421         * modules/unistr/u16-strcoll-tests: New file.
30422         * tests/unistr/test-u16-strcoll.c: New file.
30423
30424         Tests for module 'unistr/u8-strcoll'.
30425         * modules/unistr/u8-strcoll-tests: New file.
30426         * tests/unistr/test-u8-strcoll.c: New file.
30427
30428         Tests for module 'unistr/u32-strcmp'.
30429         * modules/unistr/u32-strcmp-tests: New file.
30430         * tests/unistr/test-u32-strcmp.c: New file.
30431         * tests/unistr/test-u32-strcmp.h: New file.
30432
30433         Tests for module 'unistr/u16-strcmp'.
30434         * modules/unistr/u16-strcmp-tests: New file.
30435         * tests/unistr/test-u16-strcmp.c: New file.
30436         * tests/unistr/test-u16-strcmp.h: New file.
30437
30438         Tests for module 'unistr/u8-strcmp'.
30439         * modules/unistr/u8-strcmp-tests: New file.
30440         * tests/unistr/test-u8-strcmp.c: New file.
30441         * tests/unistr/test-u8-strcmp.h: New file.
30442         * tests/unistr/test-strcmp.h: New file.
30443
30444         Tests for module 'unistr/u32-strncat'.
30445         * modules/unistr/u32-strncat-tests: New file.
30446         * tests/unistr/test-u32-strncat.c: New file.
30447
30448         Tests for module 'unistr/u16-strncat'.
30449         * modules/unistr/u16-strncat-tests: New file.
30450         * tests/unistr/test-u16-strncat.c: New file.
30451
30452         Tests for module 'unistr/u8-strncat'.
30453         * modules/unistr/u8-strncat-tests: New file.
30454         * tests/unistr/test-u8-strncat.c: New file.
30455         * tests/unistr/test-strncat.h: New file.
30456
30457         Tests for module 'unistr/u32-strcat'.
30458         * modules/unistr/u32-strcat-tests: New file.
30459         * tests/unistr/test-u32-strcat.c: New file.
30460
30461         Tests for module 'unistr/u16-strcat'.
30462         * modules/unistr/u16-strcat-tests: New file.
30463         * tests/unistr/test-u16-strcat.c: New file.
30464
30465         Tests for module 'unistr/u8-strcat'.
30466         * modules/unistr/u8-strcat-tests: New file.
30467         * tests/unistr/test-u8-strcat.c: New file.
30468         * tests/unistr/test-strcat.h: New file.
30469
30470         Tests for module 'unistr/u32-stpncpy'.
30471         * modules/unistr/u32-stpncpy-tests: New file.
30472         * tests/unistr/test-u32-stpncpy.c: New file.
30473
30474         Tests for module 'unistr/u16-stpncpy'.
30475         * modules/unistr/u16-stpncpy-tests: New file.
30476         * tests/unistr/test-u16-stpncpy.c: New file.
30477
30478         Tests for module 'unistr/u8-stpncpy'.
30479         * modules/unistr/u8-stpncpy-tests: New file.
30480         * tests/unistr/test-u8-stpncpy.c: New file.
30481         * tests/unistr/test-stpncpy.h: New file.
30482
30483         Tests for module 'unistr/u32-strncpy'.
30484         * modules/unistr/u32-strncpy-tests: New file.
30485         * tests/unistr/test-u32-strncpy.c: New file.
30486
30487         Tests for module 'unistr/u16-strncpy'.
30488         * modules/unistr/u16-strncpy-tests: New file.
30489         * tests/unistr/test-u16-strncpy.c: New file.
30490
30491         Tests for module 'unistr/u8-strncpy'.
30492         * modules/unistr/u8-strncpy-tests: New file.
30493         * tests/unistr/test-u8-strncpy.c: New file.
30494         * tests/unistr/test-strncpy.h: New file.
30495
30496         Tests for module 'unistr/u32-stpcpy'.
30497         * modules/unistr/u32-stpcpy-tests: New file.
30498         * tests/unistr/test-u32-stpcpy.c: New file.
30499
30500         Tests for module 'unistr/u16-stpcpy'.
30501         * modules/unistr/u16-stpcpy-tests: New file.
30502         * tests/unistr/test-u16-stpcpy.c: New file.
30503
30504         Tests for module 'unistr/u8-stpcpy'.
30505         * modules/unistr/u8-stpcpy-tests: New file.
30506         * tests/unistr/test-u8-stpcpy.c: New file.
30507         * tests/unistr/test-stpcpy.h: New file.
30508
30509         Tests for module 'unistr/u32-strcpy'.
30510         * modules/unistr/u32-strcpy-tests: New file.
30511         * tests/unistr/test-u32-strcpy.c: New file.
30512
30513         Tests for module 'unistr/u16-strcpy'.
30514         * modules/unistr/u16-strcpy-tests: New file.
30515         * tests/unistr/test-u16-strcpy.c: New file.
30516
30517         Tests for module 'unistr/u8-strcpy'.
30518         * modules/unistr/u8-strcpy-tests: New file.
30519         * tests/unistr/test-u8-strcpy.c: New file.
30520         * tests/unistr/test-strcpy.h: New file.
30521
30522         Tests for module 'unistr/u32-strnlen'.
30523         * modules/unistr/u32-strnlen-tests: New file.
30524         * tests/unistr/test-u32-strnlen.c: New file.
30525
30526         Tests for module 'unistr/u16-strnlen'.
30527         * modules/unistr/u16-strnlen-tests: New file.
30528         * tests/unistr/test-u16-strnlen.c: New file.
30529
30530         Tests for module 'unistr/u8-strnlen'.
30531         * modules/unistr/u8-strnlen-tests: New file.
30532         * tests/unistr/test-u8-strnlen.c: New file.
30533         * tests/unistr/test-strnlen.h: New file.
30534
30535         Tests for module 'unistr/u32-strlen'.
30536         * modules/unistr/u32-strlen-tests: New file.
30537         * tests/unistr/test-u32-strlen.c: New file.
30538
30539         Tests for module 'unistr/u16-strlen'.
30540         * modules/unistr/u16-strlen-tests: New file.
30541         * tests/unistr/test-u16-strlen.c: New file.
30542
30543         Tests for module 'unistr/u8-strlen'.
30544         * modules/unistr/u8-strlen-tests: New file.
30545         * tests/unistr/test-u8-strlen.c: New file.
30546
30547         Tests for module 'unistr/u32-prev'.
30548         * modules/unistr/u32-prev-tests: New file.
30549         * tests/unistr/test-u32-prev.c: New file.
30550
30551         Tests for module 'unistr/u16-prev'.
30552         * modules/unistr/u16-prev-tests: New file.
30553         * tests/unistr/test-u16-prev.c: New file.
30554
30555         Tests for module 'unistr/u8-prev'.
30556         * modules/unistr/u8-prev-tests: New file.
30557         * tests/unistr/test-u8-prev.c: New file.
30558
30559         Tests for module 'unistr/u32-next'.
30560         * modules/unistr/u32-next-tests: New file.
30561         * tests/unistr/test-u32-next.c: New file.
30562
30563         Tests for module 'unistr/u16-next'.
30564         * modules/unistr/u16-next-tests: New file.
30565         * tests/unistr/test-u16-next.c: New file.
30566
30567         Tests for module 'unistr/u8-next'.
30568         * modules/unistr/u8-next-tests: New file.
30569         * tests/unistr/test-u8-next.c: New file.
30570
30571         Tests for module 'unistr/u32-strmbtouc'.
30572         * modules/unistr/u32-strmbtouc-tests: New file.
30573         * tests/unistr/test-u32-strmbtouc.c: New file.
30574
30575         Tests for module 'unistr/u16-strmbtouc'.
30576         * modules/unistr/u16-strmbtouc-tests: New file.
30577         * tests/unistr/test-u16-strmbtouc.c: New file.
30578
30579         Tests for module 'unistr/u8-strmbtouc'.
30580         * modules/unistr/u8-strmbtouc-tests: New file.
30581         * tests/unistr/test-u8-strmbtouc.c: New file.
30582
30583         Tests for module 'unistr/u32-strmblen'.
30584         * modules/unistr/u32-strmblen-tests: New file.
30585         * tests/unistr/test-u32-strmblen.c: New file.
30586
30587         Tests for module 'unistr/u16-strmblen'.
30588         * modules/unistr/u16-strmblen-tests: New file.
30589         * tests/unistr/test-u16-strmblen.c: New file.
30590
30591         Tests for module 'unistr/u8-strmblen'.
30592         * modules/unistr/u8-strmblen-tests: New file.
30593         * tests/unistr/test-u8-strmblen.c: New file.
30594
30595         Tests for module 'unistr/u32-cpy-alloc'.
30596         * modules/unistr/u32-cpy-alloc-tests: New file.
30597         * tests/unistr/test-u32-cpy-alloc.c: New file.
30598
30599         Tests for module 'unistr/u16-cpy-alloc'.
30600         * modules/unistr/u16-cpy-alloc-tests: New file.
30601         * tests/unistr/test-u16-cpy-alloc.c: New file.
30602
30603         Tests for module 'unistr/u8-cpy-alloc'.
30604         * modules/unistr/u8-cpy-alloc-tests: New file.
30605         * tests/unistr/test-u8-cpy-alloc.c: New file.
30606         * tests/unistr/test-cpy-alloc.h: New file.
30607
30608         Tests for module 'unistr/u32-mbsnlen'.
30609         * modules/unistr/u32-mbsnlen-tests: New file.
30610         * tests/unistr/test-u32-mbsnlen.c: New file.
30611
30612         Tests for module 'unistr/u16-mbsnlen'.
30613         * modules/unistr/u16-mbsnlen-tests: New file.
30614         * tests/unistr/test-u16-mbsnlen.c: New file.
30615
30616         Tests for module 'unistr/u8-mbsnlen'.
30617         * modules/unistr/u8-mbsnlen-tests: New file.
30618         * tests/unistr/test-u8-mbsnlen.c: New file.
30619
30620         Tests for module 'unistr/u32-chr'.
30621         * modules/unistr/u32-chr-tests: New file.
30622         * tests/unistr/test-u32-chr.c: New file.
30623
30624         Tests for module 'unistr/u16-chr'.
30625         * modules/unistr/u16-chr-tests: New file.
30626         * tests/unistr/test-u16-chr.c: New file.
30627
30628         Tests for module 'unistr/u8-chr'.
30629         * modules/unistr/u8-chr-tests: New file.
30630         * tests/unistr/test-u8-chr.c: New file.
30631         * tests/unistr/test-chr.h: New file, based on tests/test-memchr.c.
30632
30633         Tests for module 'unistr/u32-cmp2'.
30634         * modules/unistr/u32-cmp2-tests: New file.
30635         * tests/unistr/test-u32-cmp2.c: New file.
30636
30637         Tests for module 'unistr/u16-cmp2'.
30638         * modules/unistr/u16-cmp2-tests: New file.
30639         * tests/unistr/test-u16-cmp2.c: New file.
30640
30641         Tests for module 'unistr/u8-cmp2'.
30642         * modules/unistr/u8-cmp2-tests: New file.
30643         * tests/unistr/test-u8-cmp2.c: New file.
30644         * tests/unistr/test-cmp2.h: New file, based on tests/unistr/test-cmp.h.
30645
30646         Tests for module 'unistr/u32-cmp'.
30647         * modules/unistr/u32-cmp-tests: New file.
30648         * tests/unistr/test-u32-cmp.c: New file.
30649
30650         Tests for module 'unistr/u16-cmp'.
30651         * modules/unistr/u16-cmp-tests: New file.
30652         * tests/unistr/test-u16-cmp.c: New file.
30653
30654         Tests for module 'unistr/u8-cmp'.
30655         * modules/unistr/u8-cmp-tests: New file.
30656         * tests/unistr/test-u8-cmp.c: New file.
30657         * tests/unistr/test-cmp.h: New file, based on tests/test-memcmp.c.
30658
30659         Tests for module 'unistr/u32-set'.
30660         * modules/unistr/u32-set-tests: New file.
30661         * tests/unistr/test-u32-set.c: New file.
30662
30663         Tests for module 'unistr/u16-set'.
30664         * modules/unistr/u16-set-tests: New file.
30665         * tests/unistr/test-u16-set.c: New file.
30666
30667         Tests for module 'unistr/u8-set'.
30668         * modules/unistr/u8-set-tests: New file.
30669         * tests/unistr/test-u8-set.c: New file.
30670         * tests/unistr/test-set.h: New file.
30671
30672         Tests for module 'unistr/u32-move'.
30673         * modules/unistr/u32-move-tests: New file.
30674         * tests/unistr/test-u32-move.c: New file.
30675
30676         Tests for module 'unistr/u16-move'.
30677         * modules/unistr/u16-move-tests: New file.
30678         * tests/unistr/test-u16-move.c: New file.
30679
30680         Tests for module 'unistr/u8-move'.
30681         * modules/unistr/u8-move-tests: New file.
30682         * tests/unistr/test-u8-move.c: New file.
30683         * tests/unistr/test-move.h: New file.
30684
30685         Tests for module 'unistr/u32-cpy'.
30686         * modules/unistr/u32-cpy-tests: New file.
30687         * tests/unistr/test-u32-cpy.c: New file.
30688
30689         Tests for module 'unistr/u16-cpy'.
30690         * modules/unistr/u16-cpy-tests: New file.
30691         * tests/unistr/test-u16-cpy.c: New file.
30692
30693         Tests for module 'unistr/u8-cpy'.
30694         * modules/unistr/u8-cpy-tests: New file.
30695         * tests/unistr/test-u8-cpy.c: New file.
30696         * tests/unistr/test-cpy.h: New file.
30697
30698 2010-01-09  Bruno Haible  <bruno@clisp.org>
30699
30700         Tests for module 'unistr/u32-uctomb'.
30701         * modules/unistr/u32-uctomb-tests: New file.
30702         * tests/unistr/test-u32-uctomb.c: New file.
30703
30704         Tests for module 'unistr/u16-uctomb'.
30705         * modules/unistr/u16-uctomb-tests: New file.
30706         * tests/unistr/test-u16-uctomb.c: New file.
30707
30708         Tests for module 'unistr/u8-uctomb'.
30709         * modules/unistr/u8-uctomb-tests: New file.
30710         * tests/unistr/test-u8-uctomb.c: New file.
30711
30712         Tests for module 'unistr/u32-mbtoucr'.
30713         * modules/unistr/u32-mbtoucr-tests: New file.
30714         * tests/unistr/test-u32-mbtoucr.c: New file.
30715
30716         Tests for module 'unistr/u16-mbtoucr'.
30717         * modules/unistr/u16-mbtoucr-tests: New file.
30718         * tests/unistr/test-u16-mbtoucr.c: New file.
30719
30720         Tests for module 'unistr/u8-mbtoucr'.
30721         * modules/unistr/u8-mbtoucr-tests: New file.
30722         * tests/unistr/test-u8-mbtoucr.c: New file.
30723
30724         Tests for module 'unistr/u32-mbtouc'.
30725         * modules/unistr/u32-mbtouc-tests: New file.
30726         * tests/unistr/test-u32-mbtouc.c: New file.
30727
30728         Tests for module 'unistr/u16-mbtouc'.
30729         * modules/unistr/u16-mbtouc-tests: New file.
30730         * tests/unistr/test-u16-mbtouc.c: New file.
30731
30732         Tests for module 'unistr/u8-mbtouc'.
30733         * modules/unistr/u8-mbtouc-tests: New file.
30734         * tests/unistr/test-u8-mbtouc.c: New file.
30735
30736         Tests for module 'unistr/u32-mbtouc-unsafe'.
30737         * modules/unistr/u32-mbtouc-unsafe-tests: New file.
30738         * tests/unistr/test-u32-mbtouc-unsafe.c: New file.
30739         * tests/unistr/test-u32-mbtouc.h: New file.
30740
30741         Tests for module 'unistr/u16-mbtouc-unsafe'.
30742         * modules/unistr/u16-mbtouc-unsafe-tests: New file.
30743         * tests/unistr/test-u16-mbtouc-unsafe.c: New file.
30744         * tests/unistr/test-u16-mbtouc.h: New file.
30745
30746         Tests for module 'unistr/u8-mbtouc-unsafe'.
30747         * modules/unistr/u8-mbtouc-unsafe-tests: New file.
30748         * tests/unistr/test-u8-mbtouc-unsafe.c: New file.
30749         * tests/unistr/test-u8-mbtouc.h: New file.
30750
30751         Tests for module 'unistr/u32-mblen'.
30752         * modules/unistr/u32-mblen-tests: New file.
30753         * tests/unistr/test-u32-mblen.c: New file.
30754
30755         Tests for module 'unistr/u16-mblen'.
30756         * modules/unistr/u16-mblen-tests: New file.
30757         * tests/unistr/test-u16-mblen.c: New file.
30758
30759         Tests for module 'unistr/u8-mblen'.
30760         * modules/unistr/u8-mblen-tests: New file.
30761         * tests/unistr/test-u8-mblen.c: New file.
30762
30763         Tests for module 'unistr/u32-to-u16'.
30764         * modules/unistr/u32-to-u16-tests: New file.
30765         * tests/unistr/test-u32-to-u16.c: New file.
30766
30767         Tests for module 'unistr/u32-to-u8'.
30768         * modules/unistr/u32-to-u8-tests: New file.
30769         * tests/unistr/test-u32-to-u8.c: New file.
30770
30771         Tests for module 'unistr/u16-to-u32'.
30772         * modules/unistr/u16-to-u32-tests: New file.
30773         * tests/unistr/test-u16-to-u32.c: New file.
30774
30775         Tests for module 'unistr/u16-to-u8'.
30776         * modules/unistr/u16-to-u8-tests: New file.
30777         * tests/unistr/test-u16-to-u8.c: New file.
30778
30779         Tests for module 'unistr/u8-to-u32'.
30780         * modules/unistr/u8-to-u32-tests: New file.
30781         * tests/unistr/test-u8-to-u32.c: New file.
30782
30783         Tests for module 'unistr/u8-to-u16'.
30784         * modules/unistr/u8-to-u16-tests: New file.
30785         * tests/unistr/test-u8-to-u16.c: New file.
30786
30787         Tests for module 'unistr/u32-check'.
30788         * modules/unistr/u32-check-tests: New file.
30789         * tests/unistr/test-u32-check.c: New file.
30790
30791         Tests for module 'unistr/u16-check'.
30792         * modules/unistr/u16-check-tests: New file.
30793         * tests/unistr/test-u16-check.c: New file.
30794
30795         Tests for module 'unistr/u8-check'.
30796         * modules/unistr/u8-check-tests: New file.
30797         * tests/unistr/test-u8-check.c: New file.
30798
30799         * tests/unictype/test-categ_byname.c: Include <stdbool.h>.
30800         (category_equals): New function.
30801         (main): Add more tests.
30802         * modules/unictype/category-byname-tests (Depends-on): Add stdbool.
30803
30804         * tests/unictype/test-bidi_byname.c (main): Add more tests.
30805
30806 2010-01-10  Bruno Haible  <bruno@clisp.org>
30807
30808         unistr/u*-strcoll: Try harder to distinguish different strings.
30809         * lib/unistr/u-strcoll.h (FUNC): When sl1 and sl2 are the same,
30810         compare s1 and s2 to see if they are different.
30811
30812 2010-01-10  Bruno Haible  <bruno@clisp.org>
30813
30814         unistr/u*-stpncpy: Fix the return value.
30815         * lib/unistr.h (u8_stpncpy, u16_stpncpy, u32_stpncpy): Make the
30816         description of the return value consistent with stpncpy in glibc.
30817         * lib/unistr/u-stpncpy.h (FUNC): Return the pointer past the last
30818         written non-NUL unit.
30819
30820 2010-01-10  Bruno Haible  <bruno@clisp.org>
30821
30822         unistr/u*-next: Add missing dependencies.
30823         * modules/unistr/u8-next (Depends-on): Add unistr/u8-strmbtouc.
30824         * modules/unistr/u16-next (Depends-on): Add unistr/u16-strmbtouc.
30825         * modules/unistr/u32-next (Depends-on): Add unistr/u32-strmbtouc.
30826
30827 2010-01-10  Bruno Haible  <bruno@clisp.org>
30828
30829         unistr/u8-mbsnlen: Fix return value for incomplete character.
30830         * lib/unistr/u8-mbsnlen.c (u8_mbsnlen): Use u8_mbtoucr instead of
30831         u8_mblen.
30832         * modules/unistr/u8-mbsnlen (Depends-on): Add unistr/u8-mbtoucr.
30833         Remove unistr/u8-mblen.
30834         * lib/unistr/u16-mbsnlen.c (u16_mbsnlen): Use u16_mbtoucr instead of
30835         u16_mblen.
30836         * modules/unistr/u16-mbsnlen (Depends-on): Add unistr/u16-mbtoucr.
30837         Remove unistr/u16-mblen.
30838
30839 2010-01-10  Bruno Haible  <bruno@clisp.org>
30840
30841         wchar: Fix compilation error when <wchar.h> is used from coreutils.
30842         * lib/wchar.in.h: Treat __need_wint_t like __need_mbstate_t.
30843         Reported by Brian Gough <bjg@gnu.org> and
30844         Chris Clayton <chris2553@googlemail.com> via
30845         Mike Frysinger <vapier@gentoo.org> and Jim Meyering <jim@meyering.net>.
30846
30847 2010-01-09  Bruno Haible  <bruno@clisp.org>
30848
30849         unistr/u16-to-u32: Reject invalid input.
30850         * lib/unistr/u16-to-u32.c (u16_to_u32): Call u16_mbtoucr instead of
30851         u16_mbtouc.
30852         * modules/unistr/u16-to-u32 (Depends-on): Add unistr/u16-mbtoucr.
30853         Remove unistr/u16-mbtouc.
30854
30855         unistr/u16-to-u8: Reject invalid input.
30856         * lib/unistr/u16-to-u8.c (u16_to_u8): Call u16_mbtoucr instead of
30857         u16_mbtouc.
30858         * modules/unistr/u16-to-u8 (Depends-on): Add unistr/u16-mbtoucr.
30859         Remove unistr/u16-mbtouc.
30860
30861         unistr/u8-to-u32: Reject invalid input.
30862         * lib/unistr/u8-to-u32.c (u8_to_u32): Call u8_mbtoucr instead of
30863         u8_mbtouc.
30864         * modules/unistr/u8-to-u32 (Depends-on): Add unistr/u8-mbtoucr.
30865         Remove unistr/u8-mbtouc.
30866
30867         unistr/u8-to-u16: Reject invalid input.
30868         * lib/unistr/u8-to-u16.c (u8_to_u16): Call u8_mbtoucr instead of
30869         u8_mbtouc.
30870         * modules/unistr/u8-to-u16 (Depends-on): Add unistr/u8-mbtoucr.
30871         Remove unistr/u8-mbtouc.
30872
30873 2010-01-09  Bruno Haible  <bruno@clisp.org>
30874
30875         Tests for module 'getlogin'.
30876         * modules/getlogin-tests: New file.
30877         * tests/test-getlogin.c: New file.
30878
30879         New module 'getlogin'.
30880         * lib/unistd.in.h (getlogin): New declaration.
30881         * lib/getlogin.c: New file.
30882         * m4/getlogin.m4: New file.
30883         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETLOGIN,
30884         HAVE_GETLOGIN.
30885         * modules/unistd (Makefile.am): Substitute GNULIB_GETLOGIN,
30886         HAVE_GETLOGIN.
30887         * modules/getlogin: New file.
30888         * doc/posix-functions/getlogin.texi: Mention the new module.
30889         Reported by John W. Eaton <jwe@gnu.org>.
30890
30891 2010-01-09  Bruno Haible  <bruno@clisp.org>
30892
30893         getlogin_r: Support for native Windows.
30894         * lib/getlogin_r.c: Include <windows.h>
30895         (getlogin_r): Implement for native Windows.
30896         * tests/test-getlogin_r.c (main): Also test with a huge buffer.
30897         Reported by Tatsuro MATSUOKA <tmacchant5@yahoo.co.jp>
30898         via John W. Eaton <jwe@gnu.org>.
30899
30900 2010-01-09  Bruno Haible  <bruno@clisp.org>
30901
30902         getlogin_r: Small fixes.
30903         * lib/getlogin_r.c (getlogin_r): Don't set errno if the function
30904         succeeds.
30905         * m4/getlogin_r.m4 (gl_GETLOGIN_R): Require gl_USE_SYSTEM_EXTENSIONS
30906         before testing whether getlogin_r is declared. No need to set
30907         HAVE_DECL_GETLOGIN_R to 1.
30908         (gl_PREREQ_GETLOGIN_R): Don't check for the getlogin_r declaration.
30909
30910 2010-01-09  Bruno Haible  <bruno@clisp.org>
30911
30912         * lib/unistd.in.h (getlogin_r): Add comment.
30913
30914 2010-01-09  Bruno Haible  <bruno@clisp.org>
30915
30916         Tests for module 'getlogin_r'.
30917         * modules/getlogin_r-tests: New file.
30918         * tests/test-getlogin_r.c: New file.
30919
30920 2010-01-09  Jim Meyering  <meyering@redhat.com>
30921
30922         maint.mk: extend proper_name_utf8-vs-LIBICONV-checking rule
30923         * top/maint.mk (sc_proper_name_utf8_requires_ICONV): Adapt to work
30924         also when $(LIBICONV) is part of LDADD, rather than ${prog}_LDADD.
30925
30926 2010-01-08  Simon Josefsson  <simon@josefsson.org>
30927
30928         * lib/dup2.c (rpl_dup2): Improve comment.
30929
30930 2010-01-08  Eric Blake  <ebb9@byu.net>
30931
30932         maint.mk: allow packages to add makefile @@ exceptions
30933         * top/maint.mk (_makefile_at_at_check_exceptions): New hook.
30934         (sc_makefile_check): Rename...
30935         (sc_makefile_at_at_check): ...to this, and use hook.
30936
30937         dup2: work around mingw bug
30938         * lib/dup2.c (rpl_dup2): Sanitize return value on mingw.
30939         Reported by Simon Josefsson.
30940
30941 2010-01-07  John W. Eaton  <jwe@octave.org>  (tiny change)
30942
30943         glob: Fix C++ compilation.
30944         * lib/glob.in.h [__cplusplus]: Define __BEGIN_DECLS and __END_DECLS for
30945         C++.
30946
30947 2010-01-07  Bruno Haible  <bruno@clisp.org>
30948
30949         Fix indentation of wctype.in.h, broken since 2007-01-06.
30950         * lib/wctype.in.h: Fix indentation of preprocessor directives.
30951
30952 2010-01-07  Bruno Haible  <bruno@clisp.org>
30953
30954         mbslen: Avoid collision with system function.
30955         * lib/string.in.h [MirBSD]: Include <wchar.h>.
30956         (mbslen): Undefine first. Alias mbslen to rpl_mbslen.
30957         * m4/mbslen.m4: New file.
30958         * modules/mbslen (Files): Add it.
30959         (configure.ac): Invoke gl_MBSLEN.
30960         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize HAVE_MBSLEN.
30961         * modules/string (Makefile.am): Substitute HAVE_MBSLEN.
30962         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>
30963         via Ian Beckwith <ianb@erislabs.net>.
30964
30965 2010-01-07  Bruno Haible  <bruno@clisp.org>
30966
30967         dirent: Document the last fix.
30968         * doc/posix-headers/dirent.texi: Document the bug of missing 'ino_t'.
30969
30970 2010-01-07  Bruno Haible  <bruno@clisp.org>
30971
30972         stdio: Ensure <stdio.h> defines off_t, ssize_t, va_list.
30973         * lib/stdio.in.h: Include <sys/types.h> unconditionally.
30974         * tests/test-stdio.c: Verify that fpos_t, off_t, size_t, ssize_t,
30975         va_list are defined.
30976         * doc/posix-headers/stdio.texi: Document the bug of missing types.
30977         Reported by Eric Blake.
30978
30979 2010-01-07  Bruno Haible  <bruno@clisp.org>
30980
30981         xlist, xoset: Fix missing dependency bug, introduced on 2009-12-13.
30982         * modules/xlist (Depends-on): Add 'list',
30983         * modules/xoset (Depends-on): Add 'oset'.
30984         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
30985
30986 2010-01-07  Bruno Haible  <bruno@clisp.org>
30987
30988         * doc/posix-functions/strcasecmp.texi: Clarify the platforms.
30989         * doc/posix-functions/strncasecmp.texi: Likewise.
30990
30991 2010-01-07  Bruno Haible  <bruno@clisp.org>
30992
30993         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): Simplify logic.
30994
30995 2010-01-07  John W. Eaton  <jwe@octave.org>
30996
30997         wctype: allow C++ use
30998         * lib/wctype.in.h: Add extern "C" block for C++.
30999
31000 2010-01-06  Eric Blake  <ebb9@byu.net>
31001
31002         maint.mk: detect incorrect GFDL usage
31003         * top/maint.mk (_GFDL_regexp, sc_GFDL_version): New rule.
31004
31005 2010-01-06  Jim Meyering  <meyering@redhat.com>
31006         and Eric Blake  <ebb9@byu.net>
31007
31008         maint.mk: ignore multi-line copyright in NEWS
31009         * top/maint.mk (NEWS_hash): Add immunity to multi-line copyright.
31010
31011 2010-01-06  Eric Blake  <ebb9@byu.net>
31012
31013         select: add missing dependency
31014         * modules/select-tests (Depends-on): Move sockets dependency...
31015         * modules/select (Depends-on): ...here.
31016         Reported by Ian Beckwith.
31017
31018         doc: regenerate INSTALL
31019         * doc/INSTALL: Reflect recent autoconf update.
31020         * doc/INSTALL.ISO: Likewise.
31021         * doc/INSTALL.UTF-8: Likewise.
31022
31023         pread: fix compilation on glibc
31024         * m4/pread.m4 (gl_FUNC_PREAD): Request all interfaces.
31025         Reported by Ralf Wildenhues.
31026
31027         dirent: fix test failure
31028         * lib/dirent.in.h (includes): Guarantee ino_t.
31029         Reported by Ralf Wildenhues.
31030
31031 2010-01-06  Petr Salinger  <Petr.Salinger@seznam.cz>  (tiny change)
31032
31033         linkat, renameat: avoid bad free
31034         * lib/at-func2.c (at_func2): Fix typo.
31035         Reported via Ian Beckwith, from http://bugs.debian.org/561117.
31036
31037 2010-01-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31038
31039         cleanup after gl_FUNC_READLINK, for gl_FUNC_SYMLINK test
31040         * m4/readlink.m4 (gl_FUNC_READLINK): Remove conftest.lnk2,
31041         to avoid failure of symlink test later.
31042
31043 2010-01-06  Eric Blake  <ebb9@byu.net>
31044
31045         stdio, unistd: guarantee ssize_t
31046         * lib/unistd.in.h (includes): Ensure that types required by POSIX
31047         2008 are exposed when needed.
31048         * lib/stdio.in.h (includes): Likewise.
31049         Reported by Ralf Wildenhues.
31050
31051 2010-01-06  Paolo Bonzini  <bonzini@gnu.org>
31052
31053         nl_langinfo: do not call AC_CHECK_FUNC_ONCE inside if.
31054         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): Do not call
31055         AC_CHECK_FUNC_ONCE inside if, do not adjust ac_cv_func_nl_langinfo.
31056
31057 2010-01-06  Jim Meyering  <meyering@redhat.com>
31058
31059         readtokens: this module *does* require xalloc.h
31060         It uses only functions that were omitted by the old syntax-check rule.
31061         * lib/readtokens.c: Include "xalloc.h" once again.
31062         * modules/readtokens (Depends-on): Add xalloc.
31063         This reverts part of 0e0f8f12ec241c0f1c1f21f960bb5cf908a0fa3c.
31064
31065 2010-01-05  Eric Blake  <ebb9@byu.net>
31066
31067         maint: support 'make announcement' from a VPATH build
31068         * top/maint.mk (announcement): Look for correct NEWS file.
31069
31070 2010-01-05  Aurelien Jarno  <aurelien@aurel32.net>  (tiny change)
31071
31072         utimens (fdutimens): ignore a negative FD, per contract
31073         * lib/utimens.c (fdutimens) [HAVE_FUTIMENS]: Call futimens only
31074         when we have a valid file descriptor.  Otherwise, using a brand
31075         new glibc (with just-patched futimens that now fails with EBADF)
31076         would cause this function to fail with ENOSYS.
31077         Reported by Guillaume Ayoub in http://bugs.debian.org/563726.
31078         See also http://bugzilla.redhat.com/552320.
31079
31080 2010-01-05  Eric Blake  <ebb9@byu.net>
31081
31082         strcase: document what it provides
31083         * doc/posix-functions/strcasecmp.texi (strcasecmp): Mention the
31084         gnulib module.
31085         * doc/posix-functions/strncasecmp.texi (strncasecmp): Likewise.
31086         Reported by Dilyan Palauzov <Dilyan.Palauzov@aegee.org>.
31087
31088 2010-01-05  Jim Meyering  <meyering@redhat.com>
31089
31090         maint: remove useless inclusions of "xalloc.h"
31091         * lib/getloadavg.c: Remove useless inclusion of "xalloc.h".
31092         * lib/readtokens.c: Likewise.
31093         * lib/same.c: Likewise.
31094         * modules/getloadavg (Depends-on): Remove xalloc.
31095         * modules/readtokens: Likewise.
31096         * modules/same: Likewise.
31097
31098         maint.mk: include 4 more function names in alloca.h-checking regexp
31099         * top/maint.mk (sc_prohibit_xalloc_without_use): Use more complete
31100         regexp.  Before, we would give a false-positive (saying alloca.h
31101         is included unnecessarily) when the only uses involved omitted symbols.
31102
31103         xalloc.h: use consistent formatting
31104         * lib/xalloc.h: Move declarations to start in the first column.
31105
31106 2010-01-05  Eric Blake  <ebb9@byu.net>
31107
31108         mkdir: avoid xalloc
31109         * lib/mkdir.c (includes): Drop unused header.
31110         Reported by John W. Eaton.
31111
31112 2010-01-04  Jim Meyering  <meyering@redhat.com>
31113
31114         nl_langinfo: avoid configure-time syntax error
31115         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): When we've already tested
31116         for nl_langinfo.h, AC_CHECK_FUNCS_ONCE([nl_langinfo]) expands to
31117         the empty string.  Don't let that provoke a shell syntax error.
31118
31119         regcomp, regexec, fnmatch: avoid array bounds read error
31120         * lib/regcomp.c (build_equiv_class): From glibc:
31121         Use only the low 24 bits of a findidx return value as an index
31122         into the weights array.  Patch by Ulrich Drepper:
31123         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commit;h=b7d1c5fa30
31124         * lib/regexec.c (check_node_accept_bytes): Likewise.
31125         * lib/fnmatch_loop.c (FCT): Likewise.
31126
31127         regcomp: skip collseq lookup when there are no rules
31128         * lib/regcomp.c (lookup_collation_sequence_value): From glibc:
31129         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=a532a41df58
31130
31131         regcomp: recognize ill-formed { } expressions
31132         * lib/regcomp.c (parse_dup_op): From glibc:
31133         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=a87cd2894cb
31134
31135         regcomp: fix typo in comment
31136         * lib/regcomp.c (duplicate_node_closure): Sync from glibc.
31137         s/satisfy/satisfies/.
31138
31139         regcomp: sync from glibc: remove dead store
31140         * lib/regcomp.c (duplicate_node_closure): Remove useless
31141         search_duplicated_node call and dead store.
31142
31143         regcomp: sync from glibc; always use nl_langinfo
31144         * lib/regcomp.c (init_dfa) [!LIBC]: Always use nl_langinfo (CODESET),
31145         now that gnulib provides it.  Recognize UTF8 as well as UTF-8.
31146         * modules/regex (Depends-on): Add nl_langinfo.
31147
31148 2010-01-04  Eric Blake  <ebb9@byu.net>
31149
31150         fdopendir: fix configure test
31151         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Check for existing file.
31152
31153 2010-01-01  Bruno Haible  <bruno@clisp.org>
31154
31155         wchar: Remove unused configure check.
31156         * m4/wchar.m4 (gl_WCHAR_H): Don't test whether <wchar.h> is standalone.
31157
31158 2010-01-01  Eric Blake  <ebb9@byu.net>
31159
31160         headers: make check of system header explicit
31161         * m4/netdb_h.m4 (gl_HEADER_NETDB): Don't exploit knowledge of
31162         gl_CHECK_NEXT_HEADER internals, but call AC_CHECK_HEADERS_ONCE
31163         ourselves.
31164         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
31165         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
31166         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
31167         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise, for gt_INTTYPES_PRI
31168         internals.
31169         * m4/wchar.m4 (gl_WCHAR_H): Skip followup test if header is
31170         missing.
31171         Suggested by Bruno Haible.
31172
31173 2010-01-01  Jim Meyering  <meyering@redhat.com>
31174
31175         ChangeLog: tweak to eliminate unnecessary copyright line
31176         * ChangeLog: Remove a copyright line that was mistakenly updated
31177         by today's update-copyright run.  Reported by Eric Blake.
31178
31179         test-update-copyright: don't let envvar setting cause test failure
31180         * tests/test-update-copyright.sh: Set UPDATE_COPYRIGHT_MAX_LINE_LENGTH.
31181
31182 2010-01-01  Bruno Haible  <bruno@clisp.org>
31183
31184         localename: Avoid gcc warning.
31185         * lib/localename.c (gl_locale_name_thread_unsafe): Don't define this
31186         function if it is not used.
31187
31188 2010-01-01  Jim Meyering  <meyering@redhat.com>
31189
31190         update nearly all FSF copyright year lists to include 2010
31191         Use the same procedure as for 2009, outlined in
31192         http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/20081
31193
31194         version-etc: set COPYRIGHT_YEAR to 2010
31195         * lib/version-etc.c (COPYRIGHT_YEAR): Manually update the enum.
31196
31197 2009-12-31  Eric Blake  <ebb9@byu.net>
31198
31199         doc: correct availability of cygwin 1.5.x getopt
31200         * doc/posix-functions/optarg.texi (optarg): Cygwin supplies getopt
31201         variables.
31202         * doc/posix-functions/opterr.texi (opterr): Likewise.
31203         * doc/posix-functions/optind.texi (optind): Likewise.
31204         * doc/posix-functions/optopt.texi (optopt): Likewise.
31205         * doc/posix-functions/tzname.texi (tzname): Likewise.
31206
31207         openat: update maintainer
31208         * modules/openat (Maintainer): Add myself.
31209
31210         utimens: avoid shadowing warning
31211         * lib/utimens.c (fdutimens, lutimens): Consolidate separate stat
31212         buffers into one, to avoid shadowing, as well as avoiding a
31213         redundant stat.
31214         Reported by Jim Meyering.
31215
31216         test-dup2: avoid compiler warning
31217         * tests/test-dup2.c (is_inheritable): Only define if used.
31218
31219 2010-01-01  Bruno Haible  <bruno@clisp.org>
31220
31221         vasnprintf: Avoid passing an 'rpl_mbstate_t *' to the system's wcrtomb.
31222         * lib/vasnprintf.c (VASNPRINTF): If GNULIB_defined_mbstate_t is
31223         defined, use wctomb instead of wcrtomb.
31224
31225 2010-01-01  Bruno Haible  <bruno@clisp.org>
31226
31227         iconv: Reject native Solaris iconv.
31228         * m4/iconv.m4 (AM_ICONV_LINK): Recognize native Solaris iconv() bug.
31229         * doc/posix-functions/iconv.texi: Document native Solaris iconv() bug.
31230
31231 2009-12-31  Bruno Haible  <bruno@clisp.org>
31232
31233         * tests/test-signal.c (main): Remove test of 'SIG'.
31234
31235 2009-12-31  Bruno Haible  <bruno@clisp.org>
31236
31237         spawn: Fix incomplete fix.
31238         * lib/spawn.in.h (posix_spawnattr_getflags, posix_spawnattr_setflags,
31239         posix_spawnattr_getpgroup, posix_spawnattr_setpgroup): Correct the link
31240         warnings for GNULIB_POSIXCHECK again.
31241         Reported by Eric Blake.
31242
31243 2009-12-31  Bruno Haible  <bruno@clisp.org>
31244
31245         Avoid namespace pollution on glibc systems.
31246         * lib/spawn.in.h: Don't include <sched.h>, <signal.h> on glibc systems.
31247         * lib/sys_times.in.h: Don't include <time.h> on glibc systems.
31248         * lib/wchar.in.h: Don't include <stddef.h>, <stdio.h>, <time.h> on
31249         glibc systems.
31250
31251 2009-12-31  Bruno Haible  <bruno@clisp.org>
31252
31253         * m4/wchar.m4 (gl_WCHAR_H): Remove gl_STDDEF_H invocation.
31254         (gl_REPLACE_WCHAR_H): Turn into a no-op.
31255         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Likewise.
31256         * m4/dirent_h.m4 (gl_REPLACE_DIRENT_H): Likewise.
31257         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H): Likewise.
31258         * m4/spawn_h.m4 (gl_REPLACE_SPAWN_H): Likewise.
31259         * m4/sys_ioctl_h.m4 (gl_REPLACE_SYS_IOCTL_H): Likewise.
31260
31261 2009-12-31  Bruno Haible  <bruno@clisp.org>
31262
31263         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Invoke
31264         gl_CHECK_NEXT_HEADERS before testing ac_cv_header_sys_select_h, not
31265         afterwards.
31266
31267 2009-12-31  Bruno Haible  <bruno@clisp.org>
31268
31269         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H_DEFAULTS): Don't set
31270         SYS_UTSNAME_H.
31271
31272 2009-12-31  Bruno Haible  <bruno@clisp.org>
31273
31274         spawn: Fix misapplied patch.
31275         * lib/spawn.in.h (posix_spawnattr_getflags, posix_spawnattr_setflags,
31276         posix_spawnattr_getpgroup, posix_spawnattr_setpgroup): Correct the link
31277         warnings for GNULIB_POSIXCHECK.
31278
31279 2009-12-31  Bruno Haible  <bruno@clisp.org>
31280
31281         times: Update after sys_times changed.
31282         * m4/times.m4: New file, extracted from modules/times. Set HAVE_TIMES.
31283         * modules/times (Files): Add it.
31284         (configure.ac): Invoke gl_FUNC_TIMES.
31285
31286 2009-12-31  Bruno Haible  <bruno@clisp.org>
31287
31288         Use AC_C_INLINE where necessary.
31289         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Require AC_C_INLINE.
31290         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
31291         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
31292         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
31293         * m4/mbfile.m4 (gl_MBFILE): Likewise.
31294         * m4/mbiter.m4 (gl_MBITER): Likewise.
31295         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
31296         * m4/stat.m4 (gl_FUNC_STAT): Likewise.
31297         * m4/wait-process.m4 (gl_WAIT_PROCESS): Likewise.
31298         * modules/u64 (configure.ac): Likewise.
31299
31300 2009-12-31  Bruno Haible  <bruno@clisp.org>
31301
31302         Use AC_C_INLINE instead of module 'inline' where possible.
31303         * modules/inline (Description): Clarify purpose.
31304         * m4/count-one-bits.m4 (gl_COUNT_ONE_BITS): Require AC_C_INLINE.
31305         * modules/count-one-bits (Depends-on): Remove inline.
31306         * m4/openat.m4 (gl_PREREQ_OPENAT): Require AC_C_INLINE.
31307         * modules/openat (Depends-on): Remove inline.
31308         * modules/fdutimensat (Depends-on, configure.ac): Require AC_C_INLINE
31309         instead of depending on module 'inline'.
31310         * modules/filevercmp (Depends-on, configure.ac): Likewise.
31311         * modules/unicase/cased (Depends-on, configure.ac): Likewise.
31312         * modules/unicase/ignorable (Depends-on, configure.ac): Likewise.
31313         * modules/unictype/category-of (Depends-on, configure.ac): Likewise.
31314         * modules/unictype/category-test (Depends-on, configure.ac): Likewise.
31315         * modules/unictype/ctype-alnum (Depends-on, configure.ac): Likewise.
31316         * modules/unictype/ctype-alpha (Depends-on, configure.ac): Likewise.
31317         * modules/unictype/ctype-blank (Depends-on, configure.ac): Likewise.
31318         * modules/unictype/ctype-cntrl (Depends-on, configure.ac): Likewise.
31319         * modules/unictype/ctype-digit (Depends-on, configure.ac): Likewise.
31320         * modules/unictype/ctype-graph (Depends-on, configure.ac): Likewise.
31321         * modules/unictype/ctype-lower (Depends-on, configure.ac): Likewise.
31322         * modules/unictype/ctype-print (Depends-on, configure.ac): Likewise.
31323         * modules/unictype/ctype-punct (Depends-on, configure.ac): Likewise.
31324         * modules/unictype/ctype-space (Depends-on, configure.ac): Likewise.
31325         * modules/unictype/ctype-upper (Depends-on, configure.ac): Likewise.
31326         * modules/unictype/ctype-xdigit (Depends-on, configure.ac): Likewise.
31327         * modules/unictype/property-alphabetic (Depends-on, configure.ac):
31328         Likewise.
31329         * modules/unictype/property-ascii-hex-digit (Depends-on,
31330         configure.ac): Likewise.
31331         * modules/unictype/property-bidi-arabic-digit (Depends-on,
31332         configure.ac): Likewise.
31333         * modules/unictype/property-bidi-arabic-right-to-left (Depends-on,
31334         configure.ac): Likewise.
31335         * modules/unictype/property-bidi-block-separator (Depends-on,
31336         configure.ac): Likewise.
31337         * modules/unictype/property-bidi-boundary-neutral (Depends-on,
31338         configure.ac): Likewise.
31339         * modules/unictype/property-bidi-common-separator (Depends-on,
31340         configure.ac): Likewise.
31341         * modules/unictype/property-bidi-control (Depends-on, configure.ac):
31342         Likewise.
31343         * modules/unictype/property-bidi-embedding-or-override (Depends-on,
31344         configure.ac): Likewise.
31345         * modules/unictype/property-bidi-eur-num-separator (Depends-on,
31346         configure.ac): Likewise.
31347         * modules/unictype/property-bidi-eur-num-terminator (Depends-on,
31348         configure.ac): Likewise.
31349         * modules/unictype/property-bidi-european-digit (Depends-on,
31350         configure.ac): Likewise.
31351         * modules/unictype/property-bidi-hebrew-right-to-left (Depends-on,
31352         configure.ac): Likewise.
31353         * modules/unictype/property-bidi-left-to-right (Depends-on,
31354         configure.ac): Likewise.
31355         * modules/unictype/property-bidi-non-spacing-mark (Depends-on,
31356         configure.ac): Likewise.
31357         * modules/unictype/property-bidi-other-neutral (Depends-on,
31358         configure.ac): Likewise.
31359         * modules/unictype/property-bidi-pdf (Depends-on, configure.ac):
31360         Likewise.
31361         * modules/unictype/property-bidi-segment-separator (Depends-on,
31362         configure.ac): Likewise.
31363         * modules/unictype/property-bidi-whitespace (Depends-on,
31364         configure.ac): Likewise.
31365         * modules/unictype/property-combining (Depends-on, configure.ac):
31366         Likewise.
31367         * modules/unictype/property-composite (Depends-on, configure.ac):
31368         Likewise.
31369         * modules/unictype/property-currency-symbol (Depends-on,
31370         configure.ac): Likewise.
31371         * modules/unictype/property-dash (Depends-on, configure.ac): Likewise.
31372         * modules/unictype/property-decimal-digit (Depends-on, configure.ac):
31373         Likewise.
31374         * modules/unictype/property-default-ignorable-code-point (Depends-on,
31375         configure.ac): Likewise.
31376         * modules/unictype/property-deprecated (Depends-on, configure.ac):
31377         Likewise.
31378         * modules/unictype/property-diacritic (Depends-on, configure.ac):
31379         Likewise.
31380         * modules/unictype/property-extender (Depends-on, configure.ac):
31381         Likewise.
31382         * modules/unictype/property-format-control (Depends-on, configure.ac):
31383         Likewise.
31384         * modules/unictype/property-grapheme-base (Depends-on, configure.ac):
31385         Likewise.
31386         * modules/unictype/property-grapheme-extend (Depends-on, configure.ac):
31387         Likewise.
31388         * modules/unictype/property-grapheme-link (Depends-on, configure.ac):
31389         Likewise.
31390         * modules/unictype/property-hex-digit (Depends-on, configure.ac):
31391         Likewise.
31392         * modules/unictype/property-hyphen (Depends-on, configure.ac):
31393         Likewise.
31394         * modules/unictype/property-id-continue (Depends-on, configure.ac):
31395         Likewise.
31396         * modules/unictype/property-id-start (Depends-on, configure.ac):
31397         Likewise.
31398         * modules/unictype/property-ideographic (Depends-on, configure.ac):
31399         Likewise.
31400         * modules/unictype/property-ids-binary-operator (Depends-on,
31401         configure.ac): Likewise.
31402         * modules/unictype/property-ids-trinary-operator (Depends-on,
31403         configure.ac): Likewise.
31404         * modules/unictype/property-ignorable-control (Depends-on,
31405         configure.ac): Likewise.
31406         * modules/unictype/property-iso-control (Depends-on, configure.ac):
31407         Likewise.
31408         * modules/unictype/property-join-control (Depends-on, configure.ac):
31409         Likewise.
31410         * modules/unictype/property-left-of-pair (Depends-on, configure.ac):
31411         Likewise.
31412         * modules/unictype/property-line-separator (Depends-on, configure.ac):
31413         Likewise.
31414         * modules/unictype/property-logical-order-exception (Depends-on,
31415         configure.ac): Likewise.
31416         * modules/unictype/property-lowercase (Depends-on, configure.ac):
31417         Likewise.
31418         * modules/unictype/property-math (Depends-on, configure.ac): Likewise.
31419         * modules/unictype/property-non-break (Depends-on, configure.ac):
31420         Likewise.
31421         * modules/unictype/property-not-a-character (Depends-on, configure.ac):
31422         Likewise.
31423         * modules/unictype/property-numeric (Depends-on, configure.ac):
31424         Likewise.
31425         * modules/unictype/property-other-alphabetic (Depends-on,
31426         configure.ac): Likewise.
31427         * modules/unictype/property-other-default-ignorable-code-point
31428         (Depends-on, configure.ac): Likewise.
31429         * modules/unictype/property-other-grapheme-extend (Depends-on,
31430         configure.ac): Likewise.
31431         * modules/unictype/property-other-id-continue (Depends-on,
31432         configure.ac): Likewise.
31433         * modules/unictype/property-other-id-start (Depends-on, configure.ac):
31434         Likewise.
31435         * modules/unictype/property-other-lowercase (Depends-on, configure.ac):
31436         Likewise.
31437         * modules/unictype/property-other-math (Depends-on, configure.ac):
31438         Likewise.
31439         * modules/unictype/property-other-uppercase (Depends-on, configure.ac):
31440         Likewise.
31441         * modules/unictype/property-paired-punctuation (Depends-on,
31442         configure.ac): Likewise.
31443         * modules/unictype/property-paragraph-separator (Depends-on,
31444         configure.ac): Likewise.
31445         * modules/unictype/property-pattern-syntax (Depends-on, configure.ac):
31446         Likewise.
31447         * modules/unictype/property-pattern-white-space (Depends-on,
31448         configure.ac): Likewise.
31449         * modules/unictype/property-private-use (Depends-on, configure.ac):
31450         Likewise.
31451         * modules/unictype/property-punctuation (Depends-on, configure.ac):
31452         Likewise.
31453         * modules/unictype/property-quotation-mark (Depends-on, configure.ac):
31454         Likewise.
31455         * modules/unictype/property-radical (Depends-on, configure.ac):
31456         Likewise.
31457         * modules/unictype/property-sentence-terminal (Depends-on,
31458         configure.ac): Likewise.
31459         * modules/unictype/property-soft-dotted (Depends-on, configure.ac):
31460         Likewise.
31461         * modules/unictype/property-space (Depends-on, configure.ac): Likewise.
31462         * modules/unictype/property-terminal-punctuation (Depends-on,
31463         configure.ac): Likewise.
31464         * modules/unictype/property-titlecase (Depends-on, configure.ac):
31465         Likewise.
31466         * modules/unictype/property-unassigned-code-value (Depends-on,
31467         configure.ac): Likewise.
31468         * modules/unictype/property-unified-ideograph (Depends-on,
31469         configure.ac): Likewise.
31470         * modules/unictype/property-uppercase (Depends-on, configure.ac):
31471         Likewise.
31472         * modules/unictype/property-variation-selector (Depends-on,
31473         configure.ac): Likewise.
31474         * modules/unictype/property-white-space (Depends-on, configure.ac):
31475         Likewise.
31476         * modules/unictype/property-xid-continue (Depends-on, configure.ac):
31477         Likewise.
31478         * modules/unictype/property-xid-start (Depends-on, configure.ac):
31479         Likewise.
31480         * modules/unictype/property-zero-width (Depends-on, configure.ac):
31481         Likewise.
31482         * modules/unictype/syntax-c-ident (Depends-on, configure.ac): Likewise.
31483         * modules/unictype/syntax-java-ident (Depends-on, configure.ac):
31484         Likewise.
31485
31486 2009-12-31  Bruno Haible  <bruno@clisp.org>
31487
31488         Remove unnecessary AC_C_INLINE invocation.
31489         * m4/popen.m4 (gl_PREREQ_POPEN): Don't invoke AC_C_INLINE. Not needed
31490         since 2009-08-21.
31491
31492 2009-12-31  Jim Meyering  <meyering@redhat.com>
31493
31494         maint.mk: don't require explicit gpg_key_ID in cfg.mk
31495         * top/maint.mk (gpg_key_ID): Derive key ID from signed release tag.
31496         With this change, we can all remove the gpg_key_ID = ... definition
31497         from our respective cfg.mk files.
31498
31499         maint.mk: create announcement template in ~/, not in /tmp
31500         * top/maint.mk (emit_upload_commands): Adjust.
31501         (release-prep): Emit into ~/announce-..., not /tmp/announce-...
31502         Remove temporary file, .ci-msg.
31503
31504 2009-12-31  Eric Blake  <ebb9@byu.net>
31505
31506         link-warning: always build headers with link warnings
31507         * modules/arpa_inet (Makefile.am): Always build replacement
31508         header.
31509         * modules/ctype (Makefile.am): Likewise.
31510         * modules/dirent (Makefile.am): Likewise.
31511         * modules/inttypes (Makefile.am): Likewise.
31512         * modules/langinfo (Makefile.am): Likewise.
31513         * modules/locale (Makefile.am): Likewise.
31514         * modules/spawn (Makefile.am): Likewise.
31515         * modules/sys_file (Makefile.am): Likewise.
31516         * modules/sys_ioctl (Makefile.am): Likewise.
31517         * modules/sys_select (Makefile.am): Likewise.
31518         * modules/sys_socket (Makefile.am): Likewise.
31519         * modules/sys_times (Makefile.am): Likewise.
31520         * modules/sys_utsname (Makefile.am): Likewise.
31521         * modules/sys_wait (Makefile.am): Likewise.
31522         * modules/wchar (Makefile.am): Likewise.
31523         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET)
31524         (gl_ARPA_INET_H_DEFAULTS): Drop unneeded variable.
31525         * m4/ctype.m4 (gl_CTYPE_H_DEFAULTS): Likewise.
31526         * m4/isblank.m4 (gl_FUNC_ISBLANK): Likewise.
31527         * m4/dirent_h.m4 (gl_REPLACE_DIRENT_H, gl_DIRENT_H_DEFAULTS):
31528         Likewise.
31529         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
31530         * m4/langinfo_h.m4 (gl_LANGINFO_H): Likewise.
31531         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H, gl_LOCALE_H_DEFAULTS):
31532         Likewise.
31533         * m4/spawn_h.m4 (gl_REPLACE_SPAWN_H, gl_SPAWN_H_DEFAULTS):
31534         Likewise.
31535         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_H): Likewise.
31536         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H, gl_REPLACE_SYS_IOCTL_H)
31537         (gl_SYS_IOCTL_H_DEFAULTS): Likewise.
31538         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
31539         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Likewise.
31540         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H)
31541         (gl_SYS_UTSNAME_H_DEFAULTS): Likewise.
31542         * m4/wchar.m4 (gl_WCHAR_H, gl_REPLACE_WCHAR_H)
31543         (gl_WCHAR_H_DEFAULTS): Likewise.
31544
31545 2009-12-31  Eric Blake  <ebb9@byu.net>
31546
31547         signal, spawn: use link warnings
31548         * lib/signal.in.h (sigset_t): Make unconditional.
31549         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset)
31550         (sigpending, sigprocmask, sigaction): Add link warnings.
31551         * lib/spawn.in.h (posix_spawn, posix_spawnp, posix_spawnattr_init)
31552         (posix_spawnattr_destroy, posix_spawnattr_getsigdefault)
31553         (posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask)
31554         (posix_spawnattr_setsigmask, posix_spawnattr_getflags)
31555         (posix_spawnattr_setflags, posix_spawnattr_getpgroup)
31556         (posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy)
31557         (posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam)
31558         (posix_spawnattr_setschedparam, posix_spawn_file_actions_init)
31559         (posix_spawn_file_actions_destroy)
31560         (posix_spawn_file_actions_addopen)
31561         (posix_spawn_file_actions_addclose)
31562         (posix_spawn_file_actions_adddup2): Likewise.
31563         * m4/signal_h.m4 (gl_SIGNAL_H): Guarantee uid_t.
31564         * tests/test-signal.c (main): Enhance test.
31565
31566         spawn: improve wrapper support
31567         * m4/spawn_h.m4 (gl_SPAWN_H): Check for type existence.
31568         (gl_SPAWN_H_DEFAULTS): New defaults.
31569         * modules/spawn (Makefile.am): Substitute them.
31570         * lib/spawn.in.h: (posix_spawnattr_t, posix_spawn_file_actions_t):
31571         Only declare if missing or broken.
31572
31573         sys_times, sys_utsname: use include_next
31574         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Support wrapping an existing
31575         header.
31576         (gl_SYS_TIMES_H_DEFAULTS): Add another variable.
31577         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H)
31578         (gl_SYS_UTSNAME_H_DEFAULTS): Likewise.
31579         * modules/sys_times (Depends-on): Add include_next.
31580         (Makefile.am): Substitute additional values.
31581         * modules/sys_utsname (Depends-on, Makefile.am): Likewise.
31582         * lib/sys_times.in.h (includes): Include native header, if
31583         available.
31584         * lib/sys_utsname.in.h (includes): Likewise.
31585         * tests/test-sys_times.c (main): Enhance test.
31586
31587         fdutimensat: revert prior patch
31588         * modules/fdutimensat (Depends-on): Re-add inline; it is needed by
31589         utimens.h.
31590         Reported by Bruno Haible.
31591
31592 2009-12-30  Eric Blake  <ebb9@byu.net>
31593
31594         sys_wait: drop link-warning dependency
31595         * modules/sys_wait (Depends-on, Makefile.am): Drop unneeded
31596         link-warning efforts.
31597         * lib/sys_wait.in.h: Likewise.
31598
31599         fdutimensat: remove bogus dependency
31600         * modules/fdutimensat (Depends-on): Drop inline.
31601
31602         unistd: fix typo
31603         * lib/unistd.in.h (linkat) [GNULIB_POSIXCHECK]: Fix typo.
31604
31605 2009-12-30  Bruno Haible  <bruno@clisp.org>
31606
31607         Fix compilation error with Solaris cc.
31608         * lib/unicase/u8-is-invariant.c: Include <stdbool.h>.
31609         * lib/unicase/u16-is-invariant.c: Likewise.
31610         * lib/unicase/u32-is-invariant.c: Likewise.
31611         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
31612
31613 2009-12-30  Bruno Haible  <bruno@clisp.org>
31614
31615         Fix test crash.
31616         * tests/test-localename.c (test_locale_name_thread): Skip unavailable
31617         locales.
31618         Reported by Simon Josefsson <simon@josefsson.org>.
31619
31620 2009-12-30  Bruno Haible  <bruno@clisp.org>
31621
31622         Fix compilation error on most platforms.
31623         * tests/test-localename.c (categories): Define only if HAVE_NEWLOCALE.
31624         Reported by Simon Josefsson <simon@josefsson.org>
31625         and Nelson H. F. Beebe <beebe@math.utah.edu>.
31626
31627 2009-12-30  Eric Blake  <ebb9@byu.net>
31628
31629         futimens, utimensat: work around ntfs-3g bug
31630         * lib/utimensat.c (rpl_utimensat): Drop attempts to cache whether
31631         a ctime bug is present, and expand workaround to cover ntfs-3g.
31632         * lib/utimens.c (fdutimens, lutimens): Likewise.
31633         (utimensat_ctime_really, detect_ctime_bug): Drop cache mechanism.
31634         (validate_timespec): Adjust return value.
31635         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Update comment.
31636         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
31637         Reported by ctrn3e8 <ctrn3e8@gmail.com>.
31638
31639 2009-12-29  Eric Blake  <ebb9@byu.net>
31640
31641         link-warning: make usage consistent
31642         * modules/ctype (Depends-on): Add link-warning.
31643         (Makefile.am): Update rules accordingly.
31644         * modules/langinfo (Depends-on, Makefile.am): Likewise.
31645         * modules/locale (Depends-on, Makefile.am): Likewise.
31646         * modules/sys_file (Makefile.am): Likewise.
31647         * modules/getopt-posix (Makefile.am): Delete unused link warning
31648         efforts.
31649         * lib/ctype.in.h (GL_LINK_WARNING): Ensure definition before use.
31650         * lib/langinfo.in.h (GL_LINK_WARNING): Likewise.
31651         * lib/locale.in.h (GL_LINK_WARNING): Likewise.
31652         * lib/sys_file.in.h (GL_LINK_WARNING): Likewise.
31653
31654         stdio: remove unused variables
31655         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Remove unused variables.
31656         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Likewise.
31657         * m4/ftello.m4 (gl_FUNC_FTELLO): Likewise.
31658
31659         tests: test more substitute headers
31660         * modules/ctype-tests: New file.
31661         * modules/dirent-tests: Likewise.
31662         * modules/spawn-tests: Likewise.
31663         * modules/sys_file-tests: Likewise.
31664         * modules/sys_ioctl-tests: Likewise.
31665         * modules/sys_wait-tests: Likewise.
31666         * tests/test-ctype.c: Likewise.
31667         * tests/test-dirent.c: Likewise.
31668         * tests/test-spawn.c: Likewise.
31669         * tests/test-sys_file.c: Likewise.
31670         * tests/test-sys_ioctl.c: Likewise.
31671         * tests/test-sys_wait.c: Likewise.
31672         * m4/spawn_h.m4 (gl_SPAWN_H): Replace header if it is missing.
31673         * lib/sys_file.in.h (LOCK_SH, LOCK_EX, LOCK_UN, LOCK_NB): Provide
31674         whether or not flock is in use.
31675
31676         tests: remove License section from module
31677         * modules/arpa_inet-tests: Remove unneeded section.
31678         * modules/byteswap-tests: Likewise.
31679         * modules/ceilf-tests: Likewise.
31680         * modules/ceill-tests: Likewise.
31681         * modules/crypto/des-tests: Likewise.
31682         * modules/crypto/gc-arcfour-tests: Likewise.
31683         * modules/crypto/gc-arctwo-tests: Likewise.
31684         * modules/crypto/gc-des-tests: Likewise.
31685         * modules/crypto/gc-hmac-md5-tests: Likewise.
31686         * modules/crypto/gc-hmac-sha1-tests: Likewise.
31687         * modules/crypto/gc-md2-tests: Likewise.
31688         * modules/crypto/gc-md4-tests: Likewise.
31689         * modules/crypto/gc-md5-tests: Likewise.
31690         * modules/crypto/gc-pbkdf2-sha1-tests: Likewise.
31691         * modules/crypto/gc-rijndael-tests: Likewise.
31692         * modules/crypto/gc-sha1-tests: Likewise.
31693         * modules/crypto/gc-tests: Likewise.
31694         * modules/crypto/md2-tests: Likewise.
31695         * modules/crypto/md4-tests: Likewise.
31696         * modules/fcntl-h-tests: Likewise.
31697         * modules/floorf-tests: Likewise.
31698         * modules/floorl-tests: Likewise.
31699         * modules/frexp-nolibm-tests: Likewise.
31700         * modules/frexp-tests: Likewise.
31701         * modules/frexpl-nolibm-tests: Likewise.
31702         * modules/frexpl-tests: Likewise.
31703         * modules/getaddrinfo-tests: Likewise.
31704         * modules/inttypes-tests: Likewise.
31705         * modules/isfinite-tests: Likewise.
31706         * modules/isinf-tests: Likewise.
31707         * modules/ldexpl-tests: Likewise.
31708         * modules/locale-tests: Likewise.
31709         * modules/math-tests: Likewise.
31710         * modules/netdb-tests: Likewise.
31711         * modules/netinet_in-tests: Likewise.
31712         * modules/printf-frexp-tests: Likewise.
31713         * modules/printf-frexpl-tests: Likewise.
31714         * modules/priv-set-tests: Likewise.
31715         * modules/random_r-tests: Likewise.
31716         * modules/round-tests: Likewise.
31717         * modules/roundf-tests: Likewise.
31718         * modules/roundl-tests: Likewise.
31719         * modules/search-tests: Likewise.
31720         * modules/select-tests: Likewise.
31721         * modules/signal-tests: Likewise.
31722         * modules/stdbool-tests: Likewise.
31723         * modules/stddef-tests: Likewise.
31724         * modules/stdint-tests: Likewise.
31725         * modules/stdio-tests: Likewise.
31726         * modules/stdlib-tests: Likewise.
31727         * modules/string-tests: Likewise.
31728         * modules/strings-tests: Likewise.
31729         * modules/sys_select-tests: Likewise.
31730         * modules/sys_socket-tests: Likewise.
31731         * modules/sys_stat-tests: Likewise.
31732         * modules/sys_time-tests: Likewise.
31733         * modules/sys_utsname-tests: Likewise.
31734         * modules/sysexits-tests: Likewise.
31735         * modules/time-tests: Likewise.
31736         * modules/trunc-tests: Likewise.
31737         * modules/truncf-tests: Likewise.
31738         * modules/truncl-tests: Likewise.
31739         * modules/tsearch-tests: Likewise.
31740         * modules/unistd-tests: Likewise.
31741         * modules/wchar-tests: Likewise.
31742         * modules/wctype-tests: Likewise.
31743
31744         tests: fix license on several tests
31745         * tests/test-des.c: Update to GPLv3+.
31746         * tests/test-flock.c: Likewise.
31747         * tests/test-fsync.c: Likewise.
31748         * tests/test-futimens.h: Likewise.
31749         * tests/test-gc-arcfour.c: Likewise.
31750         * tests/test-gc-arctwo.c: Likewise.
31751         * tests/test-gc-des.c: Likewise.
31752         * tests/test-gc-hmac-md5.c: Likewise.
31753         * tests/test-gc-hmac-sha1.c: Likewise.
31754         * tests/test-gc-md2.c: Likewise.
31755         * tests/test-gc-md4.c: Likewise.
31756         * tests/test-gc-md5.c: Likewise.
31757         * tests/test-gc-pbkdf2-sha1.c: Likewise.
31758         * tests/test-gc-rijndael.c: Likewise.
31759         * tests/test-gc-sha1.c: Likewise.
31760         * tests/test-gc.c: Likewise.
31761         * tests/test-getcwd.c: Likewise.
31762         * tests/test-link.c: Likewise.
31763         * tests/test-link.h: Likewise.
31764         * tests/test-lutimens.h: Likewise.
31765         * tests/test-md2.c: Likewise.
31766         * tests/test-md4.c: Likewise.
31767         * tests/test-mkdir.h: Likewise.
31768         * tests/test-rename.c: Likewise.
31769         * tests/test-rename.h: Likewise.
31770         * tests/test-safe-alloc.c: Likewise.
31771         * tests/test-utimens-common.h: Likewise.
31772         * tests/test-utimens.h: Likewise.
31773
31774         maint: sync license texts
31775         * config/srclist.txt: Add gpl-1.3.texi, lgpl-1.3.texi.
31776         * doc/gpl-3.0.texi: Revert copyright year update.
31777         * doc/lgpl-3.0.texi: Likewise.
31778
31779 2009-12-29  Jim Meyering  <meyering@redhat.com>
31780
31781         update nearly all FSF copyright year lists to include 2009
31782         The files named by the following are exempted:
31783             grep -v '^#' config/srclist.txt|grep -v '^$' | while read src dst; do
31784               test -f "$dst" && { echo "$dst"; continue; }
31785               test -d "$dst" || continue
31786               echo "$dst"/$(basename "$src")
31787             done > exempt
31788             git ls-files tests/unictype >> exempt
31789         In the remaining files, convert to all-interval notation if
31790         - there is already at least one year interval like 2000-2003
31791         - the file is maintained by me
31792         - the file is in lib/uni*/, where that style already prevails
31793         Otherwise, use update-copyright's default.
31794
31795 2009-12-29  Simon Josefsson  <simon@josefsson.org>
31796         and Eric Blake  <ebb9@byu.net>
31797
31798         tests: don't require debug system() to pass
31799         * tests/test-lstat.h (test_lstat_func): Move debug cleanup...
31800         * tests/test-rmdir.h (test_rmdir_func): Likewise.
31801         * tests/test-unlink.h (test_unlink_func): Likewise.
31802         * tests/test-fstatat.c (main): ...into callers.
31803         * tests/test-lstat.c (main): Likewise.
31804         * tests/test-rmdir.c (main): Likewise.
31805         * tests/test-unlink.c (main): Likewise.
31806         * tests/test-unlinkat.c (main): Likewise.
31807         * tests/test-areadlink-with-size.c (main): Don't require a
31808         debug-only system call to pass, aiding cross-testing to mingw.
31809         * tests/test-areadlink.c (main): Likewise.
31810         * tests/test-areadlinkat-with-size.c (main): Likewise.
31811         * tests/test-areadlinkat.c (main): Likewise.
31812         * tests/test-canonicalize-lgpl.c (main): Likewise.
31813         * tests/test-canonicalize.c (main): Likewise.
31814         * tests/test-chown.c (main): Likewise.
31815         * tests/test-fchownat.c (main): Likewise.
31816         * tests/test-lchown.c (main): Likewise.
31817         * tests/test-fdutimensat.c (main): Likewise.
31818         * tests/test-futimens.c (main): Likewise.
31819         * tests/test-link.c (main): Likewise.
31820         * tests/test-linkat.c (main): Likewise.
31821         * tests/test-mkdir.c (main): Likewise.
31822         * tests/test-mkdirat.c (main): Likewise.
31823         * tests/test-mkfifo.c (main): Likewise.
31824         * tests/test-mkfifoat.c (main): Likewise.
31825         * tests/test-mknod.c (main): Likewise.
31826         * tests/test-readlink.c (main): Likewise.
31827         * tests/test-remove.c (main): Likewise.
31828         * tests/test-rename.c (main): Likewise.
31829         * tests/test-renameat.c (main): Likewise.
31830         * tests/test-symlink.c (main): Likewise.
31831         * tests/test-symlinkat.c (main): Likewise.
31832         * tests/test-utimens.c (main): Likewise.
31833         * tests/test-utimensat.c (main): Likewise.
31834
31835 2009-12-29  Simon Josefsson  <simon@josefsson.org>
31836
31837         * modules/selinux-h (selinux/selinux.h, selinux/context.h): Depend
31838         on $(UNUSED_PARAMETER_H) to avoid build failure.
31839
31840 2009-12-28  Jim Meyering  <meyering@redhat.com>
31841
31842         update-copyright: you may specify a max. line length other than 72
31843         * build-aux/update-copyright: Honor $UPDATE_COPYRIGHT_MAX_LINE_LENGTH.
31844
31845         maint: use consistent FSF copyright line syntax
31846         * lib/posixtm.c: Add missing comma in FSF copyright line.
31847         * lib/posixtm.h: Likewise.
31848         * lib/getugroups.c: Add missing ", Inc.".
31849
31850         pmccabe2html: emit consistent FSF copyright; remove trailing blanks
31851         * build-aux/pmccabe2html: Insert comma before "Inc." in emitted
31852         FSF copyright line.  Remove trailing blanks.
31853
31854 2009-12-28  Eric Blake  <ebb9@byu.net>
31855
31856         test-dup2: reduce dependencies
31857         * modules/cloexec (Configure.ac): Set witness.
31858         * modules/dup2-tests (Depends-on): Drop cloexec.
31859         * tests/test-dup2.c (main): Skip portion of test if cloexec module
31860         not present.
31861         Suggested by Bruno Haible.
31862
31863 2009-12-26  Bruno Haible  <bruno@clisp.org>
31864
31865         Remove an unneeded dependency.
31866         * modules/fseterr (Depends-on): Remove dup2.
31867
31868 2009-12-26  Eric Blake  <ebb9@byu.net>
31869
31870         tests: use macros.h in more places
31871         * tests/macros.h (ASSERT): Depend on ASSERT_STREAM.
31872         (ASSERT_STREAM): Provide default of stderr.
31873         * tests/test-dirent-safer.c: Include macros.h, using alternate
31874         stream for assertions.
31875         * tests/test-dup-safer.c: Likewise.
31876         * tests/test-freopen-safer.c: Likewise.
31877         * tests/test-getopt.c: Likewise.
31878         * tests/test-openat-safer.c: Likewise.
31879         * tests/test-pipe.c: Likewise.
31880         * tests/test-popen-safer.c: Likewise.
31881         * modules/dirent-safer-tests (Files): Include macros.h.
31882         * modules/unistd-safer-tests (Files): Likewise.
31883         * modules/freopen-safer-tests (Files): Likewise.
31884         * modules/getopt-posix-tests (Files): Likewise.
31885         * modules/openat-safer-tests (Files): Likewise.
31886         * modules/pipe-tests (Files): Likewise.
31887
31888 2009-12-26  Bruno Haible  <bruno@clisp.org>
31889
31890         javacomp: Portability fix.
31891         * m4/javacomp.m4 (gt_JAVACOMP): Fix creation of conftestver.class so
31892         that it also works on Solaris.
31893
31894 2009-12-26  Bruno Haible  <bruno@clisp.org>
31895
31896         localename: Fix storage allocation of gl_locale_name_thread's result.
31897         * lib/localename.c (SIZE_BITS, string_hash, struct hash_node,
31898         HASH_TABLE_SIZE, struniq_hash_table, struniq_lock, struniq): Define on
31899         all platforms that have 'uselocale'.
31900         (gl_locale_name_thread_unsafe): New function, extracted from
31901         gl_locale_name_thread.
31902         (gl_locale_name_thread): Call struniq on all platforms that have
31903         'uselocale'.
31904         * tests/test-localename.c (test_locale_name_thread): Check that the
31905         resulting strings are permanently allocated.
31906         * modules/localename-tests (Depends-on): Add strdup.
31907
31908 2009-12-26  Bruno Haible  <bruno@clisp.org>
31909
31910         * tests/test-localename.c (categories): Fill in the strings.
31911
31912 2009-12-26  Jim Meyering  <meyering@redhat.com>
31913
31914         isdir: complete the removal of m4/isdir.m4
31915         * modules/isdir (configure.ac): Remove reference to gl_ISDIR.
31916
31917         isdir: clean up, since at least grep still uses it
31918         * lib/isdir.c: Include "isdir.h".
31919         (S_ISDIR): Remove now-unneeded definition.
31920         * modules/isdir (Files): Add lib/isdir.h.
31921         * lib/isdir.h: New file, with declaration.
31922         * m4/isdir.m4: Remove file -- unneeded.
31923
31924 2009-12-25  Bruno Haible  <bruno@clisp.org>
31925
31926         selinux-h: Make generated .h files standalone.
31927         * lib/se-context.in.h: Arrange to include _GL_UNUSED_PARAMETER
31928         definition. Use _GL_UNUSED_PARAMETER instead of _GL_UNUSED.
31929         * lib/se-selinux.in.h: Likewise.
31930         * modules/selinux-h (Depends-on): Add unused-parameter.
31931         (Makefile.am): Insert definition of _GL_UNUSED_PARAMETER into
31932         selinux/selinux.h and selinux/context.h.
31933         Suggested by Eric Blake.
31934
31935 2009-12-25  Bruno Haible  <bruno@clisp.org>
31936
31937         Move gl_FCNTL_O_FLAGS to a separate .m4 file.
31938         * m4/fcntl-o.m4: New file, extracted from m4/fcntl_h.m4.
31939         * m4/fcntl_h.m4 (gl_FCNTL_O_FLAGS): Remove macro.
31940         * modules/fcntl-h (Files): Add m4/fcntl-o.m4.
31941         * modules/localcharset (Files): Likewise. Remove m4/fcntl_h.m4.
31942
31943 2009-12-24  Bruno Haible  <bruno@clisp.org>
31944
31945         openat: Fix warning.
31946         * lib/openat-proc.c: Include <unistd.h>.
31947
31948 2009-12-24  Bruno Haible  <bruno@clisp.org>
31949
31950         New module 'unused-parameter'.
31951         * build-aux/unused-parameter.h: New file, extracted from earlier
31952         gnulib-common.m4.
31953         * modules/unused-parameter: New file.
31954         * lib/unistr.h: Include unused-parameter.h.
31955         (u32_mbtouc_unsafe, u32_mbtouc): Use _GL_UNUSED_PARAMETER instead of
31956         _GL_UNUSED.
31957         * modules/unistr/base (Depends-on): Add unused-parameter.
31958
31959 2009-12-24  Bruno Haible  <bruno@clisp.org>
31960
31961         Add missing dependencies to 'extensions' module.
31962         * m4/extensions.m4: Add comment.
31963         * modules/accept4 (Depends-on): Add extensions.
31964         * modules/dup3 (Depends-on): Likewise.
31965         * modules/fcntl (Depends-on): Likewise.
31966         * modules/futimens (Depends-on): Likewise.
31967         * modules/mknod (Depends-on): Likewise.
31968         * modules/pipe2 (Depends-on): Likewise.
31969         * modules/stat-time (Depends-on): Likewise.
31970         * modules/strcasestr-simple (Depends-on): Likewise.
31971         * modules/strsignal (Depends-on): Likewise.
31972         * modules/utimensat (Depends-on): Likewise.
31973         * modules/localcharset (Depends-on): Likewise. Needed because of
31974         gl_FCNTL_O_FLAGS.
31975         * modules/wcrtomb (Depends-on): Likewise. Needed because of
31976         AC_TYPE_MBSTATE_T.
31977         * modules/wcsnrtombs (Depends-on): Likewise.
31978         * modules/wcsrtombs (Depends-on): Likewise.
31979
31980 2009-12-24  Bruno Haible  <bruno@clisp.org>
31981
31982         binary-io: Avoid gcc warning due to SET_BINARY.
31983         * lib/binary-io.h (SET_BINARY): Cast the result to void.
31984         Reported by Jim Meyering <jim@meyering.net>. Suggestion by Eric Blake.
31985
31986 2009-12-24  Bruno Haible  <bruno@clisp.org>
31987
31988         Avoid future namespace pollution on glibc systems.
31989         * lib/arpa_inet.in.h: Don't include <sys/socket.h> on glibc systems.
31990         * lib/sys_ioctl.in.h: Don't include <unistd.h> on glibc systems.
31991         * lib/sys_select.in.h: Don't include <sys/time.h> and <string.h> on
31992         glibc systems.
31993
31994 2009-12-24  Bruno Haible  <bruno@clisp.org>
31995
31996         Refactor common macros used in tests.
31997         * tests/macros.h: New file.
31998         * tests/test-areadlink.c: Include macros.h. Don't include <stdio.h>
31999         and/or <stdlib.h>, if appropriate.
32000         (ASSERT, SIZEOF): Remove macros.
32001         * tests/test-areadlink-with-size.c: Likewise.
32002         * tests/test-areadlinkat.c: Likewise.
32003         * tests/test-areadlinkat-with-size.c: Likewise.
32004         * tests/test-argmatch.c: Likewise.
32005         * tests/test-argv-iter.c: Likewise.
32006         * tests/test-array-mergesort.c: Likewise.
32007         * tests/test-array_list.c: Likewise.
32008         * tests/test-array_oset.c: Likewise.
32009         * tests/test-avltree_list.c: Likewise.
32010         * tests/test-avltree_oset.c: Likewise.
32011         * tests/test-avltreehash_list.c: Likewise.
32012         * tests/test-base64.c: Likewise.
32013         * tests/test-binary-io.c: Likewise.
32014         * tests/test-bitrotate.c: Likewise.
32015         * tests/test-btowc.c: Likewise.
32016         * tests/test-byteswap.c: Likewise.
32017         * tests/test-c-ctype.c: Likewise.
32018         * tests/test-c-stack.c: Likewise.
32019         * tests/test-c-strcasecmp.c: Likewise.
32020         * tests/test-c-strcasestr.c: Likewise.
32021         * tests/test-c-strncasecmp.c: Likewise.
32022         * tests/test-c-strstr.c: Likewise.
32023         * tests/test-canonicalize-lgpl.c: Likewise.
32024         * tests/test-canonicalize.c: Likewise.
32025         * tests/test-carray_list.c: Likewise.
32026         * tests/test-ceilf1.c: Likewise.
32027         * tests/test-ceilf2.c: Likewise.
32028         * tests/test-ceill.c: Likewise.
32029         * tests/test-chown.c: Likewise.
32030         * tests/test-cloexec.c: Likewise.
32031         * tests/test-copy-acl.c: Likewise.
32032         * tests/test-copy-file.c: Likewise.
32033         * tests/test-count-one-bits.c: Likewise.
32034         * tests/test-dprintf-posix.c: Likewise.
32035         * tests/test-dup2.c: Likewise.
32036         * tests/test-dup3.c: Likewise.
32037         * tests/test-duplocale.c: Likewise.
32038         * tests/test-fbufmode.c: Likewise.
32039         * tests/test-fchdir.c: Likewise.
32040         * tests/test-fchownat.c: Likewise.
32041         * tests/test-fcntl-safer.c: Likewise.
32042         * tests/test-fcntl.c: Likewise.
32043         * tests/test-fdopendir.c: Likewise.
32044         * tests/test-fdutimensat.c: Likewise.
32045         * tests/test-fflush2.c: Likewise.
32046         * tests/test-file-has-acl.c: Likewise.
32047         * tests/test-filevercmp.c: Likewise.
32048         * tests/test-flock.c: Likewise.
32049         * tests/test-floorf1.c: Likewise.
32050         * tests/test-floorf2.c: Likewise.
32051         * tests/test-floorl.c: Likewise.
32052         * tests/test-fnmatch.c: Likewise.
32053         * tests/test-fopen.h: Likewise.
32054         * tests/test-fpending.c: Likewise.
32055         * tests/test-fprintf-posix.c: Likewise.
32056         * tests/test-fpurge.c: Likewise.
32057         * tests/test-freadable.c: Likewise.
32058         * tests/test-freadahead.c: Likewise.
32059         * tests/test-freading.c: Likewise.
32060         * tests/test-freadptr.c: Likewise.
32061         * tests/test-freadptr2.c: Likewise.
32062         * tests/test-freadseek.c: Likewise.
32063         * tests/test-freopen.c: Likewise.
32064         * tests/test-frexp.c: Likewise.
32065         * tests/test-frexpl.c: Likewise.
32066         * tests/test-fseek.c: Likewise.
32067         * tests/test-fseeko.c: Likewise.
32068         * tests/test-fstatat.c: Likewise.
32069         * tests/test-fstrcmp.c: Likewise.
32070         * tests/test-fsync.c: Likewise.
32071         * tests/test-ftell.c: Likewise.
32072         * tests/test-ftello.c: Likewise.
32073         * tests/test-func.c: Likewise.
32074         * tests/test-futimens.c: Likewise.
32075         * tests/test-fwritable.c: Likewise.
32076         * tests/test-fwriting.c: Likewise.
32077         * tests/test-getcwd.c: Likewise.
32078         * tests/test-getdate.c: Likewise.
32079         * tests/test-getdelim.c: Likewise.
32080         * tests/test-getdtablesize.c: Likewise.
32081         * tests/test-getgroups.c: Likewise.
32082         * tests/test-getline.c: Likewise.
32083         * tests/test-getndelim2.c: Likewise.
32084         * tests/test-glob.c: Likewise.
32085         * tests/test-hash.c: Likewise.
32086         * tests/test-i-ring.c: Likewise.
32087         * tests/test-iconv-utf.c: Likewise.
32088         * tests/test-iconv.c: Likewise.
32089         * tests/test-idpriv-drop.c: Likewise.
32090         * tests/test-idpriv-droptemp.c: Likewise.
32091         * tests/test-inet_ntop.c: Likewise.
32092         * tests/test-inet_pton.c: Likewise.
32093         * tests/test-isblank.c: Likewise.
32094         * tests/test-isfinite.c: Likewise.
32095         * tests/test-isinf.c: Likewise.
32096         * tests/test-isnan.c: Likewise.
32097         * tests/test-isnand.h: Likewise.
32098         * tests/test-isnanf.h: Likewise.
32099         * tests/test-isnanl.h: Likewise.
32100         * tests/test-lchown.c: Likewise.
32101         * tests/test-ldexpl.c: Likewise.
32102         * tests/test-link.c: Likewise.
32103         * tests/test-linkat.c: Likewise.
32104         * tests/test-linked_list.c: Likewise.
32105         * tests/test-linkedhash_list.c: Likewise.
32106         * tests/test-localename.c: Likewise.
32107         * tests/test-lseek.c: Likewise.
32108         * tests/test-lstat.c: Likewise.
32109         * tests/test-mbmemcasecmp.c: Likewise.
32110         * tests/test-mbmemcasecoll.c: Likewise.
32111         * tests/test-mbrtowc.c: Likewise.
32112         * tests/test-mbscasecmp.c: Likewise.
32113         * tests/test-mbscasestr1.c: Likewise.
32114         * tests/test-mbscasestr2.c: Likewise.
32115         * tests/test-mbscasestr3.c: Likewise.
32116         * tests/test-mbscasestr4.c: Likewise.
32117         * tests/test-mbschr.c: Likewise.
32118         * tests/test-mbscspn.c: Likewise.
32119         * tests/test-mbsinit.c: Likewise.
32120         * tests/test-mbsncasecmp.c: Likewise.
32121         * tests/test-mbsnrtowcs.c: Likewise.
32122         * tests/test-mbspbrk.c: Likewise.
32123         * tests/test-mbspcasecmp.c: Likewise.
32124         * tests/test-mbsrchr.c: Likewise.
32125         * tests/test-mbsrtowcs.c: Likewise.
32126         * tests/test-mbsspn.c: Likewise.
32127         * tests/test-mbsstr1.c: Likewise.
32128         * tests/test-mbsstr2.c: Likewise.
32129         * tests/test-mbsstr3.c: Likewise.
32130         * tests/test-memchr.c: Likewise.
32131         * tests/test-memchr2.c: Likewise.
32132         * tests/test-memcmp.c: Likewise.
32133         * tests/test-memmem.c: Likewise.
32134         * tests/test-memrchr.c: Likewise.
32135         * tests/test-mkdir.c: Likewise.
32136         * tests/test-mkdirat.c: Likewise.
32137         * tests/test-mkfifo.c: Likewise.
32138         * tests/test-mkfifoat.c: Likewise.
32139         * tests/test-mknod.c: Likewise.
32140         * tests/test-nanosleep.c: Likewise.
32141         * tests/test-nl_langinfo.c: Likewise.
32142         * tests/test-obstack-printf.c: Likewise.
32143         * tests/test-open.c: Likewise.
32144         * tests/test-openat.c: Likewise.
32145         * tests/test-pipe-filter-gi1.c: Likewise.
32146         * tests/test-pipe-filter-gi2-main.c: Likewise.
32147         * tests/test-pipe-filter-ii1.c: Likewise.
32148         * tests/test-pipe-filter-ii2-main.c: Likewise.
32149         * tests/test-pipe2.c: Likewise.
32150         * tests/test-popen.h: Likewise.
32151         * tests/test-posixtm.c: Likewise.
32152         * tests/test-pread.c: Likewise.
32153         * tests/test-printf-frexp.c: Likewise.
32154         * tests/test-printf-frexpl.c: Likewise.
32155         * tests/test-printf-posix.c: Likewise.
32156         * tests/test-priv-set.c: Likewise.
32157         * tests/test-quotearg.c: Likewise.
32158         * tests/test-random_r.c: Likewise.
32159         * tests/test-rawmemchr.c: Likewise.
32160         * tests/test-rbtree_list.c: Likewise.
32161         * tests/test-rbtree_oset.c: Likewise.
32162         * tests/test-rbtreehash_list.c: Likewise.
32163         * tests/test-readlink.c: Likewise.
32164         * tests/test-remove.c: Likewise.
32165         * tests/test-rename.c: Likewise.
32166         * tests/test-renameat.c: Likewise.
32167         * tests/test-rmdir.c: Likewise.
32168         * tests/test-round1.c: Likewise.
32169         * tests/test-roundf1.c: Likewise.
32170         * tests/test-roundl.c: Likewise.
32171         * tests/test-safe-alloc.c: Likewise.
32172         * tests/test-sameacls.c: Likewise.
32173         * tests/test-set-mode-acl.c: Likewise.
32174         * tests/test-setenv.c: Likewise.
32175         * tests/test-sigaction.c: Likewise.
32176         * tests/test-signbit.c: Likewise.
32177         * tests/test-sleep.c: Likewise.
32178         * tests/test-snprintf-posix.c: Likewise.
32179         * tests/test-snprintf.c: Likewise.
32180         * tests/test-sprintf-posix.c: Likewise.
32181         * tests/test-stat-time.c: Likewise.
32182         * tests/test-stat.c: Likewise.
32183         * tests/test-strcasestr.c: Likewise.
32184         * tests/test-strchrnul.c: Likewise.
32185         * tests/test-strerror.c: Likewise.
32186         * tests/test-striconv.c: Likewise.
32187         * tests/test-striconveh.c: Likewise.
32188         * tests/test-striconveha.c: Likewise.
32189         * tests/test-strsignal.c: Likewise.
32190         * tests/test-strstr.c: Likewise.
32191         * tests/test-strtod.c: Likewise.
32192         * tests/test-strverscmp.c: Likewise.
32193         * tests/test-symlink.c: Likewise.
32194         * tests/test-symlinkat.c: Likewise.
32195         * tests/test-trunc1.c: Likewise.
32196         * tests/test-trunc2.c: Likewise.
32197         * tests/test-truncf1.c: Likewise.
32198         * tests/test-truncf2.c: Likewise.
32199         * tests/test-truncl.c: Likewise.
32200         * tests/test-uname.c: Likewise.
32201         * tests/test-unlink.c: Likewise.
32202         * tests/test-unlinkat.c: Likewise.
32203         * tests/test-unsetenv.c: Likewise.
32204         * tests/test-usleep.c: Likewise.
32205         * tests/test-utimens.c: Likewise.
32206         * tests/test-utimensat.c: Likewise.
32207         * tests/test-vasnprintf-posix.c: Likewise.
32208         * tests/test-vasnprintf-posix2.c: Likewise.
32209         * tests/test-vasnprintf.c: Likewise.
32210         * tests/test-vasprintf-posix.c: Likewise.
32211         * tests/test-vasprintf.c: Likewise.
32212         * tests/test-vdprintf-posix.c: Likewise.
32213         * tests/test-vfprintf-posix.c: Likewise.
32214         * tests/test-vprintf-posix.c: Likewise.
32215         * tests/test-vsnprintf-posix.c: Likewise.
32216         * tests/test-vsnprintf.c: Likewise.
32217         * tests/test-vsprintf-posix.c: Likewise.
32218         * tests/test-wcrtomb.c: Likewise.
32219         * tests/test-wcsnrtombs.c: Likewise.
32220         * tests/test-wcsrtombs.c: Likewise.
32221         * tests/test-wctype.c: Likewise.
32222         * tests/test-wcwidth.c: Likewise.
32223         * tests/test-xfprintf-posix.c: Likewise.
32224         * tests/test-xmemdup0.c: Likewise.
32225         * tests/test-xprintf-posix.c: Likewise.
32226         * tests/test-xvasprintf.c: Likewise.
32227         * tests/unicase/test-locale-language.c: Likewise.
32228         * tests/unicase/test-mapping-part1.h: Likewise.
32229         * tests/unicase/test-predicate-part1.h: Likewise.
32230         * tests/unicase/test-u8-casecmp.c: Likewise.
32231         * tests/unicase/test-u8-casecoll.c: Likewise.
32232         * tests/unicase/test-u8-casefold.c: Likewise.
32233         * tests/unicase/test-u8-is-cased.c: Likewise.
32234         * tests/unicase/test-u8-is-casefolded.c: Likewise.
32235         * tests/unicase/test-u8-is-lowercase.c: Likewise.
32236         * tests/unicase/test-u8-is-titlecase.c: Likewise.
32237         * tests/unicase/test-u8-is-uppercase.c: Likewise.
32238         * tests/unicase/test-u8-tolower.c: Likewise.
32239         * tests/unicase/test-u8-totitle.c: Likewise.
32240         * tests/unicase/test-u8-toupper.c: Likewise.
32241         * tests/unicase/test-u16-casecmp.c: Likewise.
32242         * tests/unicase/test-u16-casecoll.c: Likewise.
32243         * tests/unicase/test-u16-casefold.c: Likewise.
32244         * tests/unicase/test-u16-is-cased.c: Likewise.
32245         * tests/unicase/test-u16-is-casefolded.c: Likewise.
32246         * tests/unicase/test-u16-is-lowercase.c: Likewise.
32247         * tests/unicase/test-u16-is-titlecase.c: Likewise.
32248         * tests/unicase/test-u16-is-uppercase.c: Likewise.
32249         * tests/unicase/test-u16-tolower.c: Likewise.
32250         * tests/unicase/test-u16-totitle.c: Likewise.
32251         * tests/unicase/test-u16-toupper.c: Likewise.
32252         * tests/unicase/test-u32-casecmp.c: Likewise.
32253         * tests/unicase/test-u32-casecoll.c: Likewise.
32254         * tests/unicase/test-u32-casefold.c: Likewise.
32255         * tests/unicase/test-u32-is-cased.c: Likewise.
32256         * tests/unicase/test-u32-is-casefolded.c: Likewise.
32257         * tests/unicase/test-u32-is-lowercase.c: Likewise.
32258         * tests/unicase/test-u32-is-titlecase.c: Likewise.
32259         * tests/unicase/test-u32-is-uppercase.c: Likewise.
32260         * tests/unicase/test-u32-tolower.c: Likewise.
32261         * tests/unicase/test-u32-totitle.c: Likewise.
32262         * tests/unicase/test-u32-toupper.c: Likewise.
32263         * tests/unicase/test-ulc-casecmp.c: Likewise.
32264         * tests/unicase/test-ulc-casecoll.c: Likewise.
32265         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
32266         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
32267         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
32268         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
32269         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
32270         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
32271         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
32272         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
32273         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
32274         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
32275         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
32276         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
32277         * tests/unictype/test-bidi_byname.c: Likewise.
32278         * tests/unictype/test-bidi_name.c: Likewise.
32279         * tests/unictype/test-bidi_of.c: Likewise.
32280         * tests/unictype/test-bidi_test.c: Likewise.
32281         * tests/unictype/test-block_list.c: Likewise.
32282         * tests/unictype/test-block_of.c: Likewise.
32283         * tests/unictype/test-block_test.c: Likewise.
32284         * tests/unictype/test-categ_and.c: Likewise.
32285         * tests/unictype/test-categ_and_not.c: Likewise.
32286         * tests/unictype/test-categ_byname.c: Likewise.
32287         * tests/unictype/test-categ_name.c: Likewise.
32288         * tests/unictype/test-categ_none.c: Likewise.
32289         * tests/unictype/test-categ_of.c: Likewise.
32290         * tests/unictype/test-categ_or.c: Likewise.
32291         * tests/unictype/test-categ_test_withtable.c: Likewise.
32292         * tests/unictype/test-combining.c: Likewise.
32293         * tests/unictype/test-decdigit.c: Likewise.
32294         * tests/unictype/test-digit.c: Likewise.
32295         * tests/unictype/test-mirror.c: Likewise.
32296         * tests/unictype/test-numeric.c: Likewise.
32297         * tests/unictype/test-pr_byname.c: Likewise.
32298         * tests/unictype/test-pr_test.c: Likewise.
32299         * tests/unictype/test-predicate-part1.h: Likewise.
32300         * tests/unictype/test-scripts.c: Likewise.
32301         * tests/unictype/test-sy_c_ident.c: Likewise.
32302         * tests/unictype/test-sy_java_ident.c: Likewise.
32303         * tests/unilbrk/test-u8-possible-linebreaks.c: Likewise.
32304         * tests/unilbrk/test-u8-width-linebreaks.c: Likewise.
32305         * tests/unilbrk/test-u16-possible-linebreaks.c: Likewise.
32306         * tests/unilbrk/test-u16-width-linebreaks.c: Likewise.
32307         * tests/unilbrk/test-u32-possible-linebreaks.c: Likewise.
32308         * tests/unilbrk/test-u32-width-linebreaks.c: Likewise.
32309         * tests/unilbrk/test-ulc-possible-linebreaks.c: Likewise.
32310         * tests/unilbrk/test-ulc-width-linebreaks.c: Likewise.
32311         * tests/uninorm/test-canonical-decomposition.c: Likewise.
32312         * tests/uninorm/test-compat-decomposition.c: Likewise.
32313         * tests/uninorm/test-composition.c: Likewise.
32314         * tests/uninorm/test-decomposing-form.c: Likewise.
32315         * tests/uninorm/test-decomposition.c: Likewise.
32316         * tests/uninorm/test-u8-nfc.c: Likewise.
32317         * tests/uninorm/test-u8-nfd.c: Likewise.
32318         * tests/uninorm/test-u8-nfkc.c: Likewise.
32319         * tests/uninorm/test-u8-nfkd.c: Likewise.
32320         * tests/uninorm/test-u8-normcmp.c: Likewise.
32321         * tests/uninorm/test-u8-normcoll.c: Likewise.
32322         * tests/uninorm/test-u16-nfc.c: Likewise.
32323         * tests/uninorm/test-u16-nfd.c: Likewise.
32324         * tests/uninorm/test-u16-nfkc.c: Likewise.
32325         * tests/uninorm/test-u16-nfkd.c: Likewise.
32326         * tests/uninorm/test-u16-normcmp.c: Likewise.
32327         * tests/uninorm/test-u16-normcoll.c: Likewise.
32328         * tests/uninorm/test-u32-nfc.c: Likewise.
32329         * tests/uninorm/test-u32-nfd.c: Likewise.
32330         * tests/uninorm/test-u32-nfkc.c: Likewise.
32331         * tests/uninorm/test-u32-nfkd.c: Likewise.
32332         * tests/uninorm/test-u32-normalize-big.c: Likewise.
32333         * tests/uninorm/test-u32-normcmp.c: Likewise.
32334         * tests/uninorm/test-u32-normcoll.c: Likewise.
32335         * tests/uninorm/test-uninorm-filter-nfc.c: Likewise.
32336         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
32337         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
32338         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
32339         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
32340         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
32341         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
32342         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
32343         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
32344         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
32345         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
32346         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
32347         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
32348         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
32349         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
32350         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
32351         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
32352         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
32353         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
32354         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
32355         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
32356         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
32357         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
32358         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
32359         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
32360         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
32361         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
32362         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
32363         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
32364         * tests/uniwbrk/test-u8-wordbreaks.c: Likewise.
32365         * tests/uniwbrk/test-u16-wordbreaks.c: Likewise.
32366         * tests/uniwbrk/test-u32-wordbreaks.c: Likewise.
32367         * tests/uniwbrk/test-ulc-wordbreaks.c: Likewise.
32368         * tests/uniwidth/test-u8-strwidth.c: Likewise.
32369         * tests/uniwidth/test-u8-width.c: Likewise.
32370         * tests/uniwidth/test-u16-strwidth.c: Likewise.
32371         * tests/uniwidth/test-u16-width.c: Likewise.
32372         * tests/uniwidth/test-u32-strwidth.c: Likewise.
32373         * tests/uniwidth/test-u32-width.c: Likewise.
32374         * tests/uniwidth/test-uc_width.c: Likewise.
32375         * tests/uniwidth/test-uc_width2.c: Likewise.
32376         * modules/acl-tests (Files): Add tests/macros.h.
32377         * modules/areadlink-tests (Files): Likewise.
32378         * modules/areadlink-with-size-tests (Files): Likewise.
32379         * modules/areadlinkat-tests (Files): Likewise.
32380         * modules/areadlinkat-with-size-tests (Files): Likewise.
32381         * modules/argmatch-tests (Files): Likewise.
32382         * modules/argv-iter-tests (Files): Likewise.
32383         * modules/array-list-tests (Files): Likewise.
32384         * modules/array-mergesort-tests (Files): Likewise.
32385         * modules/array-oset-tests (Files): Likewise.
32386         * modules/avltree-list-tests (Files): Likewise.
32387         * modules/avltree-oset-tests (Files): Likewise.
32388         * modules/avltreehash-list-tests (Files): Likewise.
32389         * modules/base64-tests (Files): Likewise.
32390         * modules/binary-io-tests (Files): Likewise.
32391         * modules/bitrotate-tests (Files): Likewise.
32392         * modules/btowc-tests (Files): Likewise.
32393         * modules/byteswap-tests (Files): Likewise.
32394         * modules/c-ctype-tests (Files): Likewise.
32395         * modules/c-stack-tests (Files): Likewise.
32396         * modules/c-strcase-tests (Files): Likewise.
32397         * modules/c-strcasestr-tests (Files): Likewise.
32398         * modules/c-strstr-tests (Files): Likewise.
32399         * modules/canonicalize-lgpl-tests (Files): Likewise.
32400         * modules/canonicalize-tests (Files): Likewise.
32401         * modules/carray-list-tests (Files): Likewise.
32402         * modules/ceilf-tests (Files): Likewise.
32403         * modules/ceill-tests (Files): Likewise.
32404         * modules/chown-tests (Files): Likewise.
32405         * modules/cloexec-tests (Files): Likewise.
32406         * modules/copy-file-tests (Files): Likewise.
32407         * modules/count-one-bits-tests (Files): Likewise.
32408         * modules/dprintf-posix-tests (Files): Likewise.
32409         * modules/dup2-tests (Files): Likewise.
32410         * modules/dup3-tests (Files): Likewise.
32411         * modules/duplocale-tests (Files): Likewise.
32412         * modules/fbufmode-tests (Files): Likewise.
32413         * modules/fchdir-tests (Files): Likewise.
32414         * modules/fcntl-safer-tests (Files): Likewise.
32415         * modules/fcntl-tests (Files): Likewise.
32416         * modules/fdopendir-tests (Files): Likewise.
32417         * modules/fdutimensat-tests (Files): Likewise.
32418         * modules/fflush-tests (Files): Likewise.
32419         * modules/filevercmp-tests (Files): Likewise.
32420         * modules/flock-tests (Files): Likewise.
32421         * modules/floorf-tests (Files): Likewise.
32422         * modules/floorl-tests (Files): Likewise.
32423         * modules/fnmatch-tests (Files): Likewise.
32424         * modules/fopen-safer-tests (Files): Likewise.
32425         * modules/fopen-tests (Files): Likewise.
32426         * modules/fpending-tests (Files): Likewise.
32427         * modules/fprintf-posix-tests (Files): Likewise.
32428         * modules/fpurge-tests (Files): Likewise.
32429         * modules/freadable-tests (Files): Likewise.
32430         * modules/freadahead-tests (Files): Likewise.
32431         * modules/freading-tests (Files): Likewise.
32432         * modules/freadptr-tests (Files): Likewise.
32433         * modules/freadseek-tests (Files): Likewise.
32434         * modules/freopen-tests (Files): Likewise.
32435         * modules/frexp-nolibm-tests (Files): Likewise.
32436         * modules/frexp-tests (Files): Likewise.
32437         * modules/frexpl-nolibm-tests (Files): Likewise.
32438         * modules/frexpl-tests (Files): Likewise.
32439         * modules/fseek-tests (Files): Likewise.
32440         * modules/fseeko-tests (Files): Likewise.
32441         * modules/fstrcmp-tests (Files): Likewise.
32442         * modules/fsync-tests (Files): Likewise.
32443         * modules/ftell-tests (Files): Likewise.
32444         * modules/ftello-tests (Files): Likewise.
32445         * modules/func-tests (Files): Likewise.
32446         * modules/futimens-tests (Files): Likewise.
32447         * modules/fwritable-tests (Files): Likewise.
32448         * modules/fwriting-tests (Files): Likewise.
32449         * modules/getcwd-tests (Files): Likewise.
32450         * modules/getdate-tests (Files): Likewise.
32451         * modules/getdelim-tests (Files): Likewise.
32452         * modules/getdtablesize-tests (Files): Likewise.
32453         * modules/getgroups-tests (Files): Likewise.
32454         * modules/getline-tests (Files): Likewise.
32455         * modules/getndelim2-tests (Files): Likewise.
32456         * modules/glob-tests (Files): Likewise.
32457         * modules/hash-tests (Files): Likewise.
32458         * modules/i-ring-tests (Files): Likewise.
32459         * modules/iconv-tests (Files): Likewise.
32460         * modules/iconv_open-utf-tests (Files): Likewise.
32461         * modules/idpriv-drop-tests (Files): Likewise.
32462         * modules/idpriv-droptemp-tests (Files): Likewise.
32463         * modules/inet_ntop-tests (Files): Likewise.
32464         * modules/inet_pton-tests (Files): Likewise.
32465         * modules/isblank-tests (Files): Likewise.
32466         * modules/isfinite-tests (Files): Likewise.
32467         * modules/isinf-tests (Files): Likewise.
32468         * modules/isnan-tests (Files): Likewise.
32469         * modules/isnand-nolibm-tests (Files): Likewise.
32470         * modules/isnand-tests (Files): Likewise.
32471         * modules/isnanf-nolibm-tests (Files): Likewise.
32472         * modules/isnanf-tests (Files): Likewise.
32473         * modules/isnanl-nolibm-tests (Files): Likewise.
32474         * modules/isnanl-tests (Files): Likewise.
32475         * modules/lchown-tests (Files): Likewise.
32476         * modules/ldexpl-tests (Files): Likewise.
32477         * modules/link-tests (Files): Likewise.
32478         * modules/linkat-tests (Files): Likewise.
32479         * modules/linked-list-tests (Files): Likewise.
32480         * modules/linkedhash-list-tests (Files): Likewise.
32481         * modules/localename-tests (Files): Likewise.
32482         * modules/lseek-tests (Files): Likewise.
32483         * modules/lstat-tests (Files): Likewise.
32484         * modules/mbmemcasecmp-tests (Files): Likewise.
32485         * modules/mbmemcasecoll-tests (Files): Likewise.
32486         * modules/mbrtowc-tests (Files): Likewise.
32487         * modules/mbscasecmp-tests (Files): Likewise.
32488         * modules/mbscasestr-tests (Files): Likewise.
32489         * modules/mbschr-tests (Files): Likewise.
32490         * modules/mbscspn-tests (Files): Likewise.
32491         * modules/mbsinit-tests (Files): Likewise.
32492         * modules/mbsncasecmp-tests (Files): Likewise.
32493         * modules/mbsnrtowcs-tests (Files): Likewise.
32494         * modules/mbspbrk-tests (Files): Likewise.
32495         * modules/mbspcasecmp-tests (Files): Likewise.
32496         * modules/mbsrchr-tests (Files): Likewise.
32497         * modules/mbsrtowcs-tests (Files): Likewise.
32498         * modules/mbsspn-tests (Files): Likewise.
32499         * modules/mbsstr-tests (Files): Likewise.
32500         * modules/memchr-tests (Files): Likewise.
32501         * modules/memchr2-tests (Files): Likewise.
32502         * modules/memcmp-tests (Files): Likewise.
32503         * modules/memmem-tests (Files): Likewise.
32504         * modules/memrchr-tests (Files): Likewise.
32505         * modules/mkdir-tests (Files): Likewise.
32506         * modules/mkfifo-tests (Files): Likewise.
32507         * modules/mkfifoat-tests (Files): Likewise.
32508         * modules/mknod-tests (Files): Likewise.
32509         * modules/nanosleep-tests (Files): Likewise.
32510         * modules/nl_langinfo-tests (Files): Likewise.
32511         * modules/obstack-printf-tests (Files): Likewise.
32512         * modules/open-tests (Files): Likewise.
32513         * modules/openat-tests (Files): Likewise.
32514         * modules/pipe-filter-gi-tests (Files): Likewise.
32515         * modules/pipe-filter-ii-tests (Files): Likewise.
32516         * modules/pipe2-tests (Files): Likewise.
32517         * modules/popen-safer-tests (Files): Likewise.
32518         * modules/popen-tests (Files): Likewise.
32519         * modules/posixtm-tests (Files): Likewise.
32520         * modules/pread-tests (Files): Likewise.
32521         * modules/printf-frexp-tests (Files): Likewise.
32522         * modules/printf-frexpl-tests (Files): Likewise.
32523         * modules/printf-posix-tests (Files): Likewise.
32524         * modules/priv-set-tests (Files): Likewise.
32525         * modules/quotearg-tests (Files): Likewise.
32526         * modules/random_r-tests (Files): Likewise.
32527         * modules/rawmemchr-tests (Files): Likewise.
32528         * modules/rbtree-list-tests (Files): Likewise.
32529         * modules/rbtree-oset-tests (Files): Likewise.
32530         * modules/rbtreehash-list-tests (Files): Likewise.
32531         * modules/readlink-tests (Files): Likewise.
32532         * modules/remove-tests (Files): Likewise.
32533         * modules/rename-tests (Files): Likewise.
32534         * modules/renameat-tests (Files): Likewise.
32535         * modules/rmdir-tests (Files): Likewise.
32536         * modules/round-tests (Files): Likewise.
32537         * modules/roundf-tests (Files): Likewise.
32538         * modules/roundl-tests (Files): Likewise.
32539         * modules/safe-alloc-tests (Files): Likewise.
32540         * modules/setenv-tests (Files): Likewise.
32541         * modules/sigaction-tests (Files): Likewise.
32542         * modules/signbit-tests (Files): Likewise.
32543         * modules/sleep-tests (Files): Likewise.
32544         * modules/snprintf-posix-tests (Files): Likewise.
32545         * modules/snprintf-tests (Files): Likewise.
32546         * modules/sprintf-posix-tests (Files): Likewise.
32547         * modules/stat-tests (Files): Likewise.
32548         * modules/stat-time-tests (Files): Likewise.
32549         * modules/strcasestr-tests (Files): Likewise.
32550         * modules/strchrnul-tests (Files): Likewise.
32551         * modules/strerror-tests (Files): Likewise.
32552         * modules/striconv-tests (Files): Likewise.
32553         * modules/striconveh-tests (Files): Likewise.
32554         * modules/striconveha-tests (Files): Likewise.
32555         * modules/strsignal-tests (Files): Likewise.
32556         * modules/strstr-tests (Files): Likewise.
32557         * modules/strtod-tests (Files): Likewise.
32558         * modules/strverscmp-tests (Files): Likewise.
32559         * modules/symlink-tests (Files): Likewise.
32560         * modules/symlinkat-tests (Files): Likewise.
32561         * modules/trunc-tests (Files): Likewise.
32562         * modules/truncf-tests (Files): Likewise.
32563         * modules/truncl-tests (Files): Likewise.
32564         * modules/uname-tests (Files): Likewise.
32565         * modules/unicase/cased-tests (Files): Likewise.
32566         * modules/unicase/ignorable-tests (Files): Likewise.
32567         * modules/unicase/locale-language-tests (Files): Likewise.
32568         * modules/unicase/tolower-tests (Files): Likewise.
32569         * modules/unicase/totitle-tests (Files): Likewise.
32570         * modules/unicase/toupper-tests (Files): Likewise.
32571         * modules/unicase/u8-casecmp-tests (Files): Likewise.
32572         * modules/unicase/u8-casecoll-tests (Files): Likewise.
32573         * modules/unicase/u8-casefold-tests (Files): Likewise.
32574         * modules/unicase/u8-is-cased-tests (Files): Likewise.
32575         * modules/unicase/u8-is-casefolded-tests (Files): Likewise.
32576         * modules/unicase/u8-is-lowercase-tests (Files): Likewise.
32577         * modules/unicase/u8-is-titlecase-tests (Files): Likewise.
32578         * modules/unicase/u8-is-uppercase-tests (Files): Likewise.
32579         * modules/unicase/u8-tolower-tests (Files): Likewise.
32580         * modules/unicase/u8-totitle-tests (Files): Likewise.
32581         * modules/unicase/u8-toupper-tests (Files): Likewise.
32582         * modules/unicase/u16-casecmp-tests (Files): Likewise.
32583         * modules/unicase/u16-casecoll-tests (Files): Likewise.
32584         * modules/unicase/u16-casefold-tests (Files): Likewise.
32585         * modules/unicase/u16-is-cased-tests (Files): Likewise.
32586         * modules/unicase/u16-is-casefolded-tests (Files): Likewise.
32587         * modules/unicase/u16-is-lowercase-tests (Files): Likewise.
32588         * modules/unicase/u16-is-titlecase-tests (Files): Likewise.
32589         * modules/unicase/u16-is-uppercase-tests (Files): Likewise.
32590         * modules/unicase/u16-tolower-tests (Files): Likewise.
32591         * modules/unicase/u16-totitle-tests (Files): Likewise.
32592         * modules/unicase/u16-toupper-tests (Files): Likewise.
32593         * modules/unicase/u32-casecmp-tests (Files): Likewise.
32594         * modules/unicase/u32-casecoll-tests (Files): Likewise.
32595         * modules/unicase/u32-casefold-tests (Files): Likewise.
32596         * modules/unicase/u32-is-cased-tests (Files): Likewise.
32597         * modules/unicase/u32-is-casefolded-tests (Files): Likewise.
32598         * modules/unicase/u32-is-lowercase-tests (Files): Likewise.
32599         * modules/unicase/u32-is-titlecase-tests (Files): Likewise.
32600         * modules/unicase/u32-is-uppercase-tests (Files): Likewise.
32601         * modules/unicase/u32-tolower-tests (Files): Likewise.
32602         * modules/unicase/u32-totitle-tests (Files): Likewise.
32603         * modules/unicase/u32-toupper-tests (Files): Likewise.
32604         * modules/unicase/ulc-casecmp-tests (Files): Likewise.
32605         * modules/unicase/ulc-casecoll-tests (Files): Likewise.
32606         * modules/uniconv/u8-conv-from-enc-tests (Files): Likewise.
32607         * modules/uniconv/u8-conv-to-enc-tests (Files): Likewise.
32608         * modules/uniconv/u8-strconv-from-enc-tests (Files): Likewise.
32609         * modules/uniconv/u8-strconv-to-enc-tests (Files): Likewise.
32610         * modules/uniconv/u16-conv-from-enc-tests (Files): Likewise.
32611         * modules/uniconv/u16-conv-to-enc-tests (Files): Likewise.
32612         * modules/uniconv/u16-strconv-from-enc-tests (Files): Likewise.
32613         * modules/uniconv/u16-strconv-to-enc-tests (Files): Likewise.
32614         * modules/uniconv/u32-conv-from-enc-tests (Files): Likewise.
32615         * modules/uniconv/u32-conv-to-enc-tests (Files): Likewise.
32616         * modules/uniconv/u32-strconv-from-enc-tests (Files): Likewise.
32617         * modules/uniconv/u32-strconv-to-enc-tests (Files): Likewise.
32618         * modules/unictype/bidicategory-byname-tests (Files): Likewise.
32619         * modules/unictype/bidicategory-name-tests (Files): Likewise.
32620         * modules/unictype/bidicategory-of-tests (Files): Likewise.
32621         * modules/unictype/bidicategory-test-tests (Files): Likewise.
32622         * modules/unictype/block-list-tests (Files): Likewise.
32623         * modules/unictype/block-of-tests (Files): Likewise.
32624         * modules/unictype/block-test-tests (Files): Likewise.
32625         * modules/unictype/category-C-tests (Files): Likewise.
32626         * modules/unictype/category-Cc-tests (Files): Likewise.
32627         * modules/unictype/category-Cf-tests (Files): Likewise.
32628         * modules/unictype/category-Cn-tests (Files): Likewise.
32629         * modules/unictype/category-Co-tests (Files): Likewise.
32630         * modules/unictype/category-Cs-tests (Files): Likewise.
32631         * modules/unictype/category-L-tests (Files): Likewise.
32632         * modules/unictype/category-Ll-tests (Files): Likewise.
32633         * modules/unictype/category-Lm-tests (Files): Likewise.
32634         * modules/unictype/category-Lo-tests (Files): Likewise.
32635         * modules/unictype/category-Lt-tests (Files): Likewise.
32636         * modules/unictype/category-Lu-tests (Files): Likewise.
32637         * modules/unictype/category-M-tests (Files): Likewise.
32638         * modules/unictype/category-Mc-tests (Files): Likewise.
32639         * modules/unictype/category-Me-tests (Files): Likewise.
32640         * modules/unictype/category-Mn-tests (Files): Likewise.
32641         * modules/unictype/category-N-tests (Files): Likewise.
32642         * modules/unictype/category-Nd-tests (Files): Likewise.
32643         * modules/unictype/category-Nl-tests (Files): Likewise.
32644         * modules/unictype/category-No-tests (Files): Likewise.
32645         * modules/unictype/category-P-tests (Files): Likewise.
32646         * modules/unictype/category-Pc-tests (Files): Likewise.
32647         * modules/unictype/category-Pd-tests (Files): Likewise.
32648         * modules/unictype/category-Pe-tests (Files): Likewise.
32649         * modules/unictype/category-Pf-tests (Files): Likewise.
32650         * modules/unictype/category-Pi-tests (Files): Likewise.
32651         * modules/unictype/category-Po-tests (Files): Likewise.
32652         * modules/unictype/category-Ps-tests (Files): Likewise.
32653         * modules/unictype/category-S-tests (Files): Likewise.
32654         * modules/unictype/category-Sc-tests (Files): Likewise.
32655         * modules/unictype/category-Sk-tests (Files): Likewise.
32656         * modules/unictype/category-Sm-tests (Files): Likewise.
32657         * modules/unictype/category-So-tests (Files): Likewise.
32658         * modules/unictype/category-Z-tests (Files): Likewise.
32659         * modules/unictype/category-Zl-tests (Files): Likewise.
32660         * modules/unictype/category-Zp-tests (Files): Likewise.
32661         * modules/unictype/category-Zs-tests (Files): Likewise.
32662         * modules/unictype/category-and-not-tests (Files): Likewise.
32663         * modules/unictype/category-and-tests (Files): Likewise.
32664         * modules/unictype/category-byname-tests (Files): Likewise.
32665         * modules/unictype/category-name-tests (Files): Likewise.
32666         * modules/unictype/category-none-tests (Files): Likewise.
32667         * modules/unictype/category-of-tests (Files): Likewise.
32668         * modules/unictype/category-or-tests (Files): Likewise.
32669         * modules/unictype/category-test-withtable-tests (Files): Likewise.
32670         * modules/unictype/combining-class-tests (Files): Likewise.
32671         * modules/unictype/ctype-alnum-tests (Files): Likewise.
32672         * modules/unictype/ctype-alpha-tests (Files): Likewise.
32673         * modules/unictype/ctype-blank-tests (Files): Likewise.
32674         * modules/unictype/ctype-cntrl-tests (Files): Likewise.
32675         * modules/unictype/ctype-digit-tests (Files): Likewise.
32676         * modules/unictype/ctype-graph-tests (Files): Likewise.
32677         * modules/unictype/ctype-lower-tests (Files): Likewise.
32678         * modules/unictype/ctype-print-tests (Files): Likewise.
32679         * modules/unictype/ctype-punct-tests (Files): Likewise.
32680         * modules/unictype/ctype-space-tests (Files): Likewise.
32681         * modules/unictype/ctype-upper-tests (Files): Likewise.
32682         * modules/unictype/ctype-xdigit-tests (Files): Likewise.
32683         * modules/unictype/decimal-digit-tests (Files): Likewise.
32684         * modules/unictype/digit-tests (Files): Likewise.
32685         * modules/unictype/mirror-tests (Files): Likewise.
32686         * modules/unictype/numeric-tests (Files): Likewise.
32687         * modules/unictype/property-alphabetic-tests (Files): Likewise.
32688         * modules/unictype/property-ascii-hex-digit-tests (Files): Likewise.
32689         * modules/unictype/property-bidi-arabic-digit-tests (Files): Likewise.
32690         * modules/unictype/property-bidi-arabic-right-to-left-tests (Files):
32691         Likewise.
32692         * modules/unictype/property-bidi-block-separator-tests (Files):
32693         Likewise.
32694         * modules/unictype/property-bidi-boundary-neutral-tests (Files):
32695         Likewise.
32696         * modules/unictype/property-bidi-common-separator-tests (Files):
32697         Likewise.
32698         * modules/unictype/property-bidi-control-tests (Files): Likewise.
32699         * modules/unictype/property-bidi-embedding-or-override-tests (Files):
32700         Likewise.
32701         * modules/unictype/property-bidi-eur-num-separator-tests (Files):
32702         Likewise.
32703         * modules/unictype/property-bidi-eur-num-terminator-tests (Files):
32704         Likewise.
32705         * modules/unictype/property-bidi-european-digit-tests (Files): Likewise.
32706         * modules/unictype/property-bidi-hebrew-right-to-left-tests (Files):
32707         Likewise.
32708         * modules/unictype/property-bidi-left-to-right-tests (Files): Likewise.
32709         * modules/unictype/property-bidi-non-spacing-mark-tests (Files):
32710         Likewise.
32711         * modules/unictype/property-bidi-other-neutral-tests (Files): Likewise.
32712         * modules/unictype/property-bidi-pdf-tests (Files): Likewise.
32713         * modules/unictype/property-bidi-segment-separator-tests (Files):
32714         Likewise.
32715         * modules/unictype/property-bidi-whitespace-tests (Files): Likewise.
32716         * modules/unictype/property-byname-tests (Files): Likewise.
32717         * modules/unictype/property-combining-tests (Files): Likewise.
32718         * modules/unictype/property-composite-tests (Files): Likewise.
32719         * modules/unictype/property-currency-symbol-tests (Files): Likewise.
32720         * modules/unictype/property-dash-tests (Files): Likewise.
32721         * modules/unictype/property-decimal-digit-tests (Files): Likewise.
32722         * modules/unictype/property-default-ignorable-code-point-tests (Files):
32723         Likewise.
32724         * modules/unictype/property-deprecated-tests (Files): Likewise.
32725         * modules/unictype/property-diacritic-tests (Files): Likewise.
32726         * modules/unictype/property-extender-tests (Files): Likewise.
32727         * modules/unictype/property-format-control-tests (Files): Likewise.
32728         * modules/unictype/property-grapheme-base-tests (Files): Likewise.
32729         * modules/unictype/property-grapheme-extend-tests (Files): Likewise.
32730         * modules/unictype/property-grapheme-link-tests (Files): Likewise.
32731         * modules/unictype/property-hex-digit-tests (Files): Likewise.
32732         * modules/unictype/property-hyphen-tests (Files): Likewise.
32733         * modules/unictype/property-id-continue-tests (Files): Likewise.
32734         * modules/unictype/property-id-start-tests (Files): Likewise.
32735         * modules/unictype/property-ideographic-tests (Files): Likewise.
32736         * modules/unictype/property-ids-binary-operator-tests (Files): Likewise.
32737         * modules/unictype/property-ids-trinary-operator-tests (Files):
32738         Likewise.
32739         * modules/unictype/property-ignorable-control-tests (Files): Likewise.
32740         * modules/unictype/property-iso-control-tests (Files): Likewise.
32741         * modules/unictype/property-join-control-tests (Files): Likewise.
32742         * modules/unictype/property-left-of-pair-tests (Files): Likewise.
32743         * modules/unictype/property-line-separator-tests (Files): Likewise.
32744         * modules/unictype/property-logical-order-exception-tests (Files):
32745         Likewise.
32746         * modules/unictype/property-lowercase-tests (Files): Likewise.
32747         * modules/unictype/property-math-tests (Files): Likewise.
32748         * modules/unictype/property-non-break-tests (Files): Likewise.
32749         * modules/unictype/property-not-a-character-tests (Files): Likewise.
32750         * modules/unictype/property-numeric-tests (Files): Likewise.
32751         * modules/unictype/property-other-alphabetic-tests (Files): Likewise.
32752         * modules/unictype/property-other-default-ignorable-code-point-tests
32753         (Files): Likewise.
32754         * modules/unictype/property-other-grapheme-extend-tests (Files):
32755         Likewise.
32756         * modules/unictype/property-other-id-continue-tests (Files): Likewise.
32757         * modules/unictype/property-other-id-start-tests (Files): Likewise.
32758         * modules/unictype/property-other-lowercase-tests (Files): Likewise.
32759         * modules/unictype/property-other-math-tests (Files): Likewise.
32760         * modules/unictype/property-other-uppercase-tests (Files): Likewise.
32761         * modules/unictype/property-paired-punctuation-tests (Files): Likewise.
32762         * modules/unictype/property-paragraph-separator-tests (Files): Likewise.
32763         * modules/unictype/property-pattern-syntax-tests (Files): Likewise.
32764         * modules/unictype/property-pattern-white-space-tests (Files): Likewise.
32765         * modules/unictype/property-private-use-tests (Files): Likewise.
32766         * modules/unictype/property-punctuation-tests (Files): Likewise.
32767         * modules/unictype/property-quotation-mark-tests (Files): Likewise.
32768         * modules/unictype/property-radical-tests (Files): Likewise.
32769         * modules/unictype/property-sentence-terminal-tests (Files): Likewise.
32770         * modules/unictype/property-soft-dotted-tests (Files): Likewise.
32771         * modules/unictype/property-space-tests (Files): Likewise.
32772         * modules/unictype/property-terminal-punctuation-tests (Files):
32773         Likewise.
32774         * modules/unictype/property-test-tests (Files): Likewise.
32775         * modules/unictype/property-titlecase-tests (Files): Likewise.
32776         * modules/unictype/property-unassigned-code-value-tests (Files):
32777         Likewise.
32778         * modules/unictype/property-unified-ideograph-tests (Files): Likewise.
32779         * modules/unictype/property-uppercase-tests (Files): Likewise.
32780         * modules/unictype/property-variation-selector-tests (Files): Likewise.
32781         * modules/unictype/property-white-space-tests (Files): Likewise.
32782         * modules/unictype/property-xid-continue-tests (Files): Likewise.
32783         * modules/unictype/property-xid-start-tests (Files): Likewise.
32784         * modules/unictype/property-zero-width-tests (Files): Likewise.
32785         * modules/unictype/scripts-tests (Files): Likewise.
32786         * modules/unictype/syntax-c-ident-tests (Files): Likewise.
32787         * modules/unictype/syntax-c-whitespace-tests (Files): Likewise.
32788         * modules/unictype/syntax-java-ident-tests (Files): Likewise.
32789         * modules/unictype/syntax-java-whitespace-tests (Files): Likewise.
32790         * modules/unilbrk/u8-possible-linebreaks-tests (Files): Likewise.
32791         * modules/unilbrk/u8-width-linebreaks-tests (Files): Likewise.
32792         * modules/unilbrk/u16-possible-linebreaks-tests (Files): Likewise.
32793         * modules/unilbrk/u16-width-linebreaks-tests (Files): Likewise.
32794         * modules/unilbrk/u32-possible-linebreaks-tests (Files): Likewise.
32795         * modules/unilbrk/u32-width-linebreaks-tests (Files): Likewise.
32796         * modules/unilbrk/ulc-possible-linebreaks-tests (Files): Likewise.
32797         * modules/unilbrk/ulc-width-linebreaks-tests (Files): Likewise.
32798         * modules/uninorm/canonical-decomposition-tests (Files): Likewise.
32799         * modules/uninorm/compat-decomposition-tests (Files): Likewise.
32800         * modules/uninorm/composition-tests (Files): Likewise.
32801         * modules/uninorm/decomposing-form-tests (Files): Likewise.
32802         * modules/uninorm/decomposition-tests (Files): Likewise.
32803         * modules/uninorm/filter-tests (Files): Likewise.
32804         * modules/uninorm/nfc-tests (Files): Likewise.
32805         * modules/uninorm/nfd-tests (Files): Likewise.
32806         * modules/uninorm/nfkc-tests (Files): Likewise.
32807         * modules/uninorm/nfkd-tests (Files): Likewise.
32808         * modules/uninorm/u8-normcmp-tests (Files): Likewise.
32809         * modules/uninorm/u8-normcoll-tests (Files): Likewise.
32810         * modules/uninorm/u16-normcmp-tests (Files): Likewise.
32811         * modules/uninorm/u16-normcoll-tests (Files): Likewise.
32812         * modules/uninorm/u32-normcmp-tests (Files): Likewise.
32813         * modules/uninorm/u32-normcoll-tests (Files): Likewise.
32814         * modules/unistdio/u8-asnprintf-tests (Files): Likewise.
32815         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
32816         * modules/unistdio/u8-vasprintf-tests (Files): Likewise.
32817         * modules/unistdio/u8-vsnprintf-tests (Files): Likewise.
32818         * modules/unistdio/u8-vsprintf-tests (Files): Likewise.
32819         * modules/unistdio/u16-asnprintf-tests (Files): Likewise.
32820         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
32821         * modules/unistdio/u16-vasprintf-tests (Files): Likewise.
32822         * modules/unistdio/u16-vsnprintf-tests (Files): Likewise.
32823         * modules/unistdio/u16-vsprintf-tests (Files): Likewise.
32824         * modules/unistdio/u32-asnprintf-tests (Files): Likewise.
32825         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
32826         * modules/unistdio/u32-vasprintf-tests (Files): Likewise.
32827         * modules/unistdio/u32-vsnprintf-tests (Files): Likewise.
32828         * modules/unistdio/u32-vsprintf-tests (Files): Likewise.
32829         * modules/unistdio/ulc-asnprintf-tests (Files): Likewise.
32830         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
32831         * modules/unistdio/ulc-vasprintf-tests (Files): Likewise.
32832         * modules/unistdio/ulc-vsnprintf-tests (Files): Likewise.
32833         * modules/unistdio/ulc-vsprintf-tests (Files): Likewise.
32834         * modules/uniwbrk/u8-wordbreaks-tests (Files): Likewise.
32835         * modules/uniwbrk/u16-wordbreaks-tests (Files): Likewise.
32836         * modules/uniwbrk/u32-wordbreaks-tests (Files): Likewise.
32837         * modules/uniwbrk/ulc-wordbreaks-tests (Files): Likewise.
32838         * modules/uniwidth/u8-strwidth-tests (Files): Likewise.
32839         * modules/uniwidth/u8-width-tests (Files): Likewise.
32840         * modules/uniwidth/u16-strwidth-tests (Files): Likewise.
32841         * modules/uniwidth/u16-width-tests (Files): Likewise.
32842         * modules/uniwidth/u32-strwidth-tests (Files): Likewise.
32843         * modules/uniwidth/u32-width-tests (Files): Likewise.
32844         * modules/uniwidth/width-tests (Files): Likewise.
32845         * modules/unlink-tests (Files): Likewise.
32846         * modules/unsetenv-tests (Files): Likewise.
32847         * modules/usleep-tests (Files): Likewise.
32848         * modules/utimens-tests (Files): Likewise.
32849         * modules/utimensat-tests (Files): Likewise.
32850         * modules/vasnprintf-posix-tests (Files): Likewise.
32851         * modules/vasnprintf-tests (Files): Likewise.
32852         * modules/vasprintf-posix-tests (Files): Likewise.
32853         * modules/vasprintf-tests (Files): Likewise.
32854         * modules/vdprintf-posix-tests (Files): Likewise.
32855         * modules/vfprintf-posix-tests (Files): Likewise.
32856         * modules/vprintf-posix-tests (Files): Likewise.
32857         * modules/vsnprintf-posix-tests (Files): Likewise.
32858         * modules/vsnprintf-tests (Files): Likewise.
32859         * modules/vsprintf-posix-tests (Files): Likewise.
32860         * modules/wcrtomb-tests (Files): Likewise.
32861         * modules/wcsnrtombs-tests (Files): Likewise.
32862         * modules/wcsrtombs-tests (Files): Likewise.
32863         * modules/wctype-tests (Files): Likewise.
32864         * modules/wcwidth-tests (Files): Likewise.
32865         * modules/xmemdup0-tests (Files): Likewise.
32866         * modules/xprintf-posix-tests (Files): Likewise.
32867         * modules/xvasprintf-tests (Files): Likewise.
32868
32869 2009-12-24  Eric Blake  <ebb9@byu.net>
32870
32871         test-nanosleep: fix typo
32872         * tests/test-nanosleep.c (SIGNATURE_CHECK): Fix typo in previous
32873         patch.
32874         Reported by Bruno Haible.
32875
32876 2009-12-24  Bruno Haible  <bruno@clisp.org>
32877
32878         Reduce namespace pollution on glibc systems.
32879         * lib/inttypes.in.h: Don't include <stdint.h> on glibc systems.
32880         * lib/stdlib.in.h: Don't include <stdint.h>, <unistd.h> on glibc
32881         systems.
32882         * lib/unistd.in.h: Don't include <stdio.h>, <fcntl.h>, <stdlib.h>,
32883         <getopt.h> on glibc systems.
32884         * lib/fcntl.in.h: Don't include <sys/stat.h>, <unistd.h> on glibc
32885         systems.
32886         * lib/fcntl.c: Include <unistd.h> here instead.
32887
32888 2009-12-24  Bruno Haible  <bruno@clisp.org>
32889
32890         * lib/stdlib.in.h (includes): Fix typo in today's commit.
32891
32892 2009-12-24  Eric Blake  <ebb9@byu.net>
32893
32894         tests: add signature checks
32895         * tests/signature.h (SIGNATURE_CHECK): New file.
32896         * modules/atexit-tests (Files): Use it.
32897         * modules/btowc-tests (Files): Likewise.
32898         * modules/canonicalize-lgpl-tests (Files): Likewise.
32899         * modules/ceilf-tests (Files): Likewise.
32900         * modules/ceill-tests (Files): Likewise.
32901         * modules/chown-tests (Files): Likewise.
32902         * modules/dprintf-posix-tests (Files): Likewise.
32903         * modules/dup2-tests (Files): Likewise.
32904         * modules/dup3-tests (Files): Likewise.
32905         * modules/duplocale-tests (Files): Likewise.
32906         * modules/fchdir-tests (Files): Likewise.
32907         * modules/fcntl-tests (Files): Likewise.
32908         * modules/fdopendir-tests (Files): Likewise.
32909         * modules/fflush-tests (Files): Likewise.
32910         * modules/flock-tests (Files): Likewise.
32911         * modules/floorf-tests (Files): Likewise.
32912         * modules/floorl-tests (Files): Likewise.
32913         * modules/fnmatch-tests (Files): Likewise.
32914         * modules/fopen-tests (Files): Likewise.
32915         * modules/fprintf-posix-tests (Files): Likewise.
32916         * modules/freopen-tests (Files): Likewise.
32917         * modules/frexp-nolibm-tests (Files): Likewise.
32918         * modules/frexp-tests (Files): Likewise.
32919         * modules/frexpl-nolibm-tests (Files): Likewise.
32920         * modules/frexpl-tests (Files): Likewise.
32921         * modules/fseek-tests (Files): Likewise.
32922         * modules/fseeko-tests (Files): Likewise.
32923         * modules/fsync-tests (Files): Likewise.
32924         * modules/ftell-tests (Files): Likewise.
32925         * modules/ftello-tests (Files): Likewise.
32926         * modules/futimens-tests (Files): Likewise.
32927         * modules/getaddrinfo-tests (Files): Likewise.
32928         * modules/getcwd-tests (Files): Likewise.
32929         * modules/getdelim-tests (Files): Likewise.
32930         * modules/getdtablesize-tests (Files): Likewise.
32931         * modules/getgroups-tests (Files): Likewise.
32932         * modules/gethostname-tests (Files): Likewise.
32933         * modules/getline-tests (Files): Likewise.
32934         * modules/getopt-posix-tests (Files): Likewise.
32935         * modules/gettimeofday-tests (Files): Likewise.
32936         * modules/glob-tests (Files): Likewise.
32937         * modules/iconv-tests (Files): Likewise.
32938         * modules/inet_ntop-tests (Files): Likewise.
32939         * modules/inet_pton-tests (Files): Likewise.
32940         * modules/isblank-tests (Files): Likewise.
32941         * modules/lchown-tests (Files): Likewise.
32942         * modules/ldexpl-tests (Files): Likewise.
32943         * modules/link-tests (Files): Likewise.
32944         * modules/linkat-tests (Files): Likewise.
32945         * modules/lseek-tests (Files): Likewise.
32946         * modules/lstat-tests (Files): Likewise.
32947         * modules/mbrtowc-tests (Files): Likewise.
32948         * modules/mbsinit-tests (Files): Likewise.
32949         * modules/mbsnrtowcs-tests (Files): Likewise.
32950         * modules/mbsrtowcs-tests (Files): Likewise.
32951         * modules/memchr-tests (Files): Likewise.
32952         * modules/memcmp-tests (Files): Likewise.
32953         * modules/memmem-tests (Files): Likewise.
32954         * modules/memrchr-tests (Files): Likewise.
32955         * modules/mkdir-tests (Files): Likewise.
32956         * modules/mkfifo-tests (Files): Likewise.
32957         * modules/mkfifoat-tests (Files): Likewise.
32958         * modules/mknod-tests (Files): Likewise.
32959         * modules/nanosleep-tests (Files): Likewise.
32960         * modules/nl_langinfo-tests (Files): Likewise.
32961         * modules/obstack-printf-tests (Files): Likewise.
32962         * modules/open-tests (Files): Likewise.
32963         * modules/openat-tests (Files): Likewise.
32964         * modules/perror-tests (Files): Likewise.
32965         * modules/pipe2-tests (Files): Likewise.
32966         * modules/poll-tests (Files): Likewise.
32967         * modules/popen-tests (Files): Likewise.
32968         * modules/posix_spawn-tests (Files): Likewise.
32969         * modules/posix_spawnp-tests (Files): Likewise.
32970         * modules/pread-tests (Files): Likewise.
32971         * modules/printf-posix-tests (Files): Likewise.
32972         * modules/pty-tests (Files): Likewise.
32973         * modules/random_r-tests (Files): Likewise.
32974         * modules/rawmemchr-tests (Files): Likewise.
32975         * modules/readlink-tests (Files): Likewise.
32976         * modules/remove-tests (Files): Likewise.
32977         * modules/rename-tests (Files): Likewise.
32978         * modules/renameat-tests (Files): Likewise.
32979         * modules/rmdir-tests (Files): Likewise.
32980         * modules/round-tests (Files): Likewise.
32981         * modules/roundf-tests (Files): Likewise.
32982         * modules/roundl-tests (Files): Likewise.
32983         * modules/select-tests (Files): Likewise.
32984         * modules/setenv-tests (Files): Likewise.
32985         * modules/sigaction-tests (Files): Likewise.
32986         * modules/sleep-tests (Files): Likewise.
32987         * modules/snprintf-posix-tests (Files): Likewise.
32988         * modules/snprintf-tests (Files): Likewise.
32989         * modules/sprintf-posix-tests (Files): Likewise.
32990         * modules/stat-tests (Files): Likewise.
32991         * modules/strcasestr-tests (Files): Likewise.
32992         * modules/strchrnul-tests (Files): Likewise.
32993         * modules/strerror-tests (Files): Likewise.
32994         * modules/strsignal-tests (Files): Likewise.
32995         * modules/strstr-tests (Files): Likewise.
32996         * modules/strtod-tests (Files): Likewise.
32997         * modules/strverscmp-tests (Files): Likewise.
32998         * modules/symlink-tests (Files): Likewise.
32999         * modules/symlinkat-tests (Files): Likewise.
33000         * modules/times-tests (Files): Likewise.
33001         * modules/trunc-tests (Files): Likewise.
33002         * modules/truncf-tests (Files): Likewise.
33003         * modules/truncl-tests (Files): Likewise.
33004         * modules/tsearch-tests (Files): Likewise.
33005         * modules/uname-tests (Files): Likewise.
33006         * modules/unlink-tests (Files): Likewise.
33007         * modules/unsetenv-tests (Files): Likewise.
33008         * modules/usleep-tests (Files): Likewise.
33009         * modules/utimensat-tests (Files): Likewise.
33010         * modules/vasprintf-tests (Files): Likewise.
33011         * modules/vdprintf-posix-tests (Files): Likewise.
33012         * modules/vfprintf-posix-tests (Files): Likewise.
33013         * modules/vprintf-posix-tests (Files): Likewise.
33014         * modules/vsnprintf-posix-tests (Files): Likewise.
33015         * modules/vsnprintf-tests (Files): Likewise.
33016         * modules/vsprintf-posix-tests (Files): Likewise.
33017         * modules/wcrtomb-tests (Files): Likewise.
33018         * modules/wcsnrtombs-tests (Files): Likewise.
33019         * modules/wcsrtombs-tests (Files): Likewise.
33020         * modules/wcwidth-tests (Files): Likewise.
33021         * tests/test-isfinite.c (isfinite): Ensure macro declaration.
33022         * tests/test-isinf.c (isinf): Likewise.
33023         * tests/test-isnan.c (isnan): Likewise.
33024         * tests/test-signbit.c (signbit): Likewise.
33025         * tests/test-select.c (FD_CLR, FD_ISSET, FD_SET, FD_ZERO): Ensure
33026         declaration, either as macro or with correct signature.
33027         (select): Ensure function under test is declared with correct
33028         signature in correct header.
33029         * tests/test-atexit.c (atexit): Likewise.
33030         * tests/test-btowc.c (btowc): Likewise.
33031         * tests/test-canonicalize-lgpl.c (realpath)
33032         (canonicalize_file_name): Likewise.
33033         * tests/test-ceilf1.c (ceilf): Likewise.
33034         * tests/test-ceill.c (ceill): Likewise.
33035         * tests/test-chown.c (chown): Likewise.
33036         * tests/test-dprintf-posix.c (dprintf): Likewise.
33037         * tests/test-dup2.c (dup2): Likewise.
33038         * tests/test-dup3.c (dup3): Likewise.
33039         * tests/test-duplocale.c (duplocale): Likewise.
33040         * tests/test-fchdir.c (fchdir): Likewise.
33041         * tests/test-fchownat.c (fchownat): Likewise.
33042         * tests/test-fcntl.c (fcntl): Likewise.
33043         * tests/test-fdopendir.c (fdopendir): Likewise.
33044         * tests/test-fflush.c (fflush): Likewise.
33045         * tests/test-flock.c (flock): Likewise.
33046         * tests/test-floorf1.c (floorf): Likewise.
33047         * tests/test-floorl.c (floorl): Likewise.
33048         * tests/test-fnmatch.c (fnmatch): Likewise.
33049         * tests/test-fopen.c (fopen): Likewise.
33050         * tests/test-fprintf-posix.c (fprintf): Likewise.
33051         * tests/test-freopen.c (freopen): Likewise.
33052         * tests/test-frexp.c (frexp): Likewise.
33053         * tests/test-frexpl.c (frexpl): Likewise.
33054         * tests/test-fseek.c (fseek): Likewise.
33055         * tests/test-fseeko.c (fseeko): Likewise.
33056         * tests/test-fstatat.c (fstatat): Likewise.
33057         * tests/test-fsync.c (fsync): Likewise.
33058         * tests/test-ftell.c (ftell): Likewise.
33059         * tests/test-ftello.c (ftello): Likewise.
33060         * tests/test-futimens.c (futimens): Likewise.
33061         * tests/test-getaddrinfo.c (getaddrinfo, freeaddrinfo)
33062         (gai_strerror): Likewise.
33063         * tests/test-getcwd.c (getcwd): Likewise.
33064         * tests/test-getdelim.c (getdelim): Likewise.
33065         * tests/test-getdtablesize.c (getdtablesize): Likewise.
33066         * tests/test-getgroups.c (getgroups): Likewise.
33067         * tests/test-gethostname.c (gethostname): Likewise.
33068         * tests/test-getline.c (getline): Likewise.
33069         * tests/test-getopt.c (getopt, getopt_long, getopt_long_only):
33070         Likewise.
33071         * tests/test-gettimeofday.c (gettimeofday): Likewise.
33072         * tests/test-glob.c (glob, globfree): Likewise.
33073         * tests/test-iconv.c (iconv, iconv_open, iconv_close): Likewise.
33074         * tests/test-inet_ntop.c (inet_ntop): Likewise.
33075         * tests/test-inet_pton.c (inet_pton): Likewise.
33076         * tests/test-isblank.c (isblank): Likewise.
33077         * tests/test-lchown.c (lchown): Likewise.
33078         * tests/test-ldexpl.c (ldexpl): Likewise.
33079         * tests/test-link.c (link): Likewise.
33080         * tests/test-linkat.c (linkat): Likewise.
33081         * tests/test-lseek.c (lseek): Likewise.
33082         * tests/test-lstat.c (lstat): Likewise.
33083         * tests/test-mbrtowc.c (mbrtowc): Likewise.
33084         * tests/test-mbsinit.c (mbsinit): Likewise.
33085         * tests/test-mbsnrtowcs.c (mbsnrtowcs): Likewise.
33086         * tests/test-mbsrtowcs.c (mbsrtowcs): Likewise.
33087         * tests/test-memchr.c (memchr): Likewise.
33088         * tests/test-memcmp.c (memcmp): Likewise.
33089         * tests/test-memmem.c (memmem): Likewise.
33090         * tests/test-memrchr.c (memrchr): Likewise.
33091         * tests/test-mkdir.c (mkdir): Likewise.
33092         * tests/test-mkdirat.c (mkdirat): Likewise.
33093         * tests/test-mkfifo.c (mkfifo): Likewise.
33094         * tests/test-mkfifoat.c (mkfifoat, mknodat): Likewise.
33095         * tests/test-mknod.c (mknod): Likewise.
33096         * tests/test-nanosleep.c (nanosleep): Likewise.
33097         * tests/test-nl_langinfo.c (nl_langinfo): Likewise.
33098         * tests/test-obstack-printf.c (obstack_printf, obstack_vprintf):
33099         Likewise.
33100         * tests/test-open.c (open): Likewise.
33101         * tests/test-openat.c (openat): Likewise.
33102         * tests/test-perror.c (perror): Likewise.
33103         * tests/test-pipe2.c (pipe2): Likewise.
33104         * tests/test-poll.c (poll): Likewise.
33105         * tests/test-popen.c (popen, pclose): Likewise.
33106         * tests/test-posix_spawn1.c (posix_spawnp, posix_spawnattr_init)
33107         (posix_spawnattr_destroy, posix_spawnattr_setsigmask)
33108         (posix_spawnattr_setflags, posix_spawn_file_actions_init)
33109         (posix_spawn_file_actions_destroy)
33110         (posix_spawn_file_actions_addclose)
33111         (posix_spawn_file_actions_addopen)
33112         (posix_spawn_file_actions_adddup2): Likewise.
33113         * tests/test-posix_spawn3.c (posix_spawn): Likewise.
33114         * tests/test-pread.c (pread): Likewise.
33115         * tests/test-printf-posix.c (printf): Likewise.
33116         * tests/test-pty.c (openpty, forkpty): Likewise.
33117         * tests/test-random_r.c (srandom_r, initstate_r, setstate_r)
33118         (random_r): Likewise.
33119         * tests/test-rawmemchr.c (rawmemchr): Likewise.
33120         * tests/test-readlink.c (readlink): Likewise.
33121         * tests/test-remove.c (remove): Likewise.
33122         * tests/test-rename.c (rename): Likewise.
33123         * tests/test-renameat.c (renameat): Likewise.
33124         * tests/test-rmdir.c (rmdir): Likewise.
33125         * tests/test-round1.c (round): Likewise.
33126         * tests/test-roundf1.c (roundf): Likewise.
33127         * tests/test-roundl.c (roundl): Likewise.
33128         * tests/test-setenv.c (setenv): Likewise.
33129         * tests/test-sigaction.c (sigaction): Likewise.
33130         * tests/test-sleep.c (sleep): Likewise.
33131         * tests/test-snprintf.c (snprintf): Likewise.
33132         * tests/test-sprintf-posix.c (sprintf): Likewise.
33133         * tests/test-stat.c (stat): Likewise.
33134         * tests/test-stpncpy.c (stpncpy): Likewise.
33135         * tests/test-strcasestr.c (strcasestr): Likewise.
33136         * tests/test-strchrnul.c (strchrnul): Likewise.
33137         * tests/test-strerror.c (strerror): Likewise.
33138         * tests/test-strsignal.c (strsignal): Likewise.
33139         * tests/test-strstr.c (strstr): Likewise.
33140         * tests/test-strtod.c (strtod): Likewise.
33141         * tests/test-strverscmp.c (strverscmp): Likewise.
33142         * tests/test-symlink.c (symlink): Likewise.
33143         * tests/test-symlinkat.c (symlinkat, readlinkat): Likewise.
33144         * tests/test-times.c (times): Likewise.
33145         * tests/test-trunc1.c (trunc): Likewise.
33146         * tests/test-truncf1.c (truncf): Likewise.
33147         * tests/test-truncl.c (truncl): Likewise.
33148         * tests/test-tsearch.c (tdelete, tfind, tsearch, twalk):
33149         Likewise.
33150         * tests/test-uname.c (uname): Likewise.
33151         * tests/test-unlink.c (unlink): Likewise.
33152         * tests/test-unlinkat.c (unlinkat): Likewise.
33153         * tests/test-unsetenv.c (unsetenv): Likewise.
33154         * tests/test-usleep.c (usleep): Likewise.
33155         * tests/test-utimensat.c (utimensat): Likewise.
33156         * tests/test-vasprintf.c (asprintf, vasprintf): Likewise.
33157         * tests/test-vdprintf-posix.c (vdprintf): Likewise.
33158         * tests/test-vfprintf-posix.c (vfprintf): Likewise.
33159         * tests/test-vprintf-posix.c (vprintf): Likewise.
33160         * tests/test-vsnprintf.c (vsnprintf): Likewise.
33161         * tests/test-vsprintf-posix.c (vsprintf): Likewise.
33162         * tests/test-wcrtomb.c (wcrtomb): Likewise.
33163         * tests/test-wcsnrtombs.c (wcsnrtombs): Likewise.
33164         * tests/test-wcsrtombs.c (wcsrtombs): Likewise.
33165         * tests/test-wcwidth.c (wcwidth): Likewise.
33166
33167         build: pull in conditional headers during GNULIB_POSIXCHECK
33168         * lib/stdio.in.h (includes): Using GNULIB_POSIXCHECK also requires
33169         definitions from any conditionally-included headers.
33170         * lib/stdlib.in.h (includes): Likewise.
33171         * lib/unistd.in.h (includes): Likewise.
33172
33173 2009-12-24  Bruno Haible  <bruno@clisp.org>
33174
33175         * tests/test-argv-iter.c: Include header file being tested immediately
33176         after config.h.
33177         * tests/test-base64.c: Likewise.
33178         * tests/test-flock.c: Likewise.
33179         * tests/test-fsync.c: Likewise.
33180         * tests/test-getdate.c: Likewise.
33181         * tests/test-getndelim2.c: Likewise.
33182         * tests/test-isfinite.c: Likewise.
33183         * tests/test-isinf.c: Likewise.
33184         * tests/test-strerror.c: Likewise.
33185         * tests/test-strsignal.c: Likewise.
33186
33187 2009-12-23  Eric Blake  <ebb9@byu.net>
33188
33189         unistd: work around cygwin bug
33190         * lib/unistd.in.h (includes): Pick up headers needed for cygwin.
33191         * doc/posix-functions/unlinkat.texi (unlinkat): Document the bug.
33192         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
33193
33194 2009-12-23  Bruno Haible  <bruno@clisp.org>
33195
33196         localename: More tests.
33197         * tests/test-localename.c (SIZEOF): New macro.
33198         (categories): New variable.
33199         (test_locale_name, test_locale_name_posix, test_locale_name_environ,
33200         test_locale_name_default): Add test w.r.t. thread locale.
33201         (test_locale_name_thread): New function.
33202         (main): Invoke it.
33203
33204         localename: Make aware of thread locale.
33205         * lib/localename.h (gl_locale_name_thread): New declaration.
33206         (gl_locale_name, gl_locale_name_posix, gl_locale_name_default): Clarify
33207         behaviour with respect to thread locale.
33208         * lib/localename.c: Include <limits.h>, <stddef.h>, <xlocale.h>,
33209         <langinfo.h>, glthread/lock.h.
33210         (SIZE_BITS): New macro.
33211         (string_hash): New function.
33212         (struct hash_node): New type.
33213         (HASH_TABLE_SIZE): New macro.
33214         (struniq_hash_table, struniq_lock): New variables.
33215         (struniq): New function.
33216         (gl_locale_name_thread): New function.
33217         (gl_locale_name): Invoke it.
33218         * m4/localename.m4 (gl_LOCALENAME): Test for uselocale function.
33219         * modules/localename (Depends-on): Add lock.
33220         Reported by Mike Gran <spk121@yahoo.com>.
33221
33222 2009-12-23  Eric Blake  <ebb9@byu.net>
33223
33224         va-args: new module
33225         * modules/va-args: New file.
33226         * m4/va-args.m4 (gl_VA_ARGS): Likewise.
33227         * MODULES.html.sh (Core language properties): Mention it.
33228
33229         gnulib-common: prefer _GL_UNUSED over _UNUSED_PARAMETER_
33230         * m4/gnulib-common.m4 (gl_COMMON): Create a more-appropriately
33231         named alias for __attribute__((__unused__)).
33232         * lib/chown.c: Update client.
33233         * lib/fchmodat.c: Likewise.
33234         * lib/fts.c: Likewise.
33235         * lib/getdate.y: Likewise.
33236         * lib/getgroups.c: Likewise.
33237         * lib/getopt.c: Likewise.
33238         * lib/getugroups.c: Likewise.
33239         * lib/mkdir.c: Likewise.
33240         * lib/mkfifo.c: Likewise.
33241         * lib/mkfifoat.c: Likewise.
33242         * lib/mknod.c: Likewise.
33243         * lib/mknodat.c: Likewise.
33244         * lib/readlink.c: Likewise.
33245         * lib/se-context.in.h: Likewise.
33246         * lib/se-selinux.in.h: Likewise.
33247         * lib/sockets.c: Likewise.
33248         * lib/symlink.c: Likewise.
33249         * lib/symlinkat.c: Likewise.
33250         * lib/unicodeio.c: Likewise.
33251         * lib/unistr.h: Likewise.
33252         * tests/test-areadlink.c: Likewise.
33253         * tests/test-areadlinkat.c: Likewise.
33254         * tests/test-filenamecat.c: Likewise.
33255         * tests/test-fseeko.c: Likewise.
33256         * tests/test-ftello.c: Likewise.
33257         * tests/test-getdate.c: Likewise.
33258         * tests/test-getgroups.c: Likewise.
33259         * tests/test-gethostname.c: Likewise.
33260         * tests/test-quotearg.c: Likewise.
33261         * tests/test-version-etc.c: Likewise.
33262         * tests/test-xalloc-die.c: Likewise.
33263         * tests/test-xfprintf-posix.c: Likewise.
33264         * tests/test-xprintf-posix.c: Likewise.
33265         * tests/test-xvasprintf.c: Likewise.
33266
33267         tests: avoid compiler warnings
33268         * tests/test-fcntl.c (main): Delete unused parameters.
33269         * tests/test-freopen-safer.c (main): Likewise.
33270         * tests/test-xalloc-die.c (main): Mark unused parameters.
33271         * tests/test-fseeko.c (main): Likewise.
33272         * tests/test-ftello.c (main): Likewise.
33273         * tests/test-nanosleep.c (main): Avoid declaration warning.
33274         * tests/test-sleep.c (main): Likewise.
33275         * tests/test-unsetenv.c (main): Silence warning about string
33276         literal.
33277         * m4/setenv.m4 (gl_FUNC_UNSETENV): Likewise.
33278
33279 2009-12-23  Bruno Haible  <bruno@clisp.org>
33280
33281         * tests/test-localename.c (test_locale_name): New function, extracted
33282         from main. Also test mixed situations.
33283         (test_locale_name_posix, test_locale_name_environ,
33284         test_locale_name_default): New functions.
33285         (main): Invoke them all.
33286         * modules/localename-tests (configure.ac): Test for newlocale.
33287
33288 2009-12-23  Bruno Haible  <bruno@clisp.org>
33289
33290         unistd: Ensure getcwd gets declared before being overridden.
33291         * lib/unistd.in.h: Conditionally include <io.h>.
33292
33293 2009-12-22  Bruno Haible  <bruno@clisp.org>
33294
33295         wchar: Diagnose broken combination of glibc and gcc versions and flags.
33296         * m4/wchar.m4 (gl_WCHAR_H_INLINE_OK): New macro.
33297         (gl_WCHAR_H): Invoke it.
33298         * m4/btowc.m4 (gl_FUNC_BTOWC): Require it.
33299         * doc/posix-headers/wchar.texi: Mention the interoperability problem.
33300         Reported by Karl Berry <karl@freefriends.org>.
33301
33302 2009-12-22  Eric Blake  <ebb9@byu.net>
33303
33304         math, unistd: avoid redundant includes
33305         * lib/math.in.h (isnan): No need to re-include <math.h>.
33306         * lib/unistd.in.h (getcwd): Likewise, for <stdlib.h>.
33307
33308         getsubopt: work around cygwin bug
33309         * lib/stdlib.in.h (includes): Move unistd inclusion sooner, to
33310         avoid conflicting with system getsubopt.
33311         * doc/posix-functions/getsubopt.texi (getsubopt): Document the
33312         bug.
33313
33314         getopt: synchronize from glibc
33315         * lib/getopt.c (_getopt_initialize, _getopt_internal_r): Swap
33316         parameter order.  Adjust all callers.
33317         (_getopt_internal_r, main): Adjust quoting in error messages.
33318         Drop considerations for outdated POSIX 1003.2 error message.
33319         * lib/getopt1.c (_getopt_long_r, _getopt_long_only_r): Adjust
33320         callers.
33321         * lib/getopt_int.h (_getopt_internal_r): Adjust prototype.
33322
33323         test-getopt: test stderr behavior
33324         * modules/getopt-posix-tests (Depends-on): Add dup2.
33325         * tests/test-getopt.c (ASSERT): Avoid stderr.
33326         (main): Move stderr to a temporary file.
33327         * tests/test-getopt.h (getopt_loop): No longer manipulate opterr.
33328         Instead, add parameter to inform caller if output occurred.
33329         (test_getopt): Adjust all existing tests to expect silence, and
33330         add new tests of leading ":".
33331         * doc/glibc-functions/getopt_long.texi (getopt_long): Document
33332         glibc shortcomings with leading "-:" or "+:" in optstring.
33333         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
33334         Likewise.
33335         * doc/posix-functions/getopt.texi (getopt): Likewise.
33336
33337         test-getopt: enhance test
33338         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Require that getopt_long
33339         supports optind=0.
33340         * tests/test-getopt.c (OPTIND_MIN): Move...
33341         * tests/test-getopt.h (OPTIND_MIN): ...here.
33342         * tests/test-getopt_long.h (test_getopt_long): Add more coverage.
33343         Require that optind=0 works, since modern BSD supports it in
33344         addition to optreset, and since coreutils expects it.
33345         (test_getopt_long_only): New test.
33346         * doc/glibc-functions/getopt_long.texi (getopt_long): Document
33347         glibc shortcomings with 'W;', and enforcement of optind=0.
33348         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
33349         Likewise.
33350
33351 2009-12-21  Bruno Haible  <bruno@clisp.org>
33352
33353         localename: Improvements for MacOS X and Cygwin.
33354         * lib/localename.h (gl_locale_name_environ): New declaration.
33355         * lib/localename.c (gl_locale_name_environ): New function, extracted from
33356         gl_locale_name_posix. Ignore dummy LANG values on MacOS X and Cygwin.
33357         (gl_locale_name_posix): Invoke it.
33358         (gl_locale_name_default): Add comments. Use Windows native API also on
33359         Cygwin.
33360
33361 2009-12-21  Bruno Haible  <bruno@clisp.org>
33362
33363         Update list of Win32 locale ids.
33364         * lib/localename.c (LANG_ROMANSH): Renamed from LANG_RHAETO_ROMANCE.
33365         (LANG_SAMI): Renamed from LANG_SAAMI.
33366         (LANG_BASHKIR, LANG_LUXEMBOURGISH, LANG_GREENLANDIC,
33367         LANG_MAPUDUNGUN, LANG_MOHAWK, LANG_BRETON, LANG_OCCITAN, LANG_CORSICAN,
33368         LANG_ALSATIAN, LANG_YAKUT, LANG_KICHE, LANG_KINYARWANDA, LANG_WOLOF,
33369         LANG_DARI, LANG_SCOTTISH_GAELIC): New macros.
33370         (SUBLANG_AFRIKAANS_SOUTH_AFRICA, SUBLANG_ALBANIAN_ALBANIA,
33371         SUBLANG_ALSATIAN_FRANCE, SUBLANG_AMHARIC_ETHIOPIA,
33372         SUBLANG_ARMENIAN_ARMENIA, SUBLANG_ASSAMESE_INDIA,
33373         SUBLANG_BASHKIR_RUSSIA, SUBLANG_BASQUE_BASQUE,
33374         SUBLANG_BELARUSIAN_BELARUS, SUBLANG_BRETON_FRANCE,
33375         SUBLANG_BULGARIAN_BULGARIA, SUBLANG_CAMBODIAN_CAMBODIA,
33376         SUBLANG_CATALAN_SPAIN, SUBLANG_CORSICAN_FRANCE,
33377         SUBLANG_CZECH_CZECH_REPUBLIC, SUBLANG_DANISH_DENMARK,
33378         SUBLANG_DARI_AFGHANISTAN, SUBLANG_DIVEHI_MALDIVES,
33379         SUBLANG_DUTCH_SURINAM, SUBLANG_ESTONIAN_ESTONIA,
33380         SUBLANG_FAEROESE_FAROE_ISLANDS, SUBLANG_FARSI_IRAN,
33381         SUBLANG_FINNISH_FINLAND, SUBLANG_FRISIAN_NETHERLANDS,
33382         SUBLANG_GALICIAN_SPAIN, SUBLANG_GEORGIAN_GEORGIA,
33383         SUBLANG_GREEK_GREECE, SUBLANG_GREENLANDIC_GREENLAND,
33384         SUBLANG_GUJARATI_INDIA, SUBLANG_HAUSA_NIGERIA_LATIN,
33385         SUBLANG_HEBREW_ISRAEL, SUBLANG_HINDI_INDIA, SUBLANG_HUNGARIAN_HUNGARY,
33386         SUBLANG_ICELANDIC_ICELAND, SUBLANG_IGBO_NIGERIA,
33387         SUBLANG_INDONESIAN_INDONESIA, SUBLANG_INUKTITUT_CANADA,
33388         SUBLANG_INUKTITUT_CANADA_LATIN, SUBLANG_IRISH_IRELAND,
33389         SUBLANG_JAPANESE_JAPAN, SUBLANG_KANNADA_INDIA,
33390         SUBLANG_KAZAK_KAZAKHSTAN, SUBLANG_KICHE_GUATEMALA,
33391         SUBLANG_KINYARWANDA_RWANDA, SUBLANG_KONKANI_INDIA,
33392         SUBLANG_KYRGYZ_KYRGYZSTAN, SUBLANG_LAO_LAOS, SUBLANG_LATVIAN_LATVIA,
33393         SUBLANG_LITHUANIAN_LITHUANIA, SUBLANG_LOWER_SORBIAN_GERMANY,
33394         SUBLANG_LUXEMBOURGISH_LUXEMBOURG, SUBLANG_MACEDONIAN_MACEDONIA,
33395         SUBLANG_MALAYALAM_INDIA, SUBLANG_MALTESE_MALTA,
33396         SUBLANG_MAORI_NEW_ZEALAND, SUBLANG_MAPUDUNGUN_CHILE,
33397         SUBLANG_MARATHI_INDIA, SUBLANG_MOHAWK_CANADA, SUBLANG_NEPALI_NEPAL,
33398         SUBLANG_OCCITAN_FRANCE, SUBLANG_ORIYA_INDIA,
33399         SUBLANG_PASHTO_AFGHANISTAN, SUBLANG_POLISH_POLAND,
33400         SUBLANG_ROMANSH_SWITZERLAND, SUBLANG_SAMI_NORTHERN_NORWAY,
33401         SUBLANG_SAMI_NORTHERN_SWEDEN, SUBLANG_SAMI_NORTHERN_FINLAND,
33402         SUBLANG_SAMI_LULE_NORWAY, SUBLANG_SAMI_LULE_SWEDEN,
33403         SUBLANG_SAMI_SOUTHERN_NORWAY, SUBLANG_SAMI_SOUTHERN_SWEDEN,
33404         SUBLANG_SAMI_SKOLT_FINLAND, SUBLANG_SAMI_INARI_FINLAND,
33405         SUBLANG_SANSKRIT_INDIA, SUBLANG_SINHALESE_SRI_LANKA,
33406         SUBLANG_SLOVAK_SLOVAKIA, SUBLANG_SLOVENIAN_SLOVENIA,
33407         SUBLANG_SOTHO_SOUTH_AFRICA, SUBLANG_SWAHILI_KENYA,
33408         SUBLANG_SWEDISH_SWEDEN, SUBLANG_SYRIAC_SYRIA,
33409         SUBLANG_TAGALOG_PHILIPPINES, SUBLANG_TAJIK_TAJIKISTAN,
33410         SUBLANG_TAMIL_INDIA, SUBLANG_TATAR_RUSSIA, SUBLANG_TELUGU_INDIA,
33411         SUBLANG_THAI_THAILAND, SUBLANG_TSWANA_SOUTH_AFRICA,
33412         SUBLANG_TURKISH_TURKEY, SUBLANG_TURKMEN_TURKMENISTAN,
33413         SUBLANG_UKRAINIAN_UKRAINE, SUBLANG_UPPER_SORBIAN_GERMANY,
33414         SUBLANG_VIETNAMESE_VIETNAM, SUBLANG_WELSH_UNITED_KINGDOM,
33415         SUBLANG_WOLOF_SENEGAL, SUBLANG_XHOSA_SOUTH_AFRICA,
33416         SUBLANG_YAKUT_RUSSIA, SUBLANG_YI_PRC, SUBLANG_YORUBA_NIGERIA,
33417         SUBLANG_ZULU_SOUTH_AFRICA): New macros.
33418         (gl_locale_name_from_win32_LANGID): Handle also the territory neutral
33419         locale ids. Add support for Alsatian, Bashkir, Breton, Corsican, Dari,
33420         Greenlandic, K'iche', Kinyarwanda, Luxembourgish, Mapudungun, Mohawk,
33421         Occitan, Scottish Gaelic, Wolof, Yakut. Change language code for Yi.
33422         Add more languages and countries for Sami, Sorbian. Add more countries
33423         for Serbian, Dutch. Add more scripts for Inuktitut. Be more precise
33424         for Pashto. Change country for Syriac, Tswana.
33425
33426 2009-12-21  Eric Blake  <ebb9@byu.net>
33427
33428         test-utimens: avoid spurious failure
33429         * tests/test-chown.h (nap): Factor...
33430         * tests/nap.h: ...into new file.
33431         * tests/test-lchown.h (nap): Avoid duplication.
33432         * tests/test-utimens-common.h (nap): Use shared implementation,
33433         necessary on file systems with 1-second resolution.
33434         * modules/chown-tests (Files): Include new file.
33435         * modules/fdutimensat-tests (Files): Likewise.
33436         * modules/futimens-tests (Files): Likewise.
33437         * modules/lchown-tests (Files): Likewise.
33438         * modules/openat-tests (Files): Likewise.
33439         * modules/utimens-tests (Files): Likewise.
33440         * modules/utimensat-tests (Files): Likewise.
33441
33442 2009-12-19  Eric Blake  <ebb9@byu.net>
33443
33444         futimens, utimensat: work around Linux bug
33445         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Detect ctime bug.
33446         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
33447         * lib/utimensat.c (rpl_utimensat): Work around it.
33448         * lib/futimens.c (rpl_futimens): Adjust comment.
33449
33450         utimens: work around Linux ctime bug
33451         * lib/utimens.c (detect_ctime_bug): New helper function.
33452         (update_timespec): Differentiate between workaround needed for
33453         this bug vs. what is needed for systems that lack utimensat.
33454         (fdutimens, lutimens): Work around bug.
33455
33456         utimens: check for ctime update
33457         * tests/test-utimens-common.h (check_ctime): Define.
33458         * tests/test-utimens.h (test_utimens): Expose the Linux bug.
33459         * tests/test-futimens.h (test_futimens): Likewise.
33460         * tests/test-lutimens.h (test_lutimens): Likewise.
33461         * doc/posix-functions/futimens.texi (futimens): Document the bug.
33462         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
33463
33464 2009-12-19  Bruno Haible  <bruno@clisp.org>
33465
33466         dprintf-posix: Check against memory leak fixed on 2009-12-15.
33467         * tests/test-dprintf-posix2.sh: New file.
33468         * tests/test-dprintf-posix2.c: New file.
33469         * modules/dprintf-posix-tests (Files): Add them.
33470         (configure.ac): Check for getrlimit and setrlimit.
33471         (Makefile.am): Augment TESTS and CHECK_PROGRAMS.
33472
33473 2009-12-19  Bruno Haible  <bruno@clisp.org>
33474
33475         fprintf-posix: Check against memory leak fixed on 2009-12-15.
33476         * tests/test-fprintf-posix3.sh: New file.
33477         * tests/test-fprintf-posix3.c: New file.
33478         * modules/fprintf-posix-tests (Files): Add them.
33479         (Makefile.am): Augment TESTS and CHECK_PROGRAMS.
33480
33481 2009-12-19  Eric Blake  <ebb9@byu.net>
33482
33483         dirfd: fix prototype
33484         * lib/dirent.in.h (dirfd): Argument is not const, per POSIX.
33485         * lib/dirfd.c (dirfd): Likewise.
33486
33487         canonicalize: reduce memory usage
33488         * lib/canonicalize.c (canonicalize_filename_mode): Trim the
33489         allocation to size.
33490         Reported by Solar Designer <solar@openwall.com>.
33491
33492 2009-12-19  Bruno Haible  <bruno@clisp.org>
33493
33494         New module attribute 'Applicability'.
33495         * modules/TEMPLATE-EXTENDED: New field 'Applicability'.
33496         * gnulib-tool: New option --extract-applicability.
33497         (func_usage): Document it.
33498         (sed_extract_prog): Recognize it.
33499         (func_get_applicability): New function.
33500         (func_import): Generalize handling of 'link-warning' module.
33501         * modules/link-warning (Applicability): New section.
33502         * modules/arg-nonnull (Applicability): New section.
33503         Repoted by Simon Josefsson <simon@josefsson.org>.
33504
33505 2009-12-19  Bruno Haible  <bruno@clisp.org>
33506
33507         fflush: tweak
33508         * lib/fflush.c (update_fpos_cache): Don't use fpos_t on Cygwin.
33509         * lib/fseeko.c (rpl_fseeko): Likewise.
33510
33511 2009-12-16  José E. Marchesi  <jemarch@gnu.org>  (tiny change)
33512
33513         * lib/gl_list.h: Fix typo in comment.
33514
33515 2009-12-16  Eric Blake  <ebb9@byu.net>
33516
33517         fcntl: use to simplify other modules
33518         * modules/cloexec (Depends-on): Add fcntl.
33519         * modules/fchdir (Depends-on): Likewise.
33520         * modules/fd-safer-flag (Depends-on): Likewise.
33521         * modules/unistd-safer (Depends-on): Likewise.
33522         * modules/dup3 (configure.ac): Set module indicator.
33523         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Replace fcntl if fchdir is
33524         missing.
33525         * lib/fchdir.c (_gl_register_dup): Fix comment.
33526         * lib/cloexec.c (dup_cloexec): Simplify, by relying on fcntl.
33527         * lib/dup-safer.c (dup_safer): Likewise.
33528         * lib/dup-safer-flag.c (dup_safer_flag): Likewise.
33529         * lib/dup3.c (dup3): Likewise.
33530         * tests/test-fchdir.c (main): Enhance test.
33531         Fixes a dup_cloexec bug reported by OndÅ™ej Vašík.
33532
33533         fcntl: port portions of fcntl to mingw
33534         * m4/fcntl.m4 (gl_FUNC_FCNTL): Also build fcntl.c on mingw.
33535         * lib/fcntl.c (fcntl) <F_DUPFD, F_DUPFD_CLOEXEC, F_GETFD>: Provide
33536         replacement for mingw.
33537         * modules/fcntl (Description): Update.
33538         (Depends-on): Add dup2.
33539         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Add witness.
33540         * modules/fcntl-h (Makefile.am): Substitute it.
33541         * lib/fcntl.in.h (fcntl): Update declaration.
33542         (F_DUPFD, F_GETFD): New macros, when needed.
33543         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
33544         * doc/posix-functions/fcntl.texi (fcntl): Likewise.
33545         * tests/test-fcntl.c (check_flags, main): Enhance test for items
33546         we now guarantee.
33547
33548         fcntl: work around cygwin bug in F_DUPFD
33549         * m4/fcntl.m4 (gl_REPLACE_FCNTL): New macro.
33550         (gl_FUNC_FCNTL): Use it.  Test for F_DUPFD bug.
33551         * lib/fcntl.c (rpl_fcntl) <F_DUPFD>: Work around it.
33552         <F_DUPFD_CLOEXEC>: Reduce calls to _gl_register_dup.
33553         * doc/posix-functions/fcntl.texi (fcntl): Document it.
33554
33555         fcntl: support F_DUPFD_CLOEXEC on systems with fcntl
33556         * modules/fcntl (Files): List new files.
33557         (configure.ac): Run a test.
33558         * m4/fcntl.m4 (gl_FUNC_FCNTL): New file.
33559         * lib/fcntl.c (rpl_fcntl): Likewise.
33560         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Add witness defaults.
33561         (gl_FCNTL_H): Always replace fcntl.h.
33562         * modules/fcntl-h (Makefile.am): Substitute witnesses.
33563         * lib/fcntl.in.h (fcntl): Declare replacement.
33564         (F_DUPFD_CLOEXEC, GNULIB_defined_F_DUPFD_CLOEXEC): New macro when
33565         needed, plus a witness.
33566         * doc/posix-functions/fcntl.texi (fcntl): Document this.
33567         * doc/posix-headers/fcntl.texi (fcntl.h): Likewise.
33568         * tests/test-fcntl.c: New file.
33569         * modules/fcntl-tests: Likewise.
33570
33571         binary-io: avoid potential compilation warning
33572         * lib/binary-io.h [__DJGPP__]: Avoid null preprocessor
33573         directives.
33574
33575         fflush: avoid compilation error on NetBSD
33576         * lib/fflush.c (update_fpos_cache): Use a union to safely convert
33577         between off_t and fpos_t, since the latter is sometimes a struct.
33578         * lib/fseeko.c (rpl_fseeko): Likewise.
33579         Reported by Alexander Nasonov <alnsn@yandex.ru>.
33580
33581 2009-12-15  Eric Blake  <ebb9@byu.net>
33582
33583         fcntl-h, stdio, sys_ioctl: fix declarations
33584         * lib/stdio.in.h (dprintf): Use of link warning on a variadic
33585         function must not take arguments.
33586         * lib/sys_ioctl.in.h (ioctl): Likewise.
33587         * lib/fcntl.in.h (openat): Likewise.  Declare extern.
33588         (open): Add a link warning.
33589
33590 2009-12-15  Jim Meyering  <meyering@redhat.com>
33591
33592         areadlink, areadlink-with-size: relax license to LGPLv2+
33593         * modules/areadlink (License): Relax to LGPLv2+.
33594         * modules/areadlink-with-size (License): Likewise.
33595
33596 2009-12-15  Joel E. Denny  <jdenny@clemson.edu>
33597             Bruno Haible  <bruno@clisp.org>
33598
33599         *printf: Fix memory leak.
33600         * lib/fprintf.c (fprintf): Free memory allocated by vasnprintf.
33601         * lib/vfprintf.c (vfprintf): Likewise.
33602         * lib/dprintf.c (dprintf): Likewise.
33603         * lib/vdprintf.c (vdprintf): Likewise.
33604
33605 2009-12-14  Eric Blake  <ebb9@byu.net>
33606
33607         accept4: adjust module dependencies
33608         * modules/accept4 (Depends-on): Use fcntl-h, not fcntl.
33609
33610         utimens: one more try at avoiding compiler warning
33611         * lib/utimens.c (lutimens): Lower scope of result.
33612
33613 2009-12-13  Bruno Haible  <bruno@clisp.org>
33614
33615         Move the malloc checking from module 'list' to new module 'xlist'.
33616         * modules/xlist: New file.
33617         * lib/gl_xlist.h: New file.
33618         * lib/gl_xlist.c: New file.
33619         * lib/gl_list.h (gl_list_create_empty, gl_list_create,
33620         gl_list_node_set_value, gl_list_set_at, gl_list_add_first,
33621         gl_list_add_last, gl_list_add_before, gl_list_add_after,
33622         gl_list_nx_add_at, gl_sortedlist_add): Disable declarations.
33623         (gl_list_nx_create_empty, gl_list_nx_create, gl_list_node_nx_set_value,
33624         gl_list_nx_set_at, gl_list_nx_add_first, gl_list_nx_add_last,
33625         gl_list_nx_add_before, gl_list_nx_add_after, gl_list_nx_add_at,
33626         gl_sortedlist_nx_add): New declarations.
33627         (struct gl_list_implementation): Rename and change methods accordingly.
33628         (gl_list_nx_create_empty): Renamed from gl_list_create_empty.
33629         (gl_list_nx_create): Renamed from gl_list_create.
33630         (gl_list_node_nx_set_value): Renamed from gl_list_node_set_value.
33631         (gl_list_nx_set_at): Renamed from gl_list_set_at.
33632         (gl_list_nx_add_first): Renamed from gl_list_add_first.
33633         (gl_list_nx_add_last): Renamed from gl_list_add_last.
33634         (gl_list_nx_add_before): Renamed from gl_list_add_before.
33635         (gl_list_nx_add_after): Renamed from gl_list_add_after.
33636         (gl_list_nx_add_at): Renamed from gl_list_add_at.
33637         (gl_sortedlist_nx_add): Renamed from gl_sortedlist_add.
33638         * lib/gl_list.c (gl_list_nx_create_empty): Renamed from
33639         gl_list_create_empty.
33640         (gl_list_nx_create): Renamed from gl_list_create.
33641         (gl_list_node_nx_set_value): Renamed from gl_list_node_set_value.
33642         (gl_list_nx_set_at): Renamed from gl_list_set_at.
33643         (gl_list_nx_add_first): Renamed from gl_list_add_first.
33644         (gl_list_nx_add_last): Renamed from gl_list_add_last.
33645         (gl_list_nx_add_before): Renamed from gl_list_add_before.
33646         (gl_list_nx_add_after): Renamed from gl_list_add_after.
33647         (gl_list_nx_add_at): Renamed from gl_list_add_at.
33648         (gl_sortedlist_nx_add): Renamed from gl_sortedlist_add.
33649         * lib/gl_array_list.c: Don't include xalloc.h.
33650         (gl_array_nx_create_empty): Renamed from gl_array_create_empty. Return
33651         NULL upon out-of-memory.
33652         (gl_array_nx_create): Renamed from gl_array_create. Return NULL upon
33653         out-of-memory.
33654         (gl_array_node_nx_set_value): Renamed from gl_array_node_set_value.
33655         Change return type to 'int'.
33656         (gl_array_nx_set_at): Renamed from gl_array_set_at.
33657         (grow): Change return type to 'int'. Return -1 upon out-of-memory.
33658         (gl_array_nx_add_first): Renamed from gl_array_add_first. Return NULL
33659         upon out-of-memory.
33660         (gl_array_nx_add_last): Renamed from gl_array_add_last. Return NULL
33661         upon out-of-memory.
33662         (gl_array_nx_add_before): Renamed from gl_array_add_before. Return NULL
33663         upon out-of-memory.
33664         (gl_array_nx_add_after): Renamed from gl_array_add_after. Return NULL
33665         upon out-of-memory.
33666         (gl_array_nx_add_at): Renamed from gl_array_add_at. Return NULL upon
33667         out-of-memory.
33668         (gl_array_sortedlist_nx_add): Renamed from gl_array_sortedlist_add.
33669         Update.
33670         (gl_array_list_implementation): Update.
33671         * lib/gl_carray_list.c: Don't include xalloc.h.
33672         (gl_carray_nx_create_empty): Renamed from gl_carray_create_empty.
33673         Return NULL upon out-of-memory.
33674         (gl_carray_nx_create): Renamed from gl_carray_create. Return NULL upon
33675         out-of-memory.
33676         (gl_carray_node_nx_set_value): Renamed from gl_carray_node_set_value.
33677         Change return type to 'int'.
33678         (gl_carray_nx_set_at): Renamed from gl_carray_set_at.
33679         (grow): Change return type to 'int'. Return -1 upon out-of-memory.
33680         (gl_carray_nx_add_first): Renamed from gl_carray_add_first. Return NULL
33681         upon out-of-memory.
33682         (gl_carray_nx_add_last): Renamed from gl_carray_add_last. Return NULL
33683         upon out-of-memory.
33684         (gl_carray_nx_add_at): Renamed from gl_carray_add_at. Return NULL upon
33685         out-of-memory.
33686         (gl_carray_nx_add_before): Renamed from gl_carray_add_before. Update.
33687         (gl_carray_nx_add_after): Renamed from gl_carray_add_after. Update.
33688         (gl_carray_sortedlist_nx_add): Renamed from gl_carray_sortedlist_add.
33689         Update.
33690         (gl_carray_list_implementation): Update.
33691         * lib/gl_anyhash_list2.h (hash_resize): Do nothing upon out-of-memory.
33692         * lib/gl_anylinked_list2.h (gl_linked_nx_create_empty): Renamed from
33693         gl_linked_create_empty. Return NULL upon out-of-memory.
33694         (gl_linked_nx_create): Renamed from gl_linked_create. Return NULL upon
33695         out-of-memory.
33696         (gl_linked_node_nx_set_value): Renamed from gl_linked_node_set_value.
33697         Change return type to 'int'. Return -1 upon out-of-memory.
33698         (gl_linked_nx_set_at): Renamed from gl_linked_set_at. Return NULL upon
33699         out-of-memory.
33700         (gl_linked_nx_add_first): Renamed from gl_linked_add_first. Return NULL
33701         upon out-of-memory.
33702         (gl_linked_nx_add_last): Renamed from gl_linked_add_last. Return NULL
33703         upon out-of-memory.
33704         (gl_linked_nx_add_before): Renamed from gl_linked_add_before. Return
33705         NULL upon out-of-memory.
33706         (gl_linked_nx_add_after): Renamed from gl_linked_add_after. Return NULL
33707         upon out-of-memory.
33708         (gl_linked_nx_add_at): Renamed from gl_linked_add_at. Return NULL upon
33709         out-of-memory.
33710         (gl_linked_sortedlist_nx_add): Renamed from gl_linked_sortedlist_add.
33711         Update.
33712         * lib/gl_linked_list.c: Don't include xalloc.h.
33713         (gl_linked_list_implementation): Update.
33714         * lib/gl_linkedhash_list.c: Don't include xalloc.h.
33715         (add_to_bucket): Change return type to 'int'.
33716         (gl_linkedhash_list_implementation): Update.
33717         * lib/gl_anytree_list1.h (free_subtree): New function.
33718         * lib/gl_anytree_list2.h (gl_tree_nx_create_empty): Renamed from
33719         gl_tree_create_empty. Return NULL upon out-of-memory.
33720         (gl_tree_node_nx_set_value): Renamed from gl_tree_node_set_value.
33721         Change return type to 'int'. Return -1 upon out-of-memory.
33722         (gl_tree_nx_set_at): Renamed from gl_tree_set_at. Return NULL upon
33723         out-of-memory.
33724         (gl_tree_nx_add_at): Renamed from gl_tree_add_at. Update.
33725         (gl_tree_remove_node): New function, moved here from
33726         lib/gl_anyavltree_list2.h and lib/gl_anyrbtree_list2.h.
33727         (gl_tree_sortedlist_nx_add): Renamed from gl_tree_sortedlist_add.
33728         Update.
33729         * lib/gl_anyavltree_list2.h (create_subtree_with_contents): Use
33730         malloc, not xmalloc. Return NULL upon out-of-memory.
33731         (gl_tree_nx_create): Renamed from gl_tree_create. Return NULL upon
33732         out-of-memory.
33733         (gl_tree_remove_node_from_tree): New function, extracted from
33734         gl_tree_remove_node.
33735         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Return NULL
33736         upon out-of-memory.
33737         (gl_tree_nx_add_last): Renamed from gl_tree_add_last. Return NULL upon
33738         out-of-memory.
33739         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Return NULL
33740         upon out-of-memory.
33741         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Return NULL
33742         upon out-of-memory.
33743         (gl_tree_remove_node): Remove function. Moved to gl_anytree_list2.h.
33744         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents): Use malloc,
33745         not xmalloc. Return NULL upon out-of-memory.
33746         (gl_tree_nx_create): Renamed from gl_tree_create. Return NULL upon
33747         out-of-memory.
33748         (gl_tree_remove_node_from_tree): New function, extracted from
33749         gl_tree_remove_node.
33750         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Return NULL
33751         upon out-of-memory.
33752         (gl_tree_nx_add_last): Renamed from gl_tree_add_last. Return NULL upon
33753         out-of-memory.
33754         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Return NULL
33755         upon out-of-memory.
33756         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Return NULL
33757         upon out-of-memory.
33758         (gl_tree_remove_node): Remove function. Moved to gl_anytree_list2.h.
33759         * lib/gl_avltree_list.c: Don't include xalloc.h. Include
33760         gl_anytree_list1.h before gl_anyavltree_list2.h.
33761         (gl_avltree_list_implementation): Update.
33762         * lib/gl_rbtree_list.c: Don't include xalloc.h. Include
33763         gl_anytree_list1.h before gl_anyavltree_list2.h.
33764         (gl_rbtree_list_implementation): Update.
33765         * lib/gl_anytreehash_list1.h (add_to_bucket, add_nodes_to_buckets):
33766         Change return type to 'int'. Return -1 upon out-of-memory. Use
33767         __builtin_expect.
33768         * lib/gl_avltreehash_list.c: Don't include xalloc.h.
33769         (gl_avltreehash_list_implementation): Update.
33770         * lib/gl_rbtreehash_list.c: Don't include xalloc.h.
33771         (gl_rbtreehash_list_implementation): Update.
33772         * modules/array-list (Depends-on): Remove xalloc.
33773         * modules/carray-list (Depends-on): Likewise.
33774         * modules/linked-list (Depends-on): Likewise.
33775         * modules/linkedhash-list (Depends-on): Likewise.
33776         * modules/avltree-list (Depends-on): Likewise.
33777         * modules/rbtree-list (Depends-on): Likewise.
33778         * modules/avltreehash-list (Depends-on): Likewise.
33779         * modules/rbtreehash-list (Depends-on): Likewise.
33780
33781         * modules/xsublist: New file.
33782         * lib/gl_xsublist.h: New file.
33783         * lib/gl_xsublist.c: New file.
33784         * lib/gl_sublist.h (gl_sublist_create): Disable declaration.
33785         (gl_sublist_nx_create): New declaration.
33786         * lib/gl_sublist.c: Don't include xalloc.h.
33787         (gl_sublist_nx_create_empty): Renamed from gl_sublist_create_empty.
33788         (gl_sublist_nx_create_fill): Renamed from gl_sublist_create_fill.
33789         (gl_sublist_node_nx_set_value): Renamed from gl_sublist_node_set_value.
33790         Change return type to 'int'. Return -1 upon out-of-memory.
33791         (gl_sublist_nx_set_at): Renamed from gl_sublist_set_at. Return NULL
33792         upon out-of-memory.
33793         (gl_sublist_nx_add_first): Renamed from gl_sublist_add_first. Return
33794         NULL upon out-of-memory.
33795         (gl_sublist_nx_add_last): Renamed from gl_sublist_add_last. Return NULL
33796         upon out-of-memory.
33797         (gl_sublist_nx_add_before): Renamed from gl_sublist_add_before. Return
33798         NULL upon out-of-memory.
33799         (gl_sublist_nx_add_after): Renamed from gl_sublist_add_after. Return
33800         NULL upon out-of-memory.
33801         (gl_sublist_nx_add_at): Renamed from gl_sublist_add_at. Return NULL
33802         upon out-of-memory.
33803         (gl_sublist_sortedlist_nx_add): Renamed from gl_sublist_sortedlist_add.
33804         (gl_sublist_list_implementation): Update.
33805         (gl_sublist_nx_create): Renamed from gl_sublist_create. Return NULL
33806         upon out-of-memory.
33807         * modules/sublist (Depends-on): Remove xalloc.
33808
33809         * tests/test-array_list.c: Use gl_list_nx_* functions where possible.
33810         * tests/test-carray_list.c: Likewise.
33811         * tests/test-linked_list.c: Likewise.
33812         * tests/test-linkedhash_list.c: Likewise.
33813         * tests/test-avltree_list.c: Likewise.
33814         * tests/test-rbtree_list.c: Likewise.
33815         * tests/test-avltreehash_list.c: Likewise.
33816         * tests/test-rbtreehash_list.c: Likewise.
33817         * modules/array-list-tests (Makefile.am): Don't link with @LIBINTL@.
33818         * modules/carray-list-tests (Makefile.am): Likewise.
33819         * modules/linked-list-tests (Makefile.am): Likewise.
33820         * modules/linkedhash-list-tests (Makefile.am): Likewise.
33821         * modules/avltree-list-tests (Makefile.am): Likewise.
33822         * modules/rbtree-list-tests (Makefile.am): Likewise.
33823         * modules/avltreehash-list-tests (Makefile.am): Likewise.
33824         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
33825
33826         * NEWS: Mention the changes.
33827
33828         * lib/clean-temp.c: Include gl_xlist.h.
33829         * modules/clean-temp (Depends-on): Add xlist.
33830
33831         * lib/git-merge-changelog.c: Include gl_xlist.h instead of gl_list.h.
33832         * modules/git-merge-changelog (Depends-on): Add xlist. Remove list.
33833
33834         * tests/test-array_oset.c: Include gl_xlist.h.
33835         * modules/array-oset-tests (Depends-on): Add xlist.
33836
33837         Reported by José E. Marchesi <jemarch@gnu.org>.
33838
33839 2009-12-13  Bruno Haible  <bruno@clisp.org>
33840
33841         Move the malloc checking from module 'oset' to new module 'xoset'.
33842         * modules/xoset: New file.
33843         * lib/gl_xoset.h: New file.
33844         * lib/gl_xoset.c: New file.
33845         * lib/gl_oset.h (gl_oset_create_empty, gl_oset_add): Disable
33846         declarations.
33847         (gl_oset_nx_create_empty, gl_oset_nx_add): New declarations.
33848         (struct gl_oset_implementation): Rename and change methods accordingly.
33849         (gl_oset_nx_create_empty): Renamed from gl_oset_create_empty.
33850         (gl_oset_nx_add): Renamed from gl_oset_add. Change return type to
33851         'int'. Mark as __warn_unused_result__.
33852         * lib/gl_oset.c (gl_oset_nx_create_empty): Renamed from
33853         gl_oset_create_empty.
33854         (gl_oset_nx_add): Renamed from gl_oset_add. Change return type to
33855         'int'.
33856         * lib/gl_array_oset.c: Don't include xalloc.h.
33857         (gl_array_nx_create_empty): Renamed from gl_array_create_empty. Use
33858         malloc, not xmalloc.
33859         (grow): Change return type to 'int'. Don't call xalloc_die.
33860         (gl_array_nx_add_at): Renamed from gl_array_add_at. Change return type
33861         to 'int'.
33862         (gl_array_nx_add): Renamed from gl_array_add. Change return type to
33863         'int'.
33864         (gl_array_oset_implementation): Update.
33865         * lib/gl_anytree_oset.h (gl_tree_nx_create_empty): Renamed from
33866         gl_tree_create_empty.
33867         (gl_tree_nx_add): Renamed from gl_tree_add. Change return type to
33868         'int'.
33869         * lib/gl_avltree_oset.c: Don't include xalloc.h.
33870         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Use malloc, not
33871         xmalloc.
33872         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Use malloc,
33873         not xmalloc.
33874         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Use malloc, not
33875         xmalloc.
33876         (gl_avltree_oset_implementation): Update.
33877         * lib/gl_rbtree_oset.c: Don't include xalloc.h.
33878         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Use malloc, not
33879         xmalloc.
33880         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Use malloc,
33881         not xmalloc.
33882         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Use malloc, not
33883         xmalloc.
33884         (gl_rbtree_oset_implementation): Update.
33885         * modules/array-oset (Depends-on): Remove xalloc.
33886         * modules/avltree-oset (Depends-on): Likewise.
33887         * modules/rbtree-oset (Depends-on): Likewise.
33888         * tests/test-array_oset.c: Use gl_oset_nx_* functions where possible.
33889         * tests/test-avltree_oset.c: Likewise.
33890         * tests/test-rbtree_oset.c: Likewise.
33891         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
33892         * modules/avltree-oset-tests (Makefile.am): Don't link with @LIBINTL@.
33893         * modules/rbtree-oset-tests (Makefile.am): Likewise.
33894         * NEWS: Mention the change.
33895
33896 2009-12-05  Alfred M. Szmidt  <ams@gnu.org>
33897
33898         maint.mk: allow a project to override release-prep commands
33899         * top/maint.mk (alpha, beta, stable): Move release-preparatory
33900         commands into a new rule.
33901         (release-prep): New rule.
33902         (release-prep-hook): New overridable variable.
33903
33904 2009-12-13  Bruno Haible  <bruno@clisp.org>
33905
33906         * lib/localcharset.c (locale_charset): Fix comment about use of GetACP.
33907
33908 2009-12-13  Jim Meyering  <meyering@redhat.com>
33909
33910         maint.mk (null_AM_MAKEFLAGS, built_programs): remove unused definitions
33911         * top/maint.mk (null_AM_MAKEFLAGS, built_programs): Remove definitions.
33912
33913 2009-12-12  Bruno Haible  <bruno@clisp.org>
33914
33915         duplocale: Tweak.
33916         * lib/duplocale.c (rpl_duplocale): Mark categories array as 'const'.
33917
33918 2009-12-12  Karl Berry  <karl@gnu.org>
33919
33920         * config/srclist.txt (strtoll.c): tab changes, no more sync.
33921
33922 2009-12-12  Bruno Haible  <bruno@clisp.org>
33923
33924         * m4/po.m4: Undo incorrect untabification.
33925
33926 2009-12-12  Bruno Haible  <bruno@clisp.org>
33927
33928         c-strtod, c-strtold: Use multithread-safe implementation on MacOS X.
33929         * modules/c-strtod (Depends-on): Add locale.
33930         * modules/c-strtold (Depends-on): Likewise.
33931
33932 2009-12-12  Bruno Haible  <bruno@clisp.org>
33933
33934         * lib/localcharset.c (locale_charset): Add comment about use of GetACP.
33935
33936 2009-12-11  Eric Blake  <ebb9@byu.net>
33937
33938         setenv: relax requirement in light of POSIX ruling
33939         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): Test handling of "" but
33940         not NULL.
33941         * tests/test-setenv.c (main): Relax test.
33942         * tests/test-unsetenv.c (main): Likewise.
33943         * doc/posix-functions/setenv.texi (setenv): Document this.
33944         * doc/posix-functions/unsetenv.texi (unsetenv): Likewise.
33945
33946 2009-12-11  Bruno Haible  <bruno@clisp.org>
33947
33948         New module 'fd-safer-flag'.
33949         * lib/dup-safer-flag.c: New file, extracted from lib/dup-safer.c.
33950         * lib/dup-safer.c (dup_safer_flag): Remove function.
33951         * lib/fd-safer-flag.c: New file, extracted from lib/fd-safer.c.
33952         * lib/fd-safer.c (fd_safer_flag): Remove function.
33953         * lib/unistd-safer.h (dup_safer_flag, fd_safer_flag): Update condition.
33954         * modules/cloexec (configure.ac): Drop indicator macro.
33955         * modules/fd-safer-flag: New file.
33956         * modules/pipe2-safer (Depends-on): Add fd-safer-flag. Remove cloexec.
33957         * modules/stdlib-safer (Depends-on): Add fd-safer-flag.
33958         * modules/unistd-safer-tests (Depends-on): Add fd-safer-flag.
33959
33960 2009-12-11  Bruno Haible  <bruno@clisp.org>
33961
33962         Tests for module 'nl_langinfo'.
33963         * modules/nl_langinfo-tests: New file.
33964         * tests/test-nl_langinfo.sh: New file.
33965         * tests/test-nl_langinfo.c: New file.
33966
33967         New module 'nl_langinfo'.
33968         * lib/nl_langinfo.c: New file.
33969         * m4/nl_langinfo.m4: New file.
33970         * modules/nl_langinfo: New file.
33971         * doc/posix-functions/nl_langinfo.texi: Mention the new module.
33972
33973 2009-12-11  Bruno Haible  <bruno@clisp.org>
33974
33975         Tests for module 'langinfo'.
33976         * modules/langinfo-tests: New file.
33977         * tests/test-langinfo.c: New file.
33978
33979         New module 'langinfo'.
33980         * lib/langinfo.in.h: New file.
33981         * m4/langinfo_h.m4: New file.
33982         * modules/langinfo: New file.
33983         * doc/posix-headers/langinfo.texi: Mention the new module.
33984
33985 2009-12-11  Bruno Haible  <bruno@clisp.org>
33986
33987         * lib/config.charset: Untabify.
33988
33989 2009-12-11  Bruno Haible  <bruno@clisp.org>
33990
33991         * modules/unistd-safer (configure.ac): Drop indicator macro.
33992
33993 2009-12-11  Bruno Haible  <bruno@clisp.org>
33994
33995         Move pipe2-safer code to its own file.
33996         * lib/pipe2-safer.c: New file, extracted from lib/pipe-safer.c.
33997         * lib/pipe-safer.c (pipe2_safer): Remove function.
33998         * modules/pipe2-safer (Files): Add lib/pipe2-safer.c.
33999         (Makefile.am): Add it to lib_SOURCES.
34000
34001 2009-12-10  Bruno Haible  <bruno@clisp.org>
34002
34003         * lib/recvfrom.c (rpl_recvfrom): Allow the from argument to be NULL.
34004
34005 2009-12-10  Bruno Haible  <bruno@clisp.org>
34006
34007         Declare which arguments expect non-NULL values, for GCC and clang.
34008         * build-aux/arg-nonnull.h: New file.
34009         * modules/arg-nonnull: New file.
34010         * lib/arpa_inet.in.h (_GL_ARG_NONNULL): New placeholder.
34011         (inet_ntop, inet_pton): Use it.
34012         * lib/dirent.in.h (_GL_ARG_NONNULL): New placeholder.
34013         (closedir, dirfd, opendir, scandir, alphasort): Use it.
34014         * lib/fcntl.in.h (_GL_ARG_NONNULL): New placeholder.
34015         (open, openat): Use it.
34016         * lib/fnmatch.in.h (_GL_ARG_NONNULL): New placeholder.
34017         (fnmatch): Use it.
34018         * lib/getopt.in.h (_GL_ARG_NONNULL): New placeholder.
34019         (getopt, getopt_long, getopt_long_only): Use it.
34020         * lib/glob.in.h (_GL_ARG_NONNULL): New placeholder.
34021         * lib/glob-libc.h (glob, globfree, glob64, globfree64, glob_pattern_p):
34022         Use it.
34023         * lib/iconv.in.h (_GL_ARG_NONNULL): New placeholder.
34024         (iconv_open): Use it.
34025         * lib/inttypes.in.h (_GL_ARG_NONNULL): New placeholder.
34026         (strtoimax, strtoumax): Use it.
34027         * lib/locale.in.h (_GL_ARG_NONNULL): New placeholder.
34028         (duplocale): Use it.
34029         * lib/math.in.h (_GL_ARG_NONNULL): New placeholder.
34030         (frexp, frexpl): Use it.
34031         * lib/netdb.in.h (_GL_ARG_NONNULL): New placeholder.
34032         (getaddrinfo, freeaddrinfo, getnameinfo): Use it.
34033         * lib/search.in.h (_GL_ARG_NONNULL): New placeholder.
34034         (tsearch, tfind, tdelete, twalk): Use it.
34035         * lib/signal.in.h (_GL_ARG_NONNULL): New placeholder.
34036         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset,
34037         sigpending): Use it.
34038         * lib/spawn.in.h (_GL_ARG_NONNULL): New placeholder.
34039         (posix_spawn, posix_spawnp, posix_spawnattr_init,
34040         posix_spawnattr_destroy, posix_spawnattr_getsigdefault,
34041         posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask,
34042         posix_spawnattr_setsigmask, posix_spawnattr_getflags,
34043         posix_spawnattr_setflags, posix_spawnattr_getpgroup,
34044         posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy,
34045         posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam,
34046         posix_spawnattr_setschedparam, posix_spawn_file_actions_init,
34047         posix_spawn_file_actions_destroy, posix_spawn_file_actions_addopen,
34048         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2):
34049         Use it.
34050         * lib/stdio.in.h (_GL_ARG_NONNULL): New placeholder.
34051         (dprintf, fclose, fopen, fprintf, fpurge, fputc, fputs, freopen,
34052         rpl_fseek, fseeko, rpl_ftell, ftello, fwrite, getdelim, getline,
34053         obstack_printf, obstack_vprintf, popen, printf, putc, puts, remove,
34054         rename, renameat, snprintf, sprintf, asprintf, vasprintf, vdprintf,
34055         vfprintf, vprintf, vsnprintf, vsprintf): Use it.
34056         * lib/stdlib.in.h (_GL_ARG_NONNULL): New placeholder.
34057         (atoll, canonicalize_file_name, getloadavg, getsubopt, mkdtemp,
34058         mkostemp, mkostemps, mkstemp, mkstemps, putenv, srandom_r, initstate_r,
34059         setstate_r, random_r, realpath, rpmatch, setenv, strtod, strtoll,
34060         strtoull, unsetenv): Use it.
34061         * lib/string.in.h (_GL_ARG_NONNULL): New placeholder.
34062         (memchr, memmem, mempcpy, memrchr, rawmemchr, stpcpy, stpncpy,
34063         strchrnul, strdup, strndup, strnlen, strpbrk, strsep, strstr,
34064         strcasestr, strtok_r, mbslen, mbsnlen, mbschr, mbsrchr, mbsstr,
34065         mbscasecmp, mbsncasecmp, mbspcasecmp, mbscasestr, mbscspn, mbspbrk,
34066         mbsspn, mbssep, mbstok_r, strverscmp): Use it.
34067         * lib/strings.in.h (_GL_ARG_NONNULL): New placeholder.
34068         (strcasecmp, strncasecmp): Use it.
34069         * lib/sys_socket.in.h (_GL_ARG_NONNULL): New placeholder.
34070         (rpl_connect, rpl_bind, rpl_getpeername, rpl_getsockname,
34071         rpl_getsockopt, rpl_recv, rpl_send, rpl_recvfrom, rpl_sendto,
34072         rpl_setsockopt): Use it.
34073         * lib/sys_stat.in.h (_GL_ARG_NONNULL): New placeholder.
34074         (fchmodat, fstat, fstatat, lchmod, rpl_lstat, mkdir, mkdirat, mkfifo,
34075         mkfifoat, mknod, mknodat, stat, utimensat): Use it.
34076         * lib/sys_time.in.h (_GL_ARG_NONNULL): New placeholder.
34077         (gettimeofday): Use it.
34078         * lib/sys_times.in.h (_GL_ARG_NONNULL): New placeholder.
34079         (times): Use it.
34080         * lib/sys_utsname.in.h (_GL_ARG_NONNULL): New placeholder.
34081         (uname): Use it.
34082         * lib/time.in.h (_GL_ARG_NONNULL): New placeholder.
34083         (nanosleep, mktime, localtime_r, gmtime_r, strptime, timegm): Use it.
34084         * lib/unistd.in.h (_GL_ARG_NONNULL): New placeholder.
34085         (chown, euidaccess, faccessat, _gl_register_fd, fchownat,
34086         getdomainname, gethostname, getlogin_r, lchown, link, linkat, pipe2,
34087         pread, readlink, readlinkat, rmdir, symlink, symlinkat, unlink,
34088         unlinkat, write): Use it.
34089         * lib/wchar.in.h (_GL_ARG_NONNULL): New placeholder.
34090         (mbsrtowcs, mbsnrtowcs, wcsrtombs, wcsnrtombs): Use it.
34091         * lib/argv-iter.h: Include arg-nonnull.h.
34092         (_ATTRIBUTE_NONNULL_): Remove macro.
34093         (argv_iter_init_argv, argv_iter_init_stream, argv_iter,
34094         argv_iter_n_args, argv_iter_free): Use _GL_ARG_NONNULL.
34095         * lib/canonicalize-lgpl.c (_GL_ARG_NONNULL): Define, to defeat gcc
34096         optimization.
34097         * lib/getaddrinfo.c (_GL_ARG_NONNULL): Likewise.
34098         * lib/getdelim.c (_GL_ARG_NONNULL): Likewise.
34099         * lib/glob.c (_GL_ARG_NONNULL): Likewise.
34100         * lib/random_r.c (_GL_ARG_NONNULL): Likewise.
34101         * lib/setenv.c (_GL_ARG_NONNULL): Likewise.
34102         * lib/strtod.c (_GL_ARG_NONNULL): Likewise.
34103         * lib/tsearch.c (_GL_ARG_NONNULL): Likewise.
34104         * lib/unsetenv.c (_GL_ARG_NONNULL): Likewise.
34105         * modules/arpa_inet (Depends-on): Add arg-nonnull.
34106         (Makefile.am): Insert arg-nonnull.h into arpa/inet.h.
34107         * modules/dirent (Depends-on): Add arg-nonnull.
34108         (Makefile.am): Insert arg-nonnull.h into dirent.h.
34109         * modules/fcntl-h (Depends-on): Add arg-nonnull.
34110         (Makefile.am): Insert arg-nonnull.h into fcntl.h.
34111         * modules/fnmatch (Depends-on): Add arg-nonnull.
34112         (Makefile.am): Insert arg-nonnull.h into fnmatch.h.
34113         * modules/getopt-posix (Depends-on): Add arg-nonnull.
34114         (Makefile.am): Insert arg-nonnull.h into getopt.h.
34115         * modules/glob (Depends-on): Add arg-nonnull.
34116         (Makefile.am): Insert arg-nonnull.h into glob.h.
34117         * modules/iconv_open (Depends-on): Add arg-nonnull.
34118         (Makefile.am): Insert arg-nonnull.h into iconv.h.
34119         * modules/inttypes (Depends-on): Add arg-nonnull.
34120         (Makefile.am): Insert arg-nonnull.h into inttypes.h.
34121         * modules/locale (Depends-on): Add arg-nonnull.
34122         (Makefile.am): Insert arg-nonnull.h into locale.h.
34123         * modules/math (Depends-on): Add arg-nonnull.
34124         (Makefile.am): Insert arg-nonnull.h into math.h.
34125         * modules/netdb (Depends-on): Add arg-nonnull.
34126         (Makefile.am): Insert arg-nonnull.h into netdb.h.
34127         * modules/search (Depends-on): Add arg-nonnull.
34128         (Makefile.am): Insert arg-nonnull.h into search.h.
34129         * modules/signal (Depends-on): Add arg-nonnull.
34130         (Makefile.am): Insert arg-nonnull.h into signal.h.
34131         * modules/spawn (Depends-on): Add arg-nonnull.
34132         (Makefile.am): Insert arg-nonnull.h into spawn.h.
34133         * modules/stdio (Depends-on): Add arg-nonnull.
34134         (Makefile.am): Insert arg-nonnull.h into stdio.h.
34135         * modules/stdlib (Depends-on): Add arg-nonnull.
34136         (Makefile.am): Insert arg-nonnull.h into stdlib.h.
34137         * modules/string (Depends-on): Add arg-nonnull.
34138         (Makefile.am): Insert arg-nonnull.h into string.h.
34139         * modules/strings (Depends-on): Add arg-nonnull.
34140         (Makefile.am): Insert arg-nonnull.h into strings.h.
34141         * modules/sys_socket (Depends-on): Add arg-nonnull.
34142         (Makefile.am): Insert arg-nonnull.h into sys/socket.h.
34143         * modules/sys_stat (Depends-on): Add arg-nonnull.
34144         (Makefile.am): Insert arg-nonnull.h into sys/stat.h.
34145         * modules/sys_time (Depends-on): Add arg-nonnull.
34146         (Makefile.am): Insert arg-nonnull.h into sys/time.h.
34147         * modules/sys_times (Depends-on): Add arg-nonnull.
34148         (Makefile.am): Insert arg-nonnull.h into sys/times.h.
34149         * modules/sys_utsname (Depends-on): Add arg-nonnull.
34150         (Makefile.am): Insert arg-nonnull.h into sys/utsname.h.
34151         * modules/time (Depends-on): Add arg-nonnull.
34152         (Makefile.am): Insert arg-nonnull.h into time.h.
34153         * modules/unistd (Depends-on): Add arg-nonnull.
34154         (Makefile.am): Insert arg-nonnull.h into unistd.h.
34155         * modules/wchar (Depends-on): Add arg-nonnull.
34156         (Makefile.am): Insert arg-nonnull.h into wchar.h.
34157         * modules/argv-iter (Depends-on): Add arg-nonnull.
34158         * tests/test-canonicalize.c (null_ptr): New function.
34159         (main): Use it.
34160         * tests/test-canonicalize-lgpl.c (null_ptr): New function.
34161         (main): Use it.
34162         * tests/test-memmem.c (null_ptr): New function.
34163         (main): Use it.
34164         Reported by Jim Meyering.
34165
34166 2009-12-10  Bruno Haible  <bruno@clisp.org>
34167
34168         Use spaces for indentation, not tabs.
34169         * lib/**/*.[hcy] except lib/reg*.[hc]: Untabify.
34170         * m4/*.m4: Untabify.
34171         * build-aux/*.h: Untabify.
34172         * tests/**/*.[hc]: Untabify.
34173         * README: New section "Indent with spaces, not TABs", based on
34174         coreutils/HACKING and comments by Pádraig Brady and Paolo Bonzini.
34175         * NEWS: Mention the change.
34176
34177 2009-12-10  Bruno Haible  <bruno@clisp.org>
34178
34179         pty test: Fix link error.
34180         * modules/pty-tests (Makefile.am): Add the default LDADD value to
34181         test_pty_LDADD.
34182
34183 2009-12-07  Simon Josefsson  <simon@josefsson.org>
34184
34185         * modules/pty: New file.
34186         * modules/pty-tests: New file.
34187         * m4/pty.m4: New file.
34188         * tests/test-pty.c: New file.
34189         * doc/glibc-headers/pty.texi: Modified.
34190         * doc/glibc-functions/forkpty.texi: Modified.
34191         * doc/glibc-functions/openpty.texi: Modified.
34192
34193 2009-12-10  Bruno Haible  <bruno@clisp.org>
34194
34195         Avoid syntax error in C++ mode.
34196         * lib/stdio.in.h (rename): Don't use parameter name 'new'.
34197
34198 2009-12-10  Bruno Haible  <bruno@clisp.org>
34199
34200         Use sed with option -e.
34201         * gnulib-tool (func_version, func_emit_copyright_notice,
34202         func_emit_initmacro_end, func_import, func_create_testdir): Pass
34203         option -e to sed.
34204         * modules/link-warning (Makefile.am): Likewise.
34205
34206 2009-12-10  Jim Meyering  <meyering@redhat.com>
34207
34208         mgetgroups: do not write bytes beyond end of malloc'd buffer
34209         * lib/mgetgroups.c: Fix an off-by-one error.  When we have no
34210         username, we call getgroups with a one-element-shorter buffer,
34211         but still told it the length was original, max_n_groups.
34212
34213 2009-12-09  Eric Blake  <ebb9@byu.net>
34214
34215         cloexec: relax license
34216         * modules/cloexec (Maintainer): Add myself.
34217         (License): Use LGPL, not GPL.
34218
34219         link-warning: optimize generation
34220         * modules/link-warning (Makefile.am): Reduce process usage.
34221
34222 2009-12-09  Bruno Haible  <bruno@clisp.org>
34223
34224         * doc/posix-functions/unsetenv.texi: Mention Solaris 10 bug for which a
34225         workaround was added on 2009-11-17.
34226
34227 2009-12-09  Jim Meyering  <meyering@redhat.com>
34228             Bruno Haible  <bruno@clisp.org>
34229
34230         link-warning: Allow extra lines at the top of build-aux/link-warning.h.
34231         * modules/link-warning (Makefile.am): Make the comment-removing sed
34232         command more robust in the face of bootstrap-prepended comment lines.
34233
34234 2009-12-09  Bruno Haible  <bruno@clisp.org>
34235
34236         * lib/mgetgroups.c (mgetgroups): Don't remove duplicates if there is at
34237         most one group.
34238
34239 2009-12-09  Simon Josefsson <simon@josefsson.org>
34240             Bruno Haible  <bruno@clisp.org>
34241
34242         * build-aux/link-warning.h: Add copyright notice.
34243         * modules/link-warning (Makefile.am): Generate link-warning.h from
34244         build-aux/link-warning.h. Update LINK_WARNING_H accordingly.
34245         * NEWS: Mention change in link-warning module.
34246         * modules/arpa_inet (Makefile.am): Add dependency to arpa/inet.h.
34247         * modules/dirent (Makefile.am): Add dependency to dirent.h.
34248         * modules/fcntl-h (Makefile.am): Add dependency to fcntl.h.
34249         * modules/getopt-posix (Makefile.am): Add dependency to getopt.h.
34250         * modules/inttypes (Makefile.am): Add dependency to inttypes.h.
34251         * modules/math (Makefile.am): Add dependency to math.h.
34252         * modules/search (Makefile.am): Add dependency to search.h.
34253         * modules/signal (Makefile.am): Add dependency to signal.h.
34254         * modules/spawn (Makefile.am): Add dependency to spawn.h.
34255         * modules/stdio (Makefile.am): Add dependency to stdio.h.
34256         * modules/stdlib (Makefile.am): Add dependency to stdlib.h.
34257         * modules/string (Makefile.am): Add dependency to string.h.
34258         * modules/strings (Makefile.am): Add dependency to strings.h.
34259         * modules/sys_ioctl (Makefile.am): Add dependency to sys/ioctl.h.
34260         * modules/sys_select (Makefile.am): Add dependency to sys/select.h.
34261         * modules/sys_socket (Makefile.am): Add dependency to sys/socket.h.
34262         * modules/sys_stat (Makefile.am): Add dependency to sys/stat.h.
34263         * modules/sys_times (Makefile.am): Add dependency to sys/times.h.
34264         * modules/sys_utsname (Makefile.am): Add dependency to sys/utsname.h.
34265         * modules/sys_wait (Makefile.am): Add dependency to sys/wait.h.
34266         * modules/unistd (Makefile.am): Add dependency to unistd.h.
34267         * modules/wchar (Makefile.am): Add dependency to wchar.h.
34268
34269 2009-12-09  Bruno Haible  <bruno@clisp.org>
34270
34271         fchdir: Optimize away rpl_fstat when possible.
34272         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set REPLACE_FSTAT only together with
34273         REPLACE_OPEN_DIRECTORY.
34274         * lib/fchdir.c (rpl_fstat): Define only when REPLACE_OPEN_DIRECTORY.
34275
34276 2009-12-09  Bruno Haible  <bruno@clisp.org>
34277
34278         * lib/fchdir.c: Update comment.
34279
34280 2009-12-09  Bruno Haible  <bruno@clisp.org>
34281
34282         * lib/cloexec.c (set_cloexec_flag): Clarify intent of dup2 call.
34283
34284 2009-12-08  Eric Blake  <ebb9@byu.net>
34285
34286         fchdir: avoid memory leak on re-registration.
34287         * lib/fchdir.c (ensure_dirs_slot): Avoid memory leak.
34288
34289 2009-12-08  Jim Meyering  <meyering@redhat.com>
34290
34291         init.sh: avoid Solaris 10 /bin/sh portability problem
34292         Solaris 10's /bin/sh does not pass '.' arguments 2.. to the
34293         sourced script:
34294           $ printf 'echo "$@"\n' > f; /bin/sh -c '. ./f bar'
34295           $ printf 'echo "$@"\n' > f; /bin/bash -c '. ./f bar'
34296           bar
34297         tests/init.sh relied on that, accepting a --set-path=DIR argument,
34298         and two tests used that idiom.
34299         * tests/init.sh: Update suggested usage comments.
34300         (path_prepend_): New function, to be used in place
34301         of the --src-path=DIR option.
34302         (setup_): Move PATH-prepending code into path_prepend_.
34303         * tests/test-pread.sh: Adapt to new usage.
34304         * tests/test-xalloc-die.sh: Likewise.
34305
34306 2009-12-08  Simon Josefsson  <simon@josefsson.org>
34307
34308         * doc/gnulib.texi (Glibc pty.h): Add.
34309         * doc/glibc-functions/forkpty.texi: Add.
34310         * doc/glibc-functions/openpty.texi: Add.
34311         Suggested by Bruno Haible.
34312
34313 2009-12-08  Eric Blake  <ebb9@byu.net>
34314
34315         fchdir: fix logic bugs
34316         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Fix logic bug.
34317         * tests/test-fchdir.c (main): Enhance test.
34318         * lib/fchdir.c (rpl_fstat): Always provide if fchdir replacement
34319         is in use.
34320
34321         dup2: fix logic bugs
34322         * lib/dup2.c (dup2): Fix logic bugs.  Use HAVE_DUP2 rather than
34323         REPLACE_DUP2 to decide when rpl_dup2 is needed.
34324         * m4/dup2.m4 (gl_REPLACE_DUP2): Only define REPLACE_DUP2 when dup2
34325         exists.
34326         (gl_FUNC_DUP2): Drop unneeded AC_DEFINE.
34327
34328 2009-12-07  Eric Blake  <ebb9@byu.net>
34329
34330         unlink: fix m4 detection
34331         * m4/unlink.m4 (gl_FUNC_UNLINK): Include correct header.
34332
34333         unistd-safer: add unit test
34334         * modules/unistd-safer-tests: New file.
34335         * tests/test-dup-safer.c: Likewise.
34336         * tests/test-cloexec.c (setmode): Avoid compiler warning.
34337         * tests/test-dup2.c (setmode): Likewise.
34338         * lib/cloexec.c (dup_cloexec): Fix mingw compile error.
34339
34340         cloexec: preserve text vs. binary across dup_cloexec
34341         * lib/cloexec.c (dup_cloexec) [W32]: Query and use translation
34342         mode.
34343         * modules/dup2-tests (Depends-on): Add binary-io.
34344         * modules/cloexec-tests (Depends-on): Likewise.
34345         * tests/test-dup2.c (setmode, is_mode): New helpers.
34346         (main): Add tests that translation mode is preserved.
34347         * tests/test-cloexec.c (setmode, is_mode, main): Likewise.
34348         Reported by Bruno Haible.
34349
34350         mgetgroups: reduce duplicate listings
34351         * lib/mgetgroups.c (mgetgroups): Reduce duplicates from the
34352         resulting array.
34353         * tests/test-chown.h (test_chown): Simplify client.
34354         * tests/test-lchown.h (test_lchown): Likewise.
34355
34356 2009-12-06  Bruno Haible  <bruno@clisp.org>
34357
34358         * lib/cloexec.c (dup_cloexec): Fix handling of _gl_register_dup return
34359         value.
34360
34361 2009-12-06  Bruno Haible  <bruno@clisp.org>
34362
34363         * lib/progname.c: Include stdio.h, stdlib.h.
34364         (set_program_name): Reject a NULL argument.
34365
34366 2009-12-05  Eric Blake  <ebb9@byu.net>
34367
34368         pipe2-safer: new module
34369         * modules/pipe2-safer: New file.
34370         * lib/unistd-safer.h (pipe2_safer): New prototype.
34371         * lib/unistd--.h (pipe2): New wrapper.
34372         * lib/pipe-safer.c (pipe2_safer): New function.
34373         * modules/pipe (Depends-on): Add pipe2-safer.
34374         * lib/pipe.c (create_pipe) [WIN32]: Let pipe2_safer do the work.
34375
34376         stdlib-safer: preserve cloexec flag for mkostemp[s]
34377         * lib/mkstemp-safer.c (mkostemp_safer, mkostemps_safer): Use new
34378         fd_safer_flag.
34379
34380         unistd-safer: allow preservation of cloexec status via flag
34381         * lib/unistd-safer.h (dup_safer_flag, fd_safer_flag): New
34382         prototypes.
34383         * lib/dup-safer.c (dup_safer_flag): New function.
34384         * lib/fd-safer.c (fd_safer_flag): Likewise.
34385         * modules/cloexec (configure.ac): Set witness.
34386
34387         test-dup2: enhance test
34388         * modules/dup2-tests (Depends-on): Add cloexec.
34389         * tests/test-dup2.c (main): Enhance test.
34390
34391         cloexec: add dup_cloexec
34392         * lib/cloexec.h (dup_cloexec): New prototype.  Add copyright
34393         header and comments.
34394         * lib/cloexec.c (set_cloexec_flag): Add comments.
34395         (dup_cloexec): New function, with mingw implementation borrowed
34396         from...
34397         * lib/w32spawn.h (dup_noinherit): ...here.
34398         * modules/execute (Depends-on): Add cloexec.
34399         * modules/pipe (Depends-on): Likewise.
34400         * modules/cloexec (Depends-on): Add dup2.
34401         * modules/cloexec-tests (Files): New file.
34402         * tests/test-cloexec.c: Likewise.
34403
34404         test-xalloc-die: fix test for mingw
34405         * modules/xalloc-die-tests (Files): Add tests/init.sh.
34406         * tests/test-xalloc-die.sh: Rewrite to use init.sh.  Strip
34407         directory and .exe suffix off argv[0] output.
34408
34409         test-fseeko: fix test for mingw
34410         * tests/test-fseeko.c (fseek): Redefine GL_LINK_WARNING, rather
34411         than undefining fseek, so test will pass on mingw.
34412
34413 2009-12-05  Bruno Haible  <bruno@clisp.org>
34414
34415         * lib/progname.h (set_program_name): Clarify specification.
34416         * lib/progname.c (set_program_name): Likewise.
34417         Reported by Jim Meyering.
34418
34419 2009-12-05  Jim Meyering  <meyering@redhat.com>
34420
34421         maint.mk: backslash-escape parens in default regexp
34422         * top/maint.mk (news-check-regexp): Now that we're using grep -E,
34423         backslash-escape the literal parentheses.
34424
34425         maint.mk: news-date-check: use grep -E
34426         * top/maint.mk (today): Define a Make variable, not a...
34427         (news-date-check): ...shell variable.
34428         (news-date-regexp): Use the Make variable.
34429         Use grep's -E option.  Change the failing diagnostic to mention
34430         the variable, $(news-date-regexp).
34431
34432 2009-12-04  Alfred M. Szmidt  <ams@gnu.org>
34433
34434         maintainer-makefile: allow customization of NEWS entry format
34435         * top/maint.mk (news-date-regexp): New overridable variable.
34436         (news-date-check): Use it.
34437
34438 2009-12-04  Eric Blake  <ebb9@byu.net>
34439
34440         mgetgroups: add xgetgroups, and avoid ENOSYS failures
34441         * lib/mgetgroups.h (xgetgroups): New prototype.
34442         * lib/mgetgroups.c (xgetgroups): New wrapper.
34443         (mgetgroups): Handle ENOSYS.
34444         * modules/mgetgroups (Depends-on): Add realloc.
34445         Reported by Scott Harrison <scott.gnu.2009@scottrix.co.uk>.
34446
34447         mgetgroups: avoid argument promotion issues with -1
34448         * lib/mgetgroups.c (mgetgroups): A cast is required when checking
34449         for invalid gid_t.
34450         * tests/test-chown.h (getegid, test_chown): Likewise.
34451         * tests/test-lchown.h (getegid, test_lchown): Likewise.
34452
34453 2009-12-03  Paolo Bonzini  <bonzini@gnu.org>
34454
34455         exclude: Fix header file problems.
34456         * lib/exclude.h: Add multiple inclusion guards and include stdbool.h.
34457
34458 2009-12-01  Jim Meyering  <meyering@redhat.com>
34459
34460         fts: fts_open: do not let an empty string cause immediate failure
34461         This is required in support of GNU rm, for which the command
34462         "rm A '' B" must process and remove both A and B, in spite of
34463         the empty string argument.
34464         * lib/fts.c (fts_open): Do not let the presence of an empty string
34465         cause fts_open to fail immediately.  Most fts-using tools must be
34466         able to process all arguments, in order, and can be expected to
34467         diagnose such arguments themselves.
34468
34469 2009-11-30  Eric Blake  <ebb9@byu.net>
34470
34471         utimens: fix compilation error
34472         * lib/utimens.c (lutimens) [!HAVE_UTIMENSAT && HAVE_LUTIMES]:
34473         Declare variable at right scope.
34474
34475 2009-11-29  Jim Meyering  <meyering@redhat.com>
34476
34477         bootstrap: handle perl-5.11's changed --version output
34478         * build-aux/bootstrap (get_version): Handle perl separately,
34479         since perl-5.11's --version output is different.
34480
34481 2009-11-28  Jim Meyering  <meyering@redhat.com>
34482
34483         userspec: depend on the inttostr module, too
34484         * modules/userspec (Depends-on): Add inttostr.
34485
34486         userspec: disallow an ID that maps to (uid_t)-1 or (gid_t)-1
34487         * lib/userspec.c (parse_with_separator): Do not accept a user ID
34488         number of MAXUID when it evaluates to (uid_t) -1.
34489         Likewise for group ID.  Reported by Matt McCutchen in
34490         <http://savannah.gnu.org/bugs/?28113>
34491
34492         userspec: reformat to use spaces, not TABs
34493         * lib/userspec.c: Expand TABs to spaces.
34494         Add Emacs' "indent-tabs-mode: nil" hint.
34495
34496 2009-11-27  Eric Blake  <ebb9@byu.net>
34497
34498         getopt-gnu: flush out another BSD bug
34499         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Test for the bug.
34500         * tests/test-getopt.c (main): Check POSIXLY_CORRECT first, to
34501         flush out BSD bug.
34502         * tests/test-getopt.h (test_getopt): End lists with NULL.
34503         * tests/test-getopt_long.h (test_getopt_long): Likewise.
34504         (test_getopt_long_posix): Enhance test.
34505         * modules/getopt-posix-tests (Depends-on): Add stdbool.
34506         * doc/glibc-functions/getopt_long.texi (getopt_long): Mention
34507         getopt-gnu.
34508         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
34509         Likewise.
34510
34511 2009-11-27  Simon Josefsson  <simon@josefsson.org>
34512
34513         * modules/idpriv-droptemp-tests (Notice): Fix text.
34514
34515 2009-11-27  Jim Meyering  <meyering@redhat.com>
34516
34517         test-xalloc-die: avoid spurious failure due to libtool argv difference
34518         In a libtool-enabled project, this test would fail due to a difference
34519         in the emitted program name, e.g.,
34520         -test-xalloc-die: memory exhausted
34521         +/tmp/.../tests/.libs/lt-test-xalloc-die: memory exhausted
34522         Use program to avoid that.
34523         * modules/xalloc-die-tests (Depends-on): Add progname.
34524         * tests/test-xalloc-die.c: Include progname.h".
34525         (program_name): Remove decl.
34526         (main): Call set_program_name.
34527         * tests/test-xalloc-die.sh (compare): Remove unnecessary ${EXE}.
34528
34529 2009-11-26  Richard Jones  <rjones@redhat.com>
34530
34531         w32sock: leave win32 error in place.
34532         * lib/w32sock.h (set_winsock_errno): Do not call WSASetLastError.
34533
34534 2009-11-26  Eric Blake  <ebb9@byu.net>
34535
34536         init.sh: suggest to use skip_ and fail_ functions in comments
34537         * tests/init.sh: Add a sentence.
34538
34539 2009-11-25  Bruno Haible  <bruno@clisp.org>
34540
34541         init.sh: add documentation in comments
34542         * tests/init.sh: Add some developer and user documentation.
34543
34544 2009-11-26  Jim Meyering  <meyering@redhat.com>
34545
34546         init.sh: accommodate even those who specify bogus srcdir manually
34547         * tests/init.sh: Normally, srcdir is guaranteed by automake and
34548         configure-time tests to be sanitized, so that there is no need to
34549         use "$srcdir" in Makefile rules and shell scripts.  Using $srcdir
34550         (with no double quotes) suffices.  However, since tests may be
34551         invoked manually, and since you may explicitly set srcdir to the
34552         name of a directory containing spaces, do quote its uses here.
34553         * tests/test-pread.sh: Likewise.
34554         Suggested by Bruno Haible.
34555
34556         test-pread.sh: avoid diagnostics for those who ignore SIGPIPE
34557         * tests/test-pread.sh: Write no data into the pipe, because
34558         test-pread actually reads none.  This avoids a diagnostic,
34559         "bash: echo: write error: Broken pipe", that arises in the unusual
34560         event something is ignoring SIGPIPE, and might be interpreted
34561         as some sort of failure.  Reported by Bruno Haible.
34562
34563 2009-11-25  Jim Meyering  <meyering@redhat.com>
34564
34565         test-pread: cover failure with ESPIPE and EINVAL
34566         * tests/test-pread.c (main): Test for failure, too.
34567         * tests/test-pread.sh: Invoke with stdin on a pipe.
34568         Suggested by Eric Blake.
34569
34570         pread: improvement and fix
34571         * modules/pread (Depends-on): Depend on lseek, for portability to
34572         e.g., mingw.  Suggested by Eric Blake.
34573         * lib/pread.c (__libc_read): Define.  Reported by Richard W.M. Jones.
34574
34575         unistd.in.h: correct declaration of pread
34576         * lib/unistd.in.h: Correct type of "buf" parameter: void*, not char*
34577         Reported by Richard W.M. Jones.
34578
34579         test-pread.sh: distribute the test script
34580         * modules/pread-tests (Files): Include test-pread.sh.
34581
34582         test-pread.sh: clean up
34583         * tests/test-pread.sh: Don't refer to $builddir. Just use equivalent ".".
34584         * modules/pread-tests (TESTS_ENVIRONMENT): Don't export builddir.
34585         That is unnecessary, since it's always ".".
34586         Suggestion from Eric Blake.
34587
34588         test-pread.sh: make executable
34589         * tests/test-pread.sh: Set executable bit.
34590         Reported by Eric Blake.
34591
34592         correct typo in test-pread.sh
34593         * tests/test-pread.sh: Add #! line.
34594
34595         test pread
34596         * tests/test-pread.c: New file.
34597         * tests/test-pread.sh: Likewise.
34598         * modules/pread-tests: Likewise.
34599
34600         pread: new module
34601         * modules/pread: New file.
34602         * lib/unistd.in.h (pread): Define/declare.
34603         * lib/pread.c (pread): New file.
34604         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define defaults.
34605         * modules/unistd (Makefile.am): Substitute witnesses.
34606         * doc/posix-functions/pread.texi (pread): Update.
34607         * MODULES.html.sh: Add pread.
34608
34609 2009-11-25  Jim Meyering  <meyering@redhat.com>
34610
34611         tests/init.sh: new file to be used via most *.sh tests
34612         * tests/init.sh: New file.
34613
34614 2009-11-25  Eric Blake  <ebb9@byu.net>
34615
34616         utimens: work around older Linux failure with symlinks
34617         * lib/utimens.c (lutimensat_works_really): New variable.
34618         (fdutimens, lutimens): Use it to manage kernels that support
34619         nanosecond times on files, but not on symlinks.
34620         Reported by OndÅ™ej Vašík.
34621
34622         utimes: fix configure grammar
34623         * m4/utimes.m4 (gl_FUNC_UTIMES): Delete spurious word.
34624
34625 2009-11-25  Paolo Bonzini  <bonzini@gnu.org>
34626
34627         regex: Fix fastmap for multibyte character ranges.
34628         * lib/regcomp.c (re_compute_fastmap_iter): Add all multibyte lead
34629         characters when a multibyte character range is included.
34630
34631 2009-11-22  Andy Wingo  <wingo@pobox.com>
34632
34633         version-etc: work also with AM_INIT_AUTOMAKE's no-define option
34634         * lib/version-etc.c [!defined PACKAGE]: Define to PACKAGE_TARNAME.
34635
34636 2009-11-24  Bruno Haible  <bruno@clisp.org>
34637
34638         doc: Most *_l functions exist in MacOS X 10.5.
34639         * doc/posix-functions/duplocale.texi: Update platforms list.
34640         * doc/posix-functions/freelocale.texi: Likewise.
34641         * doc/posix-functions/newlocale.texi: Likewise.
34642         * doc/posix-functions/uselocale.texi: Likewise.
34643         * doc/posix-functions/isalnum_l.texi: Likewise.
34644         * doc/posix-functions/isalpha_l.texi: Likewise.
34645         * doc/posix-functions/isblank_l.texi: Likewise.
34646         * doc/posix-functions/iscntrl_l.texi: Likewise.
34647         * doc/posix-functions/isdigit_l.texi: Likewise.
34648         * doc/posix-functions/isgraph_l.texi: Likewise.
34649         * doc/posix-functions/islower_l.texi: Likewise.
34650         * doc/posix-functions/isprint_l.texi: Likewise.
34651         * doc/posix-functions/ispunct_l.texi: Likewise.
34652         * doc/posix-functions/isspace_l.texi: Likewise.
34653         * doc/posix-functions/isupper_l.texi: Likewise.
34654         * doc/posix-functions/iswalnum_l.texi: Likewise.
34655         * doc/posix-functions/iswalpha_l.texi: Likewise.
34656         * doc/posix-functions/iswblank_l.texi: Likewise.
34657         * doc/posix-functions/iswcntrl_l.texi: Likewise.
34658         * doc/posix-functions/iswctype_l.texi: Likewise.
34659         * doc/posix-functions/iswdigit_l.texi: Likewise.
34660         * doc/posix-functions/iswgraph_l.texi: Likewise.
34661         * doc/posix-functions/iswlower_l.texi: Likewise.
34662         * doc/posix-functions/iswprint_l.texi: Likewise.
34663         * doc/posix-functions/iswpunct_l.texi: Likewise.
34664         * doc/posix-functions/iswspace_l.texi: Likewise.
34665         * doc/posix-functions/iswupper_l.texi: Likewise.
34666         * doc/posix-functions/iswxdigit_l.texi: Likewise.
34667         * doc/posix-functions/isxdigit_l.texi: Likewise.
34668         * doc/posix-functions/nl_langinfo_l.texi: Likewise.
34669         * doc/posix-functions/strcasecmp_l.texi: Likewise.
34670         * doc/posix-functions/strcoll_l.texi: Likewise.
34671         * doc/posix-functions/strfmon_l.texi: Likewise.
34672         * doc/posix-functions/strftime_l.texi: Likewise.
34673         * doc/posix-functions/strncasecmp_l.texi: Likewise.
34674         * doc/posix-functions/strxfrm_l.texi: Likewise.
34675         * doc/posix-functions/tolower_l.texi: Likewise.
34676         * doc/posix-functions/toupper_l.texi: Likewise.
34677         * doc/posix-functions/towctrans_l.texi: Likewise.
34678         * doc/posix-functions/towlower_l.texi: Likewise.
34679         * doc/posix-functions/towupper_l.texi: Likewise.
34680         * doc/posix-functions/wcscoll_l.texi: Likewise.
34681         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
34682         * doc/posix-functions/wctrans_l.texi: Likewise.
34683         * doc/posix-functions/wctype_l.texi: Likewise.
34684         * doc/glibc-functions/strptime_l.texi: Likewise.
34685         * doc/glibc-functions/strtod_l.texi: Likewise.
34686         * doc/glibc-functions/strtof_l.texi: Likewise.
34687         * doc/glibc-functions/strtol_l.texi: Likewise.
34688         * doc/glibc-functions/strtold_l.texi: Likewise.
34689         * doc/glibc-functions/strtoll_l.texi: Likewise.
34690         * doc/glibc-functions/strtoul_l.texi: Likewise.
34691         * doc/glibc-functions/strtoull_l.texi: Likewise.
34692         * doc/glibc-functions/wcsftime_l.texi: Likewise.
34693         * doc/glibc-functions/wcstod_l.texi: Likewise.
34694         * doc/glibc-functions/wcstof_l.texi: Likewise.
34695         * doc/glibc-functions/wcstol_l.texi: Likewise.
34696         * doc/glibc-functions/wcstold_l.texi: Likewise.
34697         * doc/glibc-functions/wcstoll_l.texi: Likewise.
34698         * doc/glibc-functions/wcstoul_l.texi: Likewise.
34699         * doc/glibc-functions/wcstoull_l.texi: Likewise.
34700
34701 2009-11-24  Bruno Haible  <bruno@clisp.org>
34702
34703         duplocale: Fix logic bug.
34704         * lib/duplocale.c: Don't include <langinfo.h>.
34705         (_NL_LOCALE_NAME): Remove macro.
34706         (rpl_duplocale): Use setlocale instead of nl_langinfo.
34707         * tests/test-duplocale.c (main): Also test duplocale after uselocale.
34708
34709 2009-11-23  Jim Meyering  <meyering@redhat.com>
34710
34711         test-update-copyright: don't hard-code /usr/bin/perl
34712         * tests/test-update-copyright.sh (YEAR): Use date +%Y, rather than
34713         perl to print the current year.  Gilles Espinasse reported that
34714         the replaced use of perl was hard-coded as /usr/bin/perl.
34715
34716 2009-11-23  Bruno Haible  <bruno@clisp.org>
34717
34718         duplocale: Add support for glibc 2.3.x.
34719         * lib/duplocale.c (rpl_duplocale): Add fallback code for glibc 2.3.x.
34720
34721 2009-11-22  Bruno Haible  <bruno@clisp.org>
34722
34723         vasnprintf: Tiny optimization.
34724         * lib/vasnprintf.c (decimal_point_char): Choose the fast path also on
34725         MacOS X.
34726
34727 2009-11-22  Bruno Haible  <bruno@clisp.org>
34728
34729         Tests for module 'duplocale'.
34730         * modules/duplocale-tests: New file.
34731         * tests/test-duplocale.c: New file.
34732
34733         New module 'duplocale'.
34734         * m4/duplocale.m4: New file.
34735         * lib/locale.in.h (duplocale): New declaration.
34736         * lib/duplocale.c: New file.
34737         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H, gl_LOCALE_MODULE_INDICATOR,
34738         gl_LOCALE_H_DEFAULTS): New macros.
34739         (gl_LOCALE_H): Require gl_LOCALE_H_DEFAULTS. Invoke
34740         gl_CHECK_NEXT_HEADERS unconditionally. Invoke gl_REPLACE_LOCALE_H.
34741         * modules/locale (Makefile.am): Substitute also GNULIB_DUPLOCALE,
34742         REPLACE_DUPLOCALE.
34743         * modules/duplocale: New file.
34744         * doc/posix-functions/duplocale.texi: Mention the glibc bug.
34745
34746 2009-11-22  Bruno Haible  <bruno@clisp.org>
34747
34748         * modules/locale-tests (configure.ac): Test for newlocale function.
34749         * tests/test-locale.c: When the system has extended locale functions,
34750         verify that <locale.h> defines locale_t and LC_GLOBAL_LOCALE.
34751
34752         locale: Make locale_t available when possible.
34753         * lib/locale.in.h: Include <xlocale.h> when it exists.
34754         * m4/locale_h.m4 (gl_LOCALE_H): Check for <xlocale.h> and arrange to
34755         replace <locale.h> if it does not define locale_t but <xlocale.h> does.
34756         * modules/locale (Depends-on): Add extensions.
34757         (Makefile.am): Also substitute HAVE_XLOCALE_H.
34758         * doc/posix-headers/locale.texi: Document the problem with locale_t.
34759
34760 2009-11-22  Bruno Haible  <bruno@clisp.org>
34761
34762         Add comments.
34763         * m4/dirent_h.m4 (gl_DIRENT_H): Add comment about gl_CHECK_NEXT_HEADERS
34764         invocation.
34765         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
34766         * m4/spawn_h.m4 (gl_SPAWN_H): Likewise.
34767         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
34768
34769 2009-11-22  Bruno Haible  <bruno@clisp.org>
34770
34771         error: account for the possibility of freopen (stdout).
34772         * lib/error.c: Include <unistd.h>.
34773         (flush_stdout): New function, extracted from error and error_at_line.
34774         Determine stdout's fd dynamically.
34775         (error, error_at_line): Invoke flush_stdout.
34776         * m4/error.m4 (gl_PREREQ_ERROR): Require AC_C_INLINE.
34777         * modules/error (Depends-on): Add unistd.
34778
34779 2009-11-22  Bruno Haible  <bruno@clisp.org>
34780
34781         diffseq: Add comment.
34782         * lib/diffseq.h (IF_LINT): Add comment about pitfall.
34783
34784 2009-11-22  Jim Meyering  <meyering@redhat.com>
34785
34786         c-stack: avoid defining an unused static function
34787         * lib/c-stack.c (find_stack_direction): Do not define this function
34788         when it will not be used.
34789
34790         diffseq: avoid spurious gcc warnings
34791         * lib/diffseq.h (IF_LINT2): Define.
34792         (compareseq): Use it to initialize two members of "part".
34793         This avoids two used-uninitialized warnings.
34794
34795 2009-11-21  Jim Meyering  <meyering@redhat.com>
34796
34797         c-stack: avoid "ignoring return value of `write'" warning
34798         * lib/c-stack.c: Include "ignore-value.h".
34799         (die): Explicitly ignore each write return value.
34800         * modules/c-stack (Depends-on): Add ignore-value.
34801
34802 2009-11-21  Bruno Haible  <bruno@clisp.org>
34803
34804         diffseq: reduce scope of variable 'best'.
34805         * lib/diffseq.h (diag) [USE_HEURISTIC]: Reduce scope of 'best'
34806         variable, earlier used for two different purposes.
34807
34808 2009-11-21  Jim Meyering  <meyering@redhat.com>
34809
34810         diffseq: remove useless assignment to "best"
34811         * lib/diffseq.h (diag) [USE_HEURISTIC]: Remove useless "best = 0"
34812         assignment.  At that point "best" is already guaranteed to be zero.
34813
34814 2009-11-20  Eric Blake  <ebb9@byu.net>
34815
34816         build: mention ftp redirector in release announcements
34817         * top/maint.mk (gnu_rel_host, url_dir_list): Provide defaults for
34818         values that used to come from cfg.mk; mention FTP redirect URL.
34819         * build-aux/announce-gen: Mention the mirror list.
34820         Suggested by Karl Berry.
34821
34822         nanosleep: improve port to mingw
34823         * lib/nanosleep.c (rpl_nanosleep): Reject invalid arguments.
34824         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Incorporate LIBSOCKET into
34825         LIB_NANOSLEEP, but only when needed.
34826         * modules/select (Link): Document LIBSOCKET.
34827         * m4/select.m4 (gl_FUNC_SELECT): Ensure LIBSOCKET is defined early
34828         enough.
34829
34830         nanosleep: work around cygwin bug
34831         * lib/nanosleep.c (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]:
34832         Fix logic bug when nanosleep fails.  Work around cygwin 1.5.x
34833         bug.
34834         (getnow): Delete, not needed.
34835         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): No longer require
34836         LIB_CLOCK_GETTIME.
34837         * modules/nanosleep (Depends-on): Add intprops and verify.  Drop
34838         clock-time, gettime.
34839         * doc/posix-functions/nanosleep.texi (nanosleep): Document the
34840         bug.
34841         * modules/nanosleep-tests: New test.
34842         * tests/test-nanosleep.c: New file.
34843
34844         sleep: work around cygwin bug
34845         * lib/sleep.c (rpl_sleep): Work around the bug.
34846         * m4/sleep.m4 (gl_FUNC_SLEEP): Detect the bug.
34847         (gl_PREREQ_SLEEP): Delete unused macro.
34848         * modules/sleep (Depends-on): Add verify.
34849         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add default.
34850         * modules/unistd (Makefile.am): Substitute witness.
34851         * lib/unistd.in.h (sleep): Update prototype.
34852         * doc/posix-functions/sleep.texi (sleep): Document the bug.
34853         * tests/test-sleep.c (main) [HAVE_DECL_ALARM]: Test it.
34854         * modules/sleep-tests (Depends-on): Check for alarm.
34855
34856 2009-11-20  Jim Meyering  <meyering@redhat.com>
34857
34858         maint.mk: improve sc_prohibit_magic_number_exit
34859         * top/maint.mk (sc_prohibit_magic_number_exit): Tighten regexp
34860         so it does not match uses like System.exit(1).
34861         Add comments showing how to correct all offenders.
34862
34863 2009-11-19  Eric Blake  <ebb9@byu.net>
34864
34865         xalloc-die-tests: add missing library
34866         * modules/xalloc-die-tests (Makefile.am): Add LDADD line.
34867
34868         test-xvasprintf: silence compiler warnings
34869         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Mask
34870         empty string from gcc.
34871
34872 2009-11-19  Jim Meyering  <meyering@redhat.com>
34873
34874         xfreopen: new module, from coreutils
34875         * modules/xfreopen: New module.
34876         * lib/xfreopen.c: New file.
34877         * lib/xfreopen.h: New file.
34878         * MODULES.html.sh (File stream based Input/Output"): Add it.
34879
34880 2009-11-19  Eric Blake  <ebb9@byu.net>
34881
34882         manywarnings: depend on warnings
34883         * modules/manywarnings (Depends-on): Add warnings.
34884
34885         build: avoid compiler warnings
34886         * lib/select.c (rpl_select): Delete unused variable.
34887         * lib/setsockopt.c (rpl_setsockopt): Avoid incompatible pointer.
34888
34889 2009-11-18  Eric Blake  <ebb9@byu.net>
34890
34891         tests: avoid false negative with --with-packager
34892         * tests/test-version-etc.sh: Discard packager information.
34893         * tests/test-argp-version-etc-1.sh: Likewise.
34894         Reported by Mike Frysinger.
34895
34896         utimens: fix regression on Solaris
34897         * m4/utimens.m4 (gl_UTIMENS): Check for BSD bug.
34898         * lib/utimens.c (fdutimens): Revert 2009-11-08 change; Solaris 10
34899         can only change fd timestamps via futimesat.  Instead, use an
34900         additional witness macro to avoid BSD bug.
34901         Reported by Jim Meyering.
34902
34903 2009-11-17  Eric Blake  <ebb9@byu.net>
34904
34905         usleep: use it to simplify tests
34906         * modules/stat-time-tests (Depends-on): Add usleep.
34907         (configure.ac): Drop usleep check.
34908         * modules/chown-tests (Depends-on, configure.ac): Likewise.
34909         * modules/lchown-tests (Depends-on, configure.ac): Likewise.
34910         * modules/fdutimensat-tests (Depends-on, configure.ac): Likewise.
34911         * modules/futimens-tests (Depends-on, configure.ac): Likewise.
34912         * modules/openat-tests (Depends-on, configure.ac): Likewise.
34913         * modules/utimens-tests (Depends-on, configure.ac): Likewise.
34914         * modules/utimensat-tests (Depends-on, configure.ac): Likewise.
34915         * modules/pipe-filter-gi-tests (Depends-on, configure.ac):
34916         Likewise.
34917         * tests/test-chown.h (nap): Rely on nicer usleep semantics.
34918         * tests/test-lchown.h (nap): Likewise.
34919         * tests/test-pipe-filter-gi2-main.c (small_nap): Likewise.
34920         * tests/test-stat-time.c (nap): Likewise.
34921         * tests/test-utimens-common.h (nap): Update comments.
34922
34923         usleep: new module
34924         * modules/usleep: New file.
34925         * m4/usleep.m4 (gl_FUNC_USLEEP): Likewise.
34926         * lib/usleep.c (usleep): Likewise.
34927         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add defaults.
34928         * modules/unistd (Makefile.am): Substitute witnesses.
34929         * lib/unistd.in.h (usleep): Add declaration.
34930         * doc/pastposix-functions/usleep.texi (usleep): Document this.
34931         * MODULES.html.sh (Date and time): Likewise.
34932         * modules/usleep-tests (Depends-on): New test.
34933         * tests/test-usleep.c: New file.
34934
34935         chown: work around OpenBSD bug
34936         * lib/chown.c (rpl_chown): Work around the bug.
34937         * lib/lchown.c (rpl_lchown): Attempt to do likewise.
34938         * m4/chown.m4 (gl_FUNC_CHOWN): Test for ctime bug.
34939         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check for lchmod.
34940         * modules/chown (Depends-on): Add stdbool.
34941         * modules/lchown (Depends-on): Likewise.
34942         * doc/posix-functions/chown.texi (chown): Document the bug.
34943         * doc/posix-functions/lchown.texi (lchown): Likewise.
34944         * tests/test-lchown.h (test_chown): Relax test.
34945
34946         mkstemp: avoid conflict with C++ keyword template
34947         * lib/mkdtemp.c (mkdtemp): Change spelling of template.
34948         * lib/mkostemp.c (mkostemp): Likewise.
34949         * lib/mkostemps.c (mkostemps): Likewise.
34950         * lib/mkstemp.c (mkstemp): Likewise.
34951         * lib/mkstemps.c (mkstemps): Likewise.
34952
34953         xalloc-die-tests: optimize
34954         * tests/test-xalloc-die.sh: Reduce number of processes.
34955
34956 2009-11-17  Simon Josefsson  <simon@josefsson.org>
34957
34958         * gnulib-tool: Support LGPLv3+ licenses in module files.  Tiny
34959         patch from ludo@gnu.org (Ludovic Courtès).
34960
34961 2009-11-17  Jim Meyering  <meyering@redhat.com>
34962
34963         version-etc: use proper license string
34964         * modules/version-etc (License): Use LGPL, not LGPLv3+.
34965         * modules/version-etc-fsf: Likewise.
34966
34967 2009-11-17  Simon Josefsson  <simon@josefsson.org>
34968
34969         * tests/test-xalloc-die.sh: Add license.  Check that nothing is
34970         printed to stdout.  Deal with EOL differences.
34971
34972 2009-11-17  Eric Blake  <ebb9@byu.net>
34973
34974         unsetenv: work around Solaris bug
34975         * m4/setenv.m4 (gl_FUNC_UNSETENV): Check for bug.
34976         * lib/unsetenv.c (rpl_unsetenv): Work around it.
34977         Reported by Jim Meyering.
34978
34979         vasnprintf: avoid compiler warnings
34980         * lib/vasnprintf.c (VASNPRINTF): Avoid shadowing our own local
34981         variables.
34982         * lib/printf-args.c (PRINTF_FETCHARGS): Avoid type mismatch.
34983
34984 2009-11-17  Simon Josefsson  <simon@josefsson.org>
34985
34986         * modules/xalloc-die-tests (Makefile.am): Drop XFAIL_TESTS
34987         settings since xalloc-die is no longer the self test,
34988         xalloc-die.sh is.
34989
34990 2009-11-17  Jim Meyering  <meyering@redhat.com>
34991
34992         test-xalloc-die.sh: make the code agree with the commit log
34993         * tests/test-xalloc-die.sh: Put "." at the front of $PATH, not
34994         at the end, just in case you happen to have a test-xalloc-die
34995         program in some other PATH directory.
34996
34997         test-xalloc-die.sh: fix a portability bug
34998         * tests/test-xalloc-die.sh: Do not invoke via ./test-xalloc-die.
34999         Instead, set PATH to start with "." and invoke via "test-xalloc-die".
35000         Otherwise, argv[0] (as often seen in diagnostics) would be too
35001         system-dependent, sometimes with, and sometimes without the leading "./".
35002
35003         version-etc-fsf: relax license to LGPLv3+
35004         * modules/version-etc-fsf (License): Relax license.
35005
35006 2009-11-16  Eric Blake  <ebb9@byu.net>
35007
35008         xalloc-die-tests: avoid printing null pointer
35009         * modules/xalloc-die-tests (Files, Makefile.am): Wrap execution in
35010         shell script.
35011         * tests/test-xalloc-die.c (program_name): Declare.
35012         * tests/test-xalloc-die.sh (tmpfiles): New file.
35013
35014         setenv, unsetenv: work around various bugs
35015         * lib/setenv.c (setenv) [!HAVE_SETENV]: Resync from glibc.
35016         (setenv) [HAVE_SETENV]: Work around bugs.
35017         * lib/unsetenv.c (unsetenv) [HAVE_UNSETENV]: Work around bugs.
35018         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE, gl_FUNC_UNSETENV): Check
35019         for bugs.
35020         (gl_FUNC_SETENV): Write in terms of gl_FUNC_SETENV_SEPARATE.
35021         * m4/environ.m4 (gl_ENVIRON): Avoid expand-before-require.
35022         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Update defaults.
35023         * modules/stdlib (Makefile.am): Update substitutions.
35024         * lib/stdlib.in.h (setenv, unsetenv): Update prototypes.
35025         * doc/posix-functions/setenv.texi (setenv): Document the bugs.
35026         * doc/posix-functions/unsetenv.texi (unsetenv): Likewise.
35027         * modules/setenv-tests: New test.
35028         * modules/unsetenv-tests: Likewise.
35029         * tests/test-setenv.c: New file.
35030         * tests/test-unsetenv.c: Likewise.
35031
35032 2009-11-16  Jim Meyering  <meyering@redhat.com>
35033
35034         version-etc: relax license to LGPLv3+
35035         * modules/version-etc (License): Relax license.
35036
35037         better AC_REQUIRE expanded-before-required-warning avoidance
35038         * m4/chown.m4 (gl_FUNC_CHOWN, gl_FUNC_CHOWN_FOLLOWS_SYMLINK): Define
35039         with AC_DEFUN_ONCE, rather than AC_DEFUN, to avoid AC_REQUIRE warnings.
35040         Suggested by Eric Blake.  This change also reverts commit 1b712ba8,
35041         which is no longer needed.
35042
35043 2009-11-16  Eric Blake  <ebb9@byu.net>
35044
35045         test-freading: clean up temporary file
35046         * tests/test-freading.c (main): Remove file on success, and use
35047         ASSERT more liberally.
35048         Reported by Jim Meyering.
35049
35050 2009-11-16  Jim Meyering  <meyering@redhat.com>
35051
35052         avoid new AC_REQUIRE expanded-before-required warnings
35053         * modules/chown (configure.ac): Require gl_FUNC_CHOWN, rather than
35054         merely using it.
35055         * modules/euidaccess (configure.ac): Likewise for gl_FUNC_EUIDACCESS.
35056         * modules/faccessat (configure.ac): Likewise for gl_FUNC_FACCESSAT.
35057
35058 2009-11-15  Simon Josefsson  <simon@josefsson.org>
35059
35060         * tests/test-xalloc-die.c: New file.
35061         * modules/xalloc-die-tests: New file.
35062         * gnulib-tool (func_emit_tests_Makefile_am): Also initialize
35063         XFAIL_TESTS so it can be appended by modules.
35064
35065 2009-11-15  Simon Josefsson  <simon@josefsson.org>
35066
35067         * lib/gc-pbkdf2-sha1.c: Remove comments from RFC 2898.  Reported
35068         by Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>.
35069
35070 2009-11-14  Eric Blake  <ebb9@byu.net>
35071
35072         fnmatch: avoid compiler warning
35073         * lib/fnmatch_loop.c (NEW_PATTERN): Coerce addition to unsigned,
35074         to silence compiler warning about mismatch signedness in ?:.
35075         Reported by Robert Millan.
35076
35077         intprops: add double-inclusion guard
35078         * lib/intprops.h: Allow idempotent includes.
35079         Suggested by Bruce Korb.
35080
35081         openat: detect Solaris fchownat bug
35082         * lib/fchownat.c (rpl_fchownat): Work around Solaris bug.  Avoid
35083         penalizing glibc chownat when only lchownat is broken.
35084         * m4/openat.m4 (gl_FUNC_FCHOWNAT): Replace fchownat if there are
35085         trailing slash bugs.
35086         * doc/posix-functions/fchownat.texi (fchownat): Document the bug.
35087         * modules/openat-tests (Files): Include more files.
35088         (Depends-on): Add mgetgroups, sleep, stat-time.
35089         (configure.ac): Add additional checks.
35090         (Makefile.am): Build new test.
35091         * tests/test-fchownat.c: New file.
35092
35093         lchown: detect Solaris and FreeBSD bug
35094         * lib/lchown.c (rpl_lchown): Work around bug.
35095         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check for trailing slash bugs.
35096         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
35097         * modules/unistd (Makefile.am): Populate it.
35098         * lib/unistd.in.h (lchown): Update declaration.
35099         * doc/posix-functions/lchown.texi (lchown): Document the bug.
35100         * modules/lchown-tests: New file.
35101         * tests/test-lchown.h (test_lchown): Likewise.
35102         * tests/test-lchown.c (main): Likewise.
35103
35104         chown: detect Solaris and FreeBSD bug
35105         * lib/chown.c (rpl_chown): Work around bug.
35106         * m4/chown.m4 (gl_FUNC_CHOWN): Check for trailing slash bugs.
35107         (gl_PREREQ_CHOWN): Delete.
35108         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
35109         * modules/unistd (Makefile.am): Populate it.
35110         * lib/unistd.in.h (chown): Update declaration.
35111         * lib/lchown.c (chown): Update client.
35112         * modules/lchown (Depends-on): Add lstat.
35113         * doc/posix-functions/chown.texi (chown): Document the bug.
35114         * doc/posix-functions/getgroups.texi (getgroups): Document
35115         getgroups pitfall.
35116         * modules/chown-tests: New file.
35117         * tests/test-chown.h (test_chown): Likewise.
35118         * tests/test-chown.c (main): Likewise.
35119
35120 2009-11-14  Robert Millan  <rmh.grub@aybabtu.com>  (tiny change)
35121
35122         gnulib-tool: correctly detect absence of m4 directories
35123         * gnulib-tool: Avoid extra newline on data passed to wc -l.
35124
35125 2009-11-14  Jim Meyering  <meyering@redhat.com>
35126
35127         maint.mk: Prohibit inclusion of "xalloc.h" without use.
35128         * top/maint.mk (sc_prohibit_close_stream_without_use): New rule.
35129
35130 2009-11-14  John W. Eaton  <jwe@gnu.org>
35131
35132         strftime.h: wrap funtion declaration in extern "C" block
35133         * lib/strftime.h (nstrftime) [__cplusplus]: Wrap declaration.
35134
35135 2009-11-13  Eric Blake  <ebb9@byu.net>
35136
35137         getgroups: avoid compiler warning
35138         * lib/getgroups.c (rpl_getgroups): Delete shadowed variable.
35139
35140         getgroups: work around FreeBSD bug
35141         * lib/getgroups.c (rpl_getgroups): Work around the bug.
35142         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Detect the bug.
35143         * doc/posix-functions/getgroups.texi (getgroups): Document it.
35144         * tests/test-getgroups.c (main): Fix buffer overrun.
35145
35146         getgroups: avoid compilation failure
35147         * lib/getgroups.c (includes): Include <stdint.h> for SIZE_MAX.
35148         * modules/getgroups (Depends-on): Add stdint.
35149
35150 2009-11-13  Jim Meyering  <meyering@redhat.com>
35151
35152         test-getgroups: avoid compilation failure
35153         * tests/test-getgroups.c: Include <stdint.h> for use of SIZE_MAX.
35154
35155 2009-11-13  Eric Blake  <ebb9@byu.net>
35156
35157         mgetgroups: new module, taken from coreutils
35158         * modules/mgetgroups: New file.
35159         * lib/mgetgroups.h: Likewise.
35160         * lib/mgetgroups.c (mgetgroups): Likewise.
35161         * m4/mgetgroups.m4 (gl_MGETGROUPS): Likewise.
35162         * MODULES.html.sh (Users and groups): Mention it.
35163
35164         getgroups: don't expose GETGROUPS_T to user
35165         * lib/getgroups.c (rpl_getgroups): Change signature.  Copy array
35166         an element at a time if GETGROUPS_T is wrong size.
35167         * lib/getugroups.h (getugroups): Change signature.
35168         * lib/unistd.in.h (getgroups): Likewise.
35169         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Use replacement if
35170         signature needs fixing.
35171         * m4/getugroups.m4 (gl_GETUGROUPS): No longer need
35172         AC_TYPE_GETGROUPS.
35173         * modules/group-member (Depends-on): Add getgroups.
35174         * lib/group-member.c (group_info, get_group_info): Use gid_t.
35175         (group_member): Rely on getgroups replacement.
35176         * lib/getugroups.c (getugroups): Use gid_t.
35177         * tests/test-getgroups.c (main): Likewise.
35178         * NEWS: Mention the signature change.
35179         * doc/posix-functions/getgroups.texi (getgroups): Mention the
35180         problem with signature.
35181         * doc/glibc-functions/setgroups.texi (setgroups): Mention that
35182         GETGROUPS_T is still useful for setgroups.
35183
35184         getgroups, getugroups: provide stubs for mingw
35185         * lib/getgroups.c (getgroups): Provide ENOSYS stub for mingw.
35186         * lib/getugroups.c (getugroups): Likewise.
35187         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Check for missing
35188         function.  Modernize replacement scheme.
35189         (gl_PREREQ_GETGROUPS): Delete.
35190         * m4/getugroups.m4 (gl_GETUGROUPS): Check for <grp.h>.
35191         * modules/getgroups (configure.ac): Declare witness.
35192         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add default.
35193         * modules/unistd (Depends-on): Substitute witness.
35194         * lib/unistd.in.h (getgroups): Declare replacement.
35195
35196         getgroups: avoid calling exit
35197         * modules/getgroups (Depends-on): Add malloc-posix and unistd,
35198         drop xalloc.
35199         * modules/getgroups-tests (Depends-on, Makefile.am): Drop unneeded
35200         dependencies.
35201         * lib/getgroups.c (rpl_getgroups): Fail with ENOMEM rather than
35202         exiting, in the rare case of malloc failure.
35203
35204         getgroups: fix logic error
35205         * lib/getgroups.c (rpl_getgroups): Don't fail if current process
35206         has more than 20 groups.
35207         * modules/getgroups-tests: New test.
35208         * tests/test-getgroups.c: New file.
35209
35210 2009-11-13  Simon Josefsson  <simon@josefsson.org>
35211
35212         * tests/test-base64.c: Improve.
35213
35214 2009-11-13  Simon Josefsson  <simon@josefsson.org>
35215
35216         * tests/test-xvasprintf.c: Fix memory leak, suggested by Eric
35217         Blake <ebb9@byu.net>.
35218
35219 2009-11-13  Simon Josefsson  <simon@josefsson.org>
35220
35221         * tests/test-xvasprintf.c: Add %s%s related checks.
35222
35223 2009-11-12  Eric Blake  <ebb9@byu.net>
35224
35225         version-etc: match standards.texi style
35226         * lib/version-etc.c (emit_bug_reporting_address): Drop periods,
35227         and use <> only for URLs.
35228
35229 2009-11-10  Kamil Dudka  <kdudka@redhat.com>
35230
35231         fts: do not fail on a submount during traversal
35232         * lib/fts.c (fts_build): Read the stat info again after opening
35233         a directory if the FTS_TIGHT_CYCLE_CHECK flag is set.
35234         Original report at http://bugzilla.redhat.com/501848.
35235
35236 2009-11-12  Jim Meyering  <meyering@redhat.com>
35237
35238         bootstrap: sync from coreutils
35239         * build-aux/bootstrap (bootstrap_epilogue): New function.
35240         Use git_modules_config in one more place.  This make bootstrap's
35241         --gnulib-srcdir option more useful for testing.
35242
35243         bootstrap: generalize autoheader check
35244         * build-aux/bootstrap: Look for AC_CONFIG_HEADER as well as
35245         AC_CONFIG_HEADERS.
35246
35247 2009-11-11  Eric Blake  <ebb9@byu.net>
35248
35249         mkfifoat: use new modules for Solaris and BSD bugs
35250         * m4/mkfifoat.m4 (gl_FUNC_MKFIFOAT): Simplify.
35251         * lib/mkfifoat.c (mknodat): Split...
35252         * lib/mknodat.c (mknodat): ...into new file.
35253         * modules/mkfifoat (Files): Ship new file.
35254         (Depends-on): Add mkfifo, mknod.
35255         * modules/mkfifoat-tests (Files): Reuse mkfifo tests.
35256         (Depends-on): Add symlink.
35257         * tests/test-mkfifoat.c (main): Enhance test.  Drop portions now
35258         redundant with test_mkfifo.h.
35259         (do_mkfifoat, do_mknodat): New helpers.
35260
35261         mknod: new module
35262         * modules/mknod: New file.
35263         * m4/mknod.m4 (gl_FUNC_MKNOD): Likewise.
35264         * lib/mknod.c (mknod): Likewise.
35265         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Set witness
35266         defaults.
35267         * modules/sys_stat (Makefile.am): Substitute them.
35268         * lib/sys_stat.in.h (mknod): Declare replacement.
35269         * MODULES.html.sh (Support for systems lacking POSIX:2008):
35270         Document it.
35271         * doc/posix-functions/mknod.texi (mknod): Likewise.
35272         * modules/mknod-tests: New test.
35273         * tests/test-mknod.c: Likewise.
35274
35275         mkfifo: new module
35276         * modules/mkfifo: New file.
35277         * m4/mkfifo.m4 (gl_FUNC_MKFIFO): Likewise.
35278         * lib/mkfifo.c (mkfifo): Likewise.
35279         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Set witness
35280         defaults.
35281         * modules/sys_stat (Makefile.am): Substitute them.
35282         * lib/sys_stat.in.h (mkfifo): Declare replacement.
35283         * MODULES.html.sh (Support for systems lacking POSIX:2008):
35284         Document it.
35285         * doc/posix-functions/mkfifo.texi (mkfifo): Likewise.
35286         * modules/mkfifo-tests: New test.
35287         * tests/test-mkfifo.h (test_mkfifo): New file, borrowed in part
35288         from test-mkfifoat.c.
35289         * tests/test-mkfifo.c: New file.
35290
35291         readlink: detect FreeBSD bug
35292         * m4/readlink.m4 (gl_FUNC_READLINK): Also detect FreeBSD bug with
35293         slash on symlink.
35294         * doc/posix-functions/readlink.texi (readlink): Document the bug.
35295         * tests/test-readlink.h (test_readlink): Enhance test.
35296
35297         symlink: detect FreeBSD bug
35298         * m4/symlink.m4 (gl_FUNC_SYMLINK): Also detect FreeBSD bug with
35299         slash on symlink.
35300         * doc/posix-functions/symlink.texi (symlink): Document the bug.
35301         * tests/test-symlink.h (test_symlink): Enhance test.
35302
35303 2009-11-10  Eric Blake  <ebb9@byu.net>
35304
35305         link: detect FreeBSD bug
35306         * m4/link.m4 (gl_FUNC_LINK): Also detect FreeBSD bug with slash on
35307         symlink.
35308         * doc/posix-functions/link.texi (link): Document the bug.
35309         * tests/test-link.h (test_link): Enhance test.
35310         * tests/test-linkat.c (main): Update caller.
35311
35312         unlink, remove: detect FreeBSD bug
35313         * m4/unlink.m4 (gl_FUNC_UNLINK): Also detect FreeBSD bug with
35314         slash on symlink.
35315         * doc/posix-functions/unlink.texi (unlink): Document the bug.
35316         * doc/posix-functions/remove.texi (remove): Likewise.
35317         * tests/test-unlink.h (test_unlink): Enhance test.
35318         * tests/test-remove.c (main): Likewise.
35319
35320 2009-11-09  Eric Blake  <ebb9@byu.net>
35321
35322         rename: detect FreeBSD bug
35323         * m4/rename.m4 (gl_FUNC_RENAME): Also detect FreeBSD bug with
35324         slash on symlink.
35325         * modules/renameat-tests (Depends-on): Add filenamecat.
35326         * tests/test-rename.h (test_rename): Allow one more errno.
35327         * tests/test-renameat.c (main): Likewise.
35328         * doc/posix-functions/rename.texi (rename): Document the bug.
35329
35330         open: detect FreeBSD bug
35331         * m4/open.m4 (gl_FUNC_OPEN): Also detect FreeBSD bug with slash on
35332         symlink.
35333         * doc/posix-functions/open.texi (open): Document the bug.
35334         * doc/posix-functions/utimes.texi (utimes): Likewise.
35335         * tests/test-open.h (test_open): Add parameters, and test symlink
35336         handling.
35337         * tests/test-open.c (main): Adjust caller.
35338         * tests/test-fcntl-safer.c (main): Likewise.
35339         * modules/open-tests (Depends-on): Add stdbool, symlink.
35340         * modules/fcntl-safer-tests (Depends-on): Likewise.
35341         * tests/test-openat.c (main): Add test-open tests.
35342
35343         stat: detect FreeBSD bug
35344         * m4/stat.m4 (gl_FUNC_STAT): Also detect FreeBSD bug with slash on
35345         symlink.
35346         * doc/posix-functions/stat.texi (stat): Document the bug.
35347         * tests/test-stat.h (test_stat_func): Add argument.
35348         * tests/test-stat.c (main): Adjust caller.
35349         * tests/test-fstatat.c (main): Likewise.
35350         * modules/stat-tests (Depends-on): Add stdbool, symlink.
35351         Reported by Jim Meyering.
35352
35353 2009-11-09  James Youngman  <jay@gnu.org>
35354
35355         strftime.c: include ignore-value.h only when FPRINTFTIME is defined
35356         * lib/strftime.c: Correct placement of #include "ignore-value.h".
35357
35358 2009-11-08  Jim Meyering  <meyering@redhat.com>
35359
35360         utimens: remove invalid futimesat call
35361         * lib/utimens.c (fdutimens): Remove invalid futimesat call.
35362         It used the file descriptor of the target file as the DIR_FD
35363         parameter and NULL as the file name.  That caused failure with
35364         errno == EFAULT on FreeBSD-8.0-rc2
35365
35366 2009-11-07  Eric Blake  <ebb9@byu.net>
35367
35368         fflush, freadseek: use fseeko, not fseek
35369         * lib/fflush.c (clear_ungetc_buffer_preserving_position)
35370         (clear_ungetc_buffer): Avoid potential problems on large files.
35371         * lib/freadseek.c (freadseek): Likewise.
35372         * modules/freadseek (Depends-on): Add fseeko.
35373         * modules/fseek (configure.ac): Set a witness.
35374         * tests/test-fflush.c (main): Use fseeko.
35375         * tests/test-fpurge.c (fseek): Disable link warning.
35376         * tests/test-freadable.c (fseek): Likewise.
35377         * tests/test-freading.c (fseek): Likewise.
35378         * tests/test-fseeko.c (fseek): Likewise.
35379         * tests/test-ftell.c (fseek): Likewise.
35380         * tests/test-ftello.c (fseek): Likewise.
35381         * tests/test-fwritable.c (fseek): Likewise.
35382         * tests/test-fwriting.c (fseek): Likewise.
35383
35384 2009-11-06  Simon Josefsson  <simon@josefsson.org>
35385
35386         * modules/memchr (Depends-on): Drop getpagesize dependency.
35387
35388 2009-11-06  Simon Josefsson  <simon@josefsson.org>
35389
35390         * build-aux/pmccabe2html: Disable execute bit.  Suggested by
35391         Reported by Ludovic Courtès.
35392         * build-aux/pmccabe2html: Improve example usage.
35393         * build-aux/pmccabe2html: Drop #! header.  Doc fix.
35394
35395 2009-11-06  Jim Meyering  <meyering@redhat.com>
35396
35397         do-release-commit-and-tag: New module.
35398         Automate the release-commit and tag process.
35399         * build-aux/do-release-commit-and-tag: New script, from coreutils.
35400         * modules/do-release-commit-and-tag: New file.
35401         * MODULES.html.sh (Support for maintaining and releasing): Add it.
35402
35403 2009-11-06  Simon Josefsson  <simon@josefsson.org>
35404
35405         * modules/select-tests (test_select_LDADD): Add $(INET_PTON_LIB)
35406         because test-select.c uses inet_pton.
35407
35408 2009-11-06  Simon Josefsson  <simon@josefsson.org>
35409
35410         * m4/getaddrinfo.m4: Add content of INET_NTOP_LIB to
35411         GETADDRINFO_LIB.  Bump serial number.
35412         * modules/getaddrinfo (Link): Only mention GETADDRINFO_LIB again.
35413         Suggested by Eric Blake <ebb9@byu.net>.
35414
35415 2009-11-05  Eric Blake  <ebb9@byu.net>
35416
35417         strtod: detect darwin bug
35418         * m4/strtod.m4 (gl_FUNC_STRTOD): Filter out darwin bug on "nan(".
35419         Reported by Leo Davis.
35420
35421         freopen-safer: new module
35422         * modules/freopen-safer: New module.
35423         * m4/stdio-safer.m4 (gl_FREOPEN_SAFER): New macro.
35424         * lib/freopen-safer.c (freopen_safer): New file.
35425         * lib/stdio-safer.h (freopen_safer): New declaration.
35426         * lib/stdio--.h (freopen): New override.
35427         * MODULES.html.sh (File stream based Input/Output): Mention it.
35428         * doc/posix-functions/freopen.texi (freopen): Mention pitfalls and
35429         freopen-safer module.
35430         * doc/posix-functions/stderr.texi (stderr): Likewise.
35431         * doc/posix-functions/stdin.texi (stdin): Likewise.
35432         * doc/posix-functions/stdout.texi (stdout): Likewise.
35433         * modules/freopen-safer-tests: New test.
35434         * tests/test-reopen-safer.c: New file.
35435
35436 2009-11-05  Jim Meyering  <meyering@redhat.com>
35437
35438         maint.mk: Prohibit inclusion of "close-stream.h" without use.
35439         * top/maint.mk (sc_prohibit_close_stream_without_use): New rule.
35440
35441 2009-11-05  Simon Josefsson  <simon@josefsson.org>
35442
35443         * modules/pmccabe2html (configure.ac): Check for pmccabe tool.
35444
35445 2009-11-05  Simon Josefsson  <simon@josefsson.org>
35446
35447         * modules/getaddrinfo (Link): Add $(INET_NTOP_LIB).
35448
35449 2009-11-05  Simon Josefsson  <simon@josefsson.org>
35450
35451         Fix link error.
35452         * m4/inet_ntop.m4 (gl_INET_NTOP): Fix test of AC_SEARCH_LIBS result.
35453         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
35454
35455 2009-11-05  Simon Josefsson  <simon@josefsson.org>
35456
35457         * tests/test-func.c: Also test value of __func__.
35458
35459 2009-11-05  Simon Josefsson  <simon@josefsson.org>
35460
35461         * tests/test-sys_socket.c: Use smaller constant value, sa_family_t
35462         may be an 8-bit type.  Reported by Bruno Haible <bruno@clisp.org>.
35463
35464 2009-11-05  Bruno Haible  <bruno@clisp.org>
35465
35466         Fix link error.
35467         * m4/inet_ntop.m4 (gl_INET_NTOP): Fix test of AC_SEARCH_LIBS result.
35468         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
35469         Reported by Brad Hards <bradh@frogmouth.net> via Simon Josefsson.
35470
35471 2009-11-05  Bruno Haible  <bruno@clisp.org>
35472
35473         Tests for module 'inet_pton'.
35474         * modules/inet_pton-tests: New file.
35475         * tests/test-inet_pton.c: New file.
35476
35477 2009-11-05  Bruno Haible  <bruno@clisp.org>
35478
35479         Tests for module 'inet_ntop'.
35480         * modules/inet_ntop-tests: New file.
35481         * tests/test-inet_ntop.c: New file.
35482
35483 2009-11-04  Eric Blake  <ebb9@byu.net>
35484
35485         stdlib-safer: wrap all mkstemp variants
35486         * modules/mkostemp (configure.ac): Set witness.
35487         * modules/mkostemps (configure.ac): Likewise.
35488         * modules/mkstemps (configure.ac): Likewise.
35489         * lib/stdlib-safer.h (mkostemp_safer, mkostemps_safer)
35490         (mkstemps_safer): Wrap more functions.
35491         * lib/stdlib--.h (mkostemp, mkostemps, mkstemps): Default the
35492         wrapping.
35493         * lib/mkstemp-safer.c (mkostemp_safer, mkostemps_safer)
35494         (mkstemps_safer): Implement the wrappers.
35495
35496         mkstemps, mkostemps: new modules
35497         * modules/mkostemps: New module.
35498         * modules/mkstemps: Likewise.
35499         * lib/mkostemps.c (mkostemps): New file.
35500         * lib/mkstemps.c (mkstemps): Likewise.
35501         * m4/mkostemps.m4 (gl_FUNC_MKOSTEMPS): Likewise.
35502         * m4/mkstemps.m4 (gl_FUNC_MKSTEMPS): Likewise.
35503         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Add witnesses.
35504         * modules/stdlib (Makefile.am): Substitute them.
35505         * lib/stdlib.in.h (mkostemps, mkstemps): Declare them.
35506         * doc/glibc-functions/mkstemps.texi (mkstemps): New file.
35507         * doc/glibc-functions/mkostemps.texi (mkostemps): Likewise.
35508         * doc/gnulib.texi (Glibc stdlib.h): Include them.
35509         * MODULES.html.sh (File system functions): Mention them.
35510
35511         tempname: resync from glibc
35512         * lib/tempname.c (__gen_tempname): Add suffixlen argument.  Use
35513         same values for __GT_FILE as glibc.  Abort even when assertions
35514         are disabled.
35515         * lib/tempname.h (GT_FILE): Use glibc __GT_FILE, if available, and
35516         match its value otherwise.  Allow idempotent inclusion.
35517         * lib/mkdtemp.c (mkdtemp): Adjust caller.
35518         * lib/mkostemp.c (mkostemp): Likewise.
35519         * lib/mkstemp.c (mkstemp): Likewise.
35520         * lib/tmpfile.c (tmpfile): Likewise.
35521         * NEWS: Document this.
35522
35523         utimens: fix use of futimens on older Linux
35524         * lib/utimens.c (fdutimens): Use updated, rather than original,
35525         timespec to avoid bug in older Linux kernel.
35526         Reported by Simon Josefsson.
35527
35528 2009-11-04  Bruno Haible  <bruno@clisp.org>
35529
35530         Make num_processors more flexible and consistent.
35531         * lib/nproc.h (enum nproc_query): New type.
35532         (num_processors): Add a 'query' argument.
35533         * lib/nproc.c: Include <stdlib.h>, <sched.h>, c-ctype.h.
35534         (num_processors): Add a 'query' argument. Test the value of the
35535         OMP_NUM_THREADS environment variable if requested. On Linux, NetBSD,
35536         mingw, count the number of CPUs available for the current process.
35537         * m4/nproc.m4 (gl_PREREQ_NPROC): Require AC_USE_SYSTEM_EXTENSIONS.
35538         Check for sched_getaffinity and sched_getaffinity_np.
35539         * modules/nproc (Depends-on): Add c-ctype, extensions.
35540         * NEWS: Mention the change.
35541
35542 2009-11-03  Bruno Haible  <bruno@clisp.org>
35543
35544         * NEWS: Document the new library dependencies of inet_ntop, inet_pton.
35545
35546 2009-11-03  Jim Meyering  <meyering@redhat.com>
35547
35548         test-getaddrinfo: avoid compilation failure on FreeBSD 7.2
35549         * tests/test-getaddrinfo.c (simple): Test for EAI_NODATA only
35550         if it is defined.
35551
35552 2009-11-02  Eric Blake  <ebb9@byu.net>
35553
35554         mktime, timegm: share common declaration
35555         * lib/mktime-internal.h: New file.
35556         * lib/mktime.c: Use it rather than open-coding a declaration.
35557         * lib/timegm.c: Likewise.
35558         * modules/mktime (Files): Ship it.
35559         * modules/timegm (Files): Likewise.
35560         Suggested by Bruno Haible.
35561
35562         test-update-copyright: update test to match script changes
35563         * tests/test-update-copyright.sh: Avoid hard-coding perl
35564         location.  Don't update *.bak created by earlier runs.
35565
35566 2009-11-02  Paul Eggert  <eggert@cs.ucla.edu>
35567             Simon Josefsson  <simon@josefsson.org>
35568             Bruno Haible  <bruno@clisp.org>
35569
35570         Fix link error on Solaris 8.
35571         * m4/inet_pton.m4 (gl_INET_PTON): Search for the function inet_pton
35572         also in libnsl. Define also INET_PTON_LIB.
35573         * modules/inet_pton (Link): New section.
35574
35575 2009-11-02  Simon Josefsson  <simon@josefsson.org>
35576             Bruno Haible  <bruno@clisp.org>
35577
35578         * m4/inet_ntop.m4 (gl_INET_NTOP): Define also INET_NTOP_LIB.
35579         * modules/inet_ntop (Link): New section.
35580         Reported by Boyan Kasarov <bkasarov@gmail.com>.
35581
35582 2009-11-02  Eric Blake  <ebb9@byu.net>
35583
35584         maint: avoid compiler warnings in m4 macros
35585         * m4/ungetc.m4 (gl_FUNC_UNGETC_WORKS): Avoid unused variable.
35586         * m4/rmdir.m4 (gl_FUNC_RMDIR): Include correct header.
35587
35588 2009-11-02  Simon Josefsson  <simon@josefsson.org>
35589
35590         * m4/pmccabe2html.m4: Remove file.
35591         * modules/pmccabe2html: Drop pmccabe2html.m4.  Don't call m4
35592         function.  Change maintainer.
35593         * build-aux/pmccabe2html: Use /bin/sh with magic instead of
35594         hard-coding path to awk.  Tiny patch from ludo@gnu.org (Ludovic
35595         Courtès).
35596
35597 2009-10-31  Eric Blake  <ebb9@byu.net>
35598
35599         fseeko: fix m4 regression
35600         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Use modern macro.  Fixes
35601         regression from 2009-10-27.
35602         Reported by Ralf Wildenhues.
35603
35604 2009-10-31  Jim Meyering  <meyering@redhat.com>
35605
35606         inttostr: aesthetics and improved (compile-time) safety
35607         Define inttype_is_signed rather than inttype_is_unsigned,
35608         since the sole use is via "#if inttype_is_signed".
35609         * lib/imaxtostr.c (inttype_is_signed): Define this, rather than
35610         inttype_is_unsigned.
35611         * lib/offtostr.c (inttype_is_signed): Likewise.
35612         * lib/uinttostr.c (inttype_is_signed): Likewise.
35613         * lib/umaxtostr.c (inttype_is_signed): Likewise.
35614         * lib/inttostr.c (inttostr): Use verify to cross-check the
35615         inttype_is_signed value and the signedness of the actual type.
35616         * modules/inttostr (Depends-on): Add verify.
35617
35618 2009-10-30  Eric Blake  <ebb9@byu.net>
35619
35620         build: avoid compiler warnings
35621         * lib/fchmodat.c (lchmod): Mark unused variables.
35622         * lib/getopt.c (_getopt_initialize): Likewise.
35623         * lib/mktime.c (__mktime_internal): Provide prototype.
35624         * lib/inttostr.c (inttostr): Avoid compiler warning even with
35625         older gcc that do not understand #pragma GCC diagnostic.
35626         * lib/uinttostr.c (inttype_is_unsigned): Define.
35627         * lib/umaxtostr.c (inttype_is_unsigned): Likewise.
35628
35629 2009-10-30  Michael Haubenwallner  <michael.haubenwallner@salomon.at>
35630
35631         stat: fix compilation on AIX
35632         * lib/sys_stat.in.h (stat): Work with fact that large files on AIX
35633         only see struct stat64.
35634
35635 2009-10-30  Eric Blake  <ebb9@byu.net>
35636
35637         exclude: make more robust
35638         * lib/exclude.c (excluded_file_name): Abort on unexpected value,
35639         rather than masking a coding bug.
35640         Suggested by Bruno Haible.
35641
35642 2009-10-30  Jim Meyering  <meyering@redhat.com>
35643
35644         perl scripts: remove #!/usr/bin/perl in favor of more portable...
35645         Rather than putting #!/usr/bin/perl on the first line,
35646         start with a variant of what's recommended by "man perlrun" that
35647         invokes the first "perl" program from your shell's search path.
35648         * build-aux/gitlog-to-changelog: Replace #!... as above.
35649         Add a "Local Variables" perl mode setting.
35650         Prompted by a patch from Ludovic Courtès.
35651         Improved by Eric Blake.
35652         * build-aux/useless-if-before-free: Likewise.
35653         * build-aux/announce-gen: Likewise.
35654         * build-aux/update-copyright: Likewise.
35655
35656 2009-10-29  Eric Blake  <ebb9@byu.net>
35657
35658         filenamecat-lgpl: adjust clients
35659         * modules/linkat (Depends-on): Use filenamecat-lgpl, not
35660         filenamecat.
35661         * modules/renameat (Depends-on): Likewise.
35662
35663         filenamecat: split into filenamecat-lgpl
35664         * modules/filenamecat-lgpl: New module.
35665         * modules/filenamecat (Files): Move library-safe files into
35666         filenamecat-lgpl.
35667         (Depends-on): Add filenamecat-lgpl.
35668         (configure.ac): Declare witness.
35669         * lib/filenamecat.h (file_name_concat): Only declare when using
35670         GPL module.
35671         * lib/filenamecat.c (longest_relative_suffix, mfile_name_concat):
35672         Move...
35673         * lib/filenamecat-lgpl.c: ...into new file.
35674         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT_LGPL): New macro.
35675         (gl_FILE_NAME_CONCAT): Use it.
35676         * MODULES.html.sh (File system functions): Mention new module.
35677
35678         argp: avoid memory leak
35679         * modules/argp (Depends-on): Use dirname-lgpl, not dirname.
35680         * lib/argp-namefrob.h (__argp_base_name): Use last_component, not
35681         base_name, since the latter malloc()s and can call exit().
35682         Leak introduced 2006-07-03.
35683
35684         dirname-lgpl: adjust clients that don't need full dirname
35685         * modules/backupfile (Depends-on): Use dirname-lgpl, not dirname.
35686         * modules/filenamecat (Depends-on): Likewise.
35687         * modules/linkat (Depends-on): Likewise.
35688         * modules/mkancesdirs (Depends-on): Likewise.
35689         * modules/mkdir (Depends-on): Likewise.
35690         * modules/openat (Depends-on): Likewise.
35691         * modules/savewd (Depends-on): Likewise.
35692         * modules/rename (Depends-on): Likewise.
35693         (License): Relax license.
35694         * modules/mkdir-tests (Depends-on): Drop progname.
35695         (Makefile.am): Delete unneeded LDADD.
35696         * modules/rename-tests (Depends-on, Makefile.am): Likewise.
35697
35698         dirname: split into dirname-lgpl
35699         * modules/dirname-lgpl: New module.
35700         * modules/dirname (Files): Move library-safe files into
35701         dirname-lgpl.
35702         (Depends-on): Add dirname-lgpl.
35703         (configure.ac): Declare witness.
35704         * modules/double-slash-root (License): Relax license.
35705         * lib/dirname.h (base_name, dir_name): Only declare when using GPL
35706         module.
35707         * lib/dirname.c (dir_len, mdir_name): Move...
35708         * lib/dirname-lgpl.c: ...into new file.
35709         * lib/basename.c (last_component, base_len): Move...
35710         * lib/basename-lgpl.c: ...into new file.
35711         * m4/dirname.m4 (gl_DIRNAME_LGPL): New macro.
35712         (gl_DIRNAME): Use it.
35713         * MODULES.html.sh (Enhancements for POSIX:2008 functions):
35714         Mention new module.
35715         * modules/dirname-tests (Depends-on): Add progname.
35716         * tests/test-dirname.c (program_name): Delete.
35717
35718         mkdir: make safe for libraries
35719         * modules/mkdir (Depends-on): Drop xalloc.
35720         * lib/mkdir.c (rpl_mkdir): Fail with ENOMEM rather than calling
35721         exit.
35722
35723         tests: avoid some compiler warnings
35724         * tests/test-getaddrinfo.c (simple): Mark static, and allow string
35725         literals.
35726         * tests/test-memchr.c (main): Avoid type mismatch.
35727         * tests/test-arpa_inet.c (main): Avoid unused parameters.
35728         * tests/test-base64.c (main): Likewise.
35729         * tests/test-getdelim.c (main): Likewise.
35730         * tests/test-gethostname.c (main): Likewise.
35731         * tests/test-getline.c (main): Likewise.
35732         * tests/test-netinet_in.c (main): Likewise.
35733         * tests/test-select.c (open_server_socket, main): Likewise.
35734         * tests/test-select-stdin.c (main): Likewise.
35735         * tests/test-sockets.c (main): Likewise.
35736         * tests/test-strsignal.c (main): Likewise.
35737         * tests/test-sys_select.c (main): Likewise.
35738         * tests/test-sys_socket.c (main): Likewise.
35739         * tests/test-u64.c (main): Likewise.
35740         * tests/test-xfprintf-posix.c (main): Likewise.
35741         * tests/test-xvasprintf.c (test_xvasprintf, main): Likewise.
35742
35743         sockets: avoid compiler warning
35744         * lib/sockets.c (gl_sockets_startup): Mark unused parameter.
35745
35746         maint: detect usage(1) and other suspicious exits
35747         * top/maint.mk (sc_prohibit_magic_number_exit): New rule.
35748
35749 2009-10-29  Jim Meyering  <meyering@redhat.com>
35750
35751         timespec: long-to-int truncation could make timespec_cmp malfunction
35752         * lib/timespec.h (timespec_cmp): Do not interpret a difference of
35753         a multiple of 2^32 nanoseconds as no difference.
35754
35755 2009-10-28  Jim Meyering  <meyering@redhat.com>
35756
35757         fprintftime: wrap macro code argument in "do {...} while(0)"
35758         * lib/strftime.c (cpy) [FPRINTFTIME]: The second argument to the
35759         cpy macro must be a statement that can be followed by a semicolon.
35760         Now that the else clause contains a comment and is hence longer
35761         than one line, I require curly braces.  That in turn requires
35762         that we wrap this code block in the standard do...while(0).
35763
35764         fprintftime: remove stray semicolon from previous change
35765         * lib/strftime.c (cpy) [FPRINTFTIME]: Remove trailing semicolon.
35766
35767         fprintftime: avoid a warning about ignored fwrite return value
35768         * lib/strftime.c [FPRINTFTIME]: Include "ignore-value.h".
35769         (cpy) [FPRINTFTIME]: Ignore fwrite failure, even though technically,
35770         that is unsafe.
35771         * modules/fprintftime (Depends-on): Add ignore-value.
35772
35773         exclude: avoid an unwarranted warning
35774         * lib/exclude.c (excluded_file_name): Initialize "rc" before switch.
35775
35776 2009-10-27  Eric Blake  <ebb9@byu.net>
35777
35778         fseek: avoid compilation failure when fflush is replaced
35779         * m4/fseek.m4 (gl_REPLACE_FSEEK): New macro.
35780         * m4/fseeko.m4 (gl_REPLACE_FSEEKO): Also replace fseek, if fseek
35781         module is in use.
35782         * lib/stdio.in.h (GNULIB_FSEEKO): Only poison fseek if fseek
35783         module is not in use; since REPLACE_FSEEK worked otherwise.
35784         (GNULIB_FTELLO): Likewise for ftell.
35785         Reported by Ian Beckwith and others.
35786
35787 2009-10-27  Bruno Haible  <bruno@clisp.org>
35788
35789         * lib/isnan.c (rpl_isnan[fdl]): Repeat the specification declaration.
35790         Reported by Jim Meyering.
35791
35792 2009-10-27  Jim Meyering  <jim@meyering.net>
35793             Bruno Haible  <bruno@clisp.org>
35794
35795         Avoid warning despite dropping the return value of fwrite.
35796         * lib/unicodeio.c: Include ignore-value.h.
35797         (fwrite_success_callback): Explicitly ignore fwrite's return value.
35798         * modules/unicodeio (Depends-on): Add ignore-value.
35799
35800 2009-10-26  Eric Blake  <ebb9@byu.net>
35801
35802         areadlinkat: fix fallback path
35803         * lib/at-func.c (AT_FUNC_NAME): Avoid signed comparison between
35804         pointer and zero.
35805
35806 2009-10-22  Pádraig Brady  <P@draigBrady.com>
35807
35808         Use a better IO block size for modern systems
35809         * lib/copy-file.c (copy_file_preserving): Used a 32KiB malloced buffer.
35810         * lib/md2.c: Likewise.
35811         * lib/md4.c: Likewise.
35812         * lib/md5.c: Likewise.
35813         * lib/sha1.c: Likewise.
35814         * lib/sha256.c: Likewise.
35815         * lib/sha512.c: Likewise.
35816
35817 2009-10-22  Eric Blake  <ebb9@byu.net>
35818
35819         tests: avoid several compiler warnings
35820         * tests/test-getcwd.c (main): Avoid buffer underflow.
35821         * tests/test-getdate.c (main): String literals are not safe with
35822         putenv, so use setenv.  Declare unused argument.
35823         * modules/getdate-tests (Depends-on): Add setenv.
35824         * tests/test-argv-iter.c (main): Declare unused argument.  Avoid
35825         problems with string literals in char *.
35826         * tests/test-hash.c (main): Avoid shadowing declaration.
35827         (insert_new): Treat string literals as char const *.
35828         * tests/test-getopt.h (test_getopt): Likewise.
35829         (getopt_loop): Alter types to minimize casting elsewhere.
35830         * tests/test-getopt_long.h (test_getopt_long, getopt_long_loop)
35831         (test_getopt_long_posix): Likewise.
35832         (do_getopt_long): Add wrapper to minimize casting.
35833         * tests/test-atexit.c (clear_temp_file): Use void.
35834         * tests/test-areadlink-with-size.c (main): Declare unused
35835         arguments.
35836         * tests/test-areadlink.c (main): Likewise.
35837         * tests/test-areadlinkat-with-size.c (main): Likewise.
35838         * tests/test-areadlinkat.c (main): Likewise.
35839         * tests/test-canonicalize-lgpl.c (main): Likewise.
35840         * tests/test-canonicalize.c (main): Likewise.
35841         * tests/test-dirent-safer.c (main): Likewise.
35842         * tests/test-dirname.c (main): Likewise.
35843         * tests/test-dup2.c (main): Likewise.
35844         * tests/test-fchdir.c (main): Likewise.
35845         * tests/test-fcntl-h.c (main): Likewise.
35846         * tests/test-fcntl-safer.c (main): Likewise.
35847         * tests/test-fdopendir.c (main): Likewise.
35848         * tests/test-fdutimensat.c (main): Likewise.
35849         * tests/test-fflush.c (main): Likewise.
35850         * tests/test-filenamecat.c (main): Likewise.
35851         * tests/test-filevercmp.c (main): Likewise.
35852         * tests/test-fopen-safer.c (main): Likewise.
35853         * tests/test-fopen.c (main): Likewise.
35854         * tests/test-fpending.c (main): Likewise.
35855         * tests/test-fpurge.c (main): Likewise.
35856         * tests/test-freading.c (main): Likewise.
35857         * tests/test-fstatat.c (main): Likewise.
35858         * tests/test-fsync.c (main): Likewise.
35859         * tests/test-futimens.c (main): Likewise.
35860         * tests/test-getndelim2.c (main): Likewise.
35861         * tests/test-gettimeofday.c (main): Likewise.
35862         * tests/test-getopt.c (main): Likewise.
35863         * tests/test-i-ring.c (main): Likewise.
35864         * tests/test-inttypes.c (main): Likewise.
35865         * tests/test-link.c (main): Likewise.
35866         * tests/test-lstat.c (main): Likewise.
35867         * tests/test-math.c (main): Likewise.
35868         * tests/test-md5.c (main): Likewise.
35869         * tests/test-memchr2.c (main): Likewise.
35870         * tests/test-memrchr.c (main): Likewise.
35871         * tests/test-mkdir.c (main): Likewise.
35872         * tests/test-mkdirat.c (main): Likewise.
35873         * tests/test-mkfifoat.c (main): Likewise.
35874         * tests/test-open.c (main): Likewise.
35875         * tests/test-openat-safer.c (main): Likewise.
35876         * tests/test-openat.c (main): Likewise.
35877         * tests/test-quotearg.c (main): Likewise.
35878         * tests/test-rawmemchr.c (main): Likewise.
35879         * tests/test-readlink.c (main): Likewise.
35880         * tests/test-remove.c (main): Likewise.
35881         * tests/test-rename.c (main): Likewise.
35882         * tests/test-renameat.c (main): Likewise.
35883         * tests/test-rmdir.c (main): Likewise.
35884         * tests/test-sha1.c (main): Likewise.
35885         * tests/test-signal.c (main): Likewise.
35886         * tests/test-sigaction.c (main): Likewise.
35887         * tests/test-stat.c (main): Likewise.
35888         * tests/test-stat-time.c (main): Likewise.
35889         * tests/test-stddef.c (main): Likewise.
35890         * tests/test-stdint.c (main): Likewise.
35891         * tests/test-stdio.c (main): Likewise.
35892         * tests/test-stdlib.c (main): Likewise.
35893         * tests/test-strchrnul.c (main): Likewise.
35894         * tests/test-strerror.c (main): Likewise.
35895         * tests/test-string.c (main): Likewise.
35896         * tests/test-strtod.c (main): Likewise.
35897         * tests/test-strverscmp.c (main): Likewise.
35898         * tests/test-symlink.c (main): Likewise.
35899         * tests/test-symlinkat.c (main): Likewise.
35900         * tests/test-sys_stat.c (main): Likewise.
35901         * tests/test-sys_time.c (main): Likewise.
35902         * tests/test-time.c (main): Likewise.
35903         * tests/test-unistd.c (main): Likewise.
35904         * tests/test-unlink.c (main): Likewise.
35905         * tests/test-unlinkat.c (main): Likewise.
35906         * tests/test-utimens.c (main): Likewise.
35907         * tests/test-utimensat.c (main): Likewise.
35908         * tests/test-version-etc.c (main): Likewise.
35909         * tests/test-wchar.c (main): Likewise.
35910         * tests/test-wctype.c (main): Likewise.
35911         * tests/test-xprintf-posix.c (main): Likewise.
35912         * tests/test-posixtm.c (main): Likewise.
35913         (STREQ): Delete unused macro.
35914         * tests/test-linkat.c (main): Declare unused arguments.  Avoid
35915         shadowed variables.
35916         * tests/test-memchr.c (main): Likewise.
35917
35918 2009-10-21  Eric Blake  <ebb9@byu.net>
35919
35920         areadlinkat: avoid failure on older glibc
35921         * lib/at-func.c (AT_FUNC_NAME): Check for explicit FUNC_FAIL,
35922         rather than mis-comparing 0 against FUNC_RESULT of char*.
35923
35924 2009-10-21  Bruno Haible  <bruno@clisp.org>
35925
35926         * modules/stpncpy (License): Relicense under LGPLv2+.
35927         Reported by David Lutterkort <lutter@redhat.com>.
35928
35929 2009-10-20  Eric Blake  <ebb9@byu.net>
35930
35931         utimensat: work around Solaris 9 bug
35932         * lib/utimens.c (fdutimens, lutimens): Force a stat if platform
35933         has trailing slash bugs.
35934         * tests/test-lutimens.h (test_lutimens): Enhance test.
35935         * tests/test-utimens.h (test_utimens): Likewise.
35936         * doc/posix-functions/utime.texi (utime): Enhance documentation.
35937         * doc/posix-functions/utimes.texi (utimes): Likewise.
35938         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
35939         * doc/glibc-functions/futimesat.texi (futimesat): Likewise.
35940         * doc/glibc-functions/lutimes.texi (lutimes): Likewise.
35941         * doc/posix-functions/futimens.texi (futimens): Likewise.
35942
35943         fdutimensat: new module
35944         * modules/fdutimensat: New file.
35945         * lib/fdutimensat.c (fdutimensat): Likewise.
35946         * lib/utimens.h (fdutimensat, lutimensat): Declare new functions.
35947         * MODULES.html.sh (File system functions): Mention module.
35948         * modules/fdutimensat-tests: New test.
35949         * tests/test-fdutimensat.c: Likewise.
35950
35951         doc: regenerate INSTALL
35952         * doc/INSTALL: Reflect recent autoconf update.
35953         * doc/INSTALL.ISO: Likewise.
35954         * doc/INSTALL.UTF-8: Likewise.
35955
35956 2009-10-20  Pádraig Brady  <P@draigBrady.com>
35957
35958         acl: warn if ACL support is not detected
35959         * m4/acl.m4 (gl_FUNC_ACL): Output a warning if ACL support is not found.
35960
35961 2009-10-19  Giuseppe Scrivano  <gscrivano@gnu.org>
35962
35963         * lib/nproc.h: Add extern "C" block for C++.
35964
35965 2009-10-18  Reuben Thomas  <rrt@sc3d.org>
35966             Bruno Haible  <bruno@clisp.org>
35967
35968         * doc/posix-functions/isascii.texi: Document the 2 alternative APIs.
35969         * doc/posix-functions/isalnum.texi: Document the 4 alternative APIs.
35970         * doc/posix-functions/isalpha.texi: Likewise.
35971         * doc/posix-functions/isblank.texi: Likewise.
35972         * doc/posix-functions/iscntrl.texi: Likewise.
35973         * doc/posix-functions/isdigit.texi: Likewise.
35974         * doc/posix-functions/isgraph.texi: Likewise.
35975         * doc/posix-functions/islower.texi: Likewise.
35976         * doc/posix-functions/isprint.texi: Likewise.
35977         * doc/posix-functions/ispunct.texi: Likewise.
35978         * doc/posix-functions/isspace.texi: Likewise.
35979         * doc/posix-functions/isupper.texi: Likewise.
35980         * doc/posix-functions/isxdigit.texi: Likewise.
35981
35982 2009-10-18  Bruno Haible  <bruno@clisp.org>
35983
35984         Tests for module 'isblank'.
35985         * modules/isblank-tests: New file.
35986         * tests/test-isblank.c: New file.
35987
35988         New module 'isblank'.
35989         * lib/isblank.c: New file.
35990         * m4/isblank.m4: New file.
35991         * modules/isblank: New file.
35992         * doc/posix-functions/isblank.texi: Mention the new module.
35993
35994 2009-10-18  Bruno Haible  <bruno@clisp.org>
35995
35996         New module 'ctype'.
35997         * lib/ctype.in.h: New file.
35998         * m4/ctype.m4: New file.
35999         * modules/ctype: New file.
36000         * doc/posix-headers/ctype.texi: Mention the new module.
36001
36002 2009-10-18  Jim Meyering  <meyering@redhat.com>
36003
36004         m4: stylistic-only: hoist AC_SUBST to be adjacent to initialization
36005         Declare a variable like LIB_CLOCK_GETTIME to be AC_SUBSTituted
36006         right after its initialization, rather than farther down.
36007         Keeping these in close proximity makes it easier to ensure
36008         that each such variable is initialized.  E.g.,
36009
36010             LIB_CLOCK_GETTIME=
36011             AC_SUBST([LIB_CLOCK_GETTIME])
36012
36013         This change also increments these serial numbers.
36014         * m4/clock_time.m4 (gl_CLOCK_TIME): Hoist AC_SUBST use.
36015         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
36016         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
36017
36018 2009-10-18  Bruno Haible  <bruno@clisp.org>
36019
36020         Don't let environment variables perturb build.
36021         * m4/gethrxtime.m4 (gl_GETHRXTIME): Initialize LIB_GETHRXTIME here...
36022         (gl_PREREQ_GETHRXTIME): ... not here.
36023
36024 2009-10-18  Bruno Haible  <bruno@clisp.org>
36025
36026         Avoid symlink attack in localcharset module.
36027         * lib/localcharset.c: Include <fcntl.h>, <unistd.h>.
36028         (O_NOFOLLOW): Define fallback.
36029         (get_charset_aliases): Don't open the file if it is a symbolic link.
36030         * m4/fcntl_h.m4 (gl_FCNTL_O_FLAGS): New macro, extracted from
36031         gl_FCNTL_H.
36032         (gl_FCNTL_H): Require it.
36033         * m4/localcharset.m4 (gl_LOCALCHARSET): Likewise.
36034         * modules/localcharset (Files): Add m4/fcntl_h.m4.
36035         Reported by Fergal Glynn <fglynn@veracode.com>.
36036
36037 2009-10-18  Bruno Haible  <bruno@clisp.org>
36038
36039         Implement nproc for mingw.
36040         * lib/nproc.c: Include <windows.h>
36041         (num_processors): On native Windows platforms, try GetSystemInfo.
36042
36043 2009-10-18  Bruno Haible  <bruno@clisp.org>
36044
36045         Implement nproc for IRIX.
36046         * lib/nproc.c: Include <sys/sysmp.h>.
36047         (num_processors): On IRIX systems, try sysmp.
36048         * m4/nproc.m4 (gl_PREREQ_NPROC): Check for sys/sysmp.h and sysmp.
36049
36050 2009-10-18  Bruno Haible  <bruno@clisp.org>
36051
36052         Implement nproc for HP-UX.
36053         * lib/nproc.c: Include <sys/pstat.h>
36054         (num_processors): On HP-UX systems, try pstat_getdynamic.
36055         * m4/nproc.m4 (gl_PREREQ_NPROC): Check for sys/pstat.h and
36056         pstat_getdynamic.
36057
36058 2009-10-18  Giuseppe Scrivano  <gscrivano@gnu.org>
36059             Bruno Haible  <bruno@clisp.org>
36060
36061         Implement nproc for NetBSD, OpenBSD.
36062         * lib/nproc.c: Include <sys/types.h>, <sys/param.h>, <sys/sysctl.h>.
36063         (ARRAY_SIZE): New macro.
36064         (num_processors): On BSD systems, try sysctl of HW_NCPU.
36065         * m4/nproc.m4: New file.
36066         * modules/nproc (Files): Add m4/nproc.m4.
36067         (configure.ac): Invoke gl_NPROC. Remove AC_LIBOBJ invocation.
36068         (Makefile.am): Instead, augment lib_SOURCES.
36069
36070 2009-10-18  Bruno Haible  <bruno@clisp.org>
36071
36072         Fix recognition of sys/sysctl.h on OpenBSD 4.0.
36073         * m4/physmem.m4 (gl_PHYSMEM): Before including sys/sysctl.h, include
36074         sys/param.h.
36075
36076 2009-10-16  Eric Blake  <ebb9@byu.net>
36077
36078         utimensat: new module
36079         * modules/utimensat: New file.
36080         * lib/utimensat.c (utimensat): Likewise.
36081         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
36082         * lib/utimens.c (utimensat): Avoid recursion into rpl_utimensat,
36083         so we can work around Linux bugs.
36084         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
36085         * modules/sys_stat (Makefile.am): Substitute them.
36086         * lib/sys_stat.in.h (utimensat): Declare it.
36087         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
36088         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
36089         * modules/utimensat-tests: New test.
36090         * tests/test-utimensat.c: Likewise.
36091
36092         utimens: let lutimens work on non-symlinks
36093         * lib/utimens.c (lutimens): Fall back to utimens rather than
36094         failing with ENOSYS, when file is not a symlink.
36095         (utimens): Reduce redirection.
36096         * tests/test-lutimens.h (test_lutimens): Update test to cover
36097         non-symlinks.
36098         * tests/test-utimens.h (test_utimens): Update test to cover
36099         symlinks.
36100         * tests/test-utimens.c (main): Update caller.
36101
36102         utimens: cache whether utimensat syscall works
36103         * lib/utimens.c (utimensat_works_really): New cache variable.
36104         (fdutimens, lutimens): Use it to avoid failing syscall.
36105
36106         test-stat-time, test-utimens: improve portability
36107         * tests/test-stat-time.c (nap): Lengthen delay to 20ms, for
36108         ext4 on alpha, and for cygwin.
36109         * tests/test-utimens-common.h: New file.
36110         (nap): Factor delays into single function.
36111         * tests/test-lutimens.h (test_lutimens): Use new header.
36112         * tests/test-futimens.h (test_futimens): Likewise.
36113         * tests/test-utimens.h (test_utimens): Likewise.  Also, force NFS
36114         timestamps to occur from same machine, as was done previously for
36115         test_utimens.
36116         * modules/utimens-tests (Files): Ship new file.
36117         * modules/futimens-tests (Files): Likewise.
36118         Reported in part by Jim Meyering.
36119
36120         sys_stat: sort replacement declarations
36121         * lib/sys_stat.in.h: Sort declarations.
36122         * lib/futimens.c (futimens): Fix typo.
36123
36124 2009-10-15  Jim Meyering  <meyering@redhat.com>
36125
36126         don't let environment settings perturb build
36127         Setting the envvars, LIB_CLOCK_GETTIME, LIB_EACCESS or LIB_NANOSLEEP
36128         could cause a configure-time and/or build-time malfunction.
36129         Typically, a configure-time function-in-library test is performed
36130         via code like this:
36131
36132           LIB_VAR=
36133           AC_SUBST([LIB_VAR])
36134           prefix_saved_LIBS=$LIBS
36135             AC_SEARCH_LIBS([FUNC], [LIB_NAME],
36136                        [test "$ac_cv_search_FUNC" = "none required" ||
36137                         LIB_VAR=$ac_cv_search_FUNC])
36138           LIBS=$prefix_saved_LIBS
36139
36140         However, in each of the files affected by this change, the LIB_VAR=
36141         initialization was omitted.  Thus, when set in the environment, its
36142         value would propagate into generated Makefiles when FUNC is not found
36143         in LIB_NAME.
36144         * m4/clock_time.m4 (gl_CLOCK_TIME): Initialize AC_SUBST'd var.
36145         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
36146         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
36147
36148 2009-10-14  Eric Blake  <ebb9@byu.net>
36149
36150         fchdir: avoid infinite recursion in mingw
36151         * lib/fchdir.c (rpl_fstat): Call system fstat, rather than
36152         recursing.
36153
36154         test-stat-time: port to mingw
36155         * tests/test-stat-time.c (force_unlink): Return a value.
36156         (test_ctime) [W32]: Fix compilation error.
36157         (nap): Don't call usleep with too large an argument.  Use
36158         force_unlink.
36159         * doc/pastposix-functions/usleep.texi (usleep): Document the
36160         portability issue.
36161
36162 2009-10-13  Jim Meyering  <meyering@redhat.com>
36163
36164         use AC_CHECK_FUNCS_ONCE, not AC_CHECK_FUNCS in modules/*
36165         * modules/pipe-filter-gi: Use AC_CHECK_FUNCS_ONCE, not AC_CHECK_FUNCS.
36166         * modules/pipe-filter-ii: Likewise.
36167         * modules/sys_socket-tests: Likewise.
36168         * modules/tsearch-tests: Likewise.
36169         * Makefile (sc_prefer_ac_check_funcs_once): New rule.
36170         (check): Depend on it.
36171
36172 2009-10-12  Eric Blake  <ebb9@byu.net>
36173
36174         utimens-tests: port to NFS file systems
36175         * tests/test-utimens.h (test_utimens): Refactor utimecmp
36176         comparisons to avoid spurious failures from timestamp drift
36177         between NFS machines.
36178
36179 2009-10-12  Eric Blake  <ebb9@byu.net>
36180
36181         stat-time-tests: minor cleanups
36182         * modules/stat-time-tests (configure.ac): Use AC_CHECK_FUNCS_ONCE.
36183         * tests/test-stat-time.c (nap): Separate assignment from call.
36184         Suggested by Paolo Bonzini and Bruno Haible.
36185
36186         sys_stat: guarantee struct timespec
36187         * lib/sys_stat.in.h (includes): Always include <time.h>
36188         * modules/sys_stat (Depends-on): Add time.
36189         * tests/test-sys_stat.c: Guarantee struct timespec, as well as
36190         mode_t permission values.
36191         * doc/posix-headers/sys_stat.texi (sys/stat.h): Document how to
36192         get at subsecond timestamps.
36193
36194 2009-10-10  Eric Blake  <ebb9@byu.net>
36195
36196         futimens: new module
36197         * modules/futimens: New file.
36198         * lib/futimens.c (futimens): Likewise.
36199         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Likewise.
36200         * lib/utimens.c (futimens): Avoid recursion into rpl_futimens, so
36201         we can work around Linux bugs.
36202         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
36203         * modules/sys_stat (Makefile.am): Substitute them.
36204         * lib/sys_stat.in.h (futimens): Declare it.
36205         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
36206         * doc/posix-functions/futimens.texi (futimens): Likewise.
36207         * modules/futimens-tests: New test.
36208         * tests/test-futimens.c: Likewise.
36209
36210         utimens: introduce fdutimens
36211         * lib/utimens.h (fdutimens): New prototype.
36212         * lib/utimens.c (gl_futimens): Move guts...
36213         (fdutimens): ...to new interface.
36214         * tests/test-utimens.c (do_fdutimens): Use it.
36215
36216         utimens: add UTIME_NOW and UTIME_OMIT support
36217         * lib/utimens.c (validate_timespec, update_timespec): New helper
36218         functions.
36219         (gl_futimens, lutimens): Use them.
36220         * modules/utimens (Depends-on): Add gettime, lstat, stat-time,
36221         stdbool, sys_stat.
36222         (Link): Mention resulting library dependency.
36223         * modules/utimecmp (Link): Likewise.
36224         * modules/utimens-tests (Depends-on): Drop stat-time, stdbool.
36225         (Makefile.am): Pick up library dependency.
36226         * lib/sys_stat.in.h (UTIME_NOW, UTIME_OMIT): Guarantee a
36227         definition.
36228         * tests/test-sys_stat.c: Test the definitions.
36229         * doc/posix-headers/sys_stat.texi (sys/stat.h): Document this.
36230         * NEWS: Document library dependency.
36231
36232         utimecmp: support symlink timestamps
36233         * lib/utimecmp.c (utimecmp): Use new interface.  Skip effort of
36234         hashing when possible.  Use pathconf when available.
36235         (SYSCALL_RESOLUTION): Recognize tighter resolution.
36236         * modules/utimecmp (Depends-on): Add lstat.
36237
36238         utimens: add lutimens interface
36239         * lib/utimens.c (lutimens): New function.
36240         * m4/utimens.m4 (gl_UTIMENS): Check for lutimes.
36241         * lib/utimens.h (lutimens): Declare new interface.
36242         * tests/test-utimens.c (main): Enhance test.
36243         * tests/test-lutimens.h (test_lutimens): New file.
36244         * modules/utimens-tests (Files): Distribute it.
36245         (Depends-on): Add symlink.
36246         (configure.ac): Check for usleep.
36247
36248         utimens: validate futimens usage
36249         * lib/utimens.c (gl_futimens): Require valid fd up front, using
36250         fewer syscalls on failure later on.  Avoid compiler warning on
36251         mingw.
36252         * modules/utimens (Depends-on): Add dup2.
36253
36254         utimens: add test
36255         * modules/utimens-tests: New test.
36256         * tests/test-utimens.h: New file.
36257         * tests/test-futimens.h: Likewise.
36258         * tests/test-utimens.c: Likewise.
36259
36260         doc: mention timestamp portability issues
36261         * doc/glibc-functions/lutimes.texi (lutimes): Refer to utimensat
36262         instead.
36263         * doc/posix-functions/utime.texi (utime): Likewise.
36264         * doc/posix-functions/utimes.texi (utimes): Likewise.
36265         * doc/glibc-functions/futimes.texi (futimes): Refer to futimens
36266         instead.
36267         * doc/posix-functions/futimens.texi (futimens): Mention utimens
36268         module.
36269         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
36270         Mention weakness with symlink timestamps.
36271         * doc/glibc-functions/futimesat.texi (futimesat): New file; refer
36272         to utimensat/futimens instead.
36273         * doc/gnulib.texi (Glibc sys/time.h): Include new file.
36274
36275         test-dup2: enhance test
36276         * tests/test-dup2.c (main): Also check AT_FDCWD.
36277
36278         test-stat-time: avoid more spurious failures
36279         * tests/test-stat-time.c (nap): Wait for 15ms rather than 2ms, for
36280         xfs; and avoid race if the two timestamps cross quantization edge.
36281
36282         relocatable: prefer 'file system' over 'filesystem'
36283         * m4/relocatable-lib.m4 (gl_RELOCATABLE_NOP): Use AS_HELP_STRING.
36284         (gl_RELOCATABLE_LIBRARY_BODY): Fix spelling.
36285         * doc/relocatable-maint.texi (Supporting Relocation): Likewise.
36286         * doc/relocatable.texi (Enabling Relocatability): Likewise.
36287         * lib/relocatable.c (compute_curr_prefix): Likewise.
36288
36289 2009-10-10  Jim Meyering  <meyering@redhat.com>
36290
36291         stat-time-tests: check for the usleep function
36292         * modules/stat-time-tests (configure.ac): Now that we test HAVE_USLEEP.
36293
36294 2009-10-10  Bruno Haible  <bruno@clisp.org>
36295
36296         * modules/xnanosleep: Put the Link section after the Include section.
36297
36298 2009-10-09  Eric Blake  <ebb9@byu.net>
36299
36300         dup2: work around FreeBSD 6.1 bug
36301         * m4/dup2.m4 (gl_FUNC_DUP2): Detect bug.
36302         * doc/posix-functions/dup2.texi (dup2): Document it.
36303         Reported by Nelson H. F. Beebe and Jim Meyering.
36304
36305         test-stat-time: port to buggy NFS clients
36306         * tests/test-stat-time.c (main) [W32]: Reduce ifdefs.
36307         (test_ctime): Also skip test if mtime and ctime are skewed.
36308
36309         maint: prefer 'file system' over 'filesystem'
36310         * doc/posix-functions/fstatat.texi (fstatat): Likewise.
36311         * doc/posix-functions/lstat.texi (lstat): Likewise.
36312         * lib/file-has-acl.c (file_has_acl): Likewise.
36313         * lib/fwriteerror.c [TEST]: Likewise.
36314         * tests/test-areadlink.h (test_areadlink): Likewise.
36315         * tests/test-areadlinkat-with-size.c (main): Likewise.
36316         * tests/test-areadlinkat.c (main): Likewise.
36317         * tests/test-canonicalize-lgpl.c (main): Likewise.
36318         * tests/test-canonicalize.c (main): Likewise.
36319         * tests/test-fstatat.c (main): Likewise.
36320         * tests/test-linkat.c (main): Likewise.
36321         * tests/test-lstat.h (test_lstat_func): Likewise.
36322         * tests/test-mkdir.h (test_mkdir): Likewise.
36323         * tests/test-readlink.h (test_readlink): Likewise.
36324         * tests/test-remove.c (main): Likewise.
36325         * tests/test-rename.h (test_rename): Likewise.
36326         * tests/test-renameat.c (main): Likewise.
36327         * tests/test-rmdir.h (test_rmdir_func): Likewise.
36328         * tests/test-symlink.h (test_symlink): Likewise.
36329         * tests/test-symlinkat.c (main): Likewise.
36330         * tests/test-unlink.h (test_unlink_func): Likewise.
36331         * tests/test-unlinkat.c (main): Likewise.
36332
36333         maint: make realtime library usage explicit
36334         * modules/gethrxtime (Link): Mention LIB_GETHRXTIME.
36335         * modules/gettime (Link): Mention LIB_CLOCK_GETTIME.
36336         * modules/settime (Link): Likewise.
36337         * modules/xnanosleep (Link): Mention LIB_NANOSLEEP.
36338
36339         test-stat-time: speed up execution
36340         * tests/test-stat-time.c (test_ctime) [!W32]: Avoid compiler
36341         warning on mingw.
36342         (nap): New helper function.
36343         (prepare_test): Use it to reduce sleep time.
36344         (test_mtime, test_ctime, test_birthtime): Allow for subsecond
36345         execution.
36346         * modules/stat-time-tests (configure.ac): Check for usleep.
36347
36348 2009-10-09  Jim Meyering  <meyering@redhat.com>
36349
36350         selinux-h: always use getfilecon wrappers
36351         * lib/getfilecon.c: New file.
36352         * lib/se-selinux.in.h: Use a better inclusion guard symbol name.
36353         [HAVE_SELINUX_SELINUX_H]: Include-next <selinux/selinux.h>.
36354         [!HAVE_SELINUX_SELINUX_H]: Use better parameter names.
36355         (fgetfilecon): Provide a stub.
36356         * m4/selinux-selinux-h.m4 (gl_HEADERS_SELINUX_SELINUX_H): Don't
36357         AC_SUBST SELINUX_SELINUX_H, since now we're generating that
36358         file unconditionally.
36359         When <selinux/selinux.h> is found, arrange to use wrappers.
36360         * modules/selinux-h (Files): Add getfilecon.c.
36361         (Makefile.am): Substitute include-next-related bits
36362         into the now-always-generated selinux/selinux.h file.
36363         * doc/glibc-functions/lgetfilecon.texi: New file.
36364         * doc/glibc-functions/fgetfilecon.texi: New file.
36365         * doc/glibc-functions/getfilecon.texi: New file.
36366         * doc/glibc-functions/getfilecon-desc.texi: New file.
36367         * doc/gnulib.texi (Glibc selinux/selinux.h): New section, by
36368         which to pull in the new files.
36369         * MODULES.html.sh (Misc): Add selinux-h.
36370
36371 2009-10-08  Jim Meyering  <meyering@redhat.com>
36372
36373         unistd: fix comment typo
36374         * lib/unistd.in.h (euidaccess): Fix a comment typo.
36375
36376 2009-10-08  Eric Blake  <ebb9@byu.net>
36377
36378         areadlink: use SIZE_MAX consistently
36379         * modules/areadlink (Depends-on): Add stdint.
36380         * modules/areadlink-with-size (Depends-on): Likewise.
36381         * lib/areadlink-with-size.c (includes): Drop stdio, since stdlib
36382         gives NULL; drop sys/types, since unistd gives size_t; and add
36383         stdint for SIZE_MAX.
36384         (SIZE_MAX): Rely on headers.
36385         * lib/areadlinkat-with-size.c (includes): Drop stdio, sys/types,
36386         and add stdint.
36387         * lib/areadlink.c (includes): Drop sys/types, and add stdint.
36388         (SIZE_MAX): Likewise.
36389         (INITIAL_BUF_SIZE): Turn into enum.
36390         * lib/areadlinkat.c (INITIAL_BUF_SIZE): Likewise.
36391
36392 2009-10-08  Jim Meyering  <meyering@redhat.com>
36393
36394         areadlinkat: avoid compilation failure
36395         * lib/areadlinkat.c: Include <stdint.h> for use of SIZE_MAX.
36396         Fix typo in comment.
36397
36398 2009-10-07  Eric Blake  <ebb9@byu.net>
36399
36400         areadlinkat-with-size: new module
36401         * modules/areadlinkat-with-size: New module.
36402         * lib/areadlinkat-with-size.c (areadlinkat_with_size): New file.
36403         * lib/areadlink.h (areadlinkat): Declare it.
36404         * MODULES.html.sh (File system functions): Mention it.
36405         * modules/areadlinkat-with-size-tests: New test.
36406         * tests/test-areadlinkat-with-size.c: New file.
36407
36408         xreadlinkat: new module
36409         * modules/xreadlinkat: New module.
36410         * lib/xreadlinkat.c (xreadlinkat): New file.
36411         * lib/xreadlink.h (xreadlinkat): Declare it.
36412         * MODULES.html.sh (File system functions): Mention it.
36413
36414         areadlinkat: new module
36415         * lib/at-func.c (FUNC_FAIL): New define.
36416         (AT_FUNC_NAME, VALIDATE_FLAG): Use it rather than raw -1.
36417         * modules/areadlinkat: New module.
36418         * lib/linkat.c (areadlinkat): Move...
36419         * lib/areadlinkat.c (areadlinkat): ...to new file.
36420         * lib/areadlink.h (areadlinkat): Declare it.
36421         * modules/linkat (Depends-on): Add areadlinkat.
36422         * MODULES.html.sh (File system functions): Mention it.
36423         * modules/areadlinkat-tests: New test.
36424         * tests/test-areadlinkat.c: New file.
36425
36426         areadlink, areadlink-with-size: add tests
36427         * modules/areadlink-tests: New test.
36428         * modules/areadlink-with-size-tests: Likewise.
36429         * tests/test-areadlink.h: New file.
36430         * tests/test-areadlink.c: Likewise.
36431         * tests/test-areadlink-with-size.c: Likewise.
36432
36433         maint: minor cleanups
36434         * lib/fts.c (ATTRIBUTE_UNUSED): Delete; use gnulib-guaranteed
36435         _UNUSED_PARAMETER_ instead.
36436         * lib/getdate.y (ATTRIBUTE_UNUSED): Likewise.
36437         * lib/utimens.c (ATTRIBUTE_UNUSED): Likewise.
36438         * modules/linkat-tests (Files): Distribute test-link.h.
36439
36440         openat, utimens: whitespace cleanup
36441         * lib/openat.c: Prefer space throughout, rather than mix of 8
36442         spaces vs. tabs.
36443         * lib/at-func.c: Likewise.
36444         * lib/utimens.c: Likewise.
36445
36446         openat: avoid using wrong fd
36447         * lib/openat.c (openat_permissive): Reject user's fd if saving the
36448         working directory chooses same fd.
36449         * lib/at-func.c (AT_FUNC_NAME): Likewise.
36450
36451         mkdir, mkdirat: fix cygwin 1.5.x bug
36452         * lib/mkdir.c (rpl_mkdir) [FUNC_MKDIR_DOT_BUG]: Work around bug.
36453         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Move...
36454         * m4/mkdir.m4 (gl_FUNC_MKDIR): ...here, and add check for cygwin
36455         bug.
36456         (gl_PREREQ_MKDIR): Delete unused macro.
36457         * modules/mkdir (Files): Track file rename.
36458         (configure.ac): Update macro name.
36459         * modules/openat (Depends-on): Add mkdir.
36460         * doc/posix-functions/mkdir.texi (mkdir): Document the bug.
36461
36462         mkdir, mkdirat: add tests
36463         * modules/mkdir-tests: New test.
36464         * tests/test-mkdir.h: New file.
36465         * tests/test-mkdir.c: Likewise.
36466         * tests/test-mkdirat.c: Likewise.
36467         * modules/openat-tests (Files): Add new files.
36468         (Makefile.am): Run new test.
36469
36470 2009-10-06  Eric Blake  <ebb9@byu.net>
36471
36472         doc: tweak *at function documentation
36473         * doc/posix-functions/faccessat.texi (faccessat): Mention
36474         known issue with replacement.
36475         * doc/posix-functions/fchdir.texi (fchdir): Likewise.
36476         * doc/posix-functions/linkat.texi (linkat): Likewise.
36477         * doc/posix-functions/mkfifoat.texi (mkfifoat): Likewise.
36478         * doc/posix-functions/mknodat.texi (mknodat): Likewise.
36479         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
36480         * doc/posix-functions/renameat.texi (renameat): Likewise.
36481         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
36482
36483         openat: fix GNU/Hurd bug in unlinkat
36484         * m4/openat.m4 (gl_FUNC_OPENAT): Replace unlinkat if unlink is
36485         broken.
36486         * doc/posix-functions/unlink.texi (unlink): Document this.
36487         * doc/posix-functions/unlinkat.texi (unlinkat): Likewise.
36488
36489         fdopendir: fix GNU/Hurd bug
36490         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Check for Hurd bug in
36491         allowing non-directory fds.
36492         * lib/fdopendir.c (rpl_fdopendir): Work around it.
36493         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): New witness.
36494         * modules/dirent (Makefile.am): Substitute it.
36495         * lib/dirent.in.h (fdopendir): Declare replacement.
36496         * doc/posix-functions/fdopendir.texi (fdopendir): Document this.
36497         * tests/test-fdopendir.c (main): Test something other than
36498         /dev/null, since on Hurd that behaves like a directory.
36499
36500         test-symlink: port to GNU/Hurd
36501         * tests/test-symlink.h (test_symlink): Relax expected errno.
36502
36503         doc: tweak more cygwin information
36504         * doc/glibc-headers/getopt.texi (getopt.h): Cygwin 1.7 getopt is
36505         now compatible with glibc.
36506         * doc/posix-functions/getopt.texi (getopt): Likewise.
36507
36508         getopt-gnu: add another test
36509         * tests/test-getopt_long.h (test_getopt_long_posix): New test, to
36510         guarantee behavior relied on by m4.
36511         * tests/test-getopt.c (main): Use it.
36512         * modules/getopt-posix-tests (Depends-on): Add setenv.
36513         See http://lists.gnu.org/archive/html/bug-m4/2006-09/msg00028.html.
36514
36515         getopt: fix compilation on darwin
36516         * lib/getopt.in.h (includes): Leave breadcrumbs during system
36517         include.
36518         * lib/unistd.in.h (getopt): Use them to avoid recursive include.
36519         Reported by Ludovic Courtès.
36520
36521 2009-10-06  Bruno Haible  <bruno@clisp.org>
36522
36523         * modules/size_max (Description): Discourage its use.
36524         Reported by Simon Josefsson.
36525
36526 2009-10-06  Jim Meyering  <meyering@redhat.com>
36527
36528         linkat: avoid compilation failure
36529         * lib/linkat.c: Include <stdint.h> for use of SIZE_MAX.
36530
36531 2009-10-05  Eric Blake  <ebb9@byu.net>
36532
36533         linkat: support Linux 2.6.17
36534         * m4/linkat.m4 (gl_FUNC_LINKAT): Default to always replacing
36535         linkat on Linux, but allow cache variable override.
36536         * lib/linkat.c (rpl_linkat): Define override.
36537         * modules/linkat (Depends-on): Add symlinkat.
36538         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add new default.
36539         * modules/unistd (Makefile.am): Substitute it.
36540         * lib/unistd.in.h (linkat): Declare replacement.
36541         Reported by Pádraig Brady.
36542
36543         quotearg: port test to systems with C.UTF-8 locale
36544         * tests/test-quotearg.c (struct result_strings): Add another
36545         member, differentiating between C.ASCII and C.UTF-8 handling.
36546         (compare_strings): Add parameter.
36547         (main): Adjust all callers.
36548
36549         getopt: avoid clash with FreeBSD _getopt_internal
36550         * lib/getopt.in.h (_getopt_internal): Override the name.
36551         * lib/getopt_int.h (includes): Pick up any overrides.
36552         Reported by Reuben Thomas.
36553
36554         hash: allow C89 compilation
36555         * lib/hash.c (check_tuning): Move declaration before statement.
36556         Reported by Reuben Thomas.
36557
36558 2009-10-05  Karl Berry  <karl@gnu.org>
36559
36560         * doc/gnulib.texi: @include execvpe.texi, missing for several days.
36561
36562 2009-10-04  Paolo Bonzini  <bonzini@gnu.org>
36563             Bruno Haible  <bruno@clisp.org>
36564
36565         * lib/uname.c (uname): Use a table-driven algorithm to compute
36566         Windows NT versions.
36567
36568 2009-10-04  Bruno Haible  <bruno@clisp.org>
36569
36570         * lib/progname.c (set_program_name): Also remove the "lt-" prefix from
36571         program_invocation_short_name.
36572         * modules/progname (configure.ac): Test for presence of
36573         program_invocation_short_name.
36574         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
36575
36576 2009-10-04  Bruno Haible  <bruno@clisp.org>
36577
36578         * lib/progname.c (set_program_name): Fix comment.
36579         Reported by Jim Meyering.
36580
36581 2009-10-03  Paolo Bonzini  <bonzini@gnu.org>
36582             Bruno Haible  <bruno@clisp.org>
36583
36584         * lib/uname.c: Include <string.h>.
36585         (uname): Do only one call to GetVersionEx in the common case.
36586
36587 2009-10-03  Paolo Bonzini  <bonzini@gnu.org>
36588             Bruno Haible  <bruno@clisp.org>
36589
36590         * lib/uname.c (VER_PLATFORM_WIN32_CE, PROCESSOR_ARCHITECTURE_AMD64,
36591         PROCESSOR_ARCHITECTURE_IA32_ON_WIN64): Define fallbacks.
36592         (uname): Add support for Windows CE and various non-x86 CPU types.
36593
36594 2009-10-03  Bruno Haible  <bruno@clisp.org>
36595
36596         * gnulib-tool (func_create_testdir): Conditionally emit AM_PROG_CC_C_O
36597         invocation to tests/configure.ac.
36598         Reported by Ian Beckwith <ianb@erislabs.net>.
36599
36600 2009-10-02  Eric Blake  <ebb9@byu.net>
36601
36602         fchdir: avoid compiler warning
36603         * lib/fchdir.c (canonicalize_file_name)
36604         [!HAVE_CANONICALIZE_FILE_NAME]: Avoid compiler warning on mingw.
36605
36606         test-open: support mingw errno values
36607         * tests/test-open.h (test_open): Relax test.
36608         * tests/test-fopen.h (test_fopen): Likewise.
36609         * tests/test-openat-safer.c (main): Likewise.
36610
36611         open: fix opening directory on mingw
36612         * lib/open.c (open) [REPLACE_OPEN_DIRECTORY]: Correct typo.
36613
36614         test-open: on GNU/Hurd, /dev/null is a directory
36615         * tests/test-fopen.h (main): Rename...
36616         (test_fopen): ...to this.  Use a guaranteed non-directory when
36617         confirming open behavior on trailing slash.
36618         * tests/test-openat-safer.c (main): Likewise.
36619         * tests/test-open.h (main): Likewise....
36620         (test_open): ...to this.
36621         * tests/test-fopen.c (main): Adjust caller.
36622         * tests/test-fopen-safer.c (main): Likewise.
36623         * tests/test-open.c (main): Likewise.
36624         * tests/test-fcntl-safer.c (main): Likewise.
36625         Reported by Samuel Thibault.
36626
36627         rename, fchdir: don't ignore chdir failure
36628         * lib/fchdir.c (get_name): Abort on unexpected chdir failure.
36629         * lib/rename.c (rpl_rename) [W32]: Likewise.
36630         (rpl_rename) [RENAME_DEST_EXISTS_BUG]: Avoid one case of losing
36631         an empty destination directory if source cannot be renamed,
36632         although there is still possibility for failure.
36633         * doc/posix-functions/rename.texi (rename): Document the race.
36634         Reported by Jim Meyering.
36635
36636         maint: cleanup whitespace in recent commits
36637         * lib/rename.c (rpl_rename): Remove tabs.
36638         * tests/test-link.h (test_link): Likewise.
36639         * lib/fchdir.c (get_name): Likewise.
36640         Reported by Jim Meyering.
36641
36642 2009-10-02  Ben Pfaff  <blp@gnu.org>
36643
36644         relocatable-prog-wrapper: Add missing dependency on
36645         double-slash-root.
36646         * modules/relocatable-prog-wrapper: Add dependency.
36647         Reported by Ian Beckwith <ianb@erislabs.net>.
36648
36649 2009-10-02  Eric Blake  <ebb9@byu.net>
36650
36651         renameat: fix Solaris bugs
36652         * m4/renameat.m4 (gl_FUNC_RENAMEAT): Replace renameat if rename
36653         needed fixing.
36654         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): New witness.
36655         * modules/stdio (Makefile.am): Substitute it.
36656         * lib/stdio.in.h (renameat): Declare replacement.
36657         * lib/renameat.c (rpl_renameat): Implement fix.
36658
36659         renameat: new module
36660         * modules/renameat: New file.
36661         * lib/renameat.c (renameat): Likewise.
36662         * m4/renameat.m4 (gl_FUNC_RENAMEAT): Likewise.
36663         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add witnesses.
36664         * modules/stdio (Makefile.am): Substitute them.
36665         * lib/stdio.in.h (renameat): Declare it.
36666         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
36667         * doc/posix-functions/renameat.texi (renameat): Likewise.
36668         * modules/renameat-tests: New test.
36669         * tests/test-renameat.c: Likewise.
36670
36671         rename: fix mingw bugs
36672         * lib/rename.c (rpl_rename) [W32]: Fix trailing slash and
36673         directory overwrite bugs.
36674
36675         rename: fix another cygwin 1.5 bug
36676         * m4/rename.m4 (gl_FUNC_RENAME): Split cygwin bugs into two
36677         checks.
36678         * lib/rename.c (rpl_rename): Don't penalize NetBSD with
36679         unnecessary cygwin workarounds.  Also work around bug with moving
36680         full directory onto an empty one.
36681         * modules/rename (Depends-on): Add canonicalize-lgpl, rmdir.
36682
36683         rename-dest-slash: merge into rename module
36684         * modules/rename-dest-slash (Status): Mark obsolete.
36685         (Depends-on): Add rename.
36686         (Files): Let rename do it all.
36687         * m4/rename.m4 (gl_FUNC_RENAME): Also test for NetBSD bugs,
36688         subsuming the test from gl_FUNC_RENAME_TRAILING_DEST_SLASH...
36689         * m4/rename-dest-slash.m4: ...so this file can be deleted.
36690         * lib/rename-dest-slash.c (rpl_rename_dest_slash): Delete.
36691         * lib/rename.c (rpl_rename): Update comments.
36692
36693         rename: fix cygwin 1.5.x bugs
36694         * m4/rename.m4 (gl_FUNC_RENAME): Detect cygwin bugs.
36695         * lib/rename.c (rpl_rename): Work around them.
36696         * modules/rename (Depends-on): Add same-inode.
36697
36698         rename: fix Solaris 10 bug
36699         * m4/rename.m4 (gl_FUNC_RENAME): Detect Solaris bug.
36700         * lib/rename.c (rpl_rename): Don't cripple POSIX behavior if this
36701         was the only bug.
36702
36703         rename: fix Solaris 9 bug
36704         * lib/rename.c (rpl_rename): Rewrite to recognize trailing slash
36705         on non-directory.  Avoid calling exit.
36706         * modules/rename (Depends-on): Drop xalloc; add lstat, stdbool,
36707         strdup.
36708         * modules/rename-tests (Depends-on): Drop lstat.
36709         * m4/rename.m4 (gl_FUNC_RENAME): Detect Solaris bug.
36710         (gl_PREREQ_RENAME): Delete unused macro.
36711
36712         rename-dest-slash: fix NetBSD bug
36713         * lib/rename-dest-slash.c (rpl_rename_dest_slash): Detect hard
36714         links.
36715         * modules/rename-dest-slash (Depends-on): Add same-inode.
36716
36717         rename-tests: new test, exposes several platform bugs
36718         * modules/rename-tests: New file.
36719         * tests/test-rename.h: Likewise.
36720         * tests/test-rename.c: Likewise.
36721         * doc/posix-functions/rename.texi (rename): Improve documentation,
36722         including bugs that will eventually be fixed in gnulib.
36723
36724 2009-10-02  Paolo Bonzini  <bonzini@gnu.org>
36725
36726         * lib/uname.c: Include <stdlib.h>
36727         (uname): Assume version info is available.
36728
36729 2009-10-02  Jim Meyering  <meyering@redhat.com>
36730
36731         gnu-web-doc-update: correct --help output
36732         * build-aux/gnu-web-doc-update: Make --help output relevant.
36733
36734         gnu-web-doc-update: add standard options
36735         * build-aux/gnu-web-doc-update: Add --help, --version, etc.
36736
36737         gnu-web-doc-update: New module.
36738         Use this script to automatically update the on-line web documentation
36739         for your GNU project at http://www.gnu.org/software/$pkg/manual/
36740         * modules/gnu-web-doc-update: New file, from coreutils.
36741         * build-aux/gnu-web-doc-update: New script.
36742
36743 2009-10-01  Paolo Bonzini  <bonzini@gnu.org>
36744
36745         link: LoadLibrary is not needed.
36746         * lib/link.c: Use GetModuleHandle.
36747
36748 2009-10-01  Eric Blake  <ebb9@byu.net>
36749
36750         getopt: bump serial number
36751         * m4/getopt.m4: Increment serial number, to account for 2009-09-24
36752         change.
36753
36754         tests: tighten link, rmdir, and remove tests
36755         * tests/test-link.h (includes): No need to use <config.h> here.
36756         Clean up if directory hard link was created, otherwise test for
36757         trailing '.'.
36758         * tests/test-linkat.c (main): Simplify.
36759         * tests/test-remove.c (main): Enhance test for trailing '.'.
36760         * tests/test-rmdir.h (test_rmdir_func): Likewise.
36761
36762 2009-10-01  Jim Meyering  <meyering@redhat.com>
36763
36764         maint.mk: requiring "make major" was annoying, for a "minor" release.
36765         What is intended is "stable", to contrast with alpha and beta,
36766         so require "make stable", not "make major".
36767         * build-aux/announce-gen (%valid_release_types): s/major/stable/.
36768         (get_tool_versions): Likewise.
36769         * top/maint.mk (ALL_RECURSIVE_TARGETS): s/major/stable/
36770
36771 2009-09-30  Ben Pfaff  <blp@gnu.org>
36772
36773         Fix broken build of replacement for Windows tmpfile().
36774         * lib/tmpfile.c (tmpfile): Fix call to gen_tempname() to provide
36775         flags argument added along with the 'mkostemp' module.
36776
36777 2009-09-28  Bruno Haible  <bruno@clisp.org>
36778
36779         Avoid identifier clash with POSIX function 'remove' defined as a macro.
36780         * lib/gl_list.h (struct gl_list_implementation): Rename field 'remove'
36781         to 'remove_elt'.
36782         (gl_list_remove): Update.
36783         * lib/gl_list.c (gl_list_remove): Update.
36784         * lib/gl_oset.h (struct gl_oset_implementation): Rename field 'remove'
36785         to 'remove_elt'.
36786         (gl_oset_remove): Update.
36787         * lib/gl_list.c (gl_oset_remove): Update.
36788         Reported by Eric Blake.
36789
36790 2009-09-28  Eric Blake  <ebb9@byu.net>
36791
36792         doc: mention yet more cygwin 1.7 status
36793         * doc/posix-functions/fexecve.texi (fexecve): Now implemented in
36794         cygwin.
36795         * doc/glibc-functions/execvpe.texi (execvpe): New file.
36796         * doc/gnulib.texi (Glibc unistd.h): Mention it.
36797
36798         argp: fix test failure
36799         * lib/argp-help.c (hol_entry_cmp): Don't use _tolower on values
36800         that are not upper-case.  Pass correct range to tolower.
36801
36802 2009-09-27  Jim Meyering  <meyering@redhat.com>
36803
36804         test-yesno: work around sparc-dash here-document infelicity
36805         Without this change, the literal \177 byte in a here document
36806         would make dash 0.5.5.1-3 access uninitialized memory.
36807         * tests/test-yesno.sh: Don't put the \177 byte in the here document.
36808         Instead, use a marker, "@", and filter through tr to create the desired
36809         contents.  Reported as <http://bugs.debian.org/548493> by Kurt Roeckx.
36810
36811 2009-09-27  Bruno Haible  <bruno@clisp.org>
36812
36813         Disable untested support for new flavours of ACLs on AIX.
36814         * lib/file-has-acl.c (file_has_acl): Mark newer AIX code as work in
36815         progress.
36816         * lib/set-mode-acl.c (qset_acl): Likewise.
36817
36818 2008-12-07  Bruno Haible  <bruno@clisp.org>
36819
36820         Add support for new flavours of ACLs on AIX. (Untested.)
36821         * lib/file-has-acl.c [AIX] (acl_nfs4_nontrivial): New function.
36822         (file_has_acl): Add support for newer AIX.
36823         * lib/set-mode-acl.c (qset_acl): Likewise.
36824         * tests/test-sameacls.c (main): Fix use of aclx_get function. Hint by
36825         Rainer Tammer <tammer@tammer.net>.
36826
36827 2009-09-26  Eric Blake  <ebb9@byu.net>
36828
36829         argp: fix compilation of getopt
36830         * lib/getopt.in.h (includes): Use different guard than glibc.
36831         Reported by Sergey Poznyakoff.
36832
36833         doc: mention more cygwin 1.7 status
36834         * doc/posix-functions/access.texi (access): Mention cygwin 1.5
36835         bug.
36836         * doc/posix-functions/execl.texi (execl): Likewise.
36837         * doc/posix-functions/execle.texi (execle): Likewise.
36838         * doc/posix-functions/execlp.texi (execlp): Likewise.
36839         * doc/posix-functions/execv.texi (execv): Likewise.
36840         * doc/posix-functions/execve.texi (execve): Likewise.
36841         * doc/posix-functions/execvp.texi (execvp): Likewise.
36842         * doc/glibc-functions/canonicalize_file_name.texi
36843         (canonicalize_file_name): Cygwin 1.7 now provides this.
36844         * doc/glibc-functions/euidaccess.texi (euidaccess): Likewise.
36845         * doc/posix-functions/fchmodat.texi (fchmodat): Mention limitation
36846         on AT_SYMLINK_NOFOLLOW.
36847
36848 2009-09-24  Eric Blake  <ebb9@byu.net>
36849
36850         test-linkat: make test more robust
36851         * tests/test-linkat.c (main): Avoid collision with EEXIST.
36852
36853         getopt: fix inclusion guards for cygwin
36854         * modules/getopt-posix (Depends-on): Add include-next.
36855         (Makefile.am): Substitute more items in replacement header.
36856         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Also check for native
36857         <getopt.h>.
36858         * lib/getopt.in.h (includes): Use split inclusion guard, and
36859         prefer <getopt.h> over include <unistd.h> when one is present.
36860         (option): Also override name of 'struct option'.
36861
36862         same-inode: revert prior change; it is not yet ready
36863         * NEWS: Undo mention of this change.
36864         * lib/same-inode.h (same-inode.h): Undo tri-state change.
36865         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Update caller.
36866         * lib/cycle-check.c (cycle_check): Likewise.
36867         * lib/same.c (same_name): Likewise.
36868         * lib/at-func2.c (at_func2): Likewise.
36869
36870 2009-09-23  Eric Blake  <ebb9@byu.net>
36871
36872         linkat: new module
36873         * modules/linkat: New file.
36874         * lib/at-func2.c (at_func2): Likewise.
36875         * lib/linkat.c (linkat): Likewise.
36876         * m4/linkat.m4 (gl_FUNC_LINKAT): Likewise.
36877         * lib/openat-priv.h (at_func2): Add declaration.
36878         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
36879         * modules/unistd (Makefile.am): Substitute them.
36880         * lib/unistd.in.h (linkat): Declare it.
36881         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
36882         * doc/posix-functions/linkat.texi (linkat): Likewise.
36883         * doc/posix-functions/link.texi (link): Tweak wording.
36884         * tests/test-link.c (main): Move guts...
36885         * tests/test-link.h (test_link): ...into new file.
36886         * modules/linkat-tests: New test.
36887         * tests/test-linkat.c: Likewise.
36888         * modules/link-tests (Files): Ship new file.
36889         (Depends-on): Add stdbool.
36890
36891         dirname: add library-safe mdir_name
36892         * lib/dirname.h (mdir_name): New prototype.
36893         * lib/dirname.c (dir_name): Move guts...
36894         (mdir_name): ...to new function that avoids xalloc_die.
36895
36896         fchdir: another mingw fix
36897         * modules/fchdir (Depends-on): Drop canonicalize-lgpl.
36898         * lib/fchdir.c (get_name): New helper method; skips canonicalize
36899         on mingw (where it has not yet been ported), and make it optional
36900         elsewhere.
36901         (_gl_register_fd): Use it.
36902
36903         same-inode: make SAME_INODE tri-state, to port to mingw
36904         * NEWS: Mention this change.
36905         * lib/same-inode.h (same-inode.h): Recognize mingw limitation of
36906         st_ino always being 0.
36907         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Update caller.
36908         * lib/cycle-check.c (cycle_check): Likewise.
36909         * lib/same.c (same_name): Likewise.
36910
36911         lstat: avoid mingw compilation error
36912         * m4/lstat.m4 (gl_FUNC_LSTAT): Avoid duplicate calls to
36913         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK, and deal with missing
36914         lstat ourselves.
36915         * lib/lstat.c [!HAVE_LSTAT]: Do nothing if <sys/stat.h> override
36916         was adequate.
36917         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Let lstat module handle
36918         the checks for lstat.
36919         (gl_SYS_STAT_H_DEFAULTS): Set default for HAVE_LSTAT.
36920
36921         link: fix test failure on Solaris 9
36922         * lib/link.c (rpl_link): Don't assume link will catch bogus
36923         trailing slash on source.
36924
36925         test-symlinkat: enhance test
36926         * tests/test-readlink.c (main): Move guts...
36927         * tests/test-readlink.h (test_readlink): ...into new file.
36928         * tests/test-symlink.c (main): Move guts...
36929         * tests/test-symlink.h (test_symlink): ...into new file.
36930         * tests/test-symlinkat.c (main): Use new files for further
36931         coverage.
36932         (do_symlink, do_readlink): New helper functions.
36933         * modules/symlink-tests (Files): Ship new file.
36934         (Depends-on): Add stdbool.
36935         * modules/readlink-tests (Files): Ship new file.
36936         (Depends-on): Add stdbool.
36937         * modules/symlinkat-tests (Files): Use new files.
36938
36939 2009-09-23  Eric Blake  <ebb9@byu.net>
36940
36941         readlink: document portability issue with symlink length
36942         * doc/posix-functions/lstat.texi (lstat): Mention that some file
36943         systems have bogus st_size on symlinks, and mention the
36944         areadlink-with-size module.
36945         * doc/posix-functions/fstatat.texi (fstatat): Likewise.
36946         * doc/posix-functions/readlink.texi (readlink): Mention the
36947         areadlink module, and ERANGE failure.
36948         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
36949         * tests/test-readlink.c (main): Relax test for AIX, HP-UX.
36950
36951         readlink: fix Solaris 9 bug with trailing slash
36952         * lib/readlink.c (rpl_readlink): Work around trailing slash bug.
36953         * m4/readlink.m4 (gl_FUNC_READLINK): Detect the bug.
36954         * doc/posix-functions/readlink.texi (readlink): Document this.
36955         * modules/readlink-tests: New test.
36956         * tests/test-readlink.c: Likewise.
36957
36958         readlink: fix cygwin 1.5.x bug with return type
36959         * m4/readlink.m4 (gl_FUNC_READLINK): Require correct signature.
36960         * lib/unistd.in.h (readlink): Use ssize_t.
36961         * lib/readlink.c (readlink): Likewise.
36962         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
36963         * modules/unistd (Makefile.am): Substitute it.
36964         * lib/unistd.in.h (readlink): Declare replacement.
36965         * doc/posix-functions/readlink.texi (readlink): Document this.
36966
36967         symlink: use throughout gnulib
36968         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Omit symlink check.
36969         * lib/symlinkat.c (symlinkat) [!HAVE_SYMLINK]: Document why
36970         symlink is not used.
36971         * modules/symlinkat (Depends-on): Add symlink.
36972         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
36973         * modules/canonicalize-tests (Depends-on): Likewise.
36974         * modules/lstat-tests (Depends-on): Likewise.
36975         * modules/openat-tests (Depends-on): Likewise.
36976         * modules/remove-tests (Depends-on): Likewise.
36977         * modules/rmdir-tests (Depends-on): Likewise.
36978         * modules/unlink-tests (Depends-on): Likewise.
36979         * tests/test-canonicalize-lgpl.c (symlink): Delete stub.
36980         * tests/test-canonicalize.c (symlink): Likewise.
36981         * tests/test-fstatat.c (symlink): Likewise.
36982         * tests/test-lstat.c (symlink): Likewise.
36983         * tests/test-remove.c (symlink): Likewise.
36984         * tests/test-rmdir.c (symlink): Likewise.
36985         * tests/test-unlink.c (symlink): Likewise.
36986         * tests/test-unlinkat.c (symlink): Likewise.
36987
36988         symlink: new module, for Solaris 9 bug
36989         * modules/symlink: New file.
36990         * m4/symlink.m4 (gl_FUNC_SYMLINK): Likewise.
36991         * lib/symlink.c: Likewise.
36992         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add defaults.
36993         * modules/unistd (Makefile.am): Substitute them.
36994         * lib/unistd.in.h (symlink): Declare replacement.
36995         * MODULES.html.sh (File system functions): Mention it.
36996         * doc/posix-functions/symlink.texi (symlink): Likewise.
36997         * modules/symlink-tests: New test.
36998         * tests/test-symlink.c: Likewise.
36999
37000 2009-09-23  Bruno Haible  <bruno@clisp.org>
37001
37002         * gnulib-tool (func_import): Add 'link-warning' to testsrelated_modules
37003         when needed.
37004         Test case: gnulib-tool --import --with-tests atexit inttypes.
37005         Reported by Pauli Miettinen <pauli.miettinen@cs.helsinki.fi>.
37006
37007 2009-09-23  Bruno Haible  <bruno@clisp.org>
37008
37009         * gnulib-tool (func_emit_tests_Makefile_am): Set uses_subdirs in a
37010         subcommand, not in a subshell.
37011
37012 2009-09-22  Eric Blake  <ebb9@byu.net>
37013
37014         unistd: sort replacement declarations
37015         * lib/unistd.in.h: Sort declarations.
37016
37017         open, openat: minor optimization
37018         * lib/open.c (open): If open succeeded, len is non-zero.
37019         * lib/openat.c (rpl_openat): Likewise.
37020
37021         link-follow: ensure correct result
37022         * m4/fcntl_h.m4 (gl_FCNTL_H): Clean up temporary file.
37023         * m4/link-follow.m4 (gl_FUNC_LINK_FOLLOWS_SYMLINK): Likewise, and
37024         distinguish between possible failures.
37025
37026 2009-09-21  Eric Blake  <ebb9@byu.net>
37027
37028         fts: avoid compiler warning
37029         * lib/fts.c (dirent_inode_sort_may_be_useful)
37030         (leaf_optimization_applies) [!__linux__]: Mark unused parameters.
37031
37032 2009-09-19  Bruno Haible  <bruno@clisp.org>
37033
37034         * lib/progreloc.c (canonicalize_file_name): New declaration.
37035
37036 2009-09-19  Eric Blake  <ebb9@byu.net>
37037
37038         link: fix quoting
37039         * m4/link.m4 (gl_FUNC_LINK): Fix shell quoting.
37040
37041         openat: fix openat bugs on Solaris 9
37042         * lib/openat.c (rpl_openat): Work around Solaris 9 bug.
37043         * m4/openat.m4 (gl_FUNC_OPENAT): Also replace openat on Solaris.
37044         * modules/openat (Depends-on): Add open.
37045         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Provide new default.
37046         * modules/fcntl-h (Makefile.am): Substitute it.
37047         * lib/fcntl.in.h (openat): Declare replacement.
37048         * doc/posix-functions/openat.texi (openat): Document this.
37049
37050         openat: move fstatat and unlinkat into correct files
37051         * m4/openat.m4 (gl_FUNC_OPENAT): Adjust which files will be
37052         compiled.
37053         * lib/openat.c (fstatat, unlinkat): Move...
37054         * lib/fstatat.c (fstatat): ...into correct files.
37055         * lib/unlinkat.c (unlinkat): Likewise.
37056
37057         openat: fix unlinkat bugs on Solaris 9
37058         * lib/unlinkat.c (unlinkat): New file.
37059         * modules/openat (Depends-on): Add unlink.
37060         (Files): Distribute it.
37061         * m4/openat.m4 (gl_FUNC_OPENAT): Mark unlinkat for replacement if
37062         trailing slash behavior is broken.
37063         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
37064         * modules/unistd (Makefile.am): Substitute it.
37065         * lib/unistd.in.h (unlinkat): Declare replacement.
37066         * doc/posix-functions/unlinkat.texi (unlinkat): Document this.
37067
37068         openat: fix fstatat bugs on Solaris 9
37069         * lib/fstatat.c (rpl_fstatat): Copy recent fixes from lstat and
37070         stat.
37071         * doc/posix-functions/fstatat.texi (fstatat): Document this.
37072
37073         test-unlinkat: enhance test, to expose Solaris 9 bug
37074         * tests/test-unlink.c (main): Factor guts...
37075         * tests/test-unlink.h (test_rmdir_func): ...into new file.
37076         * tests/test-rmdir.h (test_rmdir_func): Add parameter.
37077         * tests/test-rmdir.c (main): Adjust caller.
37078         * tests/test-unlinkat.c (main): Likewise.  Add unlink tests.
37079         (unlinker): New helper function.
37080         (rmdirat): Enhance check.
37081         * modules/rmdir-tests (Depends-on): Add stdbool.
37082         * modules/unlink-tests (Depends-on): Likewise.
37083         (Files): Add test-unlink.h.
37084         * modules/openat-tests (Files): Likewise.
37085         (Depends-on): Add unlinkdir.
37086
37087         test-fstatat: new test, to expose Solaris 9 bugs
37088         * tests/test-stat.c (main): Factor guts...
37089         * tests/test-stat.h (test_stat_func): ...into new file.
37090         * tests/test-lstat.c (main): Factor guts...
37091         * tests/test-lstat.h (test_lstat_func): ...into new file.
37092         * tests/test-fstatat.c: New file.
37093         * modules/stat-tests (Files): Add test-stat.h.
37094         * modules/lstat-tests (Files): Add test-lstat.h.
37095         (Depends-on): Add stdbool.
37096         * modules/openat-tests (Depends-on): Add pathmax.
37097         (Files): Add test-lstat.h, test-stat.h, test-fstatat.c.
37098         (Makefile.am): Run new test.
37099
37100         remove: new module, for mingw and Solaris 9 bugs
37101         * modules/remove: New file.
37102         * lib/remove.c: Likewise.
37103         * m4/remove.m4 (gl_FUNC_REMOVE): Likewise.
37104         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add witnesses.
37105         * modules/stdio (Makefile.am): Use them.
37106         * lib/stdio.in.h (remove): Declare replacement.
37107         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
37108         * doc/posix-functions/remove.texi (remove): Likewise.
37109         * modules/remove-tests: New test.
37110         * tests/test-remove.c: Likewise.
37111
37112         unlink: new module, for Solaris 9 bug
37113         * modules/unlink: New file.
37114         * lib/unlink.c: Likewise.
37115         * m4/unlink.m4 (gl_FUNC_UNLINK): Likewise.
37116         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
37117         * modules/unistd (Makefile.am): Use them.
37118         * lib/unistd.in.h (stat): Declare replacement.
37119         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
37120         * doc/posix-functions/unlink.texi (unlink): Likewise.
37121         * modules/unlink-tests: New test.
37122         * tests/test-unlink.c: Likewise.
37123
37124         lstat: fix Solaris 9 bug
37125         * lib/lstat.c (lstat): Also check for trailing slash on
37126         non-symlink, non-directories.  Use stat module to simplify logic.
37127         * doc/posix-functions/lstat.texi (lstat): Document it.
37128         * modules/lstat-tests (Depends-on): Add errno, same-inode.
37129         (configure.ac): Check for symlink.
37130         * tests/test-lstat.c (main): Add more tests.
37131
37132         stat: add as dependency to other modules
37133         * modules/chown (Depends-on): Add stat.
37134         * modules/euidaccess (Depends-on): Likewise.
37135         * modules/fchdir (Depends-on): Likewise.
37136         * modules/isdir (Depends-on): Likewise.
37137         * modules/link (Depends-on): Likewise.
37138         * modules/lstat (Depends-on): Likewise.
37139         * modules/mkdir-p (Depends-on): Likewise.
37140         * modules/modechange (Depends-on): Likewise.
37141         * modules/open (Depends-on): Likewise.
37142         * modules/readlink (Depends-on): Likewise.
37143         * modules/same (Depends-on): Likewise.
37144
37145         stat: fix Solaris 9 bug
37146         * m4/stat.m4 (gl_FUNC_STAT): Detect Solaris 9 bug with trailing
37147         slash.
37148         * lib/stat.c (rpl_stat): Work around it.
37149         * doc/posix-functions/stat.texi (stat): Update documentation.
37150
37151         stat: new module, for mingw bug
37152         * modules/stat: New file.
37153         * lib/stat.c: Likewise.
37154         * m4/stat.m4 (gl_FUNC_STAT): Likewise.
37155         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
37156         * modules/sys_stat (Makefile.am): Use them.
37157         * lib/sys_stat.in.h (stat): Declare replacement.
37158         * lib/openat.c (fstatat): Deal with lstat and stat being function
37159         macros.
37160         * modules/openat (Depends-on): Add inline.
37161         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
37162         * doc/posix-functions/stat.texi (stat): Likewise.
37163         * modules/stat-tests: New test.
37164         * tests/test-stat.c: Likewise.
37165
37166 2009-09-19  Jim Meyering  <meyering@redhat.com>
37167
37168         syntax-check: detect unnecessary inclusion of canonicalize.h
37169         * top/maint.mk (sc_prohibit_canonicalize_without_use): New rule.
37170
37171 2009-09-19  Eric Blake  <ebb9@byu.net>
37172
37173         canonicalize-lgpl: adjust clients to use correct header
37174         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE)
37175         (gl_CANONICALIZE_LGPL): Use correct shell quoting.
37176         * modules/relocatable-prog-wrapper (Files): Drop canonicalize.h.
37177         * lib/fchdir.c (includes): Use <stdlib.h>, not "canonicalize.h".
37178         * lib/progreloc.c (includes): Likewise.
37179
37180 2009-09-19  Jim Meyering  <meyering@redhat.com>
37181
37182         test-posixtm.c: correct a comment
37183         * tests/test-posixtm.c: Correct first-line comment.
37184         Spotted by Eric Blake.
37185
37186 2009-09-16  Jim Meyering  <meyering@redhat.com>
37187
37188         posixtm-tests: make T const-correct; add a test case
37189         * tests/test-posixtm.c (T): Declare const.
37190         Add a test for -(2^31+1).
37191         Remove useless can-succeed-only-in-2002 test.
37192
37193         posixtm-tests: adjust the sole failing test
37194         * tests/test-posixtm.c: Correct 0000-01-01 00:00:00 test so that
37195         expected output matches what mktime now produces.  Cross-checked via
37196         erlang's calendar:datetime_to_gregorian_seconds({{1970,1,1},{0,0,0}})
37197
37198         posixtm: move #ifdef'd tests into a new module
37199         * lib/posixtm.c (posixtime): Remove #ifdef'd tests.  Move to...
37200         * tests/test-posixtm.c: ... this new file.
37201         * modules/posixtm-tests: New module.
37202
37203 2009-09-19  Eric Blake  <ebb9@byu.net>
37204
37205         openat: simplify use of at-func.c
37206         * lib/at-func.c (includes): Include prerequisites here, to
37207         simplify requirements on client files.
37208         * lib/openat-priv.h: Add double-inclusion guard.
37209         * lib/faccessat.c (includes): Simplify.
37210         * lib/fchmodat.c (includes): Likewise.
37211         * lib/fchownat.c (includes): Likewise.
37212         * lib/mkdirat.c (includes): Likewise.
37213         * lib/mkfifoat.c (includes): Likewise.
37214         * lib/symlinkat.c (includes): Likewise.
37215
37216         openat: allow return of fd 0
37217         * modules/chdir-long (Depends-on): Relax openat-safer to openat.
37218         * modules/save-cwd (Depends-on): Replace fcntl-safer with
37219         unistd-safer.
37220         * lib/chdir-long.c (includes): Replace "fcntl--.h" with
37221         <fcntl.h>; this module does not leak fds.
37222         * lib/openat.c (includes): Do not use "fcntl_safer"; plain openat
37223         must be allowed to return 0, leaving openat_safer to add the
37224         safety.
37225         (openat_permissive): Avoid writing to just-opened fd 2 if
37226         restoring the current directory fails.
37227         * lib/openat-die.c (openat_restore_fail): Add comment.
37228         * lib/save-cwd.c (includes): Make "fcntl--.h" conditional.
37229         (save_cwd): Guarantee safe fd, but without use of open_safer.
37230         * tests/test-openat.c: New test.
37231         * modules/openat-tests (Files, Makefile.am): Distribute and build
37232         new file.
37233
37234         relocatable-prog-wrapper: fix build
37235         * modules/relocatable-prog-wrapper (Files): Update name of
37236         canonicalize m4 file, broken on 2009-09-17.
37237         Reported by emad hajjar <aleppos@hotmail.com>.
37238
37239 2009-09-19  Bruno Haible  <bruno@clisp.org>
37240
37241         * lib/safe-alloc.h: Use the standard header with GPL copyright.
37242         * lib/safe-alloc.c: Likewise.
37243         Reported by Ian Beckwith <ianb@erislabs.net>.
37244
37245 2009-09-18  Bruno Haible  <bruno@clisp.org>
37246
37247         * gnulib-tool: Add advice to "cannot find configure.ac" error message.
37248         Reported by <erobles@sensacd.com.mx>.
37249
37250 2009-09-17  Eric Blake  <ebb9@byu.net>
37251
37252         canonicalize: in CAN_ALL_BUT_LAST, allow trailing slash
37253         * lib/canonicalize.c (canonicalize_filename_mode): Skip trailing
37254         slashes when checking if last component is missing.
37255         * tests/test-canonicalize.c (main): Test this.
37256
37257         canonicalize, canonicalize-lgpl: honor // if distinct from /
37258         * modules/canonicalize (Files): Add double-slash-root.m4.
37259         * modules/canonicalize-lgpl (Files): Likewise.
37260         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE)
37261         (gl_CANONICALIZE_LGPL_SEPARATE): Add dependency.
37262         * lib/canonicalize.c (DOUBLE_SLASH_IS_DISTINCT_ROOT): Provide
37263         fallback definition.
37264         (canonicalize_filename_mode): Use it to protect //.
37265         * lib/canonicalize-lgpl.c (DOUBLE_SLASH_IS_DISTINCT_ROOT)
37266         (__realpath): Likewise.
37267         * tests/test-canonicalize.c (main): Test this.
37268         * tests/test-canonicalize-lgpl.c (main): Likewise.
37269         * modules/canonicalize-tests (Depends-on): Add same-inode.
37270         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
37271
37272         canonicalize-lgpl: fix glibc bug with trailing slash
37273         * m4/canonicalize-lgpl.m4: Move contents...
37274         * m4/canonicalize.m4: ...here.
37275         (gl_CANONICALIZE_LGPL): Factor realpath check...
37276         (gl_FUNC_REALPATH_WORKS): ...into new macro.  Enhance to catch
37277         glibc 2.3.5 bug, fixed 2005-04-27.
37278         (gl_FUNC_CANONICALIZE_FILENAME_MODE): Use it.
37279         (gl_PREREQ_CANONICALIZE_LGPL): Inline...
37280         (gl_CANONICALIZE_LGPL_SEPARATE): ...into this macro.
37281         * modules/canonicalize-lgpl (Files): Manage file rename.
37282         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide default.
37283         * modules/stdlib (Makefile.am): Substitute witness.
37284         * lib/stdlib.in.h (canonicalize_file_name): Declare if replacement
37285         is needed.
37286         * lib/canonicalize-lgpl.c: Also compile if canonicalize_file_name
37287         replacement is required.
37288         * lib/canonicalize.c (canonicalize_file_name): Likewise.
37289         * doc/glibc-functions/canonicalize_file_name.texi
37290         (canonicalize_file_name): Document this.
37291         * doc/posix-functions/realpath.texi (realpath): Likewise.
37292
37293         canonicalize-lgpl: reject non-directory with trailing slash
37294         * lib/canonicalize-lgpl.c (__realpath): Synchronize with glibc.
37295         * tests/test-canonicalize-lgpl.c (main): Enhance test.  This
37296         catches failures in glibc 2.3.5.
37297         * tests/test-canonicalize.c (main): Likewise.
37298
37299         canonicalize-lgpl: use native realpath if it works
37300         * lib/canonicalize-lgpl.c (realpath): Guard with
37301         FUNC_REALPATH_WORKS.
37302         * lib/stdlib.in.h (realpath): Make declaration optional based on
37303         HAVE_REALPATH.
37304         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL): Check whether
37305         native realpath works.
37306         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide default.
37307         * modules/stdlib (Makefile.am): Substitute witness.
37308
37309         canonicalize, canonicalize-lgpl: use <stdlib.h>
37310         * modules/canonicalize-lgpl (Files): Drop canonicalize.h.
37311         (Include): Mention <stdlib.h>.
37312         (configure.ac): Mention functions we provide.
37313         * modules/canonicalize (configure.ac): Likewise.
37314         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL): Always replace
37315         realpath if canonicalize_file_name is missing.
37316         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide defaults.
37317         * modules/stdlib (Makefile.am): Substitute witnesses.
37318         * lib/stdlib.in.h (canonicalize_file_name, realpath): Declare.
37319         * lib/canonicalize-lgpl.c (includes): Adjust accordingly.
37320         * lib/canonicalize.h (canonicalize_file_name): Drop declaration.
37321         * NEWS: Document this.
37322         * doc/glibc-functions/canonicalize_file_name.texi
37323         (canonicalize_file_name): Likewise.
37324         * doc/posix-functions/realpath.texi (realpath): Likewise.
37325         * tests/test-canonicalize-lgpl.c (includes): Use <stdlib.h>.
37326
37327         test-canonicalize: consolidate into single C program
37328         * tests/test-canonicalize.sh: Delete; move setup into...
37329         * tests/test-canonicalize.c (main): ...the program, making it
37330         easier to run in debugger.  Add some tests.
37331         * modules/canonicalize-tests (Files): Remove unused file.
37332         (Depends-on): Add progname.
37333         (configure.ac, Makefile.am): Simplify.
37334
37335         test-canonicalize-lgpl: consolidate into single C program
37336         * tests/test-canonicalize-lgpl.sh: Delete; move setup into...
37337         * tests/test-canonicalize-lgpl.c (main): ...the program, making it
37338         easier to run in debugger.  Add some tests.
37339         * modules/canonicalize-lgpl-tests (Files): Remove unused file.
37340         (configure.ac, Makefile.am): Simplify.
37341
37342         canonicalize: avoid resolvepath
37343         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE): Delete
37344         unnecessary checks.
37345         * lib/canonicalize.c (includes): Simplify.
37346         (canonicalize_file_name): Drop resolvepath implementation.
37347         * modules/canonicalize (Depends-on): Drop filenamecat.
37348
37349         canonicalize: don't lose errno
37350         * lib/canonicalize.c (canonicalize_filename_mode): Protect errno
37351         over calls to free.
37352
37353         canonicalize: simplify errno handling
37354         * lib/canonicalize.c (__set_errno): Delete macro, and use direct
37355         assignment.
37356
37357         canonicalize, canonicalize-lgpl: update module dependencies
37358         * modules/canonicalize (Depends-on): Add extensions, lstat,
37359         pathmax, stdlib.
37360         (Files): Drop pathmax.h.
37361         (configure.ac): Adjust macro name.
37362         * modules/canonicalize-lgpl (Depends-on): Add errno, extensions,
37363         lstat, stdlib, sys_stat.
37364         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Rename...
37365         (gl_FUNC_CANONICALIZE_FILENAME_MODE): ...to this, and require
37366         extensions.
37367         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL)
37368         (gl_CANONICALIZE_LGPL_SEPARATE): Require extensions.
37369         (gl_PREREQ_CANONICALIZE_LGPL): Assume unistd.h.
37370         * lib/canonicalize.h (canonicalize_file_name): Use <stdlib.h>
37371         declaration, if available.
37372         * lib/canonicalize-lgpl.c [HAVE_READLINK]: Delete this condition;
37373         we can rely on the readlink module.
37374         (MAXSYMLINKS): Also consult SYMLOOP_MAX.
37375         (includes): Use <unistd.h> unconditionally.
37376
37377 2009-09-17  Eric Blake  <ebb9@byu.net>
37378
37379         maint: make Include sections of modules consistent
37380         * modules/alloca: Use only header name; no need to list #include.
37381         * modules/alloca-opt: Likewise.
37382         * modules/arpa_inet: Likewise.
37383         * modules/canon-host: Likewise.
37384         * modules/configmake: Likewise.
37385         * modules/dirent: Likewise.
37386         * modules/eealloc: Likewise.
37387         * modules/environ: Likewise.
37388         * modules/fchdir: Likewise.
37389         * modules/fcntl: Likewise.
37390         * modules/fcntl-h: Likewise.
37391         * modules/gethrxtime: Likewise.
37392         * modules/gettime: Likewise.
37393         * modules/ignore-value: Likewise.
37394         * modules/inet_ntop: Likewise.
37395         * modules/inet_pton: Likewise.
37396         * modules/inttypes: Likewise.
37397         * modules/isnand-nolibm: Likewise.
37398         * modules/isnanf-nolibm: Likewise.
37399         * modules/mbchar: Likewise.
37400         * modules/mbfile: Likewise.
37401         * modules/mbiter: Likewise.
37402         * modules/mbuiter: Likewise.
37403         * modules/netdb: Likewise.
37404         * modules/netinet_in: Likewise.
37405         * modules/nproc: Likewise.
37406         * modules/pagealign_alloc: Likewise.
37407         * modules/poll: Likewise.
37408         * modules/printf-frexp: Likewise.
37409         * modules/pthread: Likewise.
37410         * modules/putenv: Likewise.
37411         * modules/random_r: Likewise.
37412         * modules/relocatable-prog: Likewise.
37413         * modules/search: Likewise.
37414         * modules/select: Likewise.
37415         * modules/selinux-h: Likewise.
37416         * modules/settime: Likewise.
37417         * modules/signal: Likewise.
37418         * modules/size_max: Likewise.
37419         * modules/socklen: Likewise.
37420         * modules/ssize_t: Likewise.
37421         * modules/stdarg: Likewise.
37422         * modules/stdbool: Likewise.
37423         * modules/stddef: Likewise.
37424         * modules/stdint: Likewise.
37425         * modules/stdio: Likewise.
37426         * modules/stdlib: Likewise.
37427         * modules/string: Likewise.
37428         * modules/strings: Likewise.
37429         * modules/sys_file: Likewise.
37430         * modules/sys_ioctl: Likewise.
37431         * modules/sys_select: Likewise.
37432         * modules/sys_socket: Likewise.
37433         * modules/sys_stat: Likewise.
37434         * modules/sys_time: Likewise.
37435         * modules/sys_times: Likewise.
37436         * modules/sys_utsname: Likewise.
37437         * modules/sys_wait: Likewise.
37438         * modules/sysexits: Likewise.
37439         * modules/time: Likewise.
37440         * modules/times: Likewise.
37441         * modules/tmpfile: Likewise.
37442         * modules/trim: Likewise.
37443         * modules/unistd: Likewise.
37444         * modules/wchar: Likewise.
37445         * modules/wctype: Likewise.
37446
37447 2009-09-17  Bruno Haible  <bruno@clisp.org>
37448
37449         Make getdate.y compile on QNX and NetBSD 5 / i386.
37450         * m4/getdate.m4 (gl_GETDATE): Conditionally define
37451         TIME_T_FITS_IN_LONG_INT.
37452         * lib/getdate.y (long_time_t): New type.
37453         (relative_time): Change type of 'seconds' field to long_time_t.
37454         (get_date): Update types of local variables. Check against overflow
37455         during conversion from long_time_t to time_t.
37456         Reported by Matt Kraai <kraai@ftbfs.org>
37457         and Hasso Tepper <hasso@netbsd.org>.
37458
37459 2009-09-17  Bruno Haible  <bruno@clisp.org>
37460
37461         * modules/COPYING: Update copyright years.
37462         * modules/README: Likeiwse.
37463         * doc/gnulib-intro.texi (Copyright): Use a wildcard year.
37464         Reported by Ian Beckwith <ianb@erislabs.net>.
37465
37466 2009-09-17  Ian Beckwith  <ianb@erislabs.net>  (tiny change)
37467
37468         * users.txt: Update references for gnuit package.
37469
37470 2009-09-17  Ian Beckwith  <ianb@erislabs.net>  (tiny change)
37471
37472         * m4/getdelim.m4: Fix typo in copyright line.
37473
37474 2009-09-17  Bruno Haible  <bruno@clisp.org>
37475
37476         * lib/atoll.c: Use the standard header with GPL copyright.
37477         * lib/argz.in.h: Likewise.
37478         * lib/glob.c: Likewise.
37479         * lib/glob-libc.h: Likewise.
37480         * lib/random_r.c: Likewise.
37481         * lib/siglist.h: Likewise.
37482         * lib/strsignal.c: Likewise.
37483         Reported by Ian Beckwith <ianb@erislabs.net>.
37484
37485 2009-09-17  Eric Blake  <ebb9@byu.net>
37486
37487         rmdir: ensure correct dependency order
37488         * m4/rmdir.m4 (gl_FUNC_RMDIR): Require unistd defaults.
37489
37490 2009-09-17  Bruno Haible  <bruno@clisp.org>
37491
37492         Disable assertion that fails on NetBSD 5 / i386.
37493         * lib/mktime.c (ydhms_diff): Disable assertion about time_t size.
37494         Reported by Sam Steingold <sds@gnu.org>
37495         and Hasso Tepper <hasso@netbsd.org>.
37496
37497 2009-09-16  Eric Blake  <ebb9@byu.net>
37498
37499         unlinkdir: port to mingw
37500         * m4/unlinkdir.m4 (gl_UNLINKDIR): Add mingw to list of platforms
37501         on which no one can unlink a directory.
37502
37503         stdlib: sort witness names
37504         * modules/stdlib (Makefile.am): Sort replacements.
37505         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
37506         * lib/stdlib.in.h: Likewise.
37507
37508         parse-duration-tests: avoid link failure
37509         * modules/parse-duration-tests (test_parse_duration_LDADD): Add
37510         LIBINTL.
37511         Reported by Tom G. Christensen.
37512
37513         openat-tests: ensure unlinkat behaves like rmdir
37514         * tests/test-rmdir.c (main): Factor guts...
37515         * tests/test-rmdir.h (test_rmdir_func): ...into new file.
37516         * modules/rmdir-tests (Files): Ship new file.
37517         * modules/openat-tests: New test.
37518         * tests/test-unlinkat.c: Likewise.
37519
37520         rmdir-errno: mark obsolete, it is unsafe for cross-compilation
37521         * modules/rmdir-errno (Status, Notice): Now obsolete.
37522
37523         rmdir: work around cygwin 1.5.x and mingw bugs
37524         * m4/rmdir.m4 (gl_FUNC_RMDIR): Detect the bugs.
37525         * lib/rmdir.c (rmdir): Work around it.
37526         * modules/rmdir (Status, Notice): No longer obsolete.
37527         (Files): Add dos.m4.
37528         (Depends-on): Add unistd.
37529         (configure.ac): Set witnesses.
37530         (License): Relax to LGPLv2+.
37531         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set defaults.
37532         * modules/unistd (Makefile.am): Substitute witnesses.
37533         * lib/unistd.in.h (rmdir): Declare replacement.
37534         * doc/posix-functions/rmdir.texi (rmdir): Document this.
37535         * modules/rmdir-tests: New tests.
37536         * tests/test-rmdir.c: Likewise.
37537
37538 2009-09-15  Eric Blake  <ebb9@byu.net>
37539
37540         fchdir: improve use of replacement functions
37541         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set appropriate witnesses.
37542         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add REPLACE_FSTAT.
37543         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Add REPLACE_OPENDIR,
37544         REPLACE_CLOSEDIR.
37545         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add REPLACE_DUP.
37546         * modules/sys_stat (Makefile.am): Substitute correct witness.
37547         * modules/dirent (Makefile.am): Likewise.
37548         * modules/unistd (Makefile.am): Likewise.
37549         * lib/dirent.in.h (opendir, closedir): Use better witnesses.
37550         * lib/unistd.in.h (dup): Likewise.
37551         * lib/sys_stat.in.h (fstat): Likewise.
37552
37553         maint: ignore gnulib-tool temp files
37554         * .gitignore: Ignore files created during gnulib-tool --test.
37555
37556 2009-09-13  Jim Meyering  <meyering@redhat.com>
37557
37558         posixtm: don't reject a time that specify "60" as the number of seconds
37559         * lib/posixtm.c (posixtime): The code to reject invalid dates
37560         would also reject a time specified with the .60 suffix.
37561         But POSIX allows that, in order to accommodate leap seconds.
37562         So don't reject it.
37563         (main): Adjust tests accordingly.
37564         * modules/posixtm (Depends-on): Add stpcpy.
37565
37566 2009-09-11  Jim Meyering  <meyering@redhat.com>
37567
37568         announce-gen: include [$release_type] in emitted Subject:
37569         * build-aux/announce-gen (get_tool_versions): Include [$release_type],
37570         e.g., [stable] in the emitted Subject: line.
37571
37572 2009-09-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37573
37574         Remove obsolete macros from several modules.
37575         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Replace
37576         obsolete Autoconf macros with their modern counterparts.
37577         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): Likewise.
37578         * m4/gc-camellia.m4 (gl_GC_CAMELLIA): Likewise.
37579         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Likewise.
37580         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
37581         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Likewise.
37582         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
37583         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
37584         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
37585         * m4/poll.m4 (gl_FUNC_POLL): Likewise.
37586         * m4/readline.m4 (gl_FUNC_READLINE): Likewise.
37587         * m4/round.m4 (gl_FUNC_ROUND): Likewise.
37588         * m4/roundf.m4 (gl_FUNC_ROUNDF): Likewise.
37589         * m4/select.m4 (gl_FUNC_SELECT): Likewise.
37590         * m4/sockets.m4 (gl_SOCKETS): Likewise.
37591         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Likewise.
37592         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Likewise.
37593         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
37594         * m4/time_r.m4 (gl_TIME_R): Likewise.
37595         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Likewise.
37596         * m4/vararrays.m4 (AC_C_VARARRAYS): Likewise.
37597         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
37598
37599         Fix copyright header in build-aux scripts.
37600         * build-aux/git-version-gen: Fix copyright header to match GPLv3
37601         recommendation.
37602         * build-aux/ncftpput-ftp: Likewise.
37603         * build-aux/update-copyright: Likewise.
37604
37605 2009-09-09  Eric Blake  <ebb9@byu.net>
37606
37607         test-link: allow Linux choice of errno
37608         * tests/test-link.c (main): Relax test for alternate error.
37609
37610         strndup: fix improper m4 caching
37611         * m4/strndup.m4 (gl_FUNC_STRNDUP): Rework to avoid side effects
37612         inside AC_CACHE_CHECK.  Use REPLACE_STRNDUP, not HAVE_STRNDUP.
37613         (gl_PREREQ_STRNDUP): Delete.
37614         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Update default.
37615         * modules/string (Makefile.am): Substitute it.
37616         * lib/string.in.h (strndup): Modernize prototype.
37617
37618         getcwd: port to mingw
37619         * m4/getcwd.m4 (gl_FUNC_GETCWD): Mingw directories are very
37620         different from the POSIX assumptions made throughout the getcwd
37621         module; fortunately, the mingw getcwd does not need replacement.
37622         (gl_FUNC_GETCWD_NULL): Skip test on mingw.
37623         * modules/getcwd-tests: New test.
37624         * tests/test-getcwd.c: Likewise.
37625
37626         link: fix platform bugs
37627         * m4/link.m4 (gl_FUNC_LINK): Detect Solaris and Cygwin bugs.
37628         * lib/link.c (link): Work around them.  Fix related mingw bug.
37629         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add REPLACE_LINK.
37630         * modules/unistd (Makefile.am): Substitute it.
37631         * lib/unistd.in.h (link): Declare replacement.
37632         * doc/posix-functions/link.texi (link): Document this.
37633         * modules/link (Depends-on): Add strdup-posix, sys_stat.
37634
37635         test-link: consolidate into single C program, test more cases
37636         * tests/test-link.sh: Delete.
37637         * tests/test-link.c: Test more error conditions.  Exposes bugs on
37638         at least Cygwin and Solaris.
37639         * modules/link-tests (Files): Remove unused file.
37640         (Depends-on): Add errno, sys_stat.
37641         (Makefile.am): Simplify.
37642
37643 2009-09-08  Bruno Haible  <bruno@clisp.org>
37644
37645         Work around towlower, towupper bug on mingw.
37646         * lib/wctype.in.h (towlower, towupper) [__MINGW32__]: New replacements.
37647         * m4/wctype.m4 (gl_WCTYPE_H): Replace <wctype.h> also on mingw.
37648         * doc/posix-functions/towlower.texi: Mention the mingw bug.
37649         * doc/posix-functions/towupper.texi: Likewise.
37650         Reported by Eric Blake.
37651
37652 2009-09-08  Jim Meyering  <meyering@redhat.com>
37653
37654         build: don't try to run autoheader if we don't use it
37655         * build-aux/bootstrap: Define AUTOHEADER=true when AC_CONFIG_HEADERS
37656         is not used in configure.ac.
37657
37658 2009-09-08  Eric Blake  <ebb9@byu.net>
37659
37660         euidaccess: fix compilation error
37661         * lib/euidaccess.c (includes): Add <fcntl.h>, for AT_EACCESS.
37662
37663         rawmemchr: relax license
37664         * modules/rawmemchr (License): Derived from glibc, so LGPLv2+ is
37665         okay.
37666         Reported by Jim Meyering.
37667
37668         mkfifoat: new module
37669         * modules/mkfifoat: New file.
37670         * lib/mkfifoat.c: Likewise.
37671         * m4/mkfifoat.m4 (gl_FUNC_MKFIFOAT): Likewise.
37672         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
37673         * modules/sys_stat (Makefile.am): Use them.
37674         * lib/sys_stat.in.h (mkfifoat, mknodat): Declare them.
37675         * MODULES.html.sh (File system functions): Mention module.
37676         * doc/posix-functions/mkfifoat.texi (mkfifoat): Likewise.
37677         * doc/posix-functions/mknodat.texi (mknodat): Likewise.
37678         * modules/mkfifoat-tests: New test.
37679         * tests/test-mkfifoat.c: Likewise.
37680
37681         strchrnul: relax license
37682         * modules/strchrnul (License): Derived from glibc, so LGPLv2+ is
37683         okay.
37684         Reported by Jim Meyering.
37685
37686 2009-09-08  Eric Blake  <ebb9@byu.net>
37687
37688         fstatat: fix compilation on Solaris
37689         * lib/fstatat.c (includes): Add fcntl.h.
37690         Reported by Pádraig Brady.
37691
37692 2009-09-07  Eric Blake  <ebb9@byu.net>
37693
37694         rename: modernize replacement
37695         * modules/rename (Depends-on): Add stdio.
37696         (configure.ac): Declare witness.
37697         * m4/rename.m4 (gl_FUNC_RENAME): Ensure dependency order, and let
37698         stdio take care of replacement.
37699         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
37700         * modules/stdio (Makefile.am): Substitute them.
37701         * lib/stdio.in.h (rename): Declare replacement.
37702         * lib/rename.c (includes): Allow cross-compilation to non-windows
37703         machines.
37704         * doc/posix-functions/rename.texi (rename): Improve
37705         documentation.
37706
37707         stdio: sort witness names
37708         * modules/stdio (Makefile.am): Sort replacements.
37709         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
37710         * lib/stdio.in.h: Likewise.
37711
37712         getcwd: minor cleanups
37713         * lib/getcwd.c (AT_FDCWD): Delete; rely on <fcntl.h> instead.
37714         (is_ENAMETOOLONG): Delete; ENAMETOOLONG is portable.
37715
37716         openat: provide more convenience names
37717         * modules/faccessat (configure.ac): Add C witness.
37718         * lib/unistd.in.h (readlinkat): Fix typo.
37719         * lib/openat.h (statat, lstatat, accessat, euidaccessat): New
37720         convenience wrappers.
37721         * top/maint.mk (sc_prohibit_openat_without_use): Allow these
37722         wrappers in syntax checks.
37723
37724 2009-09-06  Eric Blake  <ebb9@byu.net>
37725
37726         doc: fix comments in recent patches
37727         * lib/faccessat.c: Mention correct function.
37728         * lib/fchmodat.c: Likewise.
37729         * lib/fchownat.c: Likewise.
37730         * lib/symlinkat.c: Likewise.
37731         * doc/posix-headers/fcntl.texi (fcntl.h): Cygwin 1.7 has AT_*
37732         constants.
37733
37734         faccessat, symlinkat: continue cleanup of previous patch
37735         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Ensure dependency order.
37736         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Likewise.
37737         * modules/unistd (Makefile.am): Substitute GNULIB_READLINKAT.
37738         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Offer GNULIB_READLINKAT.
37739         * modules/symlinkat (configure.ac): Set GNULIB_READLINKAT.
37740         * lib/unistd.in.h (readlinkat): Declare if GNULIB_READLINKAT is
37741         set.
37742
37743 2009-09-06  Bruno Haible  <bruno@clisp.org>
37744
37745         * lib/sys_stat.in.h (fchmodat): Declare if GNULIB_FCHMODAT is set.
37746         (fstatat): Declare if GNULIB_FSTATAT is set.
37747         (mkdirat): Declare if GNULIB_MKDIRAT is set.
37748         * lib/unistd.in.h (fchownat): Declare if GNULIB_FCHOWNAT is set.
37749         (unlinkat): Declare if GNULIB_UNLINKAT is set.
37750         * modules/fcntl-h (Files): Remove m4/openat.m4.
37751         * modules/sys_stat (Files): Remove m4/openat.m4.
37752         (Makefile.am): Substitute GNULIB_FCHMODAT, GNULIB_FSTATAT,
37753         GNULIB_MKDIRAT instead of GNULIB_OPENAT.
37754         * modules/unistd (Files): Remove m4/openat.m4.
37755         (Makefile.am): Substitute GNULIB_FCHOWNAT, GNULIB_UNLINKAT instead of
37756         GNULIB_OPENAT.
37757         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Initialize GNULIB_OPENAT,
37758         HAVE_OPENAT here. Don't require gl_OPENAT_DEFAULTS.
37759         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize
37760         GNULIB_FCHMODAT, GNULIB_FSTATAT, GNULIB_MKDIRAT, HAVE_FCHMODAT,
37761         HAVE_FSTATAT, HAVE_MKDIRAT, REPLACE_FSTATAT here. Don't require
37762         gl_OPENAT_DEFAULTS.
37763         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_FCHOWNAT,
37764         GNULIB_UNLINKAT, HAVE_FCHOWNAT, HAVE_UNLINKAT, REPLACE_FCHOWNAT here.
37765         Don't require gl_OPENAT_DEFAULTS.
37766         * m4/openat.m4 (gl_FUNC_OPENAT): Require gl_FCNTL_H_DEFAULTS,
37767         gl_SYS_STAT_H_DEFAULTS, gl_UNISTD_H_DEFAULTS. Set GNULIB_FCHMODAT,
37768         GNULIB_FSTATAT, GNULIB_MKDIRAT, GNULIB_FCHOWNAT, GNULIB_UNLINKAT.
37769         (gl_OPENAT_DEFAULTS): Remove macro.
37770
37771 2009-09-06  Bruno Haible  <bruno@clisp.org>
37772
37773         * modules/openat (configure.ac): Remove unneeded witness.
37774
37775 2009-09-06  Bruno Haible  <bruno@clisp.org>
37776
37777         Set errno to ENOSYS when a function is entirely unsupported.
37778         * lib/chown.c (rpl_chown) [!HAVE_CHOWN]: Set errno to ENOSYS instead of
37779         EOPNOTSUPP.
37780         * lib/lchown.c (lchown) [!HAVE_CHOWN]: Likewise.
37781         * modules/chown (Depends-on): Remove errno.
37782
37783 2009-09-06  Bruno Haible  <bruno@clisp.org>
37784
37785         * doc/posix-headers/fcntl.texi (AT_*): Mention affected platforms.
37786
37787 2009-09-06  Bruno Haible  <bruno@clisp.org>
37788
37789         * lib/sys_stat.in.h: Fix preprocessor command indentation.
37790
37791 2009-09-06  Ben Pfaff  <blp@gnu.org>
37792             Bruno Haible  <bruno@clisp.org>
37793
37794         Work around a glibc bug in strtok_r.
37795         * lib/string.in.h (strtok_r): Replace if REPLACE_STRTOK_R is set.
37796         Undefine if UNDEFINE_STRTOK_R is set.
37797         * lib/strtok_r.c (strtok_r, __strtok_r) [!_LIBC]: Don't undefine.
37798         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
37799         REPLACE_STRTOK_R and UNDEFINE_STRTOK_R.
37800         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Check against the glibc bug.
37801         * modules/string (Makefile.am): Substitute REPLACE_STRTOK_R,
37802         UNDEFINE_STRTOK_R.
37803         * doc/posix-functions/strtok_r.texi: Mention the glibc 2.7 bug.
37804
37805 2009-09-06  Sergey Poznyakoff  <gray@gnu.org.ua>
37806
37807         exclude: minor fix
37808         * lib/exclude.c: Include wctype.h
37809
37810 2009-09-06  Akim Demaille  <demaille@gostai.com>
37811
37812         bootstrap: improve error message
37813         * build-aux/bootstrap (find_tool): Upon failure, report the list
37814         of candidates.
37815         Honor the initial value of the envvar.
37816
37817 2009-09-05  Eric Blake  <ebb9@byu.net>
37818
37819         symlinkat: new module
37820         * modules/symlinkat: New file.
37821         * lib/symlinkat.c: Likewise.
37822         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Likewise.
37823         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
37824         * modules/unistd (Makefile.am): Use them.
37825         * lib/unistd.in.h (symlinkat, readlinkat): Declare them.
37826         (faccessat) [GNULIB_POSIXCHECK]: Fix typo.
37827         * lib/at-func.c (FUNC_RESULT): New macro, defaulting to int.
37828         * MODULES.html.sh (File system functions): Mention module.
37829         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
37830         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
37831         * modules/symlinkat-tests: New test.
37832         * tests/test-symlinkat.c: Likewise.
37833
37834         test-openat-safer: add more checks
37835         * tests/test-openat-safer.c (main): Check more code paths.
37836
37837 2009-09-05  Jim Meyering  <meyering@redhat.com>
37838
37839         syntax-check: detect unnecessary inclusion of openat.h
37840         * top/maint.mk (sc_prohibit_openat_without_use): New rule.
37841
37842 2009-09-05  Bruno Haible  <bruno@clisp.org>
37843
37844         Support towlower, towupper.
37845         * doc/posix-functions/towlower.texi: Mention module wctype.
37846         * doc/posix-functions/towupper.texi: Likewise.
37847         * lib/wctype.in.h (towlower, towupper): New functions.
37848         * tests/test-wctype.c: Include stdio.h, stdlib.h.
37849         (ASSERT): New macro.
37850         (e): New variable.
37851         (main): Test also towlower, towupper. Test WEOF argument.
37852         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
37853
37854 2009-09-05  Bruno Haible  <bruno@clisp.org>
37855
37856         Fix conversion behaviour when the input is invalid.
37857         * lib/striconveh.c (mem_cd_iconveh_internal): Fix storing of question
37858         mark occurring in first pass of indirect conversion.
37859         * tests/test-striconveh.c (main): Test conversion of invalid ASCII
37860         input.
37861         Found by clang's static analyzer.
37862
37863 2009-09-05  Bruno Haible  <bruno@clisp.org>
37864
37865         * tests/test-striconveh.c (main): Test indirect conversion on platforms
37866         where direct conversion is possible.
37867
37868 2009-09-04  Eric Blake  <ebb9@byu.net>
37869
37870         openat: fail with ENOENT on empty name
37871         * lib/openat-proc.c (openat_proc_name): Special-case the empty
37872         buffer.
37873
37874         link-follow: fix logic bug in prior patch
37875         * m4/link-follow.m4 (gl_FUNC_LINK_FOLLOWS_SYMLINK): Fix bug that
37876         reversed sense of yes and no in prior patch.  Avoid confusing
37877         compilation failure with desired semantics.
37878
37879         link-follow: accomodate mingw and cross-compilation
37880         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Rename...
37881         (gl_FUNC_LINK_FOLLOWS_SYMLINK): ...to this.  Change
37882         cross-compilation results to -1, to make linkat easier to
37883         implement when cross-compiling.  Trivially support mingw.
37884         * modules/link-follow (configure.ac): Call new name.
37885         * NEWS: Mention this.
37886
37887 2009-09-03  Eric Blake  <ebb9@byu.net>
37888
37889         faccessat: compile replacement
37890         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Build replacement when
37891         needed.
37892
37893         fts: fix compilation error
37894         * lib/fts.c (includes): Re-add "openat.h", for
37895         openat_needs_fchdir.
37896
37897         faccessat: new module
37898         * modules/faccessat: New file.
37899         * lib/faccessat.c: Likewise.
37900         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Likewise.
37901         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
37902         * modules/unistd (Makefile.am): Use it.
37903         * lib/unistd.in.h (faccessat): Declare it.
37904         (F_OK, X_OK, W_OK, R_OK): Provide definitions.
37905         * lib/fcntl.in.h (AT_SYMLINK_FOLLOW, AT_EACCESS): Likewise.
37906         * MODULES.html.sh (File system functions): Mention it.
37907         * doc/posix-functions/faccessat.texi (faccessat): Likewise.
37908         * doc/posix-headers/fcntl.texi (fcntl.h): Likewise.
37909
37910         euidaccess: prefer POSIX over non-standard implementation
37911         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Check for faccessat.
37912         * lib/euidaccess.c (euidaccess): Use it if available.
37913
37914         openat: make template easier to use
37915         * lib/at-func.c (CALL_FUNC): Allow AT_FUNC_USE_F1_COND and
37916         AT_FUNC_F2 to be undefined.
37917         (VALIDATE_FLAG): New macro; use it to reject bad flags.
37918         (AT_FUNC_USE_F1_COND): Change sense to just flag bit.
37919         * lib/fchmodat.c (AT_FUNC_USE_F1_COND): Adjust.
37920         * lib/fchownat.c (AT_FUNC_USE_F1_COND): Likewise.
37921         * lib/openat.c (AT_FUNC_USE_F1_COND) [fstatat, unlinkat]:
37922         Likewise.
37923         * lib/mkdirat.c (AT_FUNC_F2, AT_FUNC_USE_F1_COND): Delete.
37924         * lib/selinux-at.c (AT_FUNC_F2, AT_FUNC_USE_F1_COND)
37925         [getfileconat, lgetfileconat, setfileconat, lsetfileconat]:
37926         Likewise.
37927
37928         openat: declare in POSIX headers
37929         * NEWS: Mention this.
37930         * modules/openat (configure.ac): Declare witnesses.
37931         (Depends-on): Add fcntl-h, sys_stat, unistd.
37932         (Include): Mention correct headers.
37933         * modules/fcntl-h (Depends-on): Add link-warning.
37934         (Files): Add openat.m4.
37935         (Makefile.am): Substitute witnesses.
37936         * modules/sys_stat (Files, Makefile.am): Likewise.
37937         * modules/unistd (Files, Makefile.am): Likewise.
37938         * m4/openat.m4 (gl_FUNC_OPENAT, gl_FUNC_FCHOWNAT): Set witnesses.
37939         (gl_OPENAT_DEFAULTS): New macro.
37940         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Use it.
37941         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Likewise.
37942         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Likewise.
37943         (SYS_STAT_H): Remove unused variable.
37944         * doc/posix-headers/fcntl.texi (fcntl.h): Update content.
37945         * lib/fcntl--.h (includes): Remove unneeded header.
37946         * lib/openat-safer.c (includes): Likewise.
37947         * lib/openat.h (AT_FDCWD, AT_SYMLINK_NOFOLLOW, AT_REMOVEDIR)
37948         (openat, fstatat, unlinkat, mkdirat, fchmodat, fchownat): Move to
37949         appropriate headers.
37950         (__OPENAT_PREFIX): Delete.
37951         * lib/fcntl.in.h (openat): Provide declaration.
37952         (AT_FDCWD): Fix Solaris bug.
37953         (AT_SYMLINK_NOFOLLOW, AT_REMOVEDIR): Provide macros.
37954         * lib/sys_stat.in.h (fstatat, mkdirat): Provide declaration.
37955         * lib/fchmodat.c (includes):  Adjust to find declaration.
37956         * lib/fchownat.c (includes): Likewise.
37957         * lib/mkdirat.c (includes): Likewise.
37958         * lib/fstatat.c (includes): Likewise.  Ensure original fstatat is
37959         still visible.
37960
37961 2009-09-02  Eric Blake  <ebb9@byu.net>
37962
37963         errno: use consistently
37964         * lib/c-stack.c (ENOTSUP): <errno.h> guarantees a definition.
37965         * lib/canonicalize-lgpl.c (ENAMETOOLONG): Likewise.
37966         * lib/canonicalize.c (ELOOP): Likewise.
37967         * lib/inet_ntop.c (EAFNOSUPPORT): Likewise.
37968         * lib/inet_pton.c (EAFNOSUPPORT): Likewise.
37969         * lib/lchown.c (EOPNOTSUPP): Likewise.
37970         * lib/openat-priv.h (ENOSYS, EOPNOTSUPP): Likewise.
37971         * lib/savewd.c (ESTALE): Likewise.
37972         * lib/settime.c (ENOSYS): Likewise.
37973         * lib/utimens.c (ENOSYS): Likewise.
37974         * lib/xgethostname.c (ENAMETOOLONG): Likewise.
37975         * lib/chdir-safer.c (ELOOP): Likewise.
37976         (chdir_no_follow): Use HAVE_READLINK, not ELOOP, as witness.
37977         * modules/c-stack (Depends-on): Add errno.
37978         * modules/canonicalize (Depends-on): Likewise.
37979         * modules/chdir-safer (Depends-on): Likewise.
37980         * modules/fdopendir (Depends-on): Likewise.
37981         * modules/inet_ntop (Depends-on): Likewise.
37982         * modules/inet_pton (Depends-on): Likewise.
37983         * modules/lchown (Depends-on): Likewise.
37984         * modules/openat (Depends-on): Likewise.
37985         * modules/savewd (Depends-on): Likewise.
37986         * modules/settime (Depends-on): Likewise.
37987         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Check for readlink.
37988
37989         fts: avoid leaking fds
37990         * modules/fts (Depends-on): Add cloexec.
37991         * lib/fts.c (opendirat, diropen, fts_build): Set close-on-exec
37992         flag.
37993
37994         fts: make directory fds more robust
37995         * lib/fts.c (O_DIRECTORY): Let <fcntl.h> take care of this.
37996         (opendirat): Specify O_DIRECTORY, and add fallbacks for safety.
37997
37998         backupfile, chdir-long, fts, savedir: make safer
37999         * lib/backupfile.c (includes): Use "dirent--.h", since
38000         numbered_backup can write to stderr during readdir.
38001         * lib/savedir.c (includes): Likewise.
38002         * lib/chdir-long.c (includes): Use "fcntl--.h", since openat
38003         emulation can write to stderr on failure.
38004         * lib/fts.c (includes) [!_LIBC]: Likewise for opendir and openat.
38005         * lib/getcwd.c: Document why opendir_safer is unused.
38006         * lib/glob.c: Likewise.
38007         * lib/scandir.c: Likewise.
38008         * lib/openat-proc.c: Likewise, for open_safer.
38009         * modules/backupfile (Depends-on): Add dirent-safer.
38010         * modules/savedir (Depends-on): Likewise.
38011         * modules/fts (Depends-on): Add dirent-safer and openat-safer.
38012         * modules/chdir-long (Depends-on): Add openat-safer.
38013
38014         openat-safer: new module
38015         * modules/openat-safer: New file.
38016         * lib/openat-safer.c: Likewise.
38017         * m4/fcntl-safer.m4 (gl_OPENAT_SAFER): New macro.
38018         * lib/fcntl-safer.h (openat_safer): Declare.
38019         * lib/fcntl--.h (openat): Override.
38020         * MODULES.html.sh (File descriptor based I/O): Mention it.
38021         * lib/openat.h: Add double-inclusion guards.
38022         * lib/openat.c (includes): Only include "fcntl-safer.h", not
38023         "fcntl--.h", so we can implement openat.
38024         * modules/openat-safer-tests: New test.
38025         * tests/test-openat-safer.c: New file.
38026
38027         dirent-safer: new module
38028         * modules/dirent-safer: New file.
38029         * lib/dirent--.h: Likewise.
38030         * lib/dirent-safer.h: Likewise.
38031         * lib/opendir-safer.c: Likewise.
38032         * m4/dirent-safer.m4: Likewise.
38033         * MODULES.html.sh (Enhancements for POSIX:2008): Mention it.
38034         * modules/dirent-safer-tests: New test.
38035         * tests/test-dirent-safer.c: New file.
38036         * lib/fdopendir.c (includes): Ensure fdopendir is also safe.
38037
38038         fdopendir: optimize on mingw
38039         * lib/unistd.in.h (_gl_directory_name): New prototype.
38040         * lib/fchdir.c (_gl_directory_name): Implement it.
38041         (fchdir): Use it to simplify implementation.
38042         * lib/fdopendir.c (fdopendir) [REPLACE_FCHDIR]: Use metadata from
38043         fchdir, when available, to avoid calling [f]chdir().
38044
38045         fdopendir: split into its own module
38046         * lib/openat.c (fdopendir): Move...
38047         * lib/fdopendir.c: ...into new file.
38048         * modules/fdopendir: New module.
38049         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): New file.
38050         * modules/openat (Depends-on): Add fdopendir.
38051         * m4/openat.m4 (gl_FUNC_OPENAT): No longer need to check for
38052         fdopendir here.
38053         * modules/savedir (Depends-on): Only need fdopendir, not full
38054         openat.
38055         * lib/savedir.c (include): Use <dirent.h>, not "openat.h".
38056         * lib/openat.h (fdopendir): Drop prototype.
38057         * lib/dirent.in.h (fdopendir): Provide prototype.
38058         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Add replacements.
38059         * modules/dirent (Makefile.am): Substitute them.
38060         * MODULES.html.sh (File system functions): Mention it.
38061         * doc/posix-functions/fdopendir.texi (fdopendir): Likewise.
38062         * modules/fdopendir-tests: New file.
38063         * tests/test-fdopendir.c: Likewise.
38064
38065         fchdir: use more consistent macro convention
38066         * lib/fcntl.in.h (_gl_register_fd): Move declaration to unistd.
38067         * lib/sys_stat.in.h (rpl_fstat): Declare via make-time
38068         REPLACE_FCHDIR, rather than relying on config.h macros.
38069         * lib/unistd.in.h (fchdir): Move all fchdir internal declarations
38070         inside a single make-time REPLACE_FCHDIR block, rather than using
38071         the config.h FCHDIR_REPLACEMENT.
38072         * m4/fchdir.m4 (gl_FUNC_FCHDIR): REPLACE_FCHDIR was already
38073         AC_SUBST'd, also AC_DEFINE it.  Don't define FCHDIR_REPLACEMENT.
38074         Manage fstat replacement.
38075         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Pick up
38076         REPLACE_FCHDIR.
38077         * modules/sys_stat (Files): Add m4/unistd_h.m4.
38078         (Makefile.am): Substitute REPLACE_FCHDIR.
38079         * lib/close.c (rpl_close): Use REPLACE_FCHDIR, not
38080         FCHDIR_REPLACEMENT.
38081         * lib/dup-safer.c (dup_safer): Likewise.
38082         * lib/dup2.c (rpl_dup2): Likewise.
38083         * lib/dup3.c (rpl_dup3): Likewise.
38084         * lib/open.c (rpl_open): Likewise.
38085
38086         fchdir: simplify error handling, and support dup3
38087         * modules/fchdir (Depends-on): Use strdup-posix, not strdup.  Add
38088         stdbool, malloc-posix, realloc-posix.
38089         * lib/fchdir.c (struct dir_info_t): Delete saved_errno.
38090         (ensure_dirs_slot): Return false on allocation failure.
38091         (rpl_dup2): Delete.
38092         (_gl_register_dup): New function.
38093         (_gl_unregister_fd, rpl_opendir, rpl_dup): Update callers.
38094         (_gl_register_fd): Close fd on allocation failure.
38095         * lib/fcntl.in.h (_gl_register_fd): Update signature.
38096         * lib/unistd.in.h (_gl_register_dup) [FCHDIR_REPLACEMENT]: New
38097         prototype.
38098         (rpl_dup2_fchdir): Delete prototype.
38099         * lib/open.c (open): Update caller.
38100         * lib/dup2.c (dup2): Track fchdir metadata.
38101         * lib/dup3.c (dup3): Likewise.
38102         * m4/dup2.m4 (gl_REPLACE_DUP2): New macro.
38103         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Use it.
38104
38105 2009-09-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38106
38107         * gnulib-tool (func_create_testdir, func_create_megatestdir): Use
38108         AC_CONFIG_HEADERS instead of AM_CONFIG_HEADER. Use AC_CONFIG_FILES and
38109         don't pass arguments to AC_OUTPUT.
38110
38111 2009-09-02  Bruno Haible  <bruno@clisp.org>
38112
38113         * modules/mkdtemp (License): Relicense under LGPLv2+.
38114         Reported by Paolo Bonzini.
38115
38116 2009-09-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38117
38118         Replace uses of obsolete autoconf macros in Jim's modules.
38119         The Autoconf macros AC_TRY_CPP, AC_TRY_COMPILE, AC_TRY_LINK and
38120         AC_TRY_RUN have been obsolete since Autoconf 2.55, and each use
38121         can evoke a warning from autoconf when run with -Wobsolete
38122         enabled.  They were declared obsolete for good reasons (see
38123         the `AC_FOO_IFELSE vs AC_TRY_FOO' node in the Autoconf manual,
38124         recently renamed to `AC_ACT_IFELSE vs AC_TRY_ACT'), and we
38125         should not continue using the deprecated macros.
38126         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Replace
38127         obsolete Autoconf macros with modern counterparts.
38128         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
38129         * m4/dos.m4 (gl_AC_DOS): Likewise.
38130         * m4/fpending.m4 (gl_FUNC_FPENDING): Likewise.
38131         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Likewise.
38132         * m4/getloadavg.m4 (gl_PREREQ_GETLOADAVG): Likewise.
38133         * m4/jm-winsz1.m4 (gl_WINSIZE_IN_PTEM): Likewise.
38134         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Likewise.
38135         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Likewise.
38136         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Likewise.
38137         * m4/mode_t.m4 (gl_PROMOTED_TYPE_MODE_T): Likewise.
38138         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
38139         Likewise.
38140         * m4/rename.m4 (gl_FUNC_RENAME): Likewise.
38141         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
38142         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Likewise.
38143         * m4/st_dm_mode.m4 (AC_STRUCT_ST_DM_MODE): Likewise.
38144         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
38145         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
38146
38147 2009-09-01  Eric Blake  <ebb9@byu.net>
38148
38149         fchdir: fix off-by-one bug in previous patch
38150         * lib/fchdir.c (rpl_fstat): Use correct bounds.
38151         (_gl_unregister_fd): Delete useless if.
38152
38153 2009-09-01  Daniel P. Berrange  <berrange@redhat.com>
38154
38155         maint.mk: sort the list of syntax-check rules
38156         * top/maint.mk (syntax-check-rules): Sort syntax-check rules, so it's
38157         easier to get a sense of progress when the rules are run sequentially
38158         and take a long time.
38159
38160 2009-09-01  Simon Josefsson  <simon@josefsson.org>
38161
38162         * modules/arpa_inet: Use $(MKDIR_P) instead of @MKDIR_P@.
38163         * modules/netinet_in: Likewise.
38164         * modules/sys_file: Likewise.
38165         * modules/sys_ioctl: Likewise.
38166         * modules/sys_select: Likewise.
38167         * modules/sys_socket: Likewise.
38168         * modules/sys_stat: Likewise.
38169         * modules/sys_time: Likewise.
38170         * modules/sys_times: Likewise.
38171         * modules/sys_utsname: Likewise.
38172         * modules/sys_wait: Likewise.
38173
38174 2009-09-01  Jim Meyering  <meyering@redhat.com>
38175
38176         fts: help ensure that return values are not ignored
38177         * lib/fts_.h (__GNUC_PREREQ): Define.
38178         (__attribute_warn_unused_result__): Define.
38179         (fts_children, fts_close, fts_open, fts_read): Declare with
38180         __attribute_warn_unused_result__.
38181
38182         fts: fts_close now fails also when closing a dir file descriptor fails
38183         * lib/fts.c (fts_close): Detect close failure, not just fchdir failure,
38184         and propagate to caller, along with errno.
38185
38186         announce-gen: correct formatting in --help output
38187         * build-aux/announce-gen (usage): Move the one-line description in
38188         --help output "up", to where it belongs, just after Usage:.
38189
38190 2009-08-31  Eric Blake  <ebb9@byu.net>
38191
38192         fchdir: port to mingw
38193         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Check for mingw bug.
38194         * lib/open.c (open) [FCHDIR_REPLACEMENT]: If directories can't be
38195         opened, then use a substitute.
38196         * lib/sys_stat.in.h (fstat) [REPLACE_OPEN_DIRECTORY]: Declare
38197         replacement.
38198         * lib/fchdir.c (fstat) [REPLACE_OPEN_DIRECTORY]: Implement it.
38199         (_gl_register_fd): No need to check stat if open already filters
38200         all directories.
38201         (fchdir): Fix error condition to match POSIX.
38202         * modules/fchdir (Depends-on): Add sys_stat.
38203         * doc/posix-functions/open.texi (open): Document the limitation.
38204         * modules/fchdir-tests: New file.
38205         * tests/test-fchdir.c: Likewise.
38206
38207         canonicalize: allow cross-testing from cygwin to mingw
38208         * modules/canonicalize-tests (configure.ac): Define HAVE_SYMLINK.
38209         (Makefile.am): Pass it through TESTS_ENVIRONMENT.
38210         * modules/canonicalize-lgpl-tests (configure.ac, Makefile.am):
38211         Likewise.
38212         * tests/test-canonicalize.sh: Also skip test if 'ln -s' works, but
38213         target does not support symlinks.
38214         * tests/test-canonicalize-lgpl.sh: Likewise.
38215
38216         chown: avoid compilation warning on mingw
38217         * m4/chown.m4 (gl_FUNC_CHOWN): Recognize missing chown.
38218         * lib/chown.c (rpl_chown) [!HAVE_CHOWN]: Always return failure on
38219         mingw.
38220         * lib/lchown.c (lchown) [!HAVE_CHOWN]: Likewise.
38221         * modules/chown (Depends-on): Add errno.
38222
38223 2009-08-31  Stefano Lattarini  <stefano.lattarini@gmail.com>  (tiny change)
38224
38225         * gnulib-tool: Fix test whether $CONFIG_SHELL has a working 'echo'
38226         command.
38227
38228 2009-08-31  Jim Meyering  <meyering@redhat.com>
38229
38230         canonicalize: remove useless initialization
38231         * lib/canonicalize.c (canonicalize_filename_mode): Remove useless
38232         initialization of local, "end".
38233
38234 2009-08-30  Bruno Haible  <bruno@clisp.org>
38235
38236         Fix an unnecessary error on Solaris 10 on NFSv3 file systems.
38237         * lib/set-mode-acl.c (qset_acl) [Solaris 10 new]: Treat EOPNOTSUPP like
38238         ENOSYS.
38239
38240 2009-08-30  Bruno Haible  <bruno@clisp.org>
38241
38242         * tests/test-pipe-filter-ii1.sh: Prefer /usr/xpg6/bin/tr over
38243         /usr/xpg4/bin/tr when it exists.
38244         * tests/test-pipe-filter-gi1.sh: Likewise.
38245
38246 2009-08-30  Bruno Haible  <bruno@clisp.org>
38247
38248         Work around deficient /usr/bin/id program on Solaris.
38249         * tests/test-file-has-acl.sh (ID): New variable.
38250         * tests/test-set-mode-acl.sh (ID): Likewise.
38251         * tests/test-copy-acl.sh (ID): Likewise.
38252         * tests/test-copy-file.sh (ID): Likewise.
38253
38254 2009-08-30  Bruno Haible  <bruno@clisp.org>
38255
38256         New module 'xstriconveh'.
38257         * lib/xstriconveh.h: New file.
38258         * lib/xstriconveh.c: New file.
38259         * modules/xstriconveh: New file.
38260
38261 2009-08-30  Bruno Haible  <bruno@clisp.org>
38262
38263         Make it easier to use mem_cd_iconveh.
38264         * lib/striconveh.h (iconveh_t): New type.
38265         (iconveh_open, iconveh_close): New declarations.
38266         (mem_cd_iconveh, str_cd_iconveh): Replace the three iconv_t arguments
38267         with a single 'const iconveh_t *' argument.
38268         * lib/striconveh.c (iconveh_open, iconveh_close): New functions.
38269         (mem_cd_iconveh, str_cd_iconveh): Replace the three iconv_t arguments
38270         with a single 'const iconveh_t *' argument.
38271         (mem_iconveh, str_iconveh): Use iconveh_open, iconveh_close.
38272         * tests/test-striconveh.c (main): Update.
38273         * NEWS: Mention the change.
38274
38275 2009-08-30  Bruno Haible  <bruno@clisp.org>
38276
38277         * doc/posix-functions/iconv_open.texi: Mention indirect conversion
38278         problem.
38279
38280 2009-08-30  Bruno Haible  <bruno@clisp.org>
38281
38282         Work around iconv_open problem on Solaris.
38283         * lib/iconv_open-solaris.gperf: New file.
38284         * lib/iconv_open.c (ICONV_FLAVOR_SOLARIS): New macro.
38285         * m4/iconv_open.m4 (gl_FUNC_ICONV_OPEN): Also handle Solaris.
38286         * modules/iconv_open (Files): Add lib/iconv_open-solaris.gperf.
38287         (Makefile.am): Add rule for iconv_open-solaris.h. Augment
38288         BUILT_SOURCES, MOSTLYCLEANFILES, MAINTAINERCLEANFILES, EXTRA_DIST.
38289         * doc/posix-functions/iconv_open.texi: Mention the Solaris problem.
38290
38291 2009-08-29  Jim Meyering  <meyering@redhat.com>
38292
38293         maint.mk: remove more coreutils-specific targets; XZ_OPT=-9ev
38294         * top/maint.mk (cvs-check): Remove target; it was just an alias
38295         to the better-named vc-diff-check.
38296         (maintainer-distcheck): Remove rule.  It was used only from
38297         the (alpha/beta/major) target, and all of its commands but one
38298         were coreutils-specific.
38299         (vc-dist): Remove rule.
38300         (alpha beta major): Run "$(MAKE) distcheck" explicitly.
38301         Run vc-diff-check, not vc-dist.
38302         Run $(MAKE) dist with XZ_OPT=-9ev.  Note spelling, with "-".
38303
38304 2009-08-27  Bruno Haible  <bruno@clisp.org>
38305
38306         * tests/test-bitrotate.c (main): Remove test that uses a shift count
38307         of 0.
38308
38309 2009-08-27  Bruno Haible  <bruno@clisp.org>
38310
38311         * tests/test-func.c (main): Don't verify sizeof __func__ on SunPRO C
38312         compilers.
38313         * doc/func.texi: Document the SunPRO C bug.
38314
38315 2009-08-27  Bruno Haible  <bruno@clisp.org>
38316
38317         Fix link error on Solaris.
38318         * tests/test-parse-duration.c (xstrdup): Remove function.
38319
38320 2009-08-26  Pádraig Brady  <P@draigbrady.com>
38321
38322         ignore-value: handle pointer types, too
38323         * lib/ignore-value.h (__attribute__): Remove definition.
38324         (ignore_value): Remove use of "__attribute__ ((unused))" in favor
38325         of a more concise and more-often effective "(void) i" statement.
38326         (ignore_ptr): New function to suppress warnings from functions that
38327         return pointers, and to make it explicit that one function doesn't
38328         handle all cases.
38329
38330 2009-08-25  Bruno Haible  <bruno@clisp.org>
38331
38332         dup2: work around a Linux bug.
38333         * m4/dup2.m4 (gl_FUNC_DUP2): Test for the Linux bug.
38334         * lib/dup2.c (rpl_dup2): Correct the return value if it is -EBADF.
38335         * doc/posix-functions/dup2.texi: Mention the Linux bug.
38336         Reported by Simon Josefsson.
38337
38338 2009-08-25  Jim Meyering  <meyering@redhat.com>
38339
38340         libguestfs uses gnulib
38341         * users.txt: Add libguestfs.
38342
38343 2009-08-24  Eric Blake  <ebb9@byu.net>
38344
38345         dup2, pipe2: fix some recent test failures on cygwin 1.5.x
38346         * lib/pipe2.c (includes): Add binary-io.h.
38347         * lib/dup2.c (rpl_dup2): Correct buggy errno value.
38348
38349 2009-08-24  Bruno Haible  <bruno@clisp.org>
38350
38351         Tolerate declared but missing accept4 syscall.
38352         * lib/accept4.c (accept4): Invoke original accept4 function first, if
38353         available.
38354         * lib/sys_socket.in.h (accept4): If the function is already present,
38355         override it.
38356         * m4/accept4.m4 (gl_FUNC_ACCEPT4): Remove AC_LIBOBJ invocation.
38357         * modules/accept4 (Makefile.am): Compile accept4.c always.
38358         Reported by Paolo Bonzini and Eric Blake.
38359
38360 2009-08-23  Bruno Haible  <bruno@clisp.org>
38361
38362         New module 'accept4'.
38363         * lib/sys_socket.in.h (accept4): New declaration.
38364         * lib/accept4.c: New file.
38365         * m4/accept4.m4: New file.
38366         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
38367         GNULIB_ACCEPT4, HAVE_ACCEPT4.
38368         * modules/sys_socket (Makefile.am): Substitute GNULIB_ACCEPT4,
38369         HAVE_ACCEPT4.
38370         * modules/accept4: New file.
38371         * doc/glibc-functions/accept4.texi: Mention the new module.
38372
38373 2009-08-24  Jim Meyering  <meyering@redhat.com>
38374
38375         progname: also set global program_invocation_name, when possible
38376         Before this change, a libtool-enabled program that calls glibc's
38377         error function would report the program name as
38378         "/abs/dir/.libs/lt-program_name" rather than the desired program_name.
38379         * modules/progname (configure.ac): Check for a declaration of
38380         program_invocation_name.
38381         * lib/progname.c:  Include <errno.h>.
38382         (set_program_name) [HAVE_DECL_PROGRAM_INVOCATION_NAME]:
38383         Set program_invocation_name.
38384
38385 2009-08-23  Bruno Haible  <bruno@clisp.org>
38386
38387         * lib/dup3.c: Include <string.h>.
38388
38389 2009-08-23  Bruno Haible  <bruno@clisp.org>
38390
38391         * lib/dup3.c (dup3): Test only once whether the system actually exists.
38392         * lib/pipe2.c (pipe2): Likewise.
38393         Suggested by Eric Blake.
38394
38395 2009-08-23  Bruno Haible  <bruno@clisp.org>
38396
38397         Tolerate declared but missing dup3 syscall.
38398         * lib/dup3.c (dup3): Invoke original dup3 function first, if available.
38399         * lib/unistd.in.h (dup3): If the function is already present,
38400         override it.
38401         * m4/dup3.m4 (gl_FUNC_DUP3): Remove AC_LIBOBJ invocation.
38402         * modules/dup3 (Makefile.am): Compile dup3.c always.
38403         Reported by Paolo Bonzini.
38404
38405 2009-08-23  Bruno Haible  <bruno@clisp.org>
38406
38407         Tolerate declared but missing pipe2 syscall.
38408         * lib/pipe2.c (pipe2): Invoke original pipe2 function first, if
38409         available.
38410         * lib/unistd.in.h (pipe2): If the function is already present,
38411         override it.
38412         * m4/pipe2.m4 (gl_FUNC_PIPE2): Remove AC_LIBOBJ invocation.
38413         * modules/pipe2 (Makefile.am): Compile pipe2.c always.
38414         Reported by Paolo Bonzini.
38415
38416 2009-08-23  Bruno Haible  <bruno@clisp.org>
38417
38418         * lib/pipe2.c (pipe2): Move #ifs inside function.
38419
38420 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
38421
38422         quotearg: document limitations of quote_these_too
38423         * lib/quotearg.c (quotearg_buffer_restyled): Add comments where
38424         those limitations are created.
38425         * lib/quotearg.h (set_char_quoting): Document that digits and
38426         letters that are special after backslash are not permitted.
38427         (quotearg_char): Cross-reference set_char_quoting documentation.
38428
38429 2009-08-23  Joel E. Denny  <jdenny@clemson.edu>
38430
38431         quotearg: implement custom_quoting_style
38432         * lib/quotearg.c: (struct quoting_options): Add left_quote and
38433         right_quote fields.
38434         (set_custom_quoting): New public function.
38435         (quotearg_buffer_restyled): Add left_quote and right_quote
38436         arguments, handle them very much like locale quoting, and update
38437         all uses.
38438         (quotearg_n_custom): New public function.
38439         (quotearg_n_custom_mem): New public function.
38440         (quotearg_custom): New public function.
38441         (quotearg_custom_mem): New public function.
38442         * lib/quotearg.h: Prototype and document new public functions.
38443         (enum quoting_style): For escape_quoting_style and
38444         clocale_quoting_style, comment that QA_SPLIT_TRIGRAPHS is
38445         ignored even though they're otherwise like c_quoting_style.
38446         Add custom_quoting_style member and document with comparison to
38447         clocale_quoting_style.
38448         * tests/test-quotearg.c (custom_quotes): New array.
38449         (custom_results): New array.
38450         (main): Extend to test custom quoting.
38451
38452 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
38453
38454         quotearg: fix right quote escaping when it's in quote_these_too
38455         * lib/quotearg.c (quotearg_buffer_restyled): Upon seeing a right
38456         quote, be sure to prepend only one backslash.
38457         * tests/test-quotearg.c (use_quote_double_quotes): New function.
38458         (main): Test it.
38459
38460 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
38461
38462         quotearg-tests: test escaping of embedded locale quotes
38463         * tests/test-quotearg.c (struct result_strings): Add member for
38464         new input.
38465         (LQ_ENC, RQ_ENC, RQ_ESC): New macros.
38466         (inputs): Add new input.
38467         (results_g): Add expected results.
38468         (flag_results): Likewise.
38469         (locale_results): Likewise.
38470         (compare_strings): Check those.
38471
38472 2009-08-23  Bruno Haible  <bruno@clisp.org>
38473
38474         Tests for module 'dup3'.
38475         * modules/dup3-tests: New file.
38476         * tests/test-dup3.c: New file.
38477
38478         New module 'dup3'.
38479         * lib/unistd.in.h (dup3): New declaration.
38480         * lib/dup3.c: New file.
38481         * m4/dup3.m4: New file.
38482         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_DUP3 and
38483         HAVE_DUP3.
38484         * modules/unistd (Makefile.am): Substitute GNULIB_DUP3 and HAVE_DUP3.
38485         * modules/dup3: New file.
38486         * doc/glibc-functions/dup3.texi: Mention the new module.
38487
38488 2009-08-23  Bruno Haible  <bruno@clisp.org>
38489
38490         Tweak the dup2 test.
38491         * tests/test-dup2.c (main): Create the test file empty. Verify that an
38492         out-of-range fd yields EBADF. Verify that after writing to /dev/null,
38493         the test file is still empty. Fix argument order of lseek.
38494
38495 2009-08-23  Bruno Haible  <bruno@clisp.org>
38496
38497         Avoid test link errors when the modules getopt-gnu, gettext are used.
38498         * modules/getopt-posix-tests (Makefile.am): Define test_getopt_LDADD.
38499         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
38500
38501 2009-08-23  Bruno Haible  <bruno@clisp.org>
38502
38503         Fix getdtablesize() on mingw.
38504         * lib/getdtablesize.c (getdtablesize): Implement differently.
38505         * lib/unistd.in.h (getdtablesize): Improve comment.
38506
38507 2009-08-23  Bruno Haible  <bruno@clisp.org>
38508
38509         New module 'mkostemp'.
38510         Based on Ulrich Drepper's 2007-08-10 change in glibc.
38511         * lib/stdlib.in.h (mksotemp): New declaration.
38512         * lib/mkostemp.c: New file, from glibc with modifications.
38513         * lib/tempname.h (GT_FILE): Remove outdated comment.
38514         (gen_tempname): Add flags argument.
38515         * lib/tempname.c (__GT_BIGFILE): Remove macro.
38516         (__GT_FILE): Map to 1.
38517         (small_open, large_open): Remove macros.
38518         (__gen_tempname): Add flags argument. Remove code for __GT_BIGFILE.
38519         * lib/mkstemp.c (mkstemp): Update.
38520         * lib/mkdtemp.c (mkdtemp): Likewise.
38521         * m4/mkostemp.m4: New file.
38522         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_MKOSTEMP,
38523         HAVE_MKOSTEMP.
38524         * modules/stdlib (Makefile.am): Substitute GNULIB_MKOSTEMP,
38525         HAVE_MKOSTEMP.
38526         * modules/mkostemp: New file, based on modules/mkstemp.
38527         * doc/glibc-functions/mkostemp.texi: Mention the new module.
38528         * NEWS: Mention the change.
38529
38530 2009-08-23  Bruno Haible  <bruno@clisp.org>
38531
38532         * lib/pipe2.c (pipe2): Support O_TEXT, O_BINARY on all platforms.
38533         Reported by Eric Blake.
38534
38535 2009-08-23  Bruno Haible  <bruno@clisp.org>
38536
38537         * lib/pipe2.c (pipe2): Fix test of fcntl's return value.
38538         Reported by Eric Blake.
38539
38540 2009-08-23  Bruno Haible  <bruno@clisp.org>
38541
38542         * modules/fchdir (Depends-on): Use fcntl-h instead of fcntl.
38543         * modules/pipe2 (Depends-on): Likewise.
38544
38545 2009-08-23  Eric Blake  <ebb9@byu.net>
38546
38547         fcntl-h: add O_TTY_INIT support
38548         * lib/fcntl.in.h (O_TTY_INIT): Support another POSIX macro.
38549         * tests/test-fcntl-h.c (o): Test it.
38550         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
38551
38552         fcntl-h: rename from fcntl, in preparation for fcntl(2)
38553         * modules/fcntl: Move <fcntl.h> header replacement...
38554         * modules/fcntl-h: ...to new name, so as not to collide with
38555         like-named function.
38556         * tests/test-fcntl.c: Rename...
38557         * tests/test-fcntl-h.c: ...to this.  Test FD_CLOEXEC.
38558         * modules/fcntl-tests: Rename...
38559         * modules/fcntl-h-tests: ...to this.  Update test file name.
38560         * modules/chdir-long (Depends-on): Update clients.
38561         * modules/chdir-safer (Depends-on): Likewise.
38562         * modules/fcntl-safer (Depends-on): Likewise.
38563         * modules/fts (Depends-on): Likewise.
38564         * modules/mkancesdirs (Depends-on): Likewise.
38565         * modules/mkdir-p (Depends-on): Likewise.
38566         * modules/open (Depends-on): Likewise.
38567         * modules/savewd (Depends-on): Likewise.
38568         * MODULES.html.sh (systems lacking POSIX:2008): Update name.
38569         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
38570
38571 2009-08-22  Bruno Haible  <bruno@clisp.org>
38572
38573         * modules/binary-io (License): Relicense under LGPL.
38574         * modules/pipe2 (License): Likewise.
38575
38576 2009-08-22  Bruno Haible  <bruno@clisp.org>
38577
38578         * lib/pipe-filter-ii.c (pipe_filter_ii_execute): Fix test of fcntl's
38579         return value.
38580         * lib/pipe-filter-gi.c (filter_init): Likewise.
38581         Reported by Eric Blake.
38582
38583 2009-08-22  Bruno Haible  <bruno@clisp.org>
38584
38585         * lib/pipe.c (create_pipe): Use pipe2 instead of _pipe.
38586         * modules/pipe (Depends-on): Add pipe2.
38587
38588 2009-08-22  Bruno Haible  <bruno@clisp.org>
38589
38590         Tests for module 'pipe2'.
38591         * modules/pipe2-tests: New file.
38592         * tests/test-pipe2.c: New file.
38593
38594         New module 'pipe2'.
38595         * lib/unistd.in.h (pipe2): New declaration.
38596         * lib/pipe2.c: New file.
38597         * m4/pipe2.m4: New file.
38598         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_PIPE2 and
38599         HAVE_PIPE2.
38600         * modules/unistd (Makefile.am): Substitute GNULIB_PIPE2 and HAVE_PIPE2.
38601         * modules/pipe2: New file.
38602         * doc/glibc-functions/pipe2.texi: Mention the new module.
38603
38604 2009-08-22  Bruno Haible  <bruno@clisp.org>
38605
38606         Reference some new glibc functions.
38607         * doc/glibc-functions/accept4.texi: New file.
38608         * doc/glibc-functions/dup3.texi: New file.
38609         * doc/glibc-functions/mkostemp.texi: New file.
38610         * doc/glibc-functions/pipe2.texi: New file.
38611         * doc/gnulib.texi (Glibc stdlib.h): Refer to mkostemp.
38612         (Glibc sys/socket.h): Refer to accept4.
38613         (Glibc unistd.h): Refer to dup3, pipe2.
38614         Reported by Eric Blake.
38615
38616 2009-08-22  Jim Meyering  <meyering@redhat.com>
38617             Bruno Haible  <bruno@clisp.org>
38618
38619         annotate automake snippets with $(AM_V_GEN) and $(AM_V_at)
38620         This makes it so packages using automake-1.11's silent-rules option
38621         can print e.g., a single "GEN    configmake.h" line, rather than
38622         the 30+ statements that perform the job.  If you want to see the
38623         actual commands, you can still run "make V=1".
38624         * modules/alloca-opt: Add $(AM_V_GEN) and $(AM_V_at) prefixes
38625         so that make output is abbreviated when those variables are defined
38626         appropriately.
38627         * modules/argz: Likewise.
38628         * modules/arpa_inet: Likewise.
38629         * modules/byteswap: Likewise.
38630         * modules/configmake: Likewise.
38631         * modules/dirent: Likewise.
38632         * modules/errno: Likewise.
38633         * modules/fcntl: Likewise.
38634         * modules/float: Likewise.
38635         * modules/fnmatch: Likewise.
38636         * modules/getopt-posix: Likewise.
38637         * modules/glob: Likewise.
38638         * modules/iconv_open: Likewise.
38639         * modules/inttypes: Likewise.
38640         * modules/localcharset: Likewise.
38641         * modules/locale: Likewise.
38642         * modules/math: Likewise.
38643         * modules/netdb: Likewise.
38644         * modules/netinet_in: Likewise.
38645         * modules/poll: Likewise.
38646         * modules/posix_spawnp-tests: Likewise.
38647         * modules/sched: Likewise.
38648         * modules/search: Likewise.
38649         * modules/selinux-h: Likewise.
38650         * modules/signal: Likewise.
38651         * modules/spawn: Likewise.
38652         * modules/stdarg: Likewise.
38653         * modules/stdbool: Likewise.
38654         * modules/stddef: Likewise.
38655         * modules/stdint: Likewise.
38656         * modules/stdio: Likewise.
38657         * modules/stdlib: Likewise.
38658         * modules/string: Likewise.
38659         * modules/strings: Likewise.
38660         * modules/sys_file: Likewise.
38661         * modules/sys_ioctl: Likewise.
38662         * modules/sys_select: Likewise.
38663         * modules/sys_socket: Likewise.
38664         * modules/sys_stat: Likewise.
38665         * modules/sys_time: Likewise.
38666         * modules/sys_times: Likewise.
38667         * modules/sys_utsname: Likewise.
38668         * modules/sys_wait: Likewise.
38669         * modules/sysexits: Likewise.
38670         * modules/time: Likewise.
38671         * modules/unistd: Likewise.
38672         * modules/wchar: Likewise.
38673         * modules/wctype: Likewise.
38674
38675 2009-08-22  Jim Meyering  <meyering@redhat.com>
38676
38677         announce-gen: detect write failure
38678         * build-aux/announce-gen: Add Coda at end.
38679         Remove equivalent-but-more-verbose block at top.
38680
38681 2009-08-19  Akim Demaille  <demaille@gostai.com>
38682
38683         bootstrap: --help to stdout.
38684         * bootstrap (usage): Don't send --help to stderr.
38685         Use a here doc instead of a long string.
38686
38687 2009-08-21  Eric Blake  <ebb9@byu.net>
38688
38689         test-popen-safer: split from test-popen
38690         * tests/test-popen.c (main): Move...
38691         * tests/test-popen.h: ...into new file.
38692         * tests/test-popen-safer2.c: New file.
38693         * modules/popen-tests (Files): Add test-popen.h.
38694         * modules/popen-safer-tests (Files): Add test-popen-safer2.c.
38695         Suggested by Bruno Haible.
38696
38697         test-fcntl-safer: split from test-open
38698         * tests/test-open.c (main): Move...
38699         * tests/test-open.h: ...into new file.
38700         * tests/test-fcntl-safer.c: New file.
38701         * modules/open-tests (Files): Add test-open.h.
38702         * modules/fcntl-safer-tests: New file.
38703         Suggested by Bruno Haible.
38704
38705         test-fopen-safer: split from test-fopen
38706         * tests/test-fopen.c (main): Move...
38707         * tests/test-fopen.h: ...into new file.
38708         * tests/test-fopen-safer.c: New file.
38709         * modules/fopen-tests (Files): Add test-fopen.h.
38710         * modules/fopen-safer-tests: New file.
38711         Suggested by Bruno Haible.
38712
38713 2009-08-21  Paolo Bonzini  <bonzini@gnu.org>
38714
38715         popen-safer: test O_CLOEXEC at run-time.
38716         * lib/popen-safer.c: Test O_CLOEXEC at run-time.
38717
38718 2009-08-21  Paolo Bonzini  <bonzini@gnu.org>
38719
38720         fcntl: move more flags to the header
38721         * lib/cloexec.c: Do not define FD_CLOEXEC here.
38722         * lib/popen-safer.c: Do not alias O_NOINHERIT to O_CLOEXEC here.
38723         * lib/fcntl.in.h: Do both things here.
38724
38725 2009-08-21  Jim Meyering  <meyering@redhat.com>
38726
38727         consistently remove $@-t before redirecting to it
38728         * modules/argz: Remove $@-t and $@ before redirecting to the former.
38729         * modules/alloca-opt: Likewise.
38730         * modules/byteswap: Likewise.
38731         * modules/fnmatch: Likewise.
38732         * modules/getopt-posix: Likewise.
38733         * modules/glob: Likewise.
38734         * modules/poll: Likewise.
38735         * modules/posix_spawnp-tests: Likewise.
38736         * modules/sys_socket: Likewise.
38737         * modules/sysexits: Likewise.
38738
38739 2009-08-21  Eric Blake  <ebb9@byu.net>
38740
38741         popen: simplify access to original popen
38742         * lib/popen.c (rpl_popen): No need to worry about popen being a
38743         macro.
38744         Reported by Bruno Haible.
38745
38746 2009-08-20  Eric Blake  <ebb9@byu.net>
38747
38748         build: avoid some compiler warnings
38749         * lib/selinux-at.h: Use dir_fd, not dirfd, to avoid shadowing.
38750         * lib/exclude.c (fnmatch_pattern_has_wildcards): Use correct
38751         type.
38752         (new_exclude_segment, excluded_file_pattern_p)
38753         (excluded_file_name_p): Reduce scope.
38754         * lib/vasnprintf.c (decimal_point_char): Avoid warning on
38755         old-style declaration.
38756
38757 2009-08-20  Simon Josefsson  <simon@josefsson.org>
38758
38759         * tests/test-exclude1.sh: Handle Windows EOL.
38760         * tests/test-exclude2.sh: Likewise.
38761         * tests/test-exclude3.sh: Likewise.
38762         * tests/test-exclude4.sh: Likewise.
38763         * tests/test-exclude5.sh: Likewise.
38764         * tests/test-exclude6.sh: Likewise.
38765         * tests/test-exclude7.sh: Likewise.
38766
38767 2009-08-19  Akim Demaille  <demaille@gostai.com>
38768
38769         bootstrap: find sha1sum when named gsha1sum.
38770         * bootstrap (find_tool): New.
38771         ($SHA1SUM): New.
38772         Use it.
38773
38774 2009-08-20  Jim Meyering  <meyering@redhat.com>
38775
38776         maint.mk: _header_without_use: fix a quoting bug and remove a bash'ism
38777         * top/maint.mk (_header_without_use): Use "\\\\", not "\\" in the sed
38778         expression that converts "." in a file name to "\." in the resulting
38779         regexp.  Start with a dummy statement, so that prior shell variable
38780         definitions are expanded portably.  Reported by Simon Josefsson.
38781
38782 2009-08-20  Paolo Bonzini  <bonzini@gnu.org>
38783
38784         Fix polling for writeability of a screen buffer.
38785         * lib/poll.c: Distinguish input and screen buffers for the
38786         Win32 implementation.
38787         * lib/select.c: Likewise.
38788
38789 2009-08-19  Eric Blake  <ebb9@byu.net>
38790
38791         popen-safer: prevent popen from clobbering std descriptors
38792         * modules/popen-safer: New file.
38793         * lib/popen-safer.c: Likewise.
38794         * m4/stdio-safer.m4 (gl_POPEN_SAFER): New macro.
38795         * lib/stdio--.h (popen): Provide override.
38796         * lib/stdio-safer.h (popen_safer): Provide declaration.
38797         * tests/test-popen.c (includes): Partially test this.
38798         * modules/popen-safer-tests: New file, for more tests.
38799         * tests/test-popen-safer.c: Likewise.
38800         * MODULES.html.sh (file stream based Input/Output): Mention it.
38801
38802         tests: test some of the *-safer modules
38803         * modules/fopen-safer (Depends-on): Add fopen.
38804         * modules/fcntl-safer (Depends-on): Add fcntl.
38805         * modules/stdlib-safer (Depends-on): Add stdlib.
38806         (configure.ac): Set indicator.
38807         * modules/unistd-safer (configure.ac): Likewise.
38808         * modules/tmpfile-safer (configure.ac): Likewise.
38809         (Depends-on): Add tmpfile.
38810         * lib/stdio--.h (fopen, tmpfile): Don't override unless module is
38811         active.
38812         * tests/test-fopen.c (includes): Test safer versions when they are
38813         in use.
38814         * tests/test-open.c (includes): Likewise.
38815
38816         popen: fix cygwin 1.5 bug when stdin closed
38817         * doc/posix-functions/popen.texi (popen): Document cygwin bugs.
38818         * modules/popen: New file.
38819         * modules/popen-tests: Likewise.
38820         * tests/test-popen.c: Likewise.
38821         * m4/popen.m4: Likewise.
38822         * lib/popen.c: Likewise.
38823         * lib/stdio.in.h (popen): New declaration.
38824         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add popen.
38825         * modules/stdio (Makefile.am): Likewise.
38826         * MODULES.html.sh (systems lacking POSIX:2008): Mention it.
38827
38828 2009-08-17  Joel E. Denny  <jdenny@clemson.edu>
38829
38830         maint.mk: give full control over update-copyright exclusions
38831         * top/maint.mk (VC_LIST_EXCEPT): Instead of ChangeLog, use
38832         ${VC_LIST_EXCEPT_DEFAULT-ChangeLog} as the default exclusion.
38833         (update-copyright): Don't force inclusion of top-level
38834         ChangeLog.  Don't force exclusion of all COPYING files, but make
38835         them the default exclusion instead.
38836
38837 2009-08-16  Bruno Haible  <bruno@clisp.org>
38838
38839         Fix test failures on Solaris 10.
38840         * tests/uniconv/test-u8-conv-from-enc.c (main): Disable autodetect_jp
38841         tests when Solaris iconv() is used.
38842         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
38843         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
38844         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
38845         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
38846         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
38847
38848 2009-08-16  Bruno Haible  <bruno@clisp.org>
38849
38850         Fix test failures on Solaris 10.
38851         * tests/test-pipe-filter-ii1.sh: Determine the filename of a working
38852         'tr' program and pass it as first argument.
38853         * tests/test-pipe-filter-gi1.sh: Likewise.
38854         * tests/test-pipe-filter-ii1.c (main): Except the filename of a 'tr'
38855         program as first argument.
38856         * tests/test-pipe-filter-gi1.c (main): Likewise.
38857
38858 2009-08-16  Eric Blake  <ebb9@byu.net>
38859
38860         fpurge: fix previous commits
38861         * modules/fpurge (Makefile.am): Make replacement conditional,
38862         partially reverting 2007-04-29 change; missed in previous
38863         attempt.
38864         * m4/fpurge.m4 (gl_FUNC_FPURGE): Also compile fpurge.c when fpurge
38865         is missing.
38866
38867 2009-08-16  Bruno Haible  <bruno@clisp.org>
38868
38869         Clarify fpurge's effect on the file position.
38870         * lib/stdio.in.h (fpurge): Specify the file position after fpurge.
38871         * tests/test-fpurge.c (main): Make a second pass for checking the file
38872         position.
38873
38874 2009-08-16  Bruno Haible  <bruno@clisp.org>
38875
38876         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't compile fpurge.c if only the
38877         declaration of fpurge is missing.
38878         * tests/test-fpurge.c (main): Check that the file has not more contents
38879         than expected. Close the file before removing it.
38880
38881 2009-08-15  Eric Blake  <ebb9@byu.net>
38882
38883         fpurge: don't wrap working cygwin implementation
38884         * lib/fpurge.c (fpurge): Fix comment typo.
38885         * m4/fpurge.m4 (gl_FUNC_FPURGE): Detect BSD bug, allowing cygwin
38886         1.7 to avoid replacement.
38887         * tests/test-fpurge.c (main): Enhance test.
38888
38889 2009-08-15  Eric Blake  <ebb9@byu.net>
38890         and Jim Meyering  <meyering@redhat.com>
38891
38892         test-update-copyright: skip if perl is insufficient
38893         * tests/test-update-copyright.sh: Failure to run maintainer tool
38894         should not cause testsuite failure on cygwin 1.5.
38895
38896 2009-08-14  Eric Blake  <ebb9@byu.net>
38897
38898         doc: mention more functions added in cygwin 1.7.0
38899         * doc/posix-headers/limits.texi (limits.h): Update for recent
38900         cygwin additions.
38901         * doc/posix-headers/wordexp.texi (wordexp.h): Likewise.
38902         * doc/posix-functions/wordexp.texi (wordexp): Likewise.
38903         * doc/posix-functions/wordfree.texi (wordfree): Likewise.
38904         * doc/posix-functions/setlocale.texi (setlocale): Likewise.
38905         * doc/posix-functions/nl_langinfo.texi (nl_langinfo): Likewise.
38906
38907 2009-08-14  Eric Blake  <ebb9@byu.net>
38908
38909         maint.mk: simplify update-copyright rule
38910         * top/maint.mk (update-copyright-local): Delete, and document how
38911         to do it in cfg.mk instead.
38912         (update-copyright-exclude-regexp): Delete, and document how to do
38913         it in .x-update-copyright instead.
38914         (update-copyright): Simplify, thanks to VC_LIST_EXCEPT.  Don't
38915         exclude ChangeLog.
38916
38917 2009-08-14  Bruno Haible  <bruno@clisp.org>
38918
38919         * m4/wchar.m4 (gl_WCHAR_H): Undo invalid optimization in last commit.
38920
38921 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
38922
38923         maint.mk: support update-copyright-env
38924         * top/maint.mk (update-copyright-env): Define place-holder.
38925         (update-copyright): Expand $(update-copyright-env) before
38926         invoking update-copyright.
38927
38928 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
38929
38930         update-copyright: implement forced reformatting
38931         * build-aux/update-copyright: Implement and document
38932         UPDATE_COPYRIGHT_FORCE.
38933         * tests/test-update-copyright.sh: Test it.
38934
38935 2009-08-14  Eric Blake  <ebb9@byu.net>
38936         and Bruno Haible  <bruno@clisp.org>
38937
38938         stddef: fix NetBSD 5.0 NULL bug, rather than working around it
38939         * tests/test-locale.c: Revert previous patch related to NULL.
38940         * tests/test-stdio.c: Likewise.
38941         * tests/test-stdlib.c: Likewise.
38942         * tests/test-string.c: Likewise.
38943         * tests/test-unistd.c: Likewise.
38944         * modules/time-tests (Depends-on): Add verify.
38945         * modules/wchar-tests (Depends-on): Likewise.
38946         * tests/test-time.c: Test for NULL compliance.
38947         * tests/test-wchar.c: Likewise.
38948         * modules/locale (Depends-on): Add stddef.
38949         * modules/stdio (Depends-on): Likewise.
38950         * modules/stdlib (Depends-on): Likewise.
38951         * modules/string (Depends-on): Likewise.
38952         * modules/time (Depends-on): Likewise.
38953         * modules/unistd (Depends-on): Likewise.
38954         * modules/wchar (Depends-on): Likewise.
38955         * lib/locale.in.h (includes): Use <stddef.h> to fix NULL.
38956         * lib/stdlib.in.h (includes): Likewise.
38957         * lib/string.in.h (includes): Likewise.
38958         * lib/time.in.h (includes): Likewise.
38959         * lib/unistd.in.h (includes): Likewise.
38960         * m4/locale_h.m4 (gl_LOCALE_H): Replace locale.h if stddef.h was
38961         replaced.
38962         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
38963         * m4/stddef_h.m4: New file.
38964         * modules/stddef: Likewise.
38965         * lib/stddef.in.h: Likewise.
38966         * modules/stddef-tests: Likewise.
38967         * tests/test-stddef.c: Likewise.
38968         * MODULES.html.sh (Basic types <stddef.h>): Mention new module.
38969         * doc/posix-headers/stddef.texi (stddef.h): Document the bug.
38970         * doc/posix-headers/locale.texi (locale.h): Likewise.
38971         * doc/posix-headers/stdio.texi (stdio.h): Likewise.
38972         * doc/posix-headers/stdlib.texi (stdlib.h): Likewise.
38973         * doc/posix-headers/string.texi (string.h): Likewise.
38974         * doc/posix-headers/time.texi (time.h): Likewise.
38975         * doc/posix-headers/unistd.texi (unistd.h): Likewise.
38976         * doc/posix-headers/wchar.texi (wchar.h): Likewise.
38977
38978 2009-08-14  Eric Blake  <ebb9@byu.net>
38979
38980         doc: improve git diff of texinfo files
38981         * .gitattributes: Add rule for *.texi files, with hint on how to
38982         use it.
38983         Copied from m4, and based on a report by Bruno Haible.
38984
38985 2009-08-14  Bruno Haible  <bruno@clisp.org>
38986
38987         Disable multithread support by default on Cygwin 1.5.x for real.
38988         * m4/threadlib.m4 (gl_THREADLIB_EARLY_BODY): Fix last commit.
38989
38990 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
38991
38992         update-copyright: much ado about intervals
38993         * build-aux/update-copyright: Implement and document
38994         UPDATE_COPYRIGHT_USE_INTERVALS to control expansion and collapse
38995         of copyright year intervals.
38996         Also, document UPDATE_COPYRIGHT_YEAR.
38997         * tests/test-update-copyright.sh: Test it.
38998
38999         update-copyright: convert 2-digit to 4-digit years
39000         * build-aux/update-copyright: Implement and document.
39001         * tests/test-update-copyright.sh: Update.
39002
39003 2009-08-14  Jim Meyering  <meyering@redhat.com>
39004
39005         test-exclude: avoid coreutils "make check" failure
39006         * tests/test-exclude.c (ARGMATCH_DIE_DECL) [ARGMATCH_DIE_DECL]: Define,
39007         just as in test-argmatch.c.
39008
39009 2009-08-13  Eric Blake  <ebb9@byu.net>
39010
39011         test-dup2: fix bad assumption
39012         * tests/test-dup2.c (main): Tolerate leaked fds from environment.
39013         Reported by Peter Breitenlohner <peb@mppmu.mpg.de>.
39014
39015         test-version-etc: fix CRLF portability issue
39016         * tests/test-version-etc.sh: Use tr, not sed, as not all sed
39017         recognize \r.
39018         * tests/test-argp-version-etc-1.sh: Likewise.
39019
39020         getopt: update client modules
39021         * modules/argp (Depends-on): Use getopt-gnu.
39022         * modules/git-merge-changelog (Depends-on): Likewise.
39023         * modules/long-options (Depends-on): Likewise.
39024         * modules/xstrtol (Depends-on): Likewise.
39025
39026 2009-08-13  Simon Josefsson  <simon@josefsson.org>
39027
39028         * tests/test-version-etc.sh: Don't fail on different
39029         project/version.  Don't fail on CRLF differences.  Rewrite to use
39030         multiple -e instead of multiple sed forks, suggested by Eric Blake
39031         <ebb9@byu.net>.
39032         * tests/test-argp-version-etc-1.sh: Likewise.
39033
39034 2009-08-13  Simon Josefsson  <simon@josefsson.org>
39035
39036         * tests/test-version-etc.sh: Don't fail on different
39037         project/version.
39038
39039 2009-08-12  Bruno Haible  <bruno@clisp.org>
39040
39041         Tests for modules 'getopt-posix', 'getopt-gnu'.
39042         * modules/getopt-posix-tests: New file.
39043         * tests/test-getopt.c: New file.
39044         * tests/test-getopt.h: New file.
39045         * tests/test-getopt_long.h: New file.
39046
39047         New modules 'getopt-posix', 'getopt-gnu'.
39048         * modules/getopt-gnu: New file, renamed from modules/getopt.
39049         * modules/getopt-posix: New file.
39050         * modules/getopt: Turn into an obsolete alias for getopt-gnu.
39051         * m4/getopt.m4 (gl_FUNC_GETOPT_POSIX, gl_FUNC_GETOPT_GNU): New macros.
39052         (gl_GETOPT): Remove macro.
39053         (gl_GETOPT_CHECK_HEADERS): Do some checks only for gl_FUNC_GETOPT_GNU.
39054         Disable the test against BSD systems that declare optreset. Test
39055         against mingw bug. Test against lack of support of optional arguments
39056         on many platforms.
39057         * doc/glibc-headers/getopt.texi: Update module name and list of
39058         relevant platforms.
39059         * doc/posix-functions/getopt.texi: Mention modules 'getopt-posix' and
39060         'getopt-gnu' and more portability problems.
39061         * NEWS: Mention the changes.
39062
39063 2009-08-12  Bruno Haible  <bruno@clisp.org>
39064
39065         Ensure that optarg etc. get declared by <unistd.h>.
39066         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Require
39067         AC_USE_SYSTEM_EXTENSIONS.
39068         * modules/getopt (Depends-on): Add 'extensions'.
39069
39070 2009-08-12  Bruno Haible  <bruno@clisp.org>
39071
39072         Avoid test link errors.
39073         * modules/pipe-filter-ii-tests (Makefile.am): Define
39074         test_pipe_filter_ii1_LDADD and test_pipe_filter_ii2_main_LDADD.
39075         * modules/pipe-filter-gi-tests (Makefile.am): Define
39076         test_pipe_filter_gi1_LDADD and test_pipe_filter_gi2_main_LDADD.
39077         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
39078
39079 2009-08-12  Bruno Haible  <bruno@clisp.org>
39080
39081         * m4/getopt.m4 (gl_REPLACE_GETOPT): New macro, was called
39082         gl_GETOPT_SUBSTITUTE before.
39083         (gl_GETOPT): Use it.
39084         * m4/argp.m4 (gl_ARGP): Update.
39085         Reported by Sergey Poznyakoff.
39086
39087         * m4/getopt.m4: Reorder macros.
39088         (gl_GETOPT): Inline gl_GETOPT_SUBSTITUTE.
39089         (gl_GETOPT_SUBSTITUTE): Remove macro.
39090
39091 2009-08-12  Sergey Poznyakoff  <gray@gnu.org.ua>
39092
39093         Minor improvement in gitlog-to-changelog
39094
39095         * build-aux/gitlog-to-changelog: New option `--format' makes
39096         output format string configurable.
39097
39098 2009-08-12  Sergey Poznyakoff  <gray@gnu.org.ua>
39099
39100         Optimize exclude: use hash tables for non-wildcard patterns.
39101
39102         * lib/exclude.c: Include hash.h and mbuiter.h
39103         (struct exclude_pattern, exclude_segment): New data types.
39104         (struct exclude): Rewrite.
39105         (fnmatch_pattern_has_wildcards): New function.
39106         (new_exclude_segment, free_exclude_segment): New functions.
39107         (excluded_file_pattern_p, excluded_file_name_p): New functions.
39108         (excluded_file_name, add_exclude): Rewrite using new struct exclude.
39109         * lib/exclude.h (is_fnmatch_pattern): New prototype.
39110         * modules/exclude: Depend on hash and mbuiter.
39111
39112         * modules/exclude-tests: New file.
39113         * tests/test-exclude.c: New file.
39114         * tests/test-exclude1.sh: New file.
39115         * tests/test-exclude2.sh: New file.
39116         * tests/test-exclude3.sh: New file.
39117         * tests/test-exclude4.sh: New file.
39118         * tests/test-exclude5.sh: New file.
39119         * tests/test-exclude6.sh: New file.
39120         * tests/test-exclude7.sh: New file.
39121
39122 2009-08-12  Bruno Haible  <bruno@clisp.org>
39123
39124         Ensure that getopt() gets declared by <unistd.h>.
39125         * lib/unistd.in.h: Conditionally include getopt.h.
39126         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Require gl_UNISTD_H_DEFAULTS.
39127         Set GNULIB_UNISTD_H_GETOPT.
39128         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
39129         GNULIB_UNISTD_H_GETOPT.
39130         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_GETOPT.
39131
39132 2009-08-12  Bruno Haible  <bruno@clisp.org>
39133
39134         Clarify logic.
39135         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS, gl_GETOPT_IFELSE): Use
39136         gl_replace_getopt instead of GETOPT_H.
39137
39138 2009-08-12  Bruno Haible  <bruno@clisp.org>
39139
39140         * m4/getopt.m4: Add comments.
39141
39142 2009-08-12  Bruno Haible  <bruno@clisp.org>
39143
39144         Disable multithread support by default on Cygwin 1.5.x.
39145         * m4/threadlib.m4 (gl_THREADLIB_EARLY_BODY): On Cygwin 1.5.x and older,
39146         set gl_use_threads=no if not specified otherwise.
39147
39148 2009-08-11  Bruno Haible  <bruno@clisp.org>
39149
39150         Avoid compilation error on NetBSD 5.0.
39151         * tests/test-locale.c: Write sizeof (NULL) instead of sizeof NULL.
39152         * tests/test-stdio.c: Likewise.
39153         * tests/test-stdlib.c: Likewise.
39154         * tests/test-string.c: Likewise.
39155         * tests/test-unistd.c: Likewise.
39156         Reported by Greg Troxel <gdt@ir.bbn.com>
39157         at <https://savannah.gnu.org/support/?106973>.
39158
39159 2009-08-11  Bruno Haible  <bruno@clisp.org>
39160
39161         * modules/dup2-tests (Depends-on): Remove close.
39162
39163         Undo 2009-07-19 commit.
39164         * modules/acl-tests (Depends-on): Remove close.
39165         * modules/binary-io-tests (Depends-on): Likewise.
39166         * modules/closein-tests (Depends-on): Likewise.
39167         * modules/flock-tests (Depends-on): Likewise.
39168         * modules/fsync-tests (Depends-on): Likewise.
39169         * modules/lseek-tests (Depends-on): Likewise.
39170         * modules/pipe-tests (Depends-on): Likewise.
39171         * modules/posix_spawn-tests (Depends-on): Likewise.
39172         * modules/posix_spawnp-tests (Depends-on): Likewise.
39173         * modules/stat-time-tests (Depends-on): Likewise.
39174         * modules/yesno-tests (Depends-on): Likewise.
39175
39176 2009-08-10  Bruno Haible  <bruno@clisp.org>
39177
39178         * lib/vasnprintf.c (DCHAR_SET): Undefine at the end.
39179
39180 2009-08-10  Bruno Haible  <bruno@clisp.org>
39181
39182         Fix a gcc warning.
39183         * lib/write.c (rpl_write): Cast result of _get_osfhandle.
39184
39185 2009-08-10  Bruno Haible  <bruno@clisp.org>
39186
39187         Don't optimize AC_LIBOBJs, as they may appear in different contexts.
39188         * m4/close.m4 (gl_REPLACE_CLOSE): Execute AC_LIBOBJ unconditionally,
39189         not only the first time.
39190         * m4/fclose.m4 (gl_REPLACE_FCLOSE): Likewise.
39191         * m4/open.m4 (gl_REPLACE_OPEN): Likewise.
39192         * m4/strstr.m4 (gl_FUNC_STRSTR): Execute AC_LIBOBJ when REPLACE_STRSTR
39193         is 1, not only the the first time.
39194
39195 2009-08-10  Bruno Haible  <bruno@clisp.org>
39196
39197         Make it possible to use module 'gethostname' without module 'close'.
39198         * lib/unistd.in.h (close): Evoke a link error only if
39199         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS is set.
39200         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
39201         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
39202         * modules/unistd (Makefile.am): Substitute
39203         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
39204         * lib/sys_ioctl.in.h (ioctl): Evoke a link error only if
39205         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS is set.
39206         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H_DEFAULTS): Initialize
39207         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
39208         * modules/sys_ioctl (Makefile.am): Substitute
39209         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
39210         * modules/socket (configure.ac): On native Windows, set
39211         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS and
39212         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
39213         Reported by Sam Steingold <sds@gnu.org>.
39214
39215 2009-08-10  Bruno Haible  <bruno@clisp.org>
39216
39217         * m4/close.m4 (gl_FUNC_CLOSE): Add comment.
39218         * modules/ioctl (configure.ac): Likewise.
39219
39220 2009-08-10  Bruno Haible  <bruno@clisp.org>
39221
39222         Avoid collision between gnulib wrapper and libintl wrapper.
39223         * lib/stdio-write.c (printf): Don't define if a printf wrapper is
39224         already defined in intl/printf.c.
39225         (vprintf): Test REPLACE_VPRINTF_POSIX, not REPLACE_VFPRINTF_POSIX.
39226         (vfprintf): Test REPLACE_VFPRINTF_POSIX, not REPLACE_VPRINTF_POSIX.
39227
39228 2009-08-09  Bruno Haible  <bruno@clisp.org>
39229
39230         Make <sys/select.h> really self-contained, also on Solaris 10.
39231         * lib/sys_select.in.h: Include <string.h>.
39232         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Test also against
39233         Solaris 10 problem.
39234         * tests/test-sys_select.c (main): Add check that FD_ZERO can be used.
39235         * doc/posix-headers/sys_select.texi: Mention the Solaris 10 problem.
39236         Reported by Jim Meyering.
39237
39238 2009-08-09  Bruno Haible  <bruno@clisp.org>
39239
39240         Avoid warnings from 'aclocal' that are due to a use of macro name
39241         AM_XGETTEXT_OPTION that is not defined in automake.
39242         * modules/argp (configure.ac): Hide use of AM_XGETTEXT_OPTION from
39243         automake.
39244         * modules/error (configure.ac): Likewise.
39245         * modules/propername (configure.ac): Likewise.
39246         * modules/vasprintf (configure.ac): Likewise.
39247         * modules/verror (configure.ac): Likewise.
39248         * modules/xprintf (configure.ac): Likewise.
39249         * modules/xvasprintf (configure.ac): Likewise.
39250
39251 2009-08-08  Bruno Haible  <bruno@clisp.org>
39252
39253         Avoid compilation error in C++ mode.
39254         * lib/gettimeofday.c (rpl_gettimeofday): Cast timezone argument.
39255         Reported by Sam Steingold <sds@gnu.org>.
39256
39257 2009-08-08  Bruno Haible  <bruno@clisp.org>
39258
39259         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Define HOST_NAME_MAX also
39260         for the various Unix platforms.
39261         * doc/posix-headers/limits.texi: Update platforms list regarding
39262         HOST_NAME_MAX.
39263         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
39264
39265 2009-08-07  Jim Meyering  <meyering@redhat.com>
39266
39267         selinux-at: fix typo in a comment
39268         * lib/selinux-at.h: s/getfileconat/getfilecon/ in a comment.
39269         Spotted by Paolo Bonzini.
39270
39271         selinux-at: remove redundant m4 code, add documentation
39272         * modules/selinux-at (configure.ac): Remove redundant code.
39273         LIB_SELINUX is already set via the dependent module, selinux-h.
39274         (Include): Add quotes around selinux-at.h.
39275         * lib/selinux-at.h: Add documentation.
39276         Reported by Bruno Haible in
39277         http://marc.info/?l=gnulib-bug&m=124958988300749
39278
39279 2009-08-07  Bruno Haible  <bruno@clisp.org>
39280
39281         Avoid link error on MacOS X 10.3 and 10.4.
39282         * lib/argp-ba.c (argp_program_bug_address): Explicitly zero-initialize
39283         on non-ELF systems.
39284         * lib/argp-pv.c (argp_program_version): Likewise.
39285         Reported by Simon Josefsson.
39286
39287 2009-08-07  Simon Josefsson  <simon@josefsson.org>
39288
39289         * tests/test-version-etc.sh: Use $EXEEXT.
39290
39291 2009-08-06  Joel E. Denny  <jdenny@clemson.edu>
39292
39293         update-copyright: update documentation to point to maint.mk
39294         * build-aux/update-copyright: Here.
39295
39296 2009-08-06  Jim Meyering  <meyering@redhat.com>
39297
39298         maint.mk: support update-copyright-local
39299         * top/maint.mk (update-copyright-local): Define place-holder.
39300         (update-copyright): Depend on $(update-copyright-local).
39301
39302 2009-08-06  Jim Meyering  <meyering@redhat.com>
39303
39304         selinux-at: new module
39305         Initially written for coreutils, this module will soon be
39306         used by findutils, too.
39307         * MODULES.html.sh [Misc]: Add selinux-at.
39308         * lib/selinux-at.h: New file, from coreutils.
39309         * lib/selinux-at.c: Likewise.
39310         * modules/selinux-at: Likewise.
39311         (License): Change from LGPL to GPL, since it depends
39312         on the GPL'd openat module.
39313
39314         doc: update README
39315         * README: Remove references to cogito.
39316         Remove cvs-repo-updating instructions from 2007.
39317         Don't imply that CVS is better if you have limited disk space.
39318
39319 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
39320
39321         update-copyright: support C-style comments
39322         * build-aux/update-copyright: Implement and document.
39323         * tests/test-update-copyright.sh: Test.
39324
39325 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
39326
39327         update-copyright: support omitted "(C)"
39328         * build-aux/update-copyright: Implement and document.  Also,
39329         allow variable whitespace before "(C)".
39330         * tests/test-update-copyright.sh: Test.
39331
39332 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
39333
39334         update-copyright: don't trip on non-FSF copyright statements
39335         * build-aux/update-copyright: Fix so that the first correctly
39336         formatted FSF copyright statement is recognized no matter what
39337         appears before it.  Update documentation.
39338         * tests/test-update-copyright.sh: Test that.
39339
39340 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
39341
39342         update-copyright: clean up code a little
39343         * build-aux/update-copyright: Append "_re" to the name of any
39344         variable holding a regular expression.
39345         Replace "old" and "new" with "stmt" in variable names.
39346         Do not accept 2-digit UPDATE_COPYRIGHT_YEAR, which was not
39347         handled correctly.
39348         Format code more consistently.
39349
39350 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
39351
39352         update-copyright-tests: improve portability
39353         * tests/test-update-copyright.sh: Use cmp if diff cannot handle
39354         -u or /dev/null.  Suggested by Jim Meyering and Eric Blake.
39355
39356 2009-08-03  Joel E. Denny  <jdenny@clemson.edu>
39357
39358         update-copyright: support @copyright{} and &copy;
39359         * build-aux/update-copyright: Implement and document.
39360         * tests/test-update-copyright.sh: Test.
39361
39362 2009-08-04  Jim Meyering  <meyering@redhat.com>
39363
39364         update-copyright-tests: correctly test EOL=\r\n handling
39365         * tests/test-update-copyright.sh: Put \r at the end of some lines
39366         for the dos-eol tests.  Based on a patch by Joel E. Denny.
39367
39368         maint.mk: make update-copyright exclusion list more configurable
39369         * top/maint.mk (update-copyright): Default to excluding COPYING,
39370         but allow an override, in case someone does want to update that file.
39371
39372         maint.mk: don't update copyright date in COPYING
39373         * top/maint.mk (update-copyright): Exclude COPYING.
39374
39375         maint.mk: add a copyright-updating rule
39376         * top/maint.mk (update-copyright): New rule.
39377         Derived from coreutils/Makefile.am.
39378
39379         update-copyright: rename some variables
39380         * build-aux/update-copyright: Rename a few variables for clarity.
39381         Tweak syntax.  List Joel E. Denny as coauthor.
39382
39383 2009-08-03  Joel E. Denny  <jdenny@clemson.edu>
39384
39385         update-copyright: fix bug for 2-digit last year and add tests
39386         * build-aux/update-copyright: Fix bug.
39387         Use UPDATE_COPYRIGHT_YEAR from environment as current year if
39388         specified.
39389         * modules/update-copyright-tests: New
39390         * tests/test-update-copyright.sh: New.
39391
39392 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
39393
39394         update-copyright: handle leading tabs in line prefix
39395         * build-aux/update-copyright: Count leading tabs as 8 spaces
39396         when computing margin.  This helps with the formatting of
39397         ChangeLogs, for example.
39398         Fix documentation a little.
39399
39400 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
39401
39402         update-copyright: support EOL=\r\n
39403         * build-aux/update-copyright: Implement that.
39404
39405 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
39406
39407         update-copyright: automatically format copyright statements
39408         * build-aux/update-copyright: Implement that.
39409         Also, be a little more predictable and safer by always failing
39410         when the full copyright format is not perfectly recognized as an
39411         unbroken whole.  Discussed at
39412         <http://lists.gnu.org/archive/html/bug-gnulib/2009-07/msg00131.html>.
39413         Rewrite documentation.
39414
39415 2009-08-03  Bruno Haible  <bruno@clisp.org>
39416
39417         * m4/iconv.m4 (AM_ICONV): Fix displayed message with autoconf-2.64.
39418
39419 2009-08-02  Bruno Haible  <bruno@clisp.org>
39420
39421         Tests for module 'uname'.
39422         * modules/uname-tests: New file.
39423         * tests/test-uname.c: New file.
39424
39425         New module 'uname'.
39426         * lib/uname.c: New file.
39427         * m4/uname.m4: New file.
39428         * modules/uname: New file.
39429         * doc/posix-functions/uname.texi: Mention the new module.
39430
39431 2009-08-02  Bruno Haible  <bruno@clisp.org>
39432
39433         Tests for module 'sys_utsname'.
39434         * modules/sys_utsname-tests: New file.
39435         * tests/test-sys_utsname.c: New file.
39436
39437         New module 'sys_utsname'.
39438         * lib/sys_utsname.in.h: New file, based on glibc's <sys/utsname.h>.
39439         * m4/sys_utsname_h.m4: New file.
39440         * modules/sys_utsname: New file.
39441         * doc/posix-headers/sys_utsname.texi: Mention the new module.
39442
39443 2009-08-02  Bruno Haible  <bruno@clisp.org>
39444
39445         Implicitly initialize the sockets library.
39446         * lib/gethostname.c: Include sockets.h.
39447         (rpl_gethostname): Invoke gl_sockets_startup.
39448         * lib/socket.c: Include sockets.h.
39449         (rpl_socket): Invoke gl_sockets_startup.
39450         * modules/gethostname (Depends-on): Add sockets.
39451         * modules/socket (Depends-on): Likewise.
39452         * tests/test-poll.c: Don't include sockets.h.
39453         (main): Don't invoke gl_sockets_startup.
39454         * tests/test-select.c: Don't include sockets.h.
39455         (main): Don't invoke gl_sockets_startup.
39456
39457 2009-08-02  Bruno Haible  <bruno@clisp.org>
39458
39459         Allow multiple calls to gl_sockets_startup.
39460         * lib/sockets.c (initialized_sockets_version): New variable.
39461         (gl_sockets_startup): Do nothing if already called for this or a higher
39462         version.
39463         (gl_sockets_cleanup): Reset initialized_sockets_version.
39464
39465 2009-08-03  Simon Josefsson  <simon@josefsson.org>
39466
39467         * tests/test-argp-version-etc-1.sh: Use EXEEXT.  Don't fail on
39468         different project/version.
39469
39470 2009-08-02  Paolo Bonzini  <bonzini@gnu.org>
39471             Bruno Haible  <bruno@clisp.org>
39472
39473         Tests for module 'pipe-filter-gi'.
39474         * modules/pipe-filter-gi-tests: New file.
39475         * tests/test-pipe-filter-gi1.sh: New file.
39476         * tests/test-pipe-filter-gi1.c: New file.
39477         * tests/test-pipe-filter-gi2.sh: New file.
39478         * tests/test-pipe-filter-gi2-main.c: New file.
39479         * tests/test-pipe-filter-gi2-child.c: New file.
39480
39481         New module 'pipe-filter-gi'.
39482         * lib/pipe-filter-gi.c: New file.
39483         * modules/pipe-filter-gi: New file.
39484
39485 2009-08-02  Bruno Haible  <bruno@clisp.org>
39486             Paolo Bonzini  <bonzini@gnu.org>
39487
39488         Tests for module 'pipe-filter-ii'.
39489         * modules/pipe-filter-ii-tests: New file.
39490         * tests/test-pipe-filter-ii1.sh: New file.
39491         * tests/test-pipe-filter-ii1.c: New file.
39492         * tests/test-pipe-filter-ii2.sh: New file.
39493         * tests/test-pipe-filter-ii2-main.c: New file.
39494         * tests/test-pipe-filter-ii2-child.c: New file.
39495
39496         New module 'pipe-filter-ii'.
39497         * lib/pipe-filter.h: New file.
39498         * lib/pipe-filter-ii.c: New file.
39499         * lib/pipe-filter-aux.h: New file.
39500         * modules/pipe-filter-ii: New file.
39501
39502 2009-08-02  Simon Josefsson  <simon@josefsson.org>
39503
39504         * lib/gc-libgcrypt.c: Change copyright to FSF.
39505         * lib/gc-gnulib.c: Likewise.
39506
39507 2009-08-02  Martin Lambers  <marlam@marlam.de>  (tiny change)
39508
39509         * lib/gethostname.c: Include limits.h.
39510
39511 2009-08-02  Simon Josefsson  <simon@josefsson.org>
39512             Bruno Haible  <bruno@clisp.org>
39513
39514         Ensure HOST_NAME_MAX as part of the gethostname module.
39515         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): On native Windows platforms,
39516         define also HOST_NAME_MAX.
39517         * tests/test-gethostname.c: Include <limits.h>.
39518         (main): Check also HOST_NAME_MAX.
39519         * doc/posix-headers/limits.texi: Document the mingw problem.
39520
39521 2009-08-02  Bruno Haible  <bruno@clisp.org>
39522
39523         * lib/gethostname.c (gethostname): Fix handling of large len argument.
39524         Add comments.
39525
39526 2009-03-31  Simon Josefsson  <simon@josefsson.org>
39527
39528         * lib/gethostname.c: Add Windows wrapper.
39529         * m4/gethostname.m4: Look for gethostname in -lws2_32.
39530         * modules/gethostname: Depend on sys_socket & errno, for also
39531         added lib/w32sock.h.  Add GETHOSTNAME_LIB link directive.
39532         * modules/gethostname-tests: Link to @GETHOSTNAME_LIB@.
39533
39534 2009-07-31  Jim Meyering  <meyering@redhat.com>
39535
39536         getloadavg: fix symbol name in comment
39537         * lib/getloadavg.c: Correct a typo I introduced when adding
39538         comments to Matt's change: s/NLIST_POINTER/N_NAME_POINTER/.
39539         Matt Kraai spotted the problem.
39540
39541 2009-07-29  Matt Kraai  <mkraai@beckman.com>
39542
39543         getloadavg: check whether n_name is a pointer, for QNX 6.4.1
39544         * lib/getloadavg.c (getloadavg): Use the strcpy-into-nlist.n_name
39545         code also if ! defined N_NAME_POINTER.
39546         * m4/getloadavg.m4 (gl_GETLOADAVG): Add a link-test for N_NAME_POINTER.
39547         This is required on QNX 6.4.1, where /usr/include/nlist.h exists,
39548         but the n_name member is a 12-byte array.
39549
39550 2009-07-29  Joel E. Denny  <jdenny@clemson.edu>
39551
39552         update-copyright: generalize comment handling
39553         * build-aux/update-copyright: Handle copyright statements
39554         within more comment styles.
39555         Document usage.
39556         Report any file with an external copyright holder or parse failure.
39557
39558 2009-07-29  Jim Meyering  <meyering@redhat.com>
39559
39560         mktime: correct setting of REPLACE_MKTIME
39561         * m4/mktime.m4 (gl_FUNC_MKTIME): Set REPLACE_MKTIME=0, when required.
39562
39563         update-copyright: new module
39564         * modules/update-copyright: New file.
39565         * build-aux/update-copyright: New file.
39566         * MODULES.html.sh (maint+release support): Add update-copyright.
39567
39568 2009-07-27  Bruno Haible  <bruno@clisp.org>
39569
39570         Fix compilation error when <ctime> is used and mktime is replaced.
39571         * lib/time.in.h (mktime): New declaration.
39572         * m4/mktime.m4 (gl_FUNC_MKTIME): Require gl_HEADER_TIME_H_DEFAULTS. Set
39573         REPLACE_MKTIME instead of defining mktime in config.h.
39574         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize REPLACE_MKTIME.
39575         * modules/time (Makefile.am): Substitute REPLACE_MKTIME.
39576         Reported by Ross McFarland <rwmcfa1@neces.com>.
39577
39578 2009-07-27  Bruno Haible  <bruno@clisp.org>
39579
39580         * lib/math.in.h (cosl, logl, sinl): Undefine before declaring it.
39581         Reported by Matt Kraai <mkraai@beckman.com>.
39582
39583 2009-07-25  Jim Meyering  <meyering@redhat.com>
39584
39585         maint.mk: avoid warnings about missing files
39586         * top/maint.mk (PREV_VERSION): Suppress stderr, to hide a
39587         diagnostic when .prev-version does not exist.
39588         (_cfg_mk): Define, so it can be empty when cfg.mk does not exist.
39589         (syntax-check-rules): Use $(_cfg_mk) to avoid a diagnostic about
39590         nonexistent cfg.mk.
39591         Suggestions from Simon Josefsson.
39592
39593 2009-07-25  Bruno Haible  <bruno@clisp.org>
39594
39595         * lib/math.in.h (cosl, logl, sinl): Don't declare if they are already
39596         defined as macros. Needed on QNX 6.4.1.
39597         Reported by Matt Kraai <mkraai@beckman.com>.
39598
39599 2009-07-23  Jim Meyering  <meyering@redhat.com>
39600
39601         maint.mk: invoke "make dist" with a working value of XZ_OPT
39602         * top/maint.mk (vc-dist): Use no "-" in the value of XZ_OPT.
39603
39604 2009-07-22  Matt Kraai  <mkraai@beckman.com>  (tiny change)
39605
39606         Make fseeko.c compile on QNX.
39607         * lib/fseeko.c (rpl_fseeko): Use the numerical value of _MWRITE.
39608
39609 2009-07-22  Peter Simons  <simons@cryp.to>
39610
39611         C++: wrap md2,md5,sha1,etc. function declarations in extern "C" scope
39612         * lib/md2.h [__cplusplus]: Wrap declarations in extern "C" scope.
39613         * lib/md4.h: Likewise.
39614         * lib/md5.h: Likewise.
39615         * lib/sha1.h: Likewise.
39616         * lib/sha256.h: Likewise.
39617         * lib/sha512.h: Likewise.
39618
39619         tests-sha1: don't assign literal string to 'char *' variable
39620         * tests/test-sha1.c (main): Declare locals with "const" to match
39621         attributes of the right hand side.
39622
39623 2009-07-21  Eric Blake  <ebb9@byu.net>
39624
39625         dup2: fix more mingw problems
39626         * lib/dup2.c (rpl_dup2) [_WIN32]: Avoid hanging when duplicating
39627         fd to itself.
39628         * doc/posix-functions/dup2.texi (dup2): Document the bug.
39629         * lib/unistd.in.h (dup2) [REPLACE_FCHDIR]: Avoid name collision.
39630         * lib/fchdir.c (dup2): Manage preprocessor macros correctly.
39631         (rpl_dup2_fchdir): Rename from rpl_dup2, and let dup2 module take
39632         care of mingw bugs.
39633
39634 2009-07-21  Jim Meyering  <meyering@redhat.com>
39635
39636         vc-list-files: avoid failure when /bin/sh is dash
39637         * build-aux/vc-list-files: Avoid a shell portability problem with dash.
39638         On some Debian based systems, /bin/sh is a symlink to dash, and running
39639         this command would omit the "/" following each 'tests' prefix:
39640           dash -x build-aux/vc-list-files -C . tests
39641         That is because bash and dash work differently:
39642           $ for i in bash dash; do $i -c 'a=odd; a=ok b=$a; echo '$i' $b'; done
39643           bash ok
39644           dash odd
39645
39646 2009-07-21  Eric Blake  <ebb9@byu.net>
39647
39648         dup2-tests: test previous patch
39649         * modules/dup2-tests: New file.
39650         * tests/test-dup2.c: Likewise.
39651         * tests/test-open.c (main): Avoid unspecified behavior.
39652         * tests/test-pipe.c (child_main): Use dup2 semantics to simplify
39653         test.
39654
39655         dup2: work around mingw and cygwin 1.5 bug
39656         * m4/dup2.m4 (gl_FUNC_DUP2): Detect mingw bug.
39657         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
39658         * modules/unistd (Makefile.am): Substitute it.
39659         * lib/unistd.in.h (dup2): Declare the replacement.
39660         * lib/dup2.c (dup2) [REPLACE_DUP2]: Implement it.
39661         * doc/posix-functions/dup2.texi (dup2): Document the bugs.
39662         * lib/fchdir.c (rpl_dup2): Don't collide with mingw replacement.
39663         * modules/execute (Depends-on): Add dup2.
39664         * modules/fseterr (Depends-on): Likewise.
39665         * modules/pipe (Depends-on): Likewise.
39666         * modules/posix_spawn-internal (Depends-on): Likewise.
39667
39668 2009-07-21  Bruno Haible  <bruno@clisp.org>
39669
39670         * modules/.gitattributes: New file.
39671
39672 2009-07-20  Bruno Haible  <bruno@clisp.org>
39673
39674         * tests/test-pipe.c (BACKUP_STDERR_FILENO): New macro.
39675         (main): Use it.
39676
39677 2009-07-20  Eric Blake  <ebb9@byu.net>
39678
39679         test-pipe: make a bit more robust.
39680         * tests/test-pipe.c (myerr): Allow error messages regardless of
39681         what we do to stderr.
39682         (test_pipe): Rearrange to avoid deadlock.
39683         (child_main): Try a larger read, to ensure we avoided deadlock.
39684         * lib/pipe.c (create_pipe) [_WIN32]: Fix comment.
39685         * lib/pipe.h (create_pipe_bidi): Document potential for deadlock
39686         if misused.
39687
39688 2009-07-19  Jim Meyering  <meyering@redhat.com>
39689
39690         fts: avoid false-positive cycle-detection
39691         * lib/fts.c (fts_read): Reinitialize cycle-detection data structures
39692         for each new command line argument.
39693
39694 2009-07-19  Bruno Haible  <bruno@clisp.org>
39695
39696         Fix build error on mingw with the modules sys_select and unistd.
39697         * modules/acl-tests (Depends-on): Add close.
39698         * modules/binary-io-tests (Depends-on): Likewise.
39699         * modules/closein-tests (Depends-on): Likewise.
39700         * modules/flock-tests (Depends-on): Likewise.
39701         * modules/fsync-tests (Depends-on): Likewise.
39702         * modules/lseek-tests (Depends-on): Likewise.
39703         * modules/pipe-tests (Depends-on): Likewise.
39704         * modules/posix_spawn-tests (Depends-on): Likewise.
39705         * modules/posix_spawnp-tests (Depends-on): Likewise.
39706         * modules/stat-time-tests (Depends-on): Likewise.
39707         * modules/yesno-tests (Depends-on): Likewise.
39708
39709 2009-07-19  Bruno Haible  <bruno@clisp.org>
39710
39711         Unify conditionals.
39712         * lib/pipe.h: Detect native Win32 by looking at _WIN32 and __WIN32__
39713         macros, not at the compiler macros.
39714         * lib/pipe.c: Likewise.
39715         * lib/execute.c: Likewise.
39716         * lib/spawni.c: Likewise.
39717
39718 2009-07-19  Bruno Haible  <bruno@clisp.org>
39719
39720         Fix handling of closed stdin/stdout/stderr on mingw.
39721         * lib/w32spawn.h: Include unistd.h.
39722         (dup_noinherit): Return -1 if the old handle is invalid. Allocate new
39723         file descriptor with O_NOINHERIT flag.
39724         (fd_safer_noinherit): New function, based on fd-safer.c.
39725         (dup_safer_noinherit): New function, based on dup-safer.c.
39726         (undup_safer_noinherit): New function.
39727         * lib/execute.c (execute) [WIN32]: Use dup_safer_noinherit instead of
39728         dup_noinherit. Use undup_safer_noinherit instead of dup2 and close.
39729         * lib/pipe.c (create_pipe) [WIN32]: Likewise. Use fd_safer_noinherit
39730         instead of fd_safer.
39731         * tests/test-pipe.c: Include <windows.h>.
39732         (child_main) [WIN32]: Test the handle of STDERR_FILENO, not its close()
39733         result.
39734
39735         * tests/test-pipe.c (child_main, parent_main): New functions, extracted
39736         from main.
39737         (test_pipe): Pass an extra argument for disambiguation.
39738         (main): Invoke parent_main or child_main.
39739
39740         * tests/test-pipe.c (test_pipe): Pass slave_process = true argument
39741         consistently.
39742
39743 2009-07-18  Eric Blake  <ebb9@byu.net>
39744
39745         test-pipe: fix mingw build
39746         * tests/test-pipe.c (main): Avoid fcntl on mingw.
39747
39748 2009-07-18  Bruno Haible  <bruno@clisp.org>
39749
39750         * modules/pipe-tests (Makefile.am): Fix typo.
39751
39752 2009-07-18  Eric Blake  <ebb9@byu.net>
39753
39754         error: fix mingw build
39755         * lib/error.c (error, error_at_line): Avoid fcntl on mingw.
39756         Reported by Bruno Haible.
39757
39758         error: avoid undefined use of stdout
39759         * lib/error.c (error, error_at_line): Check that fd 1 is open
39760         before flushing stdout.  Avoids a crash on cygwin when libsigsegv
39761         is handling faults and the close_stdout module wants to report the
39762         detection of closed stdout as an error.
39763
39764 2009-07-17  Eric Blake  <ebb9@byu.net>
39765
39766         pipe: be robust in face of closed fds
39767         * lib/pipe.c (create_pipe): Closed standard descriptors in parent
39768         should cause child to misbehave.
39769         * modules/pipe-tests: New module.
39770         * tests/test-pipe.c: New file.
39771         * tests/test-pipe.sh: New file.
39772         Reported by Akim Demaille.
39773
39774 2009-07-14  Bruno Haible  <bruno@clisp.org>
39775
39776         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Guess it works on glibc systems.
39777         Reported by anonymous kc.
39778
39779 2009-07-07  Jim Meyering  <meyering@redhat.com>
39780
39781         maint.mk: don't look for translatable strings in *.m4 or *.mk
39782         * top/maint.mk (sc_po_check): Skip *.m4 and *.mk files,
39783         when searching for translatable strings.
39784
39785 2009-07-05  Jim Meyering  <meyering@redhat.com>
39786
39787         remove superfluous parentheses in STREQ definition
39788         * tests/test-argv-iter.c (STREQ): Remove redundant parentheses.
39789         * lib/getugroups.c (STREQ): Likewise.
39790         * lib/fnmatch.c (STREQ): Likewise.
39791         Spotted by Bruno Haible.
39792
39793 2009-07-04  Jim Meyering  <meyering@redhat.com>
39794
39795         argv-iter: new module
39796         * MODULES.html.sh: Add argv-iter.
39797         * lib/argv-iter.c, lib/argv-iter.h: New files.
39798         * modules/argv-iter: New file.
39799         * modules/argv-iter-tests: New file.
39800         * tests/test-argv-iter.c: Test it.
39801
39802 2009-07-04  Bruno Haible  <bruno@clisp.org>
39803
39804         Fix assertion.
39805         * lib/git-merge-changelog.c (compute_mapping): In the case where file1
39806         contains more exact copies of a given entry than file2, leave the extra
39807         copies unpaired rather than aborting.
39808         Reported by Eric Blake.
39809
39810 2009-07-02  Bruno Haible  <bruno@clisp.org>
39811
39812         Speedup git-merge-changelog for git cherry-pick.
39813         * lib/git-merge-changelog.c (struct entries_mapping): New type.
39814         (entries_mapping_get): New function, extracted from compute_mapping.
39815         (entries_mapping_reverse_get): New function.
39816         (compute_mapping): Add a 'full' argument. Return the result in a
39817         'struct entries_mapping'.
39818         (main): Update. Access the mappings through entries_mapping_get.
39819         Reported by Eric Blake.
39820
39821 2009-07-02  Bruno Haible  <bruno@clisp.org>
39822
39823         * lib/git-merge-changelog.c (compute_mapping): Fix determination of
39824         best_i.
39825
39826 2009-07-02  Bruno Haible  <bruno@clisp.org>
39827
39828         Speed up approximate search for matching ChangeLog entries.
39829         * lib/git-merge-changelog.c (entry_fstrcmp): Add a lower_bound
39830         argument. Call fstrcmp_bounded instead of fstrcmp.
39831         (compute_mapping, try_split_merged_entry, main): Update callers.
39832
39833 2009-07-02  Bruno Haible  <bruno@clisp.org>
39834
39835         * lib/git-merge-changelog.c (main): Add comment about git cherry-pick.
39836
39837 2009-06-30  Bruno Haible  <bruno@clisp.org>
39838
39839         Reduce the number of uc_is_cased calls.
39840         * lib/unicase.h (casing_suffix_context_t): Add
39841         'first_char_except_ignorable' field.
39842         * lib/unicase/context.h (SCC_FINAL_SIGMA_MASK): Remove macro.
39843         (SCC_MORE_ABOVE_MASK, SCC_BEFORE_DOT_MASK): Update.
39844         * lib/unicase/empty-suffix-context.c (unicase_empty_suffix_context):
39845         Update initializer.
39846         * lib/unicase/u-casemap.h (FUNC): Don't invoke uc_is_cased on
39847         case-ignorable characters.
39848         * lib/unicase/u-ct-totitle.h (FUNC): Likewise.
39849         * lib/unicase/u-suffix-context.h (FUNC2): Don't call uc_is_cased here.
39850         * modules/unicase/u8-suffix-context (Depends-on): Remove unicase/cased.
39851         * modules/unicase/u16-suffix-context (Depends-on): Likewise.
39852         * modules/unicase/u32-suffix-context (Depends-on): Likewise.
39853
39854 2009-06-30  Bruno Haible  <bruno@clisp.org>
39855
39856         Tests for module 'unicase/ignorable'.
39857         * modules/unicase/ignorable-tests: New file.
39858         * tests/unicase/test-ignorable.c: New file, generated by
39859         gen-uni-tables.
39860
39861         Tests for module 'unicase/cased'.
39862         * modules/unicase/cased-tests: New file.
39863         * tests/unicase/test-cased.c: New file, generated by gen-uni-tables.
39864         * tests/unicase/test-predicate-part1.h: New file, derived from
39865         tests/unictype/test-predicate-part1.h.
39866         * tests/unicase/test-predicate-part2.h: New file, same as
39867         tests/unictype/test-predicate-part2.h.
39868
39869         Fix evaluation of "Before C" condition of FINAL_SIGMA.
39870         * lib/gen-uni-tables.c (is_cased, is_case_ignorable): New functions.
39871         (output_casing_properties): New function.
39872         (main): Call it.
39873         * lib/unicase/cased.h: New file, generated by gen-uni-tables.
39874         * lib/unicase/cased.c: Include unictype/bitmap.h.
39875         (uc_is_cased): Define through a bitmap lookup.
39876         * lib/unicase/ignorable.h: New file, generated by gen-uni-tables.
39877         * lib/unicase/ignorable.c: Include unictype/bitmap.h.
39878         (uc_is_case_ignorable): Define through a bitmap lookup.
39879         * modules/unicase/cased (Files): Add lib/unicase/cased.h,
39880         lib/unictype/bitmap.h.
39881         (Depends-on): Add inline. Clean up.
39882         * modules/unicase/ignorable (Files): Add lib/unicase/ignorable.h,
39883         lib/unictype/bitmap.h.
39884         (Depends-on): Add inline. Clean up.
39885         * tests/unicase/test-u8-tolower.c (main): Add more tests of FINAL_SIGMA
39886         recognition.
39887         * tests/unicase/test-u16-tolower.c (main): Likewise.
39888         * tests/unicase/test-u32-tolower.c (main): Likewise.
39889
39890 2009-06-30  Bruno Haible  <bruno@clisp.org>
39891
39892         * lib/unicase/u8-casemap.c: Don't include uniwbrk.h.
39893         * lib/unicase/u16-casemap.c: Likewise.
39894         * lib/unicase/u32-casemap.c: Likewise.
39895
39896 2009-06-29  Bruno Haible  <bruno@clisp.org>
39897
39898         Define u32_casefold as a wrapper around u32_ct_casefold.
39899         * lib/unicase/u32-casefold.c: Update.
39900         * modules/unicase/u32-casefold (Depends-on): Add
39901         unicase/u32-ct-casefold, unicase/empty-prefix-context,
39902         unicase/empty-suffix-context. Clean up.
39903
39904         Define u16_casefold as a wrapper around u16_ct_casefold.
39905         * lib/unicase/u16-casefold.c: Update.
39906         * modules/unicase/u16-casefold (Depends-on): Add
39907         unicase/u16-ct-casefold, unicase/empty-prefix-context,
39908         unicase/empty-suffix-context. Clean up.
39909
39910         Define u8_casefold as a wrapper around u8_ct_casefold.
39911         * lib/unicase/u-casefold.h (FUNC): Delegate to U_CT_CASEFOLD.
39912         * lib/unicase/u8-casefold.c: Update.
39913         * modules/unicase/u8-casefold (Depends-on): Add unicase/u8-ct-casefold,
39914         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
39915
39916         Define u32_totitle as a wrapper around u32_ct_totitle.
39917         * lib/unicase/u32-totitle.c: Update.
39918         * modules/unicase/u32-totitle (Depends-on): Add unicase/u32-ct-totitle,
39919         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
39920
39921         Define u16_totitle as a wrapper around u16_ct_totitle.
39922         * lib/unicase/u16-totitle.c: Update.
39923         * modules/unicase/u16-totitle (Depends-on): Add unicase/u16-ct-totitle,
39924         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
39925
39926         Define u8_totitle as a wrapper around u8_ct_totitle.
39927         * lib/unicase/u-totitle.h (is_cased, is_case_ignorable): Remove
39928         functions.
39929         (FUNC): Delegate to U_CT_TOTITLE.
39930         * lib/unicase/u8-totitle.c: Update.
39931         * modules/unicase/u8-totitle (Depends-on): Add unicase/u8-ct-totitle,
39932         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
39933
39934         * lib/unicase/u32-tolower.c (u32_tolower): Update u32_casemap
39935         invocation.
39936         * modules/unicase/u32-tolower (Depends-on): Add
39937         unicase/empty-prefix-context, unicase/empty-suffix-context.
39938
39939         * lib/unicase/u16-tolower.c (u16_tolower): Update u16_casemap
39940         invocation.
39941         * modules/unicase/u16-tolower (Depends-on): Add
39942         unicase/empty-prefix-context, unicase/empty-suffix-context.
39943
39944         * lib/unicase/u8-tolower.c (u8_tolower): Update u8_casemap invocation.
39945         * modules/unicase/u8-tolower (Depends-on): Add
39946         unicase/empty-prefix-context, unicase/empty-suffix-context.
39947
39948         * lib/unicase/u32-toupper.c (u32_toupper): Update u32_casemap
39949         invocation.
39950         * modules/unicase/u32-toupper (Depends-on): Add
39951         unicase/empty-prefix-context, unicase/empty-suffix-context.
39952
39953         * lib/unicase/u16-toupper.c (u16_toupper): Update u16_casemap
39954         invocation.
39955         * modules/unicase/u16-toupper (Depends-on): Add
39956         unicase/empty-prefix-context, unicase/empty-suffix-context.
39957
39958         * lib/unicase/u8-toupper.c (u8_toupper): Update u8_casemap invocation.
39959         * modules/unicase/u8-toupper (Depends-on): Add
39960         unicase/empty-prefix-context, unicase/empty-suffix-context.
39961
39962         New module 'unicase/u32-ct-casefold'.
39963         * lib/unicase/u32-ct-casefold.c: New file.
39964         * modules/unicase/u32-ct-casefold: New file.
39965
39966         New module 'unicase/u16-ct-casefold'.
39967         * lib/unicase/u16-ct-casefold.c: New file.
39968         * modules/unicase/u16-ct-casefold: New file.
39969
39970         New module 'unicase/u8-ct-casefold'.
39971         * lib/unicase/u8-ct-casefold.c: New file.
39972         * lib/unicase/u-ct-casefold.h: New file, derived from
39973         lib/unicase/u-casefold.h.
39974         * modules/unicase/u8-ct-casefold: New file.
39975
39976         New module 'unicase/u32-ct-totitle'.
39977         * lib/unicase/u32-ct-totitle.c: New file.
39978         * modules/unicase/u32-ct-totitle: New file.
39979
39980         New module 'unicase/u16-ct-totitle'.
39981         * lib/unicase/u16-ct-totitle.c: New file.
39982         * modules/unicase/u16-ct-totitle: New file.
39983
39984         New module 'unicase/u8-ct-totitle'.
39985         * lib/unicase/u8-ct-totitle.c: New file.
39986         * lib/unicase/u-ct-totitle.h: New file, derived from
39987         lib/unicase/u-totitle.h.
39988         * modules/unicase/u8-ct-totitle: New file.
39989
39990         New module 'unicase/u32-ct-tolower'.
39991         * lib/unicase/u32-ct-tolower.c: New file.
39992         * modules/unicase/u32-ct-tolower: New file.
39993
39994         New module 'unicase/u16-ct-tolower'.
39995         * lib/unicase/u16-ct-tolower.c: New file.
39996         * modules/unicase/u16-ct-tolower: New file.
39997
39998         New module 'unicase/u8-ct-tolower'.
39999         * lib/unicase/u8-ct-tolower.c: New file.
40000         * modules/unicase/u8-ct-tolower: New file.
40001
40002         New module 'unicase/u32-ct-toupper'.
40003         * lib/unicase/u32-ct-toupper.c: New file.
40004         * modules/unicase/u32-ct-toupper: New file.
40005
40006         New module 'unicase/u16-ct-toupper'.
40007         * lib/unicase/u16-ct-toupper.c: New file.
40008         * modules/unicase/u16-ct-toupper: New file.
40009
40010         New module 'unicase/u8-ct-toupper'.
40011         * lib/unicase/u8-ct-toupper.c: New file.
40012         * modules/unicase/u8-ct-toupper: New file.
40013
40014         Add context arguments to u*_casemap functions.
40015         * lib/unicase/unicasemap.h: Include unicase.h.
40016         (u8_casemap, u16_casemap, u32_casemap): Add prefix_context and
40017         suffix_context arguments.
40018         * lib/unicase/u-casemap.h (is_cased, is_case_ignorable): Remove
40019         functions.
40020         (FUNC): Add prefix_context and suffix_context arguments. Use
40021         uc_is_cased and uc_is_case_ignorable.
40022         * lib/unicase/u8-casemap.c: Include caseprop.h and context.h.
40023         * lib/unicase/u16-casemap.c: Likewise.
40024         * lib/unicase/u32-casemap.c: Likewise.
40025         * modules/unicase/u8-casemap (Files): Add lib/unicase/context.h.
40026         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
40027         * modules/unicase/u16-casemap (Files): Add lib/unicase/context.h.
40028         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
40029         * modules/unicase/u32-casemap (Files): Add lib/unicase/context.h.
40030         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
40031
40032         New module 'unicase/u32-suffix-context'.
40033         * lib/unicase/u32-suffix-context.c: New file.
40034         * modules/unicase/u32-suffix-context: New file.
40035
40036         New module 'unicase/u16-suffix-context'.
40037         * lib/unicase/u16-suffix-context.c: New file.
40038         * modules/unicase/u16-suffix-context: New file.
40039
40040         New module 'unicase/u8-suffix-context'.
40041         * lib/unicase/u8-suffix-context.c: New file.
40042         * lib/unicase/u-suffix-context.h: New file.
40043         * modules/unicase/u8-suffix-context: New file.
40044
40045         New module 'unicase/empty-suffix-context'.
40046         * lib/unicase/empty-suffix-context.c: New file.
40047         * modules/unicase/empty-suffix-context: New file.
40048
40049         New module 'unicase/u32-prefix-context'.
40050         * lib/unicase/u32-prefix-context.c: New file.
40051         * modules/unicase/u32-prefix-context: New file.
40052
40053         New module 'unicase/u16-prefix-context'.
40054         * lib/unicase/u16-prefix-context.c: New file.
40055         * modules/unicase/u16-prefix-context: New file.
40056
40057         New module 'unicase/u8-prefix-context'.
40058         * lib/unicase/u8-prefix-context.c: New file.
40059         * lib/unicase/u-prefix-context.h: New file.
40060         * lib/unicase/context.h: New file.
40061         * modules/unicase/u8-prefix-context: New file.
40062
40063         New module 'unicase/empty-prefix-context'.
40064         * lib/unicase/empty-prefix-context.c: New file.
40065         * modules/unicase/empty-prefix-context: New file.
40066
40067         New module 'unicase/ignorable'.
40068         * lib/unicase/ignorable.c: New file.
40069         * modules/unicase/ignorable: New file.
40070
40071         New module 'unicase/cased'.
40072         * lib/unicase/caseprop.h: New file.
40073         * lib/unicase/cased.c: New file.
40074         * modules/unicase/cased: New file.
40075
40076         New functions for case mapping of substrings.
40077         * lib/unicase.h (casing_prefix_context_t): New type.
40078         (unicase_empty_prefix_context): New variable.
40079         (u8_casing_prefix_context, u16_casing_prefix_context,
40080         u32_casing_prefix_context, u8_casing_prefixes_context,
40081         u16_casing_prefixes_context, u32_casing_prefixes_context): New
40082         declarations.
40083         (casing_suffix_context_t): New type.
40084         (unicase_empty_suffix_context): New variable.
40085         (u8_casing_suffix_context, u16_casing_suffix_context,
40086         u32_casing_suffix_context, u8_casing_suffixes_context,
40087         u16_casing_suffixes_context, u32_casing_suffixes_context,
40088         u8_ct_toupper, u16_ct_toupper, u32_ct_toupper, u8_ct_tolower,
40089         u16_ct_tolower, u32_ct_tolower, u8_ct_totitle, u16_ct_totitle,
40090         u32_ct_totitle, u8_ct_casefold, u16_ct_casefold, u32_ct_casefold): New
40091         declarations.
40092
40093 2009-06-28  Jim Meyering  <meyering@redhat.com>
40094
40095         boostrap: indent only with spaces
40096         * build-aux/bootstrap: Indent only with spaces, never TABs.
40097
40098         bootstrap: split long lines
40099         * build-aux/bootstrap: Keep line length < 80.
40100
40101         bootstrap: sync from coreutils
40102         * build-aux/bootstrap: Honor variables like $ACLOCAL, etc.,
40103         just as autoreconf does.  Verify a list of prerequisite
40104         package-name,version-number pairs if defined in bootstrap.conf.
40105         Refer to README-prereq, if prerequisites are not satisfied.
40106
40107 2009-06-27  Eric Blake  <ebb9@byu.net>
40108
40109         tests: add test for bogus NULL definition
40110         * tests/test-stdio.c: Ensure POSIX 2008 requirement on NULL.
40111         * tests/test-stdlib.c: Likewise.
40112         * tests/test-string.c: Likewise.
40113         * tests/test-locale.c: Likewise.
40114         * tests/test-unistd.c: Likewise.
40115         * modules/stdio-tests (Depends-on): Add verify.
40116         * modules/stdlib-tests (Depends-on): Likewise.
40117         * modules/string-tests (Depends-on): Likewise.
40118         * modules/locale-tests (Depends-on): Likewise.
40119         * modules/unistd-tests (Depends-on): Likewise.
40120
40121 2009-06-27  Paolo Bonzini  <bonzini@gnu.org>
40122
40123         * m4/selinux-context-h (gl_HEADERS_SELINUX_CONTEXT_H): Remove
40124         self-explaining comment.
40125         * m4/selinux-selinux-h: Update serial.
40126         (gl_LIBSELINUX): New macro, adding a warning for missing development
40127         packages to code extracted from...
40128         (gl_HEADERS_SELINUX_SELINUX_H): ... this one.  Require gl_LIBSELINUX.
40129         Add warning for missing development packages here, too.
40130
40131 2009-06-26  Paolo Bonzini  <bonzini@gnu.org>
40132
40133         * build-aux/bootstrap: Do not use GIT_CONFIG_LOCAL.
40134
40135 2009-06-25  Eric Blake  <ebb9@byu.net>
40136
40137         version-etc: fix regression
40138         * lib/version-etc.h (ATTRIBUTE_SENTINEL): Define for new enough
40139         gcc.
40140         (version_etc): Use it, to catch bugs with trailing NULL.
40141         * lib/version-etc.c (version_etc_arn): Delete unused argument.
40142         (version_etc_va): Fix logic bug.
40143         * modules/version-etc-tests: Add test.
40144         * tests/test-version-etc.c: New file.
40145         * tests/test-version-etc.sh: Likewise.
40146
40147 2009-06-25  Sam Steingold  <sds@gnu.org>
40148
40149         * mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): Include <stdlib.h>, for the
40150         mbtowc declaration.
40151
40152 2009-06-25  Eric Blake  <ebb9@byu.net>
40153
40154         fpurge: migrate into <stdio.h>
40155         * lib/fpurge.h: Delete...
40156         * lib/stdio.in.h (fpurge): ...and declare here, instead.
40157         * lib/fpurge.c (fpurge): Change declaring header.
40158         * modules/fpurge (Files): Drop deleted file.
40159         (Depends-on): Add stdio.
40160         (configure.ac): Set witness.
40161         * modules/stdio (Makefile.am): Support fpurge macros.
40162         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
40163         * m4/fpurge.m4 (gl_FUNC_FPURGE): Set appropriate variables.
40164         * lib/fflush.c: Update client.
40165         * tests/test-fpurge.c: Likewise.
40166         * NEWS: Mention the change.
40167
40168 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
40169
40170         * lib/argp-version-etc.c (program_authors): Add const
40171         qualifier.
40172         * lib/version-etc.c: Fix typos in the comments.
40173         * modules/argp-version-etc: Depends on version-etc.
40174
40175 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
40176
40177         argp-version-etc: new module.
40178
40179         * lib/argp-version-etc.c: New file.
40180         * lib/argp-version-etc.h: New file.
40181         * modules/argp-version-etc: New file.
40182         * modules/argp-version-etc-tests: New file.
40183         * tests/test-argp-version-etc.c: New test.
40184         * tests/test-argp-version-etc-1.sh: New test.
40185
40186 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
40187
40188         Provide additional interfaces and documentation for version-etc
40189         module.
40190
40191         * lib/version-etc.c (version_etc_arn, version_etc_ar): New
40192         interfaces.
40193         * lib/version-etc.h (version_etc_arn, version_etc_ar): New
40194         prototypes.
40195
40196 2009-06-24  Bruno Haible  <bruno@clisp.org>
40197
40198         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Fix description of
40199         HAVE_LIB${NAME} macro.
40200         Reported by Sam Steingold <sds@gnu.org>.
40201
40202 2009-06-23  Simon Josefsson  <simon@josefsson.org>
40203
40204         * modules/hash-tests (test_hash_LDADD): Link to libintl when
40205         needed.
40206
40207 2009-06-21  Bruno Haible  <bruno@clisp.org>
40208
40209         Make two consecutive identical invocations of AC_LIB_HAVE_LINKFLAGS
40210         work.
40211         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Reset HAVE_LIB${NAME}
40212         together with LIB${NAME}, LTLIB${NAME}.
40213         Reported by Sam Steingold <sds@gnu.org>.
40214
40215 2009-06-20  Jim Meyering  <meyering@redhat.com>
40216
40217         tests: make sc_require_test_exit_idiom more generic
40218         * top/maint.mk (Exit_witness_file): New overridable variable.
40219         (sc_require_test_exit_idiom): Don't hard-code tests/test-lib.sh.
40220         Relax test for /^Exit \$fail$$/ to just /^Exit ./.
40221
40222 2009-06-19  Jim Meyering  <meyering@redhat.com>
40223
40224         hash: reverse order of src/dst parameters in an internal interface
40225         * lib/hash.c (transfer_entries): Reverse order of parameters to
40226         put DST before SRC.  Adjust callers.
40227
40228         tests: test-hash: avoid wholesale duplication
40229         * tests/test-hash.c (main): Don't copy/paste a 60-line loop.
40230         Instead, use a loop and add a single conditional.
40231
40232         tests: test-hash: allow seed selection via a command line argument
40233         * tests/test-hash.c (get_seed): New function.
40234         (main): Use it.
40235
40236 2009-06-19  Eric Blake  <ebb9@byu.net>
40237
40238         hash: avoid memory leak on allocation failure
40239         * lib/hash.c: (hash_rehash): Avoid memory leak on allocation
40240         failure.  Factor repeated algorithm...
40241         (transfer_entries): ...into new helper routine.
40242         (hash_delete): React to hash_rehash return value.
40243
40244         hash: reduce memory pressure in hash_rehash no-op case
40245         * lib/hash.c (next_prime): Avoid overflow.
40246         (hash_initialize): Factor bucket size computation...
40247         (compute_bucket_size): ...into new helper function.
40248         (hash_rehash): Use new function and open coding to reduce memory
40249         pressure, and avoid a memory leak in USE_OBSTACK code.
40250         Reported by Jim Meyering.
40251
40252 2009-06-18  Eric Blake  <ebb9@byu.net>
40253
40254         hash: make rotation more obvious
40255         * modules/hash (Depends-on): Add bitrotate and stdint.
40256         * lib/bitrotate.h (rotl_sz, rotr_sz): New functions.
40257         * lib/hash.c (headers): Drop limits.h.  Add stdint.h.
40258         (SIZE_MAX): Rely on headers for definition.
40259         (hash_string) [USE_DIFF_HASH]: Use rotl_sz.
40260         (raw_hasher): Use rotr_sz.
40261         Suggested by Jim Meyering.
40262
40263         hash: fix memory leak in last patch
40264         * lib/hash.c (hash_rehash): Avoid memory leak.
40265
40266         hash: avoid no-op rehashing
40267         * lib/hash.c (hash_rehash): Recognize useless rehash attempts.
40268
40269         hash: provide default callback functions
40270         * lib/hash.c (raw_hasher, raw_comparator): New functions.
40271         (hash_initialize): Use them as defaults.
40272         * tests/test-hash.c (main): Test this.
40273
40274         hash: minor optimization
40275         * lib/hash.c (hash_lookup, hash_find_entry): Avoid function call
40276         when possible.
40277         (hash_initialize): Document this promise.
40278         (hash_do_for_each, hash_clear, hash_free): Use C89 syntax.
40279         * tests/test-hash.c (hash_compare_strings): Test this.
40280
40281 2009-06-18  Bruno Haible  <bruno@clisp.org>
40282
40283         * m4/strstr.m4 (gl_FUNC_STRSTR): Skip linear time test if strstr is
40284         going to be replaced anyway.
40285
40286 2009-06-18  Bruno Haible  <bruno@clisp.org>
40287
40288         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Invoke AC_LIBOBJ only
40289         in one place.
40290         (gl_FUNC_STRCASESTR): Skip linear time test if strcasestr is going to
40291         be replaced anyway.
40292
40293 2009-06-18  Eric Blake  <ebb9@byu.net>
40294
40295         hash: check for resize before insertion
40296         * lib/hash.c (hash_insert): Check whether bucket usage exceeds
40297         threshold before insertion, so that a pathological hash_rehash
40298         that fills every bucket can still trigger another rehash.
40299
40300 2009-06-18  Jim Meyering  <meyering@redhat.com>
40301
40302         hash-tests: add a loop around the small tests
40303         * tests/test-hash.c (main): Repeat small tests with selected
40304         small initial table sizes.
40305
40306 2009-06-17  Eric Blake  <ebb9@byu.net>
40307
40308         hash: minor cleanups
40309         * lib/hash.h (hash_entry): Make opaque, by moving...
40310         * lib/hash.c (hash_entry): ...here.
40311         (hash_insert): Clarify restrictions on what can be inserted.
40312         (hash_get_next): Clarify when it is safe to remove an element
40313         during traversal.
40314         (check_tuning): Skip verification when tuning is known safe.
40315         (hash_initialize): Clarify restrictions on tuning.
40316
40317 2009-06-17  Jim Meyering  <jim@meyering.net>
40318         and Eric Blake  <ebb9@byu.net>
40319
40320         hash-tests: new module
40321         * modules/hash-tests: New file.
40322         * tests/test-hash.c: New file.
40323
40324 2009-06-17  Eric Blake  <ebb9@byu.net>
40325
40326         strstr-simple: document new module
40327         * MODULES.html.sh: Document new module.
40328
40329         strstr, strcasestr: replace on platforms with broken memchr
40330         * modules/strstr: Split into...
40331         * modules/strstr-simple: ...new module that does not care about
40332         performance, but does care about glibc bug.
40333         * m4/strstr.m4 (gl_FUNC_STRSTR): Split...
40334         (gl_FUNC_STRSTR_SIMPLE): ...into new macro, which replaces strstr
40335         if platform memchr is broken, per Debian bug 521737.
40336         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): React to broken
40337         memchr.
40338         * m4/memchr.m4 (gl_FUNC_MEMCHR): Only expand once.
40339         * doc/posix-functions/strstr.texi (strstr): Document the fix.
40340         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
40341         * modules/mountlist (Depends-on): Add strstr-simple.
40342         * modules/gen-uni-tables (Depends-on): Likewise.
40343         * modules/argz (Depends-on): Add strstr.
40344
40345 2009-06-17  Bruno Haible  <bruno@clisp.org>
40346
40347         * modules/posix_spawn-internal (Depends-on): Add errno.
40348
40349 2009-06-17  Bruno Haible  <bruno@clisp.org>
40350
40351         Define missing ESTALE on Interix 3.5.
40352         * lib/errno.in.h (ESTALE): Assign a value if missing.
40353         * lib/strerror.c (rpl_strerror): Handle missing ESTALE and ECANCELED.
40354         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Also test whether ESTALE is
40355         missing.
40356         * doc/posix-headers/errno.texi: Mention the Interix bug.
40357         Reported by Jay Krell <jay.krell@cornell.edu> via Eric Blake.
40358
40359 2009-06-15  Eric Blake  <ebb9@byu.net>
40360
40361         memchr, memchr2: add valgrind exception
40362         * lib/memchr.valgrind: New file.
40363         * lib/memchr2.valgrind: New file.
40364         * modules/memchr (Files): Distribute valgrind file.
40365         * modules/memchr2 (Files): Likewise.
40366
40367         docs: memchr is no longer obsolete
40368         * MODULES.html.sh: Move memchr from obsolete to string.h section.
40369         * lib/string.in.h (memchr): Simplify logic.
40370
40371 2009-06-14  Jim Meyering  <meyering@redhat.com>
40372
40373         link-follow: fix the "checking..." message to not mention trailing slash
40374         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): This test has
40375         never considered trailing slashes.
40376
40377 2009-06-14  Bruno Haible  <bruno@clisp.org>
40378
40379         * m4/memchr.m4: Mention also the bug on IA-64.
40380         * doc/posix-functions/memchr.texi: Likewise.
40381
40382 2009-06-12  Eric Blake  <ebb9@byu.net>
40383
40384         memchr: detect broken x86_64 and alpha implementations
40385         * modules/memchr-tests (Depends-on): Move mmap detection...
40386         * modules/memchr (Depends-on): ...here.
40387         (configure.ac): Set indicator.
40388         * lib/string.in.h (memchr): Declare replacement.
40389         * modules/string (Makefile.am): Trigger replacement.
40390         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
40391         * m4/memchr.m4 (gl_FUNC_MEMCHR): Use mmap to detect platform
40392         bugs.
40393         * doc/posix-functions/memchr.texi (memchr): Document the bug.
40394         * modules/getpagesize (License): Relax license.
40395
40396 2009-06-11  Bruno Haible  <bruno@clisp.org>
40397
40398         * lib/idpriv.h: Add more references.
40399
40400 2009-06-08  Bruno Haible  <bruno@clisp.org>
40401
40402         Tests for module 'idpriv-droptemp'.
40403         * modules/idpriv-droptemp-tests: New file.
40404         * tests/test-idpriv-droptemp.sh: New file.
40405         * tests/test-idpriv-droptemp.su.sh: New file.
40406         * tests/test-idpriv-droptemp.c: New file.
40407
40408         New module 'idpriv-droptemp'.
40409         * lib/idpriv-droptemp.c: New file.
40410         * modules/idpriv-droptemp: New file.
40411
40412 2009-06-08  Bruno Haible  <bruno@clisp.org>
40413
40414         Tests for module 'idpriv-drop'.
40415         * modules/idpriv-drop-tests: New file.
40416         * tests/test-idpriv-drop.sh: New file.
40417         * tests/test-idpriv-drop.su.sh: New file.
40418         * tests/test-idpriv-drop.c: New file.
40419
40420         New module 'idpriv-drop'.
40421         * lib/idpriv.h: New file.
40422         * lib-idpriv-drop.c: New file.
40423         * m4/idpriv.m4: New file.
40424         * modules/idpriv-drop: New file.
40425
40426 2009-06-08  Bruno Haible  <bruno@clisp.org>
40427
40428         * modules/unistdio/u8-vasnprintf (Depends-on): Add memchr.
40429         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
40430         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
40431         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
40432         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
40433         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
40434         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
40435
40436 2009-06-08  Eric Blake  <ebb9@byu.net>
40437
40438         test-strstr: use memory fence, when possible
40439         * tests/test-strstr.c (main): Use memory fence, in order to be
40440         more likely to trigger Debian bug 521737.
40441         * modules/strstr-tests (Files): Pull in additional files.
40442
40443         memchr: no longer obsolete, for wider field testing
40444         * modules/memchr (Status, Notice): Delete, this module is no
40445         longer obsolete.
40446         * modules/vasnprintf (Depends-on): Add memchr.
40447
40448 2009-06-07  Jim Meyering  <meyering@redhat.com>
40449
40450         hash: declare some functions with the warn_unused_result attribute
40451         * lib/hash.h (__attribute__, ATTRIBUTE_WUR): Define.
40452
40453 2009-06-07  Bruno Haible  <bruno@clisp.org>
40454
40455         * tests/test-alignof.c: Don't test int64_t if it does not exist.
40456         Reported by Eric Blake.
40457
40458 2009-06-06  Eric Blake  <ebb9@byu.net>
40459
40460         test-alignof: fix typo with long double
40461         * tests/test-alignof.c (CHECK): Use longdouble typedef to avoid
40462         compiler error.
40463
40464 2009-06-06  Neil Jerram  <neil@ossau.uklinux.net>  (tiny change)
40465
40466         Escape non-texinfo { and }s.
40467         * doc/ld-output-def.texi (Visual Studio Compatibility): Fix
40468         markup error.
40469
40470 2009-06-04  Jim Meyering  <meyering@redhat.com>
40471
40472         gitlog-to-changelog: don't infloop on an empty commit log
40473         * build-aux/gitlog-to-changelog: Warn about an empty log message.
40474         Reported by Boris Petersen <transacid@centerim.org>.
40475
40476 2009-06-03  Mike Frysinger  <vapier@gentoo.org>
40477
40478         version-etc: extend for packagers
40479         Add three new configure options, intended for packagers:
40480           --with-packager="packager name"
40481           --with-packager-version="packager-specific version"
40482           --with-packager-bug-reports="packager bug reporting"
40483         An example with coreutils:
40484           $ ./configure \
40485             --with-packager=Gentoo \
40486             --with-packager-bug-report=http://bugs.gentoo.org/ \
40487             --with-packager-version="patchset 1.6"
40488           $ ./src/ls --version | head -n2
40489           ls (GNU coreutils) 7.1-dirty
40490           Packaged by Gentoo (patchset 1.6)
40491         Note that the bug reporting info via --help doesn't show up because
40492         coreutils uses its own custom emit_bug_reporting_address() implementation
40493         in src/system.h.  If it didn't, it'd look like:
40494           $ ./src/ls --help | tail -n4
40495           Report bugs to <bug-coreutils@gnu.org>.
40496           Report Gentoo bugs to <http://bugs.gentoo.org/>.
40497           GNU coreutils home page: <http://www.gnu.org/software/coreutils/>.
40498           General help using GNU software: <http://www.gnu.org/gethelp/>.
40499         * lib/version-etc.c: Print new information, if provided.
40500         * m4/version-etc.m4: New file.
40501         * modules/version-etc (Files): Add m4/version-etc.m4.
40502         (configure.ac): Add gl_VERSION_ETC.
40503
40504 2009-05-31  Bruno Haible  <bruno@clisp.org>
40505
40506         * tests/test-alignof.c: Include <stdint.h>. Check also 'long double'
40507         and 'int64_t'.
40508         * modules/alignof-tests (Dependencies): Add stdint.
40509         Reported by Eric Blake.
40510
40511 2009-05-31  Bruno Haible  <bruno@clisp.org>
40512
40513         * lib/alignof.h (alignof_slot, alignof_type, alignof): Document
40514         restriction due to compiler bugs.
40515         Reported by Eric Blake.
40516
40517 2009-05-31  Simon Josefsson  <simon@josefsson.org>
40518             Bruno Haible  <bruno@clisp.org>
40519
40520         Fix test-alignof failure.
40521         * lib/alignof.h (alignof_slot): New macro.
40522         (alignof_type): New macro, with the same semantics as the previous
40523         'alignof'.
40524         (alignof): Alias to alignof_slot.
40525         * tests/test-alignof.c (CHECK): Check alignof_slot, not alignof. Also
40526         check that the results are usable as constant expressions.
40527
40528 2009-05-31  Bruno Haible  <bruno@clisp.org>
40529
40530         * tests/zerosize-ptr.h (zerosize_ptr): Specify more details.
40531         * tests/test-memchr.c (main): Check that memchr does not read past the
40532         first occurrence of the byte.
40533         * tests/test-strstr.c (main): Update comment.
40534         Suggested by Eric Blake.
40535
40536 2009-05-30  Bruno Haible  <bruno@clisp.org>
40537
40538         * doc/ld-output-def.texi (Visual Studio Compatibility): Explain in more
40539         detail how to use dumpbin.
40540         Reported by David Byron <dbyron@dbyron.com>.
40541
40542 2009-06-02  Simon Josefsson  <simon@josefsson.org>
40543
40544         * tests/test-parse-duration.sh: Don't use non-portable 'read -u3'.
40545
40546 2009-06-02  Simon Josefsson  <simon@josefsson.org>
40547
40548         * m4/manywarnings.m4: Add GCC 4.4 warnings.
40549
40550 2009-05-28  Bruno Haible  <bruno@clisp.org>
40551
40552         * gnulib-tool (func_import): Don't do HAVE_CONFIG_H replacements on
40553         build-aux/ files.
40554
40555 2009-05-28  Simon Josefsson  <simon@josefsson.org>
40556
40557         * gnulib-tool (func_import): Transform license on build-aux/ files too.
40558
40559 2009-05-27  Simon Josefsson  <simon@josefsson.org>
40560
40561         * gnulib-tool (sed_transform_main_lib_file)
40562         (sed_transform_testsrelated_lib_file): : Don't use non-POSIX
40563         regexps.
40564
40565 2009-05-26  Simon Josefsson  <simon@josefsson.org>
40566
40567         * tests/test-strstr.c: Add another self-test.
40568         * tests/test-strstr.c: Rewrite to use malloc/strcpy instead of
40569         strdup.  Suggested by Eric Blake  <ebb9@byu.net>.
40570
40571 2009-05-23  Bruno Haible  <bruno@clisp.org>
40572
40573         * doc/havelib.texi (AC_LIB_HAVE_LINKFLAGS): Update for 2009-04-26
40574         change.
40575
40576 2009-05-21  Bruno Haible  <bruno@clisp.org>
40577
40578         Simplify use of mode_t varargs.
40579         * lib/open.c (open): Use PROMOTED_MODE_T instead of a conditional that
40580         uses 'mode_t' or 'int'.
40581         * lib/openat.c (openat): Likewise.
40582         * lib/open-safer.c (open_safer): Likewise.
40583         * m4/mode_t.m4: New file.
40584         * m4/open.m4 (gl_PREREQ_OPEN): Require gl_PROMOTED_TYPE_MODE_T.
40585         * m4/openat.m4 (gl_PREREQ_OPENAT): Likewise.
40586         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Likewise.
40587         * modules/open (Files): Add m4/mode_t.m4.
40588         * modules/openat (Files): Likewise.
40589         * modules/fcntl-safer (Files): Likewise.
40590         Suggested by Eric Blake.
40591
40592 2009-05-21  Pádraig Brady  <P@draigbrady.com>
40593
40594         * doc/glibc-functions/fallocate.texi: New file.
40595         * doc/gnulib.texi: Include it.
40596
40597 2009-05-21  Eric Blake  <ebb9@byu.net>
40598             Bruno Haible  <bruno@clisp.org>
40599
40600         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Remove redundant m4_quote
40601         invocations.
40602         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
40603
40604 2009-05-21  Eric Blake  <ebb9@byu.net>
40605             Bruno Haible  <bruno@clisp.org>
40606
40607         Second attempt to work around an AIX 5.3, 6.1 compiler bug with
40608         include_next. Fix of 2008-11-20 commit.
40609         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Also set
40610         NEXT_AS_FIRST_DIRECTIVE_FOO_H.
40611         * lib/math.in.h: Use NEXT_AS_FIRST_DIRECTIVE_MATH_H instead of
40612         NEXT_MATH_H.
40613         * modules/math (Makefile.am): Substitute NEXT_AS_FIRST_DIRECTIVE_MATH_H
40614         instead of NEXT_MATH_H.
40615
40616 2009-05-21  Bruno Haible  <bruno@clisp.org>
40617
40618         Avoid redefinition warnings for SIZE_MAX.
40619         * m4/size_max.m4 (gl_SIZE_MAX): Avoid redefining SIZE_MAX in config.h.
40620         Reported by Simon Josefsson.
40621
40622 2009-05-21  Bruno Haible  <bruno@clisp.org>
40623
40624         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_CACHE_CHECK instead of
40625         AC_CACHE_VAL.
40626
40627 2009-05-20  Bruno Haible  <bruno@clisp.org>
40628
40629         Make zeroptr.h work on mingw.
40630         * tests/zerosize-ptr.h: Test for the presence of <sys/mman.h> and
40631         mprotect.
40632         * modules/memchr-tests (configure.ac): Also test for sys/mman.h.
40633         * modules/memchr2-tests (configure.ac): Likewise.
40634         * modules/memcmp-tests (configure.ac): Likewise.
40635         * modules/memmem-tests (configure.ac): Likewise.
40636         * modules/memrchr-tests (configure.ac): Likewise.
40637         Reported by Simon Josefsson.
40638
40639 2009-05-20  Simon Josefsson  <simon@josefsson.org>
40640
40641         * tests/test-glob.c: Include string.h for strcmp prototype.
40642
40643 2009-05-20  Simon Josefsson  <simon@josefsson.org>
40644
40645         * modules/getdelim (Depends-on): Add explicit stdint, although it
40646         was implicitly already pulled in via realloc-posix.
40647         * lib/getdelim.c: Get SIZE_MAX from stdint.h.
40648
40649 2009-05-20  Simon Josefsson  <simon@josefsson.org>
40650
40651         MinGW and IRIX does not have sa_family_t type.  Reported by "Tom
40652         G. Christensen" <tgc@jupiterrise.com>.
40653         * m4/sys_socket_h.m4: Check for sa_family_t.
40654         * lib/sys_socket.in.h: Typedef sa_family_t when needed.
40655         * modules/sys_socket: Substitute HAVE_SA_FAMILY_T.
40656         * tests/test-sys_socket.c: Check that sa_family_t works.
40657
40658 2009-05-18  Eric Blake  <ebb9@byu.net>
40659
40660         maint.mk: allow gnulib_dir in VPATH build
40661         * top/maint.mk (gnulib_dir): Make relative to $(srcdir).
40662
40663 2009-05-15  Jim Meyering  <meyering@redhat.com>
40664
40665         maint.mk: Give gnulib_dir a default definition.
40666         * top/maint.mk (gnulib_dir): Define to 'gnulib', by default.
40667         Thus, most packages no longer need to specify this variable in cfg.mk
40668
40669 2009-05-14  Tom Prince  <tom.prince@ualberta.net>  (tiny change)
40670
40671         rename.m4: fix typos that would make non-mingw cross-configure fail
40672         * m4/rename.m4 (gl_FUNC_RENAME): Fix typos.
40673
40674 2009-05-13  Eric Blake  <ebb9@byu.net>
40675
40676         mmap-anon: avoid out-of-order autoconf expansion
40677         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Use correct
40678         SYSTEM_EXTENSIONS macro to silence warnings from autoconf 2.63b.
40679         * modules/memchr-tests (Depends-on): Add extensions.
40680         * modules/memchr2-tests (Depends-on): Add extensions.
40681         * modules/memcmp-tests (Depends-on): Add extensions.
40682         * modules/memmem-tests (Depends-on): Add extensions.
40683         * modules/memrchr-tests (Depends-on): Add extensions.
40684
40685 2009-05-13  Bruno Haible  <bruno@clisp.org>
40686
40687         Make some tests ISO C 99 compliant.
40688         * tests/zerosize-ptr.h: New file.
40689         * tests/test-memchr.c: Include zerosize-ptr.h.
40690         (main): Use a zero-size object pointer instead of NULL.
40691         * tests/test-memchr2.c: Include zerosize-ptr.h.
40692         (main): Use a zero-size object pointer instead of NULL.
40693         * tests/test-memcmp.c: Include zerosize-ptr.h.
40694         (main): Use a zero-size object pointer instead of NULL.
40695         * tests/test-memmem.c: Include zerosize-ptr.h.
40696         (main): Use a zero-size object pointer instead of NULL.
40697         * tests/test-memrchr.c: Include zerosize-ptr.h.
40698         (main): Use a zero-size object pointer instead of NULL.
40699         * modules/memchr-tests (Files): Add tests/zerosize-ptr.h,
40700         m4/mmap-anon.m4.
40701         (Depends-on): Add getpagesize.
40702         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
40703         * modules/memchr2-tests (Files): Add tests/zerosize-ptr.h,
40704         m4/mmap-anon.m4.
40705         (Depends-on): Add getpagesize.
40706         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
40707         * modules/memcmp-tests (Files): Add tests/zerosize-ptr.h,
40708         m4/mmap-anon.m4.
40709         (Depends-on): Add getpagesize.
40710         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
40711         * modules/memmem-tests (Files): Add tests/zerosize-ptr.h,
40712         m4/mmap-anon.m4.
40713         (Depends-on): Add getpagesize.
40714         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
40715         * modules/memrchr-tests (Files): Add tests/zerosize-ptr.h,
40716         m4/mmap-anon.m4.
40717         (Depends-on): Add getpagesize.
40718         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
40719
40720 2009-05-12  Bruno Haible  <bruno@clisp.org>
40721
40722         Tests for module 'alignof'.
40723         * modules/alignof-tests: New file.
40724         * tests/test-alignof.c: New file.
40725
40726 2009-05-12  Bruno Haible  <bruno@clisp.org>
40727
40728         Fix alignof macro.
40729         * lib/alignof.h (alignof): Remove special cases for AIX and HP-UX
40730         vendor compilers that are always correct.
40731
40732 2009-05-12  Bruno Haible  <bruno@clisp.org>
40733
40734         Make the MAP_ANONYMOUS detection work on HP-UX 11.
40735         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check whether mmap exists, but
40736         not whether its fully works.
40737
40738 2009-05-12  Bruno Haible  <bruno@clisp.org>
40739
40740         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Add comments.
40741
40742 2009-05-12  Jim Meyering  <meyering@redhat.com>
40743
40744         * top/maint.mk: Adjust backslash alignment.
40745
40746 2009-05-11  Simon Josefsson  <simon@josefsson.org>
40747
40748         * top/maint.mk: Make $(srcdir)/build-aux configurable.
40749
40750 2009-05-11  Eric Blake  <ebb9@byu.net>
40751
40752         argp: avoid undefined behavior
40753         * lib/argp-fmtstream.c (weak_alias): Pass correct types to ctype
40754         macros.
40755
40756 2009-05-08  Simon Josefsson  <simon@josefsson.org>
40757
40758         * tests/test-vc-list-files-git.sh: Do git config of user.email and
40759         user.name to prevent git commit from complaining.
40760
40761 2009-05-10  Bruno Haible  <bruno@clisp.org>
40762
40763         * gnulib-tool (func_import, func_create_testdir, copy-file): Change
40764         sed_rewrite_old_files, sed_rewrite_new_files, sed_rewrite_files so that
40765         it rewrites every file name only once.
40766         Reported by Simon Josefsson. Helped by Ralf Wildenhues.
40767
40768 2009-05-08  Bruno Haible  <bruno@clisp.org>
40769
40770         * lib/sys_socket.in.h (_SS_PADSIZE): Use a conditional expression
40771         instead of 'max'.
40772
40773 2009-05-08  Simon Josefsson  <simon@josefsson.org>
40774
40775         * m4/sys_socket_h.m4: Test for ws2tcpip.h earlier, needed for
40776         sockaddr_storage test.
40777
40778 2009-05-07  Simon Josefsson  <simon@josefsson.org>
40779
40780         * modules/sys_socket (Makefile.am): Substitute
40781         HAVE_STRUCT_SOCKADDR_STORAGE.  Depend on alignof.
40782         * m4/sys_socket_h.m4: Check for sockaddr_storage.
40783         * lib/sys_socket.in.h (sockaddr_storage): Define when needed.
40784         * tests/test-sys_socket.c: Check sockaddr_storage.
40785
40786 2009-05-08  Bruno Haible  <bruno@clisp.org>
40787
40788         New module 'alignof'.
40789         * lib/alignof.h: New file.
40790         * modules/alignof: New file.
40791
40792 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
40793             Bruno Haible  <bruno@clisp.org>
40794
40795         Fix test-file-has-acl on FreeBSD.
40796         * tests/test-file-has-acl.sh: Also test a directory. On FreeBSD, the
40797         mask is implicitly added.
40798         * tests/test-file-has-acl.c: Include <signal.h>.
40799         (main): Terminate the test after 5 seconds.
40800         * modules/acl-tests (configure.ac): Check for alarm function.
40801
40802 2009-05-04  Bruno Haible  <bruno@clisp.org>
40803
40804         Exploit new semantics of AC_DEFUN_ONCE available since 2009-01-26.
40805         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Remove outdated comment.
40806         * modules/errno (configure.ac): Drop AC_REQUIRE.
40807         * m4/multiarch.m4 (gl_MULTIARCH): Remove outdated comment.
40808         * modules/multiarch (configure.ac): Drop AC_REQUIRE.
40809
40810 2009-05-04  Simon Josefsson  <simon@josefsson.org>
40811
40812         * modules/glob-tests: New module.
40813         * tests/test-glob.c: Add.
40814
40815 2009-05-04  Simon Josefsson  <simon@josefsson.org>
40816
40817         * modules/fnmatch-tests: New module.
40818         * tests/test-fnmatch.c: Add.
40819
40820 2009-05-04  Eric Blake  <ebb9@byu.net>
40821
40822         maint: make the new no-submodule-changes rule VPATH-safe
40823         * top/maint.mk (no-submodule-changes): Don't assume a srcdir build.
40824
40825 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
40826             Bruno Haible  <bruno@clisp.org>
40827
40828         acl: Fix infinite loop on FreeBSD.
40829         * lib/acl_entries.c (acl_entries) [Linux, FreeBSD]: Fix interpretation
40830         of return value from acl_get_entry.
40831         * lib/file-has-acl.c (acl_access_nontrivial) [Linux, FreeBSD]:
40832         Likewise.
40833
40834 2009-05-03  Bruno Haible  <bruno@clisp.org>
40835
40836         * lib/acl-internal.h (acl_entries): Clarify return value.
40837         * lib/acl_entries.c (acl_entries): Likewise.
40838
40839 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
40840
40841         Bug fix in acl module.
40842         * lib/set-mode-acl.c: Use correct struct with ACL_SETACL.
40843
40844 2009-05-03  Bruno Haible  <bruno@clisp.org>
40845
40846         Create gperf-generated file in the source dir, not in the build dir.
40847         * modules/iconv_open (iconv_open-aix.h, iconv_open-hpux.h,
40848         iconv_open-irix.h, iconv_open-osf.h): Create file in the source tree.
40849         * modules/unicase/locale-language (unicase/locale-languages.h):
40850         Likewise.
40851         * modules/unicase/special-casing (unicase/special-casing-table.h):
40852         Likewise.
40853         * modules/unictype/property-byname (unictype/pr_byname.h): Likewise.
40854         * modules/unictype/scripts (unictype/scripts_byname.h): Likewise.
40855         * modules/uninorm/composition (uninorm/composition-table.h): Likewise.
40856         Reported by Ralf Wildenhues.
40857
40858 2009-05-03  Bruno Haible  <bruno@clisp.org>
40859
40860         * modules/fnmatch (Description, configure.ac): Taken from
40861         fnmatch-posix.
40862         * modules/fnmatch-posix: Turn into a symbolic reference to the
40863         'fnmatch' module, and deprecate.
40864         * doc/posix-functions/fnmatch.texi: Mention the fnmatch module.
40865
40866 2009-05-03  Bruno Haible  <bruno@clisp.org>
40867
40868         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF,
40869         gl_PREREQ_VASNPRINTF_LONG_DOUBLE): Define through AC_DEFUN_ONCE.
40870         Reported by Ralf Wildenhues.
40871
40872 2009-05-04  Simon Josefsson  <simon@josefsson.org>
40873
40874         * m4/fnmatch.m4: Fix fnmatch re-define.
40875
40876 2009-04-27  David Bartley  <dtbartle@csclub.uwaterloo.ca>
40877
40878         priv-set: new module and tests; adapt write-any-file
40879         * lib/priv-set.c: New file.
40880         * lib/priv-set.h: New file.
40881         * lib/unlinkdir.c: Make cannot_unlink_dir thread-safe.
40882         * lib/write-any-file.c: Simplify by using priv-set module.
40883         * m4/priv-set.m4: New file.
40884         * modules/priv-set: New file.
40885         * modules/unlinkdir: Add dependency on priv-set module.
40886         * modules/write-any-file: Likewise.
40887
40888         Tests for module 'priv-set'.
40889         * modules/priv-set-tests: New file.
40890         * tests/test-priv-set.c: New file.
40891
40892 2009-05-03  Jim Meyering  <meyering@redhat.com>
40893             Bruno Haible  <bruno@clisp.org>
40894
40895         * lib/propername.c (proper_name_utf8): Ignore no-op translations;
40896         use the converted UTF-8 variant of the name instead.
40897
40898 2009-05-03  Jim Meyering  <meyering@redhat.com>
40899
40900         tests: tighten some getdate tests
40901         * tests/test-getdate.c (main): Tighten tests: require equality,
40902         not just greater than.  Set TZ envvar to UTC0.
40903
40904 2009-05-03  Giuseppe Scrivano  <gscrivano@gnu.org>
40905
40906         getdate: correctly interpret "next monday" when run on a Monday
40907         * lib/getdate.y (get_date): Correct the calculation of tm_mday so
40908         that e.g., "next tues" (when run on a tuesday) results in a date
40909         that is one week in the future, and not today's date.
40910         I.e., add a week when the wday is the same as the current one.
40911         Reported by Tom Broadhurst in http://savannah.gnu.org/bugs/?25406,
40912         and earlier by Martin Bernreuther and Jan Minář.
40913         * tests/test-getdate.c (main): Check that "next DAY" is always in
40914         the future and that "last DAY" is always in the past.
40915
40916 2009-05-02  Jim Meyering  <meyering@redhat.com>
40917
40918         build: ensure that a release build fails when a submodule is unclean
40919         * top/maint.mk (no-submodule-changes): New rule.
40920         (alpha beta major): Depend on it.
40921
40922 2009-05-02  Bruno Haible  <bruno@clisp.org>
40923
40924         Remove incompatibility between modules fnmatch-posix and fnmatch-gnu.
40925         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Use a
40926         shell variable gl_fnmatch_required to detect which variant is
40927         requested.
40928         (_AC_FUNC_FNMATCH_IF, _AC_LIBOBJ_FNMATCH): Remove macros. Inlined into
40929         gl_FUNC_FNMATCH_POSIX.
40930         * gnulib-tool (func_create_testdir, func_create_megatestdir): Don't
40931         exclude fnmatch-posix.
40932
40933 2009-05-02  Bruno Haible  <bruno@clisp.org>
40934
40935         Relicense mbsrtowcs and strnlen1 under LGPLv2+.
40936         * modules/mbsrtowcs (License): Change to LGPLv2+.
40937         * modules/strnlen1 (License): Likewise.
40938         Reported by Simon Josefsson.
40939
40940 2009-05-02  Bruno Haible  <bruno@clisp.org>
40941
40942         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Say "guessing no" instead of
40943         "cross".
40944         (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Update. Don't assume that
40945         gnulib-tool was called with option --source-base=lib.
40946
40947 2009-05-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40948
40949         Use automake *-local hooks without commands, for extensibility.
40950         * modules/localcharset (Makefile.am): Rename install-exec-local
40951         rule to install-exec-localcharset, and make it a prerequisite of
40952         install-exec-local.  Likewise, rename the uninstall-local rule to
40953         uninstall-localcharset, and make it a prerequisite of the former.
40954
40955 2009-05-01  Bruno Haible  <bruno@clisp.org>
40956
40957         * lib/wchar.in.h (wcsnrtombs): Define if REPLACE_WCSNRTOMBS is 1.
40958         * m4/wcsnrtombs.m4 (gl_FUNC_WCSRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
40959         set REPLACE_WCSNRTOMBS if mbstate_t must be replaced.
40960         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCSNRTOMBS.
40961         * modules/wchar (Makefile.am): Substitute REPLACE_WCSNRTOMBS.
40962         * modules/wcsnrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
40963         m4/locale-zh.m4, m4/codeset.m4.
40964
40965         * m4/wcsrtombs.m4 (gl_FUNC_WCSNRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
40966         set REPLACE_WCSRTOMBS if mbstate_t must be replaced.
40967         * modules/wcsrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
40968         m4/locale-zh.m4.
40969
40970         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Invoke gl_MBSTATE_T_BROKEN, and set
40971         REPLACE_WCRTOMB if mbstate_t must be replaced.
40972         * modules/wcrtomb (Files): Add m4/mbrtowc.m4.
40973         Reported by Jens Rehsack <rehsack@googlemail.com> via Eric Blake.
40974
40975 2009-05-01  Bruno Haible  <bruno@clisp.org>
40976
40977         Avoid compiler warnings when redefining macros defined by <libintl.h>.
40978         * lib/gettext.h [!ENABLE_NLS] (gettext, dgettext, dcgettext, ngettext,
40979         dngettext, dcngettext, textdomain, bindtextdomain,
40980         bind_textdomain_codeset): Undefine before redefining.
40981
40982 2009-04-30  Bruno Haible  <bruno@clisp.org>
40983
40984         Fix bug introduced on 2009-04-25.
40985         * lib/math.in.h (gl_signbitf_OPTIMIZED_MACRO,
40986         gl_signbitd_OPTIMIZED_MACRO, gl_signbitl_OPTIMIZED_MACRO): New macros.
40987         * lib/signbitf.c (gl_signbitd): Undefine if gl_signbitf_OPTIMIZED_MACRO
40988         is defined.
40989         * lib/signbitd.c (gl_signbitd): Undefine if gl_signbitd_OPTIMIZED_MACRO
40990         is defined.
40991         * lib/signbitl.c (gl_signbitd): Undefine if gl_signbitl_OPTIMIZED_MACRO
40992         is defined.
40993         Reported by Elbert_Pol <elbert.pol@gmail.com>.
40994
40995 2009-04-28  Bruno Haible  <bruno@clisp.org>
40996
40997         Comment tweaks.
40998         * lib/unistr.h (u*_cmp2): Clarify what memcmp2 is.
40999         * lib/uninorm.h (u*_normxfrm): Fix description of return value.
41000         * lib/unicase.h (u*_casexfrm): Likewise.
41001         Reported by Paolo Bonzini.
41002
41003 2009-04-28  Bruno Haible  <bruno@clisp.org>
41004
41005         Fix a compilation error.
41006         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Fix initializer.
41007         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
41008         Reported by Jim Meyering.
41009
41010 2009-04-27  Bruno Haible  <bruno@clisp.org>
41011
41012         New module 'libunistring'.
41013         * modules/libunistring: New file.
41014         * m4/libunistring.m4: New file.
41015         * MODULES.html.sh (Unicode string functions): Add it.
41016
41017 2009-04-27  Eric Blake  <ebb9@byu.net>
41018
41019         maint.mk: allow package-specific header to provide <config.h>
41020         * top/maint.mk (sc_require_config_h): New variable.
41021         (sc_require_config_h, sc_require_config_h_first): Use it.
41022
41023 2009-04-27  Simon Josefsson  <simon@josefsson.org>
41024
41025         * top/maint.mk (sc_avoid_if_before_free): Except
41026         useless-if-before-free script.
41027
41028 2009-04-27  Eric Blake  <ebb9@byu.net>
41029
41030         maintainer-makefile: depend on all required helper scripts
41031         * modules/maintainer-makefile (Depends-on): Add vc-list-files and
41032         useless-if-before-free.
41033         * top/maint.mk (VC_LIST, sc_avoid_if_before_free): Use local
41034         version, rather than assuming gnulib checkout is available.
41035         Reported by Simen Josefsson.
41036
41037 2009-04-26  Bruno Haible  <bruno@clisp.org>
41038
41039         Make the lib vs. lib64 recognition work on openSUSE 11 with "gcc -m32".
41040         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): Ignore paths that end in
41041         "../" or "..".
41042
41043 2009-04-26  Bruno Haible  <bruno@clisp.org>
41044
41045         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Accept a fifth argument.
41046         * m4/libsigsegv.m4 (gl_LIBSIGSEGV): Simplify by using
41047         AC_LIB_HAVE_LINKFLAGS.
41048
41049 2009-04-26  Bruno Haible  <bruno@clisp.org>
41050
41051         Simplify calling convention of u*_conv_from_encoding.
41052         * lib/uniconv.h (u8_conv_from_encoding, u16_conv_from_encoding,
41053         u32_conv_from_encoding): Expect a resultbuf argument and return the
41054         result directly as a pointer.
41055         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Likewise.
41056         * lib/uniconv/u-conv-from-enc.h (FUNC): Likewise.
41057         * lib/uniconv/u-strconv-from-enc.h (FUNC): Update.
41058         * lib/unicase/ulc-casecmp.c (ulc_u8_casefold): Update.
41059         * lib/unicase/ulc-casexfrm.c (ulc_casexfrm): Update.
41060         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
41061         Update.
41062         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Update.
41063         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Update.
41064         * lib/vasnprintf.c (VASNPRINTF): Update.
41065         * tests/uniconv/test-u8-conv-from-enc.c (main): Update.
41066         * tests/uniconv/test-u16-conv-from-enc.c (main): Update.
41067         * tests/uniconv/test-u32-conv-from-enc.c (main): Update.
41068         * NEWS: Mention the change.
41069
41070 2009-04-26  Bruno Haible  <bruno@clisp.org>
41071
41072         Simplify calling convention of u*_conv_to_encoding.
41073         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
41074         u32_conv_to_encoding): Expect a resultbuf argument and return the
41075         result directly as a pointer.
41076         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
41077         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Preserve errno while
41078         freeing scaled_offsets if mem_iconveha failed.
41079         * lib/unicase/u-casexfrm.h (FUNC): Update.
41080         * lib/uninorm/u-normxfrm.h (FUNC): Update.
41081         * lib/vasnprintf.c (VASNPRINTF): Update.
41082         * tests/uniconv/test-u8-conv-to-enc.c (main): Update.
41083         * tests/uniconv/test-u16-conv-to-enc.c (main): Update.
41084         * tests/uniconv/test-u32-conv-to-enc.c (main): Update.
41085         * NEWS: Mention the change.
41086
41087 2009-04-26  Bruno Haible  <bruno@clisp.org>
41088
41089         Avoid test failures on AIX and OSF/1.
41090         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Avoid calling
41091         malloc(0).
41092         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
41093         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
41094         Likewise.
41095         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Likewise.
41096         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Likewise.
41097         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Fix memory leak.
41098         * lib/unistr/u-cpy-alloc.h (FUNC): Call malloc(1) instead of malloc(0).
41099         * doc/posix-functions/malloc.texi: Document the portability problem
41100         related to malloc(0).
41101
41102 2009-04-26  Bruno Haible  <bruno@clisp.org>
41103
41104         * modules/unistr/u8-cpy-alloc (Depends-on): Add malloc-posix.
41105         * modules/unistr/u16-cpy-alloc (Depends-on): Likewise.
41106         * modules/unistr/u32-cpy-alloc (Depends-on): Likewise.
41107
41108 2009-04-25  Bruno Haible  <bruno@clisp.org>
41109
41110         Avoid link error when creating a namespace clean library.
41111         * lib/math.in.h (gl_signbitf, gl_signbitd, gl_signbitl): Don't define
41112         as macro with arguments if already defined as an alias.
41113         * lib/signbitf.c (gl_signbitf): Don't undefine.
41114         * lib/signbitd.c (gl_signbitd): Don't undefine.
41115         * lib/signbitl.c (gl_signbitl): Don't undefine.
41116
41117 2009-04-25  Jim Meyering  <meyering@redhat.com>
41118
41119         vc-list-files: fix another quoting bug
41120         * build-aux/vc-list-files: Avoid sed backslash expansion
41121         of pathological directory names.
41122
41123 2009-04-25  Eric Blake  <ebb9@byu.net>
41124
41125         vc-list-files: fix shell quoting error
41126         * build-aux/vc-list-files: Protect against $ in $dir.  Normalize
41127         timestamp.
41128
41129 2009-04-25  Jim Meyering  <meyering@redhat.com>
41130
41131         vc-list-files: restore lost functionality with subdir argument
41132         * build-aux/vc-list-files: When given a non-"." sub-directory
41133         argument, substitute the $dir/ prefix back onto each resulting name.
41134         Otherwise, coreutils' root_tests check would fail.
41135
41136 2009-04-24  Eric Blake  <ebb9@byu.net>
41137
41138         vc-list-files: ignore git symlinks
41139         * build-aux/vc-list-files (.git): Use ls-tree and a filter, rather
41140         than ls-files, to ignore git symlinks.
41141
41142         maint.mk: import improvements from m4
41143         * top/maint.mk (VC-tag): Use signing key from cfg.mk.
41144         (move_if_change): Delete unused macro.
41145         (news-date-check, vc-diff-check): Support VPATH builds.
41146         (announcement): Likewise.  Split --bootstrap-tools list...
41147         (boostrap-tools): ...into separate list, which can be overridden
41148         in cfg.mk.
41149         (sc_avoid_if_before_free): Point to $(gnulib_dir), rather than
41150         requiring dependency on useless-if-before-free module.
41151         (VC_LIST, VC_LIST_EXCEPT): Likewise for vc-list-files module.
41152         Support VPATH builds.
41153
41154 2009-04-24  Jim Meyering  <meyering@redhat.com>
41155
41156         maint.mk: remove coreutils-specific rules and variables
41157         * top/maint.mk (bin, taint-distcheck, coreutils-path-check, t): Remove.
41158         (fake_home, install-transform-check, my-instcheck, pfx, TMPDIR): Remove.
41159         (t_prefix, t_taint, tp, warn_cflags, write_loser, my-distcheck): Remove.
41160
41161         maint.mk: remove obsolete rule
41162         * top/maint.mk (rel-check): Remove rule.
41163         (WGET, WGETFLAGS): Remove now-unused variables.
41164
41165 2009-04-24  Simon Josefsson  <simon@josefsson.org>
41166
41167         * top/maint.mk (makefile-check): Renamed to sc_makefile_check for
41168         consistency.
41169
41170         * modules/vc-list-files-tests (TESTS_ENVIRONMENT): Use
41171         '$(PATH_SEPARATOR)' instead of ':'.
41172
41173 2009-04-24  Simon Josefsson  <simon@josefsson.org>
41174
41175         * lib/getopt1.c (main): Use 'const' for static array.
41176
41177 2009-04-24  Simon Josefsson  <simon@josefsson.org>
41178
41179         * top/maint.mk: Sync with coreutils.
41180         * NEWS: Explain incompatibilities.
41181
41182 2009-04-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
41183             Bruno Haible  <bruno@clisp.org>
41184
41185         Fix cross-compilation results.
41186         * m4/btowc.m4 (gl_FUNC_BTOWC): Use no-op statement, rather than empty
41187         statement, as third argument of AC_TRY_RUN.
41188         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE, gl_MBRTOWC_SANITYCHECK,
41189         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL):
41190         Likewise.
41191         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): Likewise.
41192         * m4/wcsrtombs.m4 (gl_WCSRTOMBS_TERMINATION, gl_WCSRTOMBS_NULL):
41193         Likewise.
41194         * m4/wctob.m4 (gl_FUNC_WCTOB): Likewise.
41195         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Likewise. Update for AIX 4.3.
41196         * doc/posix-functions/wcrtomb.texi: Mention the bug on AIX 4.3.
41197
41198 2009-04-20  Bruno Haible  <bruno@clisp.org>
41199
41200         Avoid test failure on mingw.
41201         * tests/uniwidth/test-uc_width2.sh: Convert newlines in output.
41202
41203 2009-04-20  Bruno Haible  <bruno@clisp.org>
41204
41205         Avoid compilation error on mingw.
41206         * modules/localename-tests (Depends-on): Add locale.
41207
41208 2009-04-19  Bruno Haible  <bruno@clisp.org>
41209
41210         Support for building a shared library on Windows platforms.
41211         * tests/uninorm/test-nfc.c (n): Don't define if WOE32DLL.
41212         (main): Test the presence of UNINORM_NFC here.
41213         * tests/uninorm/test-nfd.c (n): Don't define if WOE32DLL.
41214         (main): Test the presence of UNINORM_NFD here.
41215         * tests/uninorm/test-nfkc.c (n): Don't define if WOE32DLL.
41216         (main): Test the presence of UNINORM_NFKC here.
41217         * tests/uninorm/test-nfkd.c (n): Don't define if WOE32DLL.
41218         (main): Test the presence of UNINORM_NFKD here.
41219
41220 2009-04-19  Bruno Haible  <bruno@clisp.org>
41221
41222         Avoid a compiler warning.
41223         * tests/uninorm/test-u32-normalize-big.c (read_normalization_test_file):
41224         Change type of variable 'sequence'.
41225
41226 2009-04-19  Bruno Haible  <bruno@clisp.org>
41227
41228         * modules/configmake (Makefile.am): When the contents of configmake.h
41229         does not change, arrange to preserve its modification time.
41230
41231 2009-04-17  Simon Josefsson  <simon@josefsson.org>
41232
41233         * top/maint.mk (PO_DOMAIN): New variable, allows overriding of
41234         gettext domain.
41235
41236 2009-04-16  Jim Meyering  <meyering@redhat.com>
41237
41238         useless-if-before-free: improve conversion code
41239         * build-aux/useless-if-before-free: Adjust code-in-comment to match
41240         "...!= 0" as well as "...!= NULL".  emacs has one of the former.
41241
41242 2009-04-14  Bruno Haible  <bruno@clisp.org>
41243
41244         * modules/fcntl (Depends-on): Add extensions.
41245         * m4/fcntl_h.m4 (gl_FCNTL_H): Add a comment.
41246
41247 2009-04-12  Ben Pfaff  <blp@gnu.org>
41248
41249         Make fcntl module detect O_NOATIME, O_NOFOLLOW on GNU/Linux.
41250         * m4/fcntl_h.m4 (gl_FCNTL_H): Require AC_USE_SYSTEM_EXTENSIONS.
41251
41252 2009-03-20  Ben Pfaff  <blp@gnu.org>
41253
41254         Make rename replace existing destinations on Windows.
41255         * m4/rename.m4: Add test for Mingw.
41256         * lib/rename.c: Add rename replacement that uses MoveFileEx with
41257         MOVEFILE_REPLACE_EXISTING to replace existing destination files.
41258         * doc/posix-functions/rename.texi: Document.
41259
41260 2009-04-10  Bruno Haible  <bruno@clisp.org>
41261
41262         New include file "iconveh.h".
41263         * lib/iconveh.h: New file, extracted from lib/striconveh.h.
41264         * lib/striconveh.h: Include it.
41265         (enum iconv_ilseq_handler): Remove definition.
41266         * lib/striconveha.h: Include <stddef.h> and iconveh.h instead of
41267         striconveh.h.
41268         * lib/striconveha.c: Include striconveh.h.
41269         * lib/uniconv.h: Include iconveh.h instead of striconveh.h.
41270         * modules/striconveh (Files): Add lib/iconveh.h.
41271         * modules/uniconv/base (Files): Add lib/iconveh.h. Remove
41272         lib/striconveh.h.
41273
41274 2009-04-10  Bruno Haible  <bruno@clisp.org>
41275
41276         * lib/uniconv.h: Update comment.
41277
41278 2009-04-10  Bruno Haible  <bruno@clisp.org>
41279
41280         * lib/unistr/u8-mbtouc-aux.c: Inside libunistring, define the function
41281         always.
41282         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
41283         * lib/unistr/u16-mbtouc-aux.c: Likewise.
41284         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
41285         * lib/unistr/u8-mbtouc.c: Inside libunistring, include
41286         "unistring-notinline.h", so that the function gets defined always.
41287         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
41288         * lib/unistr/u8-uctomb.c: Likewise.
41289         * lib/unistr/u16-mbtouc.c: Likewise.
41290         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
41291         * lib/unistr/u16-uctomb.c: Likewise.
41292         * lib/unistr/u32-mbtouc.c: Likewise.
41293         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
41294         * lib/unistr/u32-uctomb.c: Likewise.
41295
41296 2009-04-10  Bruno Haible  <bruno@clisp.org>
41297
41298         Mark 'utime' obsolete.
41299         * modules/utime (Status, Notice): New sections.
41300         Suggested by Jim Meyering.
41301
41302         Fix cross-compile guess for utime test.
41303         * m4/utime.m4 (AC_FUNC_UTIME_NULL): Add definition from newest unstable
41304         autoconf.
41305         * doc/posix-functions/utime.texi: Give more precisions.
41306         Reported by Jan <ipif@ymail.com>.
41307
41308 2009-04-09  Kamil Dudka  <kdudka@redhat.com>
41309
41310         filevercmp: correct today's change
41311         * lib/filevercmp.c: Also handle coreutils' test inputs.
41312         * tests/test-filevercmp.c: Add inputs from one of coreutils' test scripts.
41313
41314         Fix regression in 'filevercmp' module. Thanks Sven Joachim
41315         for reporting it.
41316         * lib/filevercmp.c: Special handle for "", "." and "..".
41317         * tests/test-filevercmp.c: Enlarge the set suite.
41318
41319 2009-04-07  Jim Meyering  <meyering@redhat.com>
41320
41321         useless-if-before-free: show how to remove braced useless free, too
41322         * build-aux/useless-if-before-free: still only in a comment, though.
41323
41324 2009-04-07  Reuben Thomas  <rrt@sc3d.org>
41325
41326         maint.mk: import changes to syntax-check macros from coreutils
41327         * top/maint.mk (_prohibit_regexp, _header_without_use): Define.
41328         Use them in the relevant macros.
41329
41330 2009-04-06  Bruno Haible  <bruno@clisp.org>
41331
41332         Fix unportable use of bit-fields.
41333         * lib/unicase/special-casing.h (struct special_casing_rule): Change the
41334         bit-field type from 'int' to 'signed int'. Otherwise Solaris cc,
41335         AIX xlc, and OSF/1 cc interpret it as 'unsigned int'.
41336
41337 2009-04-06  Bruno Haible  <bruno@clisp.org>
41338
41339         Avoid test failures on AIX and OSF/1.
41340         * tests/unicase/test-u8-casefold.c (check): Account for the possibility
41341         that malloc(0) = NULL.
41342         * tests/unicase/test-u8-tolower.c (check): Likewise.
41343         * tests/unicase/test-u8-totitle.c (check): Likewise.
41344         * tests/unicase/test-u8-toupper.c (check): Likewise.
41345         * tests/unicase/test-u16-casefold.c (check): Likewise.
41346         * tests/unicase/test-u16-tolower.c (check): Likewise.
41347         * tests/unicase/test-u16-totitle.c (check): Likewise.
41348         * tests/unicase/test-u16-toupper.c (check): Likewise.
41349         * tests/unicase/test-u32-casefold.c (check): Likewise.
41350         * tests/unicase/test-u32-tolower.c (check): Likewise.
41351         * tests/unicase/test-u32-totitle.c (check): Likewise.
41352         * tests/unicase/test-u32-toupper.c (check): Likewise.
41353         * tests/uninorm/test-u8-nfc.c (check): Likewise.
41354         * tests/uninorm/test-u8-nfd.c (check): Likewise.
41355         * tests/uninorm/test-u8-nfkc.c (check): Likewise.
41356         * tests/uninorm/test-u8-nfkd.c (check): Likewise.
41357         * tests/uninorm/test-u16-nfc.c (check): Likewise.
41358         * tests/uninorm/test-u16-nfd.c (check): Likewise.
41359         * tests/uninorm/test-u16-nfkc.c (check): Likewise.
41360         * tests/uninorm/test-u16-nfkd.c (check): Likewise.
41361         * tests/uninorm/test-u32-nfc.c (check): Likewise.
41362         * tests/uninorm/test-u32-nfd.c (check): Likewise.
41363         * tests/uninorm/test-u32-nfkc.c (check): Likewise.
41364         * tests/uninorm/test-u32-nfkd.c (check): Likewise.
41365
41366 2009-04-05  Bruno Haible  <bruno@clisp.org>
41367
41368         Work around an autoconf limitation.
41369         * gnulib-tool (func_emit_lib_Makefile_am): Omit the "Reproduce by"
41370         comment line if it would be longer than 3 KB.
41371
41372 2009-04-05  Bruno Haible  <bruno@clisp.org>
41373
41374         Avoid test failure with libiconv-1.13.
41375         * tests/test-striconveh.c (main): Allow result of libiconv 1.13 as one
41376         of the expected test results.
41377
41378 2009-04-05  Bruno Haible  <bruno@clisp.org>
41379
41380         * gnulib-tool (func_emit_lib_Makefile_am): Don't add the library to
41381         noinst_LTLIBRARIES if the Makefile.am in the same directory specifies
41382         that it should be installed.
41383
41384 2009-04-05  Bruno Haible  <bruno@clisp.org>
41385
41386         * gnulib-tool: New option --copy-file.
41387         (func_usage): Document it.
41388         (func_dest_tmpfilename): Moved out of func_import.
41389         (func_add_file, func_update_file): New functions, extracted from
41390         func_import.
41391         (func_import): Update.
41392
41393 2009-04-05  Karl Berry  <karl@gnu.org>
41394
41395         * README: prominently mention gnulib-tool.
41396         Rearrange sections so getting the code is near the top.
41397
41398 2009-04-05  Bruno Haible  <bruno@clisp.org>
41399
41400         * lib/unicase.h: Mention u*_cmp2.
41401         * lib/unicase/u-casecmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
41402         * lib/unicase/u8-casecmp.c: Use u8_cmp2 instead of u8_cmp.
41403         * lib/unicase/ulc-casecmp.c: Likewise.
41404         * lib/unicase/u16-casecmp.c: Use u16_cmp2 instead of u16_cmp.
41405         * lib/unicase/u32-casecmp.c: Use u32_cmp2 instead of u32_cmp.
41406         * modules/unicase/u8-casecmp (Depends-on): Add unistr/u8-cmp2, remove
41407         unistr/u8-cmp.
41408         * modules/unicase/ulc-casecmp (Depends-on): Likewise.
41409         * modules/unicase/u16-casecmp (Depends-on): Add unistr/u16-cmp2, remove
41410         unistr/u16-cmp.
41411         * modules/unicase/u32-casecmp (Depends-on): Add unistr/u32-cmp2, remove
41412         unistr/u32-cmp.
41413
41414         * lib/uninorm.h: Mention u*_cmp2.
41415         * lib/uninorm/u-normcmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
41416         * lib/uninorm/u8-normcmp.c: Use u8_cmp2 instead of u8_cmp.
41417         * lib/uninorm/u16-normcmp.c: Use u16_cmp2 instead of u16_cmp.
41418         * lib/uninorm/u32-normcmp.c: Use u32_cmp2 instead of u32_cmp.
41419         * modules/uninorm/u8-normcmp (Depends-on): Add unistr/u8-cmp2, remove
41420         unistr/u8-cmp.
41421         * modules/uninorm/u16-normcmp (Depends-on): Add unistr/u16-cmp2, remove
41422         unistr/u16-cmp.
41423         * modules/uninorm/u32-normcmp (Depends-on): Add unistr/u32-cmp2, remove
41424         unistr/u32-cmp.
41425
41426         New module 'unistr/u32-cmp2'.
41427         * lib/unistr/u32-cmp2.c: New file.
41428         * modules/unistr/u32-cmp2: New file.
41429
41430         New module 'unistr/u16-cmp2'.
41431         * lib/unistr/u16-cmp2.c: New file.
41432         * modules/unistr/u16-cmp2: New file.
41433
41434         New module 'unistr/u8-cmp2'.
41435         * lib/unistr.h (u8_cmp2, u16_cmp2, u32_cmp2): New declarations.
41436         * lib/unistr/u8-cmp2.c: New file.
41437         * lib/unistr/u-cmp2.h: New file.
41438         * modules/unistr/u8-cmp2: New file.
41439
41440 2009-04-05  Bruno Haible  <bruno@clisp.org>
41441
41442         * lib/unictype.h (uc_property_is_valid): New macro.
41443         * tests/unictype/test-pr_byname.c (main): Use it.
41444
41445         * lib/unistr.h: Doc fixes.
41446         * lib/uniconv.h: Doc fixes.
41447         * lib/unictype.h: Doc fixes.
41448
41449 2009-04-03  Paul Eggert  <eggert@cs.ucla.edu>
41450
41451         Port coreutils 7.2 to Solaris 8.
41452
41453         * modules/arpa_inet (arpa/inet.h): Depend on arpa_inet.in.h.
41454         * m4/inet_ntop.m4 (gl_INET_NTOP): Search for inet_ntop in -lnsl,
41455         for Solaris 8.  This is a bit of a hack, as it means it's the
41456         caller's responsibility to add -lnsl if needed, but most likely it
41457         won't be needed since only getaddrinfo uses this and getaddrinfo
41458         isn't needed on Solaris 8.
41459
41460         * modules/fnmatch (Depends-on): Add mbsrtowcs, to fix a porting
41461         problem to Solaris 8 encountered with coreutils 7.2, which
41462         resulted in a message "fnmatch.c:292: warning: passing argument 4
41463         of 'mbsrtowcs' from incompatible pointer type".  Also, add mbsinit
41464         at the suggestion of Bruno Haible, since fnmatch uses mbsinit.
41465
41466 2009-04-03  Simon Josefsson  <simon@josefsson.org>
41467
41468         * m4/ld-version-script.m4: Add FIXME comment.
41469
41470 2009-04-02  Simon Josefsson  <simon@josefsson.org>
41471
41472         * doc/ld-output-def.texi: Use DLL_VERSION instead of confusing
41473         SOVERSION variable.
41474
41475 2009-04-02  Bruno Haible  <bruno@clisp.org>
41476
41477         * Makefile (info, html, dvi, pdf): Combine the rules.
41478         Suggested by Jim Meyering.
41479
41480 2009-04-01  Bruno Haible  <bruno@clisp.org>
41481
41482         * Makefile (info, html, dvi, pdf): New targets.
41483         Reported by Reuben Thomas <rrt@sc3d.org>.
41484
41485 2009-04-01  Bruno Haible  <bruno@clisp.org>
41486
41487         * doc/gnulib-tool.texi (Invoking gnulib-tool): Document how gnulib-tool
41488         can be put into PATH.
41489         Reported by Reuben Thomas <rrt@sc3d.org>. Suggested by Karl Berry.
41490
41491 2009-04-01  Bruno Haible  <bruno@clisp.org>
41492
41493         * doc/lib-symbol-visibility.texi: Follow texinfo style conventions.
41494
41495 2009-04-01  Bruno Haible  <bruno@clisp.org>
41496
41497         Rename module 'visibility'.
41498         * modules/lib-symbol-visibility: Renamed from modules/visibility.
41499         * doc/lib-symbol-visibility.texi: Renamed from visibility.texi.
41500         * doc/gnulib.texi: Update.
41501         * MODULES.html.sh (Misc): Update.
41502         * NEWS: Mention the change.
41503
41504 2009-04-01  Simon Josefsson  <simon@josefsson.org>
41505
41506         * modules/lib-msvc-compat: New module.  Thanks to Bruno Haible
41507         <bruno@clisp.org>, Ralf Wildenhues <Ralf.Wildenhues@gmx.de>, and
41508         Eric Blake <ebb9@byu.net> for review.
41509         * MODULES.html.sh: Add lib-msvc-compat.
41510         * doc/gnulib.texi: Link to new section.
41511         * m4/ld-output-def.m4: New file.
41512         * doc/ld-output-def.texi: New file.
41513
41514 2009-04-01  Simon Josefsson  <simon@josefsson.org>
41515
41516         Rename ld-version-script to lib-symbol-versions.  Suggested by
41517         Bruno Haible <bruno@clisp.org>.
41518         * modules/ld-version-script: Renamed to lib-symbol-versions.
41519         * doc/ld-version-script.texi: Fix module name.
41520         * MODULES.html.sh: Add lib-symbol-versions.
41521
41522 2009-03-31  Simon Josefsson  <simon@josefsson.org>
41523
41524         * modules/u64-tests: New file.
41525         * tests/test-u64.c: New file.
41526
41527 2009-03-04  Simon Josefsson  <simon@josefsson.org>
41528
41529         * MODULES.html.sh: Mention u64.
41530         * modules/u64: New module.
41531         * modules/crypto/sha512: Depend on u64 module instead of providing
41532         u64.h.
41533
41534 2009-03-27  Eric Blake  <ebb9@byu.net>
41535
41536         test-strerror: make debugging EAI_SYSTEM easier
41537         * modules/getaddrinfo-tests (Depends-on): Add strerror.
41538         * test-getaddrinfo.c (simple) [ENABLE_DEBUGGING]: Report errno if
41539         failure was EAI_SYSTEM.
41540
41541 2009-03-25  Bruno Haible  <bruno@clisp.org>
41542
41543         Fix a problem with --enable-relocatable on Solaris 7.
41544         * modules/relocatable-prog-wrapper (Depends-on): Add environ. Needed
41545         since 2008-02-24.
41546
41547 2009-03-25  Eric Blake  <ebb9@byu.net>
41548
41549         test-sockets: avoid gcc warning
41550         * tests/test-sockets.c (main): Silence compiler warning.
41551
41552 2009-03-25  Paul Eggert  <eggert@cs.ucla.edu>
41553
41554         New modules nproc, pthread, contributed by Glen Lenker.
41555
41556         * MODULES.html.sh: Add pthread, nproc.
41557         * lib/nproc.c: New file.
41558         * lib/nproc.h: New file.
41559         * lib/pthread.in.h: New file.
41560         * m4/pthread.m4: New file.
41561         * modules/nproc: New file.
41562         * modules/pthread: New file.
41563
41564 2009-03-24  Simon Josefsson  <simon@josefsson.org>
41565
41566         * modules/unicase/locale-language-tests (test_locale_language_LDADD):
41567         New variable.
41568
41569 2009-03-24  Kamil Dudka  <kdudka@redhat.com>
41570
41571         filevercmp: handle simple~ and numbered.~3~ backup suffixes
41572         * lib/filevercmp.c: Handle simple~ and numbered.~3~ backup suffixes.
41573         * tests/test-filevercmp.c: Add tests for backup suffixes.
41574
41575 2009-03-24  Simon Josefsson  <simon@josefsson.org>
41576
41577         * modules/stdlib (Depends-on): Add stdint, needed when defining
41578         struct random_data on, for example, HP-UX 10.20.  Reported by
41579         Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
41580
41581 2009-03-24  Simon Josefsson  <simon@josefsson.org>
41582
41583         * lib/readline.c (readline): Call fflush on stdout after printing
41584         prompt.
41585
41586 2009-03-20  Bruno Haible  <bruno@clisp.org>
41587
41588         Remove dependency from 'close' module to -lws2_32 on native Windows.
41589         * lib/close-hook.h: New file.
41590         * lib/close-hook.c: New file.
41591         * lib/close.c: Include close-hook.h. Don't include <sys/socket.h>,
41592         w32sock.h.
41593         (_gl_close_fd_maybe_socket): Remove function.
41594         (rpl_close): Invoke execute_all_close_hooks instead of
41595         _gl_close_fd_maybe_socket.
41596         * lib/sockets.c: Include close-hook.h, w32sock.h.
41597         (close_fd_maybe_socket): New function, essentially from lib/close.c.
41598         (close_sockets_hook): New variable.
41599         (gl_sockets_startup): Register close_fd_maybe_socket as a hook.
41600         (gl_sockets_cleanup): Unregister it.
41601         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): Remove macro.
41602         * m4/close.m4 (gl_REPLACE_CLOSE): Undo 2009-02-05 change.
41603         * modules/close-hook: New file.
41604         * modules/close (Files): Remove lib/w32sock.h.
41605         (Depends-on): Add close-hook.
41606         (Link): Remove section.
41607         * modules/sockets (Files): Add lib/w32sock.h.
41608         (Depends-on): Add close-hook.
41609         * modules/sys_socket (configure.ac): Remove gl_MODULE_INDICATOR
41610         invocation.
41611         * NEWS: Mention that LIB_CLOSE is gone.
41612
41613 2009-03-23  Eric Blake  <ebb9@byu.net>
41614
41615         signal-tests: test previous patch
41616         * tests/test-signal.c: New file.
41617         * modules/signal-tests: Likewise.
41618
41619         signal.h: always support 'volatile sig_atomic_t'
41620         * m4/signal_h.m4 (gl_SIGNAL_H): Check for AIX limitation.
41621         (gl_SIGNAL_H_DEFAULTS): Add a default.
41622         * modules/signal (Makefile.am): Substitute if needed.
41623         * lib/signal.in.h (sig_atomic_t): Redefine if needed, so that
41624         users can blindly add volatile.
41625         * doc/posix-headers/signal.texi (signal.h): Document it.
41626         Reported by Matthew Woehlke.
41627
41628 2009-03-23  Jim Meyering  <meyering@redhat.com>
41629
41630         pathmax: PATH_MAX: use pathconf only when available
41631         * lib/pathmax.h (PATH_MAX): Select the pathconf-using definition
41632         only if HAVE_PATHCONF is defined.  Patch by Sylvain Beucler.
41633         * m4/pathmax.m4 (gl_PATHMAX): Check for pathconf.
41634         This avoids a link failure in a PSP cross-compilation environment
41635         described in http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/17048
41636
41637         * lib/vasnprintf.c (divide): Fix typo in comment.
41638
41639 2009-03-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41640
41641         * gnulib-tool (func_filter_filelist): Fix comment.
41642
41643 2009-03-20  Bruno Haible  <bruno@clisp.org>
41644
41645         Make sockets.h self-contained.
41646         * lib/sockets.c: Include sockets.h first.
41647         * lib/sockets.h: Include <sys/socket.h> before using the SOCKET type.
41648
41649 2009-03-19  Eric Blake  <ebb9@byu.net>
41650
41651         doc: mention more functions added in cygwin 1.7.0
41652         * doc/posix-functions/log2.texi: Mention recent cygwin 1.7.0
41653         addition.
41654         * doc/posix-functions/log2f.texi: Likewise.
41655
41656 2009-03-19  Jim Meyering  <meyering@redhat.com>
41657
41658         fsusage: avoid syntax error due to statement-before-declaration
41659         * lib/fsusage.c (get_fs_usage): Put warning-avoidance statement
41660         after all declarations.  Reported by Matthew Woehlke in
41661         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/16231
41662
41663 2009-03-18  Eric Blake  <ebb9@byu.net>
41664
41665         build-aux/compile: sync from automake
41666         * build-aux/compile: New file, from automake.
41667         * config/srclist.txt: Mention build-aux/compile.
41668
41669 2009-03-17  Bruno Haible  <bruno@clisp.org>
41670
41671         * lib/git-merge-changelog.c: Fix typo in comment.
41672         Reported by Reuben Thomas <rrt@sc3d.org>.
41673
41674 2009-03-17  Reuben Thomas  <rrt@sc3d.org>
41675
41676         * m4/regex.m4: update and improve help for
41677         --without-included-regex.
41678
41679 2009-03-17  Simon Josefsson  <simon@josefsson.org>
41680
41681         * modules/isnanl-nolibm-tests (Files): Add tests/nan.h to avoid
41682         failure on missing include files.
41683
41684 2009-03-17  Eric Blake  <ebb9@byu.net>
41685
41686         doc: mention more functions added in cygwin 1.7.0
41687         * doc/posix-functions/fwprintf.texi: Mention recent cygwin 1.7.0
41688         addition.
41689         * doc/posix-functions/fwscanf.texi: Likewise.
41690         * doc/posix-functions/swprintf.texi: Likewise.
41691         * doc/posix-functions/swscanf.texi: Likewise.
41692         * doc/posix-functions/vfwprintf.texi: Likewise.
41693         * doc/posix-functions/vfwscanf.texi: Likewise.
41694         * doc/posix-functions/vswprintf.texi: Likewise.
41695         * doc/posix-functions/vswscanf.texi: Likewise.
41696         * doc/posix-functions/vwprintf.texi: Likewise.
41697         * doc/posix-functions/vwscanf.texi: Likewise.
41698         * doc/posix-functions/wcscasecmp.texi: Likewise.
41699         * doc/posix-functions/wcsdup.texi: Likewise.
41700         * doc/posix-functions/wcsftime.texi: Likewise.
41701         * doc/posix-functions/wcsncasecmp.texi: Likewise.
41702         * doc/posix-functions/wprintf.texi: Likewise.
41703         * doc/posix-functions/wscanf.texi: Likewise.
41704         * doc/glibc-functions/gethostbyname2.texi: Likewise.
41705
41706 2009-03-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41707
41708         maint.mk: really add $(AM_MAKEFLAGS)
41709         * top/maint.mk (init-coverage, build-coverage): `$(AM_MAKEFLAGS)'
41710         was inadvertently omitted in the last commit.
41711         Spotted by Bruno Haible.
41712
41713         maint.mk: use $(MAKE) $(AM_MAKEFLAGS) not make
41714         * top/maint.mk (init-coverage, build-coverage): Use `$(MAKE)
41715         $(AM_MAKEFLAGS)' rather than plain `make'.
41716
41717         gnulib-tool: execute $MAKE not make
41718         * gnulib-tool: Default $MAKE to 'make'.
41719         (func_create_testdir, func_create_megatestdir): Use $MAKE rather
41720         than make.  Initialize $MAKE in the do-autobuild script.
41721
41722         gnulib-tool: use $MAKE not make in generated files
41723         * gnulib-tool (func_create_megatestdir): Use $MAKE rather than
41724         make, in generated files.  Initialize $MAKE in the do-autobuild
41725         script.
41726
41727         * top/GNUmakefile (_have-git-version-gen): Fix typo.
41728
41729         GNUmakefile: disable parallelism only for multiple, recursive targets
41730         * top/GNUmakefile (ALL_RECURSIVE_TARGETS): New macro; allow user
41731         additions in the Makefile.
41732         (AM_RECURSIVE_TARGETS): New macro, override only if not provided
41733         by Automake.
41734         (.NOTPARALLEL): Only disable parallel builds if multiple targets
41735         are listed on the command line and at least one of them is
41736         listed in $(ALL_RECURSIVE_TARGETS).
41737
41738 2009-03-14  Bruno Haible  <bruno@clisp.org>
41739
41740         * modules/unilbrk/u8-possible-linebreaks (Depends-on): Replace
41741         utf8-ucs4-unsafe with unistr/u8-mbtouc-unsafe.
41742         * modules/unilbrk/u8-width-linebreaks (Depends-on): Likewise.
41743         * modules/unilbrk/u16-possible-linebreaks (Depends-on): Replace
41744         utf16-ucs4-unsafe with unistr/u16-mbtouc-unsafe.
41745         * modules/unilbrk/u16-width-linebreaks (Depends-on): Likewise.
41746         * modules/unistr/u8-chr (Depends-on): Replace ucs4-utf8 with
41747         unistr/u8-uctomb.
41748         * modules/unistr/u8-strchr (Depends-on): Likewise.
41749         * modules/unistr/u8-strrchr (Depends-on): Likewise.
41750         * modules/unistr/u16-chr (Depends-on): Replace ucs4-utf16 with
41751         unistr/u16-uctomb.
41752         * modules/unistr/u16-strchr (Depends-on): Likewise.
41753         * modules/unistr/u16-strrchr (Depends-on): Likewise.
41754
41755 2009-03-12  Bruno Haible  <bruno@clisp.org>
41756
41757         Work around select() bug on Interix 3.5.
41758         * lib/sys_select.in.h (select): Also replace if REPLACE_SELECT is 1.
41759         * lib/select.c (rpl_select): Add an implementation for Unix platforms.
41760         * m4/select.m4: New file.
41761         * m4/sys_select_h.m4 (gl_SYS_SELECT_H_DEFAULTS): Initialize REPLACE_SELECT.
41762         * modules/sys_select (Makefile.am): Substitute REPLACE_SELECT.
41763         * modules/select (Files): Add m4/select.m4.
41764         (configure.ac): Move conditional to m4/select.m4. Invoke gl_FUNC_SELECT.
41765         * modules/nanosleep (Depends-on): Add select.
41766         * modules/poll (Depends-on): Likewise.
41767         * doc/posix-functions/select.texi: Mention the Interix bug.
41768         Reported by Markus Duft <mduft@gentoo.org>.
41769
41770         * lib/select.c: Renamed from lib/winsock-select.c.
41771         * modules/select (Files): Add lib/select.c, remove
41772         lib/winsock-select.c.
41773         (configure.ac): Update.
41774
41775 2009-03-12  Jim Meyering  <meyering@redhat.com>
41776
41777         avoid gcc warnings about unused macro definitions
41778         * lib/readtokens.c (STREQ): Remove unused definition.
41779         * lib/xmalloc.c (SIZE_MAX): Likewise.
41780         * lib/openat-die.c (N_): Likewise.
41781         * lib/mountlist.c (SIZE_MAX): Remove definition.
41782         Instead, include <stdint.h>.
41783         * lib/readutmp.c: Likewise.
41784         * modules/readutmp (Depends-on): Add stdint.
41785         * modules/mountlist (Depends-on): Add stdint.
41786         * lib/userspec.c (ISDIGIT): Move definition into #if block where used.
41787
41788 2009-03-10  Bruno Haible  <bruno@clisp.org>
41789
41790         Tests for module 'mbmemcasecoll'.
41791         * modules/mbmemcasecoll-tests: New file.
41792         * tests/test-mbmemcasecoll1.sh: New file.
41793         * tests/test-mbmemcasecoll2.sh: New file.
41794         * tests/test-mbmemcasecoll3.sh: New file.
41795         * tests/test-mbmemcasecoll.c: New file.
41796
41797         New module 'mbmemcasecoll'.
41798         * lib/mbmemcasecoll.h: New file.
41799         * lib/mbmemcasecoll.c: New file.
41800         * modules/mbmemcasecoll: New file.
41801
41802         * tests/test-mbmemcasecmp.h: New file, extracted from
41803         tests/test-mbmemcasecmp.c.
41804         * tests/test-mbmemcasecmp.c: Include test-mbmemcasecmp.h.
41805         (test_ascii, test_iso_8859_1, test_utf_8): Remove functions.
41806         (main): Update.
41807         * modules/mbmemcasecmp-tests (Files): Add tests/test-mbmemcasecmp.h.
41808
41809 2009-03-09  Bruno Haible  <bruno@clisp.org>
41810
41811         Tests for module 'mbmemcasecmp'.
41812         * modules/mbmemcasecmp-tests: New file.
41813         * tests/test-mbmemcasecmp1.sh: New file.
41814         * tests/test-mbmemcasecmp2.sh: New file.
41815         * tests/test-mbmemcasecmp3.sh: New file.
41816         * tests/test-mbmemcasecmp.c: New file.
41817
41818         New module 'mbmemcasecmp'.
41819         * lib/mbmemcasecmp.h: New file.
41820         * lib/mbmemcasecmp.c: New file.
41821         * modules/mbmemcasecmp: New file.
41822
41823 2009-03-09  Bruno Haible  <bruno@clisp.org>
41824
41825         Tests for module 'unicase/ulc-casecoll'.
41826         * modules/unicase/ulc-casecoll-tests: New file.
41827         * tests/unicase/test-ulc-casecoll1.sh: New file.
41828         * tests/unicase/test-ulc-casecoll2.sh: New file.
41829         * tests/unicase/test-ulc-casecoll.c: New file.
41830
41831         New module 'unicase/ulc-casecoll'.
41832         * lib/unicase.h (ulc_casecoll): New declaration.
41833         * lib/unicase/ulc-casecoll.c: New file.
41834         * modules/unicase/ulc-casecoll: New file.
41835
41836         New module 'unicase/ulc-casexfrm'.
41837         * lib/unicase.h (ulc_casexfrm): New declaration.
41838         * lib/unicase/ulc-casexfrm.c: New file.
41839         * modules/unicase/ulc-casexfrm: New file.
41840
41841 2009-03-09  Bruno Haible  <bruno@clisp.org>
41842
41843         Followup to 2008-12-22 commit: Remove unnecessary AC_FUNC_MBRTOWC
41844         invocations.
41845
41846         * m4/mbscasecmp.m4: Remove file.
41847         * modules/mbscasecmp (Files): Remove it and m4/mbrtowc.m4
41848         (configure.ac): Remove gl_FUNC_MBSCASECMP invocation.
41849
41850         * m4/mbscasestr.m4: Remove file.
41851         * modules/mbscasestr (Files): Remove it and m4/mbrtowc.m4
41852         (configure.ac): Remove gl_FUNC_MBSCASESTR invocation.
41853
41854         * m4/mbschr.m4: Remove file.
41855         * modules/mbschr (Files): Remove it and m4/mbrtowc.m4
41856         (configure.ac): Remove gl_FUNC_MBSCHR invocation.
41857
41858         * m4/mbscspn.m4: Remove file.
41859         * modules/mbscspn (Files): Remove it and m4/mbrtowc.m4
41860         (configure.ac): Remove gl_FUNC_MBSCSPN invocation.
41861
41862         * m4/mbslen.m4: Remove file.
41863         * modules/mbslen (Files): Remove it and m4/mbrtowc.m4
41864         (configure.ac): Remove gl_FUNC_MBSLEN invocation.
41865
41866         * m4/mbsncasecmp.m4: Remove file.
41867         * modules/mbsncasecmp (Files): Remove it and m4/mbrtowc.m4
41868         (configure.ac): Remove gl_FUNC_MBSNCASECMP invocation.
41869
41870         * m4/mbsnlen.m4: Remove file.
41871         * modules/mbsnlen (Files): Remove it and m4/mbrtowc.m4
41872         (configure.ac): Remove gl_FUNC_MBSNLEN invocation.
41873
41874         * m4/mbspbrk.m4: Remove file.
41875         * modules/mbspbrk (Files): Remove it and m4/mbrtowc.m4
41876         (configure.ac): Remove gl_FUNC_MBSPBRK invocation.
41877
41878         * m4/mbspcasecmp.m4: Remove file.
41879         * modules/mbspcasecmp (Files): Remove it and m4/mbrtowc.m4
41880         (configure.ac): Remove gl_FUNC_MBSPCASECMP invocation.
41881
41882         * m4/mbsrchr.m4: Remove file.
41883         * modules/mbsrchr (Files): Remove it and m4/mbrtowc.m4
41884         (configure.ac): Remove gl_FUNC_MBSRCHR invocation.
41885
41886         * m4/mbssep.m4: Remove file.
41887         * modules/mbssep (Files): Remove it and m4/mbrtowc.m4
41888         (configure.ac): Remove gl_FUNC_MBSSEP invocation.
41889
41890         * m4/mbsspn.m4: Remove file.
41891         * modules/mbsspn (Files): Remove it and m4/mbrtowc.m4
41892         (configure.ac): Remove gl_FUNC_MBSSPN invocation.
41893
41894         * m4/mbsstr.m4: Remove file.
41895         * modules/mbsstr (Files): Remove it and m4/mbrtowc.m4
41896         (configure.ac): Remove gl_FUNC_MBSSTR invocation.
41897
41898         * m4/mbstok_r.m4: Remove file.
41899         * modules/mbstok_r (Files): Remove it and m4/mbrtowc.m4
41900         (configure.ac): Remove gl_FUNC_MBSTOK_R invocation.
41901
41902         * m4/mbswidth.m4 (gl_MBSWIDTH): Remove AC_FUNC_MBRTOWC invocation.
41903
41904         * m4/quotearg.m4 (gl_QUOTEARG): Remove mbsinit test and
41905         AC_TYPE_MBSTATE_T, AC_FUNC_MBRTOWC invocations.
41906
41907         * modules/trim (configure.ac): Remove AC_FUNC_MBRTOWC invocation.
41908
41909 2009-03-08  Bruno Haible  <bruno@clisp.org>
41910
41911         Tests for module 'unicase/ulc-casecmp'.
41912         * modules/unicase/ulc-casecmp-tests: New file.
41913         * tests/unicase/test-ulc-casecmp1.sh: New file.
41914         * tests/unicase/test-ulc-casecmp2.sh: New file.
41915         * tests/unicase/test-ulc-casecmp.c: New file.
41916
41917         New module 'unicase/ulc-casecmp'.
41918         * lib/unicase.h (ulc_casecmp): New declaration.
41919         * lib/unicase/ulc-casecmp.c: New file.
41920         * lib/unicase/u-casecmp.h (FUNC): Change argument types to
41921         'const SRC_UNIT *'.
41922         * lib/unicase/u8-casecmp.c (SRC_UNIT): Define like UNIT.
41923         * lib/unicase/u16-casecmp.c (SRC_UNIT): Likewise.
41924         * lib/unicase/u32-casecmp.c (SRC_UNIT): Likewise.
41925         * modules/unicase/ulc-casecmp: New file.
41926
41927         Tests for module 'unicase/u32-is-cased'.
41928         * modules/unicase/u32-is-cased-tests: New file.
41929         * tests/unicase/test-u32-is-cased.c: New file.
41930
41931         Tests for module 'unicase/u16-is-cased'.
41932         * modules/unicase/u16-is-cased-tests: New file.
41933         * tests/unicase/test-u16-is-cased.c: New file.
41934
41935         Tests for module 'unicase/u8-is-cased'.
41936         * modules/unicase/u8-is-cased-tests: New file.
41937         * tests/unicase/test-u8-is-cased.c: New file.
41938         * tests/unicase/test-is-cased.h: New file.
41939
41940         New module 'unicase/u32-is-cased'.
41941         * lib/unicase/u32-is-cased.c: New file.
41942         * modules/unicase/u32-is-cased: New file.
41943
41944         New module 'unicase/u16-is-cased'.
41945         * lib/unicase/u16-is-cased.c: New file.
41946         * modules/unicase/u16-is-cased: New file.
41947
41948         New module 'unicase/u8-is-cased'.
41949         * lib/unicase/u8-is-cased.c: New file.
41950         * lib/unicase/u-is-cased.h: New file.
41951         * modules/unicase/u8-is-cased: New file.
41952
41953         Tests for module 'unicase/u32-is-casefolded'.
41954         * modules/unicase/u32-is-casefolded-tests: New file.
41955         * tests/unicase/test-u32-is-casefolded.c: New file.
41956
41957         Tests for module 'unicase/u16-is-casefolded'.
41958         * modules/unicase/u16-is-casefolded-tests: New file.
41959         * tests/unicase/test-u16-is-casefolded.c: New file.
41960
41961         Tests for module 'unicase/u8-is-casefolded'.
41962         * modules/unicase/u8-is-casefolded-tests: New file.
41963         * tests/unicase/test-u8-is-casefolded.c: New file.
41964         * tests/unicase/test-is-casefolded.h: New file.
41965
41966         New module 'unicase/u32-is-casefolded'.
41967         * lib/unicase/u32-is-casefolded.c: New file.
41968         * modules/unicase/u32-is-casefolded: New file.
41969
41970         New module 'unicase/u16-is-casefolded'.
41971         * lib/unicase/u16-is-casefolded.c: New file.
41972         * modules/unicase/u16-is-casefolded: New file.
41973
41974         New module 'unicase/u8-is-casefolded'.
41975         * lib/unicase/u8-is-casefolded.c: New file.
41976         * modules/unicase/u8-is-casefolded: New file.
41977
41978         Tests for module 'unicase/u32-is-titlecase'.
41979         * modules/unicase/u32-is-titlecase-tests: New file.
41980         * tests/unicase/test-u32-is-titlecase.c: New file.
41981
41982         Tests for module 'unicase/u16-is-titlecase'.
41983         * modules/unicase/u16-is-titlecase-tests: New file.
41984         * tests/unicase/test-u16-is-titlecase.c: New file.
41985
41986         Tests for module 'unicase/u8-is-titlecase'.
41987         * modules/unicase/u8-is-titlecase-tests: New file.
41988         * tests/unicase/test-u8-is-titlecase.c: New file.
41989         * tests/unicase/test-is-titlecase.h: New file.
41990
41991         New module 'unicase/u32-is-titlecase'.
41992         * lib/unicase/u32-is-titlecase.c: New file.
41993         * modules/unicase/u32-is-titlecase: New file.
41994
41995         New module 'unicase/u16-is-titlecase'.
41996         * lib/unicase/u16-is-titlecase.c: New file.
41997         * modules/unicase/u16-is-titlecase: New file.
41998
41999         New module 'unicase/u8-is-titlecase'.
42000         * lib/unicase/u8-is-titlecase.c: New file.
42001         * modules/unicase/u8-is-titlecase: New file.
42002
42003         Tests for module 'unicase/u32-is-lowercase'.
42004         * modules/unicase/u32-is-lowercase-tests: New file.
42005         * tests/unicase/test-u32-is-lowercase.c: New file.
42006
42007         Tests for module 'unicase/u16-is-lowercase'.
42008         * modules/unicase/u16-is-lowercase-tests: New file.
42009         * tests/unicase/test-u16-is-lowercase.c: New file.
42010
42011         Tests for module 'unicase/u8-is-lowercase'.
42012         * modules/unicase/u8-is-lowercase-tests: New file.
42013         * tests/unicase/test-u8-is-lowercase.c: New file.
42014         * tests/unicase/test-is-lowercase.h: New file.
42015
42016         New module 'unicase/u32-is-lowercase'.
42017         * lib/unicase/u32-is-lowercase.c: New file.
42018         * modules/unicase/u32-is-lowercase: New file.
42019
42020         New module 'unicase/u16-is-lowercase'.
42021         * lib/unicase/u16-is-lowercase.c: New file.
42022         * modules/unicase/u16-is-lowercase: New file.
42023
42024         New module 'unicase/u8-is-lowercase'.
42025         * lib/unicase/u8-is-lowercase.c: New file.
42026         * modules/unicase/u8-is-lowercase: New file.
42027
42028         Tests for module 'unicase/u32-is-uppercase'.
42029         * modules/unicase/u32-is-uppercase-tests: New file.
42030         * tests/unicase/test-u32-is-uppercase.c: New file.
42031
42032         Tests for module 'unicase/u16-is-uppercase'.
42033         * modules/unicase/u16-is-uppercase-tests: New file.
42034         * tests/unicase/test-u16-is-uppercase.c: New file.
42035
42036         Tests for module 'unicase/u8-is-uppercase'.
42037         * modules/unicase/u8-is-uppercase-tests: New file.
42038         * tests/unicase/test-u8-is-uppercase.c: New file.
42039         * tests/unicase/test-is-uppercase.h: New file.
42040
42041         New module 'unicase/u32-is-uppercase'.
42042         * lib/unicase/u32-is-uppercase.c: New file.
42043         * modules/unicase/u32-is-uppercase: New file.
42044
42045         New module 'unicase/u16-is-uppercase'.
42046         * lib/unicase/u16-is-uppercase.c: New file.
42047         * modules/unicase/u16-is-uppercase: New file.
42048
42049         New module 'unicase/u8-is-uppercase'.
42050         * lib/unicase/u8-is-uppercase.c: New file.
42051         * modules/unicase/u8-is-uppercase: New file.
42052
42053         New module 'unicase/u32-is-invariant'.
42054         * lib/unicase/u32-is-invariant.c: New file.
42055         * modules/unicase/u32-is-invariant: New file.
42056
42057         New module 'unicase/u16-is-invariant'.
42058         * lib/unicase/u16-is-invariant.c: New file.
42059         * modules/unicase/u16-is-invariant: New file.
42060
42061         New module 'unicase/u8-is-invariant'.
42062         * lib/unicase/u8-is-invariant.c: New file.
42063         * lib/unicase/invariant.h: New file.
42064         * lib/unicase/u-is-invariant.h: New file.
42065         * modules/unicase/u8-is-invariant: New file.
42066
42067         Tests for module 'unicase/u32-casecoll'.
42068         * modules/unicase/u32-casecoll-tests: New file.
42069         * tests/unicase/test-u32-casecoll.c: New file.
42070
42071         Tests for module 'unicase/u16-casecoll'.
42072         * modules/unicase/u16-casecoll-tests: New file.
42073         * tests/unicase/test-u16-casecoll.c: New file.
42074
42075         Tests for module 'unicase/u8-casecoll'.
42076         * modules/unicase/u8-casecoll-tests: New file.
42077         * tests/unicase/test-u8-casecoll.c: New file.
42078
42079         New module 'unicase/u32-casecoll'.
42080         * lib/unicase/u32-casecoll.c: New file.
42081         * modules/unicase/u32-casecoll: New file.
42082
42083         New module 'unicase/u16-casecoll'.
42084         * lib/unicase/u16-casecoll.c: New file.
42085         * modules/unicase/u16-casecoll: New file.
42086
42087         New module 'unicase/u8-casecoll'.
42088         * lib/unicase/u8-casecoll.c: New file.
42089         * lib/unicase/u-casecoll.h: New file.
42090         * modules/unicase/u8-casecoll: New file.
42091
42092         New module 'unicase/u32-casexfrm'.
42093         * lib/unicase/u32-casexfrm.c: New file.
42094         * modules/unicase/u32-casexfrm: New file.
42095
42096         New module 'unicase/u16-casexfrm'.
42097         * lib/unicase/u16-casexfrm.c: New file.
42098         * modules/unicase/u16-casexfrm: New file.
42099
42100         New module 'unicase/u8-casexfrm'.
42101         * lib/unicase/u8-casexfrm.c: New file.
42102         * lib/unicase/u-casexfrm.h: New file.
42103         * modules/unicase/u8-casexfrm: New file.
42104
42105         Tests for module 'unicase/u32-casecmp'.
42106         * modules/unicase/u32-casecmp-tests: New file.
42107         * tests/unicase/test-u32-casecmp.c: New file.
42108
42109         Tests for module 'unicase/u16-casecmp'.
42110         * modules/unicase/u16-casecmp-tests: New file.
42111         * tests/unicase/test-u16-casecmp.c: New file.
42112
42113         Tests for module 'unicase/u8-casecmp'.
42114         * modules/unicase/u8-casecmp-tests: New file.
42115         * tests/unicase/test-u8-casecmp.c: New file.
42116         * tests/unicase/test-casecmp.h: New file.
42117
42118         New module 'unicase/u32-casecmp'.
42119         * lib/unicase/u32-casecmp.c: New file.
42120         * modules/unicase/u32-casecmp: New file.
42121
42122         New module 'unicase/u16-casecmp'.
42123         * lib/unicase/u16-casecmp.c: New file.
42124         * modules/unicase/u16-casecmp: New file.
42125
42126         New module 'unicase/u8-casecmp'.
42127         * lib/unicase/u8-casecmp.c: New file.
42128         * lib/unicase/u-casecmp.h: New file.
42129         * modules/unicase/u8-casecmp: New file.
42130
42131         Tests for module 'unicase/u32-casefold'.
42132         * modules/unicase/u32-casefold-tests: New file.
42133         * tests/unicase/test-u32-casefold.c: New file.
42134
42135         Tests for module 'unicase/u16-casefold'.
42136         * modules/unicase/u16-casefold-tests: New file.
42137         * tests/unicase/test-u16-casefold.c: New file.
42138
42139         Tests for module 'unicase/u8-casefold'.
42140         * modules/unicase/u8-casefold-tests: New file.
42141         * tests/unicase/test-u8-casefold.c: New file.
42142
42143         New module 'unicase/u32-casefold'.
42144         * lib/unicase/u32-casefold.c: New file.
42145         * modules/unicase/u32-casefold: New file.
42146
42147         New module 'unicase/u16-casefold'.
42148         * lib/unicase/u16-casefold.c: New file.
42149         * modules/unicase/u16-casefold: New file.
42150
42151         New module 'unicase/u8-casefold'.
42152         * lib/unicase/u8-casefold.c: New file.
42153         * lib/unicase/u-casefold.h: New file.
42154         * modules/unicase/u8-casefold: New file.
42155
42156         New module 'unicase/tocasefold'.
42157         * lib/unicase/casefold.h: New file.
42158         * lib/unicase/tocasefold.c: New file.
42159         * lib/unicase/tocasefold.h: New file, generated by gen-uni-tables.c.
42160         * modules/unicase/tocasefold: New file.
42161
42162         Tests for module 'unicase/u32-totitle'.
42163         * modules/unicase/u32-totitle-tests: New file.
42164         * tests/unicase/test-u32-totitle.c: New file.
42165
42166         Tests for module 'unicase/u16-totitle'.
42167         * modules/unicase/u16-totitle-tests: New file.
42168         * tests/unicase/test-u16-totitle.c: New file.
42169
42170         Tests for module 'unicase/u8-totitle'.
42171         * modules/unicase/u8-totitle-tests: New file.
42172         * tests/unicase/test-u8-totitle.c: New file.
42173
42174         New module 'unicase/u32-totitle'.
42175         * lib/unicase/u32-totitle.c: New file.
42176         * modules/unicase/u32-totitle: New file.
42177
42178         New module 'unicase/u16-totitle'.
42179         * lib/unicase/u16-totitle.c: New file.
42180         * modules/unicase/u16-totitle: New file.
42181
42182         New module 'unicase/u8-totitle'.
42183         * lib/unicase/u8-totitle.c: New file.
42184         * lib/unicase/u-totitle.h: New file.
42185         * modules/unicase/u8-totitle: New file.
42186
42187         Tests for module 'unicase/u32-tolower'.
42188         * modules/unicase/u32-tolower-tests: New file.
42189         * tests/unicase/test-u32-tolower.c: New file.
42190
42191         Tests for module 'unicase/u16-tolower'.
42192         * modules/unicase/u16-tolower-tests: New file.
42193         * tests/unicase/test-u16-tolower.c: New file.
42194
42195         Tests for module 'unicase/u8-tolower'.
42196         * modules/unicase/u8-tolower-tests: New file.
42197         * tests/unicase/test-u8-tolower.c: New file.
42198
42199         New module 'unicase/u32-tolower'.
42200         * lib/unicase/u32-tolower.c: New file.
42201         * modules/unicase/u32-tolower: New file.
42202
42203         New module 'unicase/u16-tolower'.
42204         * lib/unicase/u16-tolower.c: New file.
42205         * modules/unicase/u16-tolower: New file.
42206
42207         New module 'unicase/u8-tolower'.
42208         * lib/unicase/u8-tolower.c: New file.
42209         * modules/unicase/u8-tolower: New file.
42210
42211         Tests for module 'unicase/u32-toupper'.
42212         * modules/unicase/u32-toupper-tests: New file.
42213         * tests/unicase/test-u32-toupper.c: New file.
42214
42215         Tests for module 'unicase/u16-toupper'.
42216         * modules/unicase/u16-toupper-tests: New file.
42217         * tests/unicase/test-u16-toupper.c: New file.
42218
42219         Tests for module 'unicase/u8-toupper'.
42220         * modules/unicase/u8-toupper-tests: New file.
42221         * tests/unicase/test-u8-toupper.c: New file.
42222
42223         New module 'unicase/u32-toupper'.
42224         * lib/unicase/u32-toupper.c: New file.
42225         * modules/unicase/u32-toupper: New file.
42226
42227         New module 'unicase/u16-toupper'.
42228         * lib/unicase/u16-toupper.c: New file.
42229         * modules/unicase/u16-toupper: New file.
42230
42231         New module 'unicase/u8-toupper'.
42232         * lib/unicase/u8-toupper.c: New file.
42233         * modules/unicase/u8-toupper: New file.
42234
42235         New module 'unicase/u32-casemap'.
42236         * lib/unicase/u32-casemap.c: New file.
42237         * modules/unicase/u32-casemap: New file.
42238
42239         New module 'unicase/u16-casemap'.
42240         * lib/unicase/u16-casemap.c: New file.
42241         * modules/unicase/u16-casemap: New file.
42242
42243         New module 'unicase/u8-casemap'.
42244         * lib/unicase/unicasemap.h: New file.
42245         * lib/unicase/u8-casemap.c: New file.
42246         * lib/unicase/u-casemap.h: New file.
42247         * modules/unicase/u8-casemap: New file.
42248
42249         New module 'unicase/special-casing'.
42250         * lib/unicase/special-casing.h: New file.
42251         * lib/unicase/special-casing.c: New file.
42252         * lib/unicase/special-casing-table.gperf: New file, generated by
42253         gen-uni-tables.c.
42254         * modules/unicase/special-casing: New file.
42255
42256         Tests for module 'unicase/locale-language'.
42257         * modules/unicase/locale-language-tests: New file.
42258         * tests/unicase/test-locale-language.sh: New file.
42259         * tests/unicase/test-locale-language.c: New file.
42260
42261         New module 'unicase/locale-language'.
42262         * lib/unicase/locale-language.c: New file.
42263         * lib/unicase/locale-languages.gperf: New file.
42264         * modules/unicase/locale-language: New file.
42265
42266         Generate more tables for case conversion and case folding.
42267         * lib/gen-uni-tables.c (SCC_*): New enum items.
42268         (struct special_casing_rule): New type.
42269         (casing_rules, num_casing_rules, allocated_casing_rules): New
42270         variables.
42271         (add_casing_rule, fill_casing_rules): New functions.
42272         (struct casefold_rule): New type.
42273         (casefolding_rules, num_casefolding_rules,
42274         allocated_casefolding_rules): New variables.
42275         (fill_casefolding_rules): New function.
42276         (unicode_casefold): New variable.
42277         (to_casefold, redistribute_casefolding_rules, compare_casing_rules,
42278         sort_casing_rules, output_casing_rules): New functions.
42279         (main): Accept to more arguments: SpecialCasing.txt and
42280         CaseFolding.txt. Invoke fill_casing_rules, fill_casefolding_rules,
42281         redistribute_casefolding_rules, sort_casing_rules, output_casing_rules.
42282         Output mapping for casefolding.
42283
42284         * lib/unicase.h: Include stdbool.h, uninorm.h.
42285         (u8_toupper, u16_toupper, u32_toupper, u8_tolower, u16_tolower,
42286         u32_tolower, u8_totitle, u16_totitle, u32_totitle): Add nf argument.
42287         (u8_casefold, u16_casefold, u32_casefold): Add iso639_language and nf
42288         arguments.
42289         (u8_casecmp, u16_casecmp, u32_casecmp): Add iso639_language, nf,
42290         resultp arguments.
42291         (u8_casexfrm, u16_casexfrm, u32_casexfrm): New declarations.
42292         (u8_casecoll, u16_casecoll, u32_casecoll): Add iso639_language, nf,
42293         resultp arguments.
42294         (u8_is_uppercase, u16_is_uppercase, u32_is_uppercase, u8_is_lowercase,
42295         u16_is_lowercase, u32_is_lowercase, u8_is_titlecase, u16_is_titlecase,
42296         u32_is_titlecase, u8_is_casefolded, u16_is_casefolded,
42297         u32_is_casefolded, u8_is_cased, u16_is_cased, u32_is_cased): New
42298         declarations.
42299         * modules/unicase/base (Depends-on): Add uninorm/base, stdbool.
42300
42301 2009-03-08  Bruno Haible  <bruno@clisp.org>
42302
42303         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
42304         u16_normcoll, u32_normcoll): Rename argument 'result' to 'resultp'.
42305         * lib/uninorm/u-normcmp.h (FUNC): Likewise.
42306         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
42307
42308 2009-03-07  Bruno Haible  <bruno@clisp.org>
42309
42310         Adjust u*_normcmp, u*_normcoll API.
42311         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
42312         u16_normcoll, u32_normcoll): Change failure conventions.
42313         * lib/uninorm/u-normcmp.h (FUNC): Upon failure, store the error code in
42314         errno and return -1.
42315         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
42316
42317 2009-03-07  Bruno Haible  <bruno@clisp.org>
42318
42319         Tests for module 'uninorm/u32-normcoll'.
42320         * modules/uninorm/u32-normcoll-tests: New file.
42321         * tests/uninorm/test-u32-normcoll.c: New file.
42322
42323         Tests for module 'uninorm/u16-normcoll'.
42324         * modules/uninorm/u16-normcoll-tests: New file.
42325         * tests/uninorm/test-u16-normcoll.c: New file.
42326
42327         Tests for module 'uninorm/u8-normcoll'.
42328         * modules/uninorm/u8-normcoll-tests: New file.
42329         * tests/uninorm/test-u8-normcoll.c: New file.
42330
42331 2009-03-07  Bruno Haible  <bruno@clisp.org>
42332
42333         * tests/uninorm/test-u32-normcmp.h: New file, extracted from
42334         tests/uninorm/test-u32-normcmp.c.
42335         * tests/uninorm/test-u32-normcmp.c: Include it.
42336         (test_nonascii): New function, extracted from main. Add some more
42337         tests.
42338         (main): Invoke test_ascii and test_nonascii.
42339         * modules/uninorm/u32-normcmp-tests (Files): Add
42340         tests/uninorm/test-u32-normcmp.h.
42341         (Depends-on): Remove uninorm/u32-normcmp.
42342
42343         * tests/uninorm/test-u16-normcmp.h: New file, extracted from
42344         tests/uninorm/test-u16-normcmp.c.
42345         * tests/uninorm/test-u16-normcmp.c: Include it.
42346         (test_nonascii): New function, extracted from main. Add some more
42347         tests.
42348         (main): Invoke test_ascii and test_nonascii.
42349         * modules/uninorm/u16-normcmp-tests (Files): Add
42350         tests/uninorm/test-u16-normcmp.h.
42351         (Depends-on): Remove uninorm/u16-normcmp.
42352
42353         * tests/uninorm/test-u8-normcmp.h: New file, extracted from
42354         tests/uninorm/test-u8-normcmp.c.
42355         * tests/uninorm/test-u8-normcmp.c: Include it.
42356         (test_nonascii): New function, extracted from main. Add some more
42357         tests.
42358         (main): Invoke test_ascii and test_nonascii.
42359         * modules/uninorm/u8-normcmp-tests (Files): Add
42360         tests/uninorm/test-u8-normcmp.h.
42361         (Depends-on): Remove uninorm/u8-normcmp.
42362
42363 2009-03-07  Bruno Haible  <bruno@clisp.org>
42364
42365         New module 'uninorm/u32-normcoll'.
42366         * lib/uninorm/u32-normcoll.c: New file.
42367         * modules/uninorm/u32-normcoll: New file.
42368
42369         New module 'uninorm/u16-normcoll'.
42370         * lib/uninorm/u16-normcoll.c: New file.
42371         * modules/uninorm/u16-normcoll: New file.
42372
42373         New module 'uninorm/u8-normcoll'.
42374         * lib/uninorm.h (u8_normcoll, u16_normcoll, u32_normcoll): New
42375         declarations.
42376         * lib/uninorm/u8-normcoll.c: New file.
42377         * lib/uninorm/u-normcoll.h: New file.
42378         * modules/uninorm/u8-normcoll: New file.
42379
42380         New module 'uninorm/u32-normxfrm'.
42381         * lib/uninorm/u32-normxfrm.c: New file.
42382         * modules/uninorm/u32-normxfrm: New file.
42383
42384         New module 'uninorm/u16-normxfrm'.
42385         * lib/uninorm/u16-normxfrm.c: New file.
42386         * modules/uninorm/u16-normxfrm: New file.
42387
42388         New module 'uninorm/u8-normxfrm'.
42389         * lib/uninorm.h (u8_normxfrm, u16_normxfrm, u32_normxfrm): New
42390         declarations.
42391         * lib/uninorm/u8-normxfrm.c: New file.
42392         * lib/uninorm/u-normxfrm.h: New file.
42393         * modules/uninorm/u8-normxfrm: New file.
42394
42395 2009-03-07  Bruno Haible  <bruno@clisp.org>
42396
42397         * modules/uninorm/u8-normcmp (Depends-on): Add uninorm/base.
42398         * modules/uninorm/u16-normcmp (Depends-on): Likewise.
42399         * modules/uninorm/u32-normcmp (Depends-on): Likewise.
42400
42401 2009-03-07  Bruno Haible  <bruno@clisp.org>
42402
42403         New module 'memxfrm'.
42404         * lib/memxfrm.h: New file.
42405         * lib/memxfrm.c: New file.
42406         * modules/memxfrm: New file.
42407
42408 2009-03-07  Bruno Haible  <bruno@clisp.org>
42409
42410         New module 'memcmp2'.
42411         * lib/memcmp2.h: New file.
42412         * lib/memcmp2.c: New file.
42413         * modules/memcmp2: New file.
42414
42415 2009-03-07  Bruno Haible  <bruno@clisp.org>
42416
42417         Tests for module 'uninorm/decomposing-form'.
42418         * modules/uninorm/decomposing-form-tests: New file.
42419         * tests/uninorm/test-decomposing-form.c: New file.
42420
42421         New module 'uninorm/decomposing-form'.
42422         * lib/uninorm.h (uninorm_decomposing_form): New declaration.
42423         * lib/uninorm/normalize-internal.h (struct unicode_normalization_form):
42424         Add 'decomposing_variant' field.
42425         * lib/uninorm/decomposing-form.c: New file.
42426         * lib/uninorm/nfc.c (uninorm_nfc): Update.
42427         * lib/uninorm/nfd.c (uninorm_nfd): Update.
42428         * lib/uninorm/nfkc.c (uninorm_nfkc): Update.
42429         * lib/uninorm/nfkd.c (uninorm_nfkd): Update.
42430         * modules/uninorm/decomposing-form: New file.
42431         * modules/uninorm/nfc (Depends-on): Add uninorm/nfd.
42432         * modules/uninorm/nfkc (Depends-on): Add uninorm/nfkd.
42433
42434 2009-03-07  Bruno Haible  <bruno@clisp.org>
42435
42436         * lib/uninorm/u-normcmp.h (FUNC): Use stack=allocated buffers for small
42437         strings.
42438
42439 2009-03-06  Bruno Haible  <bruno@clisp.org>
42440
42441         Tests for module 'uninorm/u32-normcmp'.
42442         * tests/uninorm/test-u32-normcmp.c: New file.
42443         * modules/uninorm/u32-normcmp-tests: New file.
42444
42445         Tests for module 'uninorm/u16-normcmp'.
42446         * tests/uninorm/test-u16-normcmp.c: New file.
42447         * modules/uninorm/u16-normcmp-tests: New file.
42448
42449         Tests for module 'uninorm/u8-normcmp'.
42450         * tests/uninorm/test-u8-normcmp.c: New file.
42451         * modules/uninorm/u8-normcmp-tests: New file.
42452
42453         New module 'uninorm/u32-normcmp'.
42454         * lib/uninorm/u32-normcmp.c: New file.
42455         * modules/uninorm/u32-normcmp: New file.
42456
42457         New module 'uninorm/u16-normcmp'.
42458         * lib/uninorm/u16-normcmp.c: New file.
42459         * modules/uninorm/u16-normcmp: New file.
42460
42461         New module 'uninorm/u8-normcmp'.
42462         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp): New
42463         declarations.
42464         * lib/uninorm/u8-normcmp.c: New file.
42465         * lib/uninorm/u-normcmp.h: New file.
42466         * modules/uninorm/u8-normcmp: New file.
42467
42468 2009-03-06  Bruno Haible  <bruno@clisp.org>
42469
42470         * lib/w32spawn.h (dup_noinherit): Add cast, to avoid gcc warning.
42471         Reported by Eric Blake.
42472
42473 2009-03-06  Eric Blake  <ebb9@byu.net>
42474             Bruno Haible  <bruno@clisp.org>
42475
42476         * lib/spawni.c (__spawni) [WIN32_NATIVE]: Define as a stub.
42477         * modules/posix_spawn-tests (configure.ac): Define POSIX_SPAWN_PORTED
42478         condition.
42479         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
42480         * modules/posix_spawnp-tests (configure.ac): Define POSIX_SPAWN_PORTED
42481         condition.
42482         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
42483
42484 2009-03-06  Eric Blake  <ebb9@byu.net>
42485
42486         * lib/execute.c (execute) [WIN32_NATIVE]: Cast arguments of spawnvpe,
42487         to avoid compiler warnings.
42488         * lib/pipe.c (create_pipe) [WIN32_NATIVE]: Likewise.
42489
42490 2009-03-05  Bruno Haible  <bruno@clisp.org>
42491
42492         * tests/test-ftell.c (main): Disable test beyond end of file on
42493         FreeMiNT.
42494         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
42495
42496 2009-03-05  Kamil Dudka  <kdudka@redhat.com>
42497
42498         * lib/filevercmp.c: Move hidden files up in ordering.
42499         * tests/test-filevercmp.c: Add tests for hidden files.
42500
42501 2009-03-04  Bruno Haible  <bruno@clisp.org>
42502
42503         * modules/visibility (Makefile.am): Augment AM_CFLAGS.
42504         * gnulib-tool (func_emit_lib_Makefile_am): Emit initialization of
42505         AM_CFLAGS.
42506         Reported by Simon Josefsson.
42507
42508 2009-03-03  Bruno Haible  <bruno@clisp.org>
42509
42510         * doc/visibility.texi: Recommend to use HAVE_VISIBILITY as a C macro.
42511         Reported by Simon Josefsson.
42512
42513         * doc/ld-version-script.texi: Update node reference.
42514
42515 2009-03-03  Bruno Haible  <bruno@clisp.org>
42516
42517         * modules/visibility (License): Change to 'unlimited'.
42518         Suggested by Simon Josefsson.
42519
42520 2009-03-03  Jim Meyering  <meyering@redhat.com>
42521
42522         unlinkdir: cannot_unlink_dir may modify process state
42523         * lib/unlinkdir.c (cannot_unlink_dir): Add a comment warning that
42524         it's neither thread-safe nor appropriate for use in a library.
42525
42526 2009-03-03  Eric Blake  <ebb9@byu.net>
42527
42528         test-closein: silence test under Darwin
42529         * tests/test-closein.sh: Ignore stderr from cat, since we don't
42530         care if it dies from EPIPE or EBADF.
42531
42532 2009-03-03  Bruno Haible  <bruno@clisp.org>
42533
42534         * doc/gnulib.texi: Include visibility.texi and ld-version-script.texi
42535         earlier.
42536         * doc/visibility.texi: Fix @node and @section.
42537
42538 2009-03-03  Simon Josefsson  <simon@josefsson.org>
42539
42540         * doc/gnulib.texi: Link to sections for ld version script and
42541         visibility.
42542         * doc/visibility.texi: Add @node and @section.
42543         * modules/ld-version-script: New module.
42544         * m4/ld-version-script.m4: New file.
42545         * doc/ld-version-script.texi: New file.
42546
42547 2009-03-02  David Lutterkort  <lutter@redhat.com>
42548
42549         * lib/safe-alloc.h (__GNUC_PREREQ): New macro.
42550         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
42551
42552 2009-03-02  Bruno Haible  <bruno@clisp.org>
42553
42554         * doc/visibility.texi: Mention libtool's -export-symbols option.
42555
42556 2009-03-02  Jim Meyering  <meyering@redhat.com>
42557
42558         announce-gen: new option: --no-print-checksums
42559         * build-aux/announce-gen (usage): Describe it.
42560         (print_checksums): Print a newline here, not in the [*] footnote.
42561         (main): Honor it.
42562
42563 2009-03-01  Bruno Haible  <bruno@clisp.org>
42564
42565         Use socklen_t in the native Windows replacements prototypes.
42566         * lib/sys_socket.in.h (rpl_getsockopt, rpl_setsockopt): Use socklen_t
42567         instead of 'int'.
42568         * lib/getsockopt.c (rpl_getsockopt): Likewise.
42569         * lib/setsockopt.c (rpl_setsockopt): Likewise.
42570         * modules/getsockopt (Depends-on): Add socklen.
42571         * modules/setsockopt (Depends-on): Add socklen.
42572
42573 2009-03-01  Bruno Haible  <bruno@clisp.org>
42574
42575         * gnulib-tool (sed): Do alias as "sed --posix" if sed's version is at
42576         least 4.2.
42577
42578 2009-03-01  Eric Blake  <ebb9@byu.net>
42579             Bruno Haible  <bruno@clisp.org>
42580
42581         * lib/wait-process.h (wait_subprocess): Describe effect of termsigp on
42582         error messages.
42583         * lib/wait-process.c (wait_subprocess): Omit error message about
42584         deadly signal sent to the child of termsigp != NULL.
42585
42586 2009-03-01  Eric Blake  <ebb9@byu.net>
42587
42588         * lib/wait-process.c (wait_subprocess): Remove unnecessary cast.
42589
42590 2009-03-01  Bruno Haible  <bruno@clisp.org>
42591
42592         Avoid a gcc warning.
42593         * tests/test-sched.c (b): Make global.
42594         Reported by Eric Blake.
42595
42596 2009-01-19  Martin Lambers  <marlam@marlam.de>
42597
42598         Provide POSIX semantics for socket timeout options on W32.
42599         * lib/setsockopt.c: Convert struct timeval to milliseconds on W32.
42600         * lib/getsockopt.c: Convert milliseconds to struct timeval on W32.
42601         * modules/setsockopt: Depend on sys_time module for struct timeval.
42602         * modules/getsockopt: Depend on sys_time module for struct timeval.
42603
42604 2009-03-01  Simon Josefsson  <simon@josefsson.org>
42605
42606         * lib/gai_strerror.c (values): Use EAI_INPROGRESS instead of
42607         __USE_GNU, for consistency with netdb.in.h.
42608         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
42609
42610 2009-03-01  Bruno Haible  <bruno@clisp.org>
42611
42612         More support for FreeMiNT.
42613         * lib/fseeko.c (rpl_fseeko): Complete last commit.
42614         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
42615
42616 2009-03-01  Bruno Haible  <bruno@clisp.org>
42617
42618         More support for FreeMiNT.
42619         * lib/fpurge.c (fpurge): Correct last commit.
42620         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
42621
42622 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42623
42624         Fix unportable awk script in vc-list-files.
42625         * build-aux/vc-list-files: In the replacement awk script, use
42626         substr with a second argument of 1, not zero.
42627         Report by Simon Josefsson.
42628
42629 2009-02-28  Bruno Haible  <bruno@clisp.org>
42630
42631         More support for FreeMiNT.
42632         * lib/freading.c (freading) [__MINT__]: Use new macros that were added
42633         to FreeMiNT today.
42634         * lib/fwriting.c (fwriting): Likewise.
42635         Based on patch by Alan Hourihane <alanh@fairlite.co.uk>.
42636
42637 2009-02-28  Bruno Haible  <bruno@clisp.org>
42638
42639         * tests/test-freadseek.c (main): Disable test beyond end of file on
42640         FreeMiNT.
42641         * tests/test-ftello.c (main): Likewise.
42642         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
42643
42644 2009-02-28  Bruno Haible  <bruno@clisp.org>
42645
42646         Add tentative support for FreeMiNT.
42647         * lib/fbufmode.c (fbufmode) [__MINT__]: Add conditional code.
42648         * lib/fpurge.c (fpurge): Likewise.
42649         * lib/freadable.c (freadable): Likewise.
42650         * lib/freading.c (freading): Likewise.
42651         * lib/freadptr.c (freadptr): Likewise.
42652         * lib/freadseek.c (freadptrinc): Likewise.
42653         * lib/fseeko.c (rpl_fseeko): Likewise.
42654         * lib/fseterr.c (fseterr): Likewise.
42655         * lib/fwritable.c (fwritable): Likewise.
42656         * lib/fwriting.c (fwriting): Likewise.
42657         * lib/freadahead.c (freadahead): Likewise, based on code by Alan
42658         Hourihane.
42659         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
42660
42661 2009-02-28  Bruno Haible  <bruno@clisp.org>
42662
42663         * lib/wait-process.h (wait_subprocess): Clarify restriction regarding
42664         SIGCHLD.
42665         Reported by Jim Meyering.
42666
42667 2009-02-28  Bruno Haible  <bruno@clisp.org>
42668
42669         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Separate the two first tests.
42670         Mention the results of these tests on various platforms.
42671         * doc/posix-functions/fprintf.texi: Mention platforms in canonical
42672         order.
42673         * doc/posix-functions/printf.texi: Likewise.
42674         * doc/posix-functions/snprintf.texi: Likewise.
42675         * doc/posix-functions/sprintf.texi: Likewise.
42676         * doc/posix-functions/vfprintf.texi: Likewise.
42677         * doc/posix-functions/vprintf.texi: Likewise.
42678         * doc/posix-functions/vsnprintf.texi: Likewise.
42679         * doc/posix-functions/vsprintf.texi: Likewise.
42680         * doc/glibc-functions/obstack_printf.texi: Likewise.
42681         * doc/glibc-functions/obstack_vprintf.texi: Likewise.
42682
42683 2009-02-28  Bruno Haible  <bruno@clisp.org>
42684
42685         * build-aux/po/Makefile.in.in: Update from GNU gettext 0.17.
42686         Reported by Loïc Minier <lool@dooz.org>.
42687
42688 2009-02-27  Bruno Haible  <bruno@clisp.org>
42689
42690         * gnulib-tool (func_import): Make the sed expression used to create the
42691         sed script for updating the .gitignore file POSIX compliant.
42692         Reported by Eric Blake.
42693
42694 2009-02-27  Bruno Haible  <bruno@clisp.org>
42695
42696         * gnulib-tool (sed): Don't alias as "sed --posix".
42697         Reported by Eric Blake.
42698
42699 2009-02-27  Bruno Haible  <bruno@clisp.org>
42700
42701         Avoid test link errors.
42702         * modules/uninorm/nfc-tests (test_u32_nfc_big_LDADD): New variable.
42703         * modules/uninorm/nfd-tests (test_u32_nfd_big_LDADD): New variable.
42704         * modules/uninorm/nfkc-tests (test_u32_nfkc_big_LDADD): New variable.
42705         * modules/uninorm/nfkd-tests (test_u32_nfkd_big_LDADD): New variable.
42706         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
42707
42708 2009-02-27  Bruno Haible  <bruno@clisp.org>
42709
42710         Avoid spurious "(cached)" in configure output.
42711         * m4/gnulib-common.m4 (gl_CACHE_VAL_SILENT): New macro.
42712         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Use it instead of AC_CACHE_VAL.
42713         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
42714         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
42715         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
42716         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Likewise.
42717         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
42718         * m4/stdarg.m4 (gl_STDARG_H): Likewise.
42719         Reported by Eric Blake.
42720
42721 2009-02-27  Eric Blake  <ebb9@byu.net>
42722
42723         printf: fix regression in previous patch
42724         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Fix compilation error.
42725
42726 2009-02-27  Bruno Haible  <bruno@clisp.org>
42727
42728         * lib/inttypes.in.h: Test merely whether _LP64 is defined, not its
42729         value.
42730         * lib/stdint.in.h: Likewise.
42731         Suggested by Eric Blake. Reported by Peter Bray <pdb_ml@yahoo.com.au>.
42732
42733 2009-02-27  Eric Blake  <ebb9@byu.net>
42734
42735         doc: mention more functions added in cygwin 1.7.0
42736         * doc/posix-functions/mbsnrtowcs.texi: Mention recent cygwin 1.7.0
42737         addition.
42738         * doc/posix-functions/open_wmemstream.texi: Likewise.
42739         * doc/posix-functions/wcsnlen.texi: Likewise.
42740         * doc/posix-functions/wcsnrtombs.texi: Likewise.
42741         * doc/posix-functions/wcstod.texi: Likewise.
42742         * doc/posix-functions/wcstof.texi: Likewise.
42743         * doc/posix-functions/wcstoimax.texi: Likewise.
42744         * doc/posix-functions/wcstok.texi: Likewise.
42745         * doc/posix-functions/wcstoumax.texi: Likewise.
42746
42747         Detect bug in cygwin 1.5.x *printf on 1-character %ls.
42748         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Enhance filter.
42749         * doc/posix-functions/fprintf.texi: Update.
42750         * doc/posix-functions/printf.texi: Update.
42751         * doc/posix-functions/snprintf.texi: Update.
42752         * doc/posix-functions/sprintf.texi: Update.
42753         * doc/posix-functions/vfprintf.texi: Update.
42754         * doc/posix-functions/vprintf.texi: Update.
42755         * doc/posix-functions/vsnprintf.texi: Update.
42756         * doc/posix-functions/vsprintf.texi: Update.
42757         * doc/glibc-functions/obstack_printf.texi: Update.
42758         * doc/glibc-functions/obstack_vprintf.texi: Update.
42759
42760 2009-02-26  Eric Blake  <ebb9@byu.net>
42761
42762         avoid gcc 3.4.3 bug on long double NaN on Irix 6.5
42763         * tests/nan.h (NaNl): Rewrite as function on Irix, to avoid
42764         compilation bug by using runtime conversion.
42765         * m4/isfinite.m4 (gl_ISFINITE): Likewise.
42766         * m4/isnanl.m4 (gl_FUNC_ISNANL): Likewise.
42767         * modules/ceill-tests (Files): Use nan.h.
42768         * modules/floorl-tests (Files): Likewise.
42769         * modules/frexpl-tests (Files): Likewise.
42770         * modules/isnanl-tests (Files): Likewise.
42771         * modules/ldexpl-tests (Files): Likewise.
42772         * modules/roundl-tests (Files): Likewise.
42773         * modules/truncl-tests (Files): Likewise.
42774         * tests/test-ceill.c (main): Use a working NaN.
42775         * tests/test-floorl.c (main): Likewise.
42776         * tests/test-frexpl.c (main): Likewise.
42777         * tests/test-isnan.c (test_long_double): Likewise.
42778         * tests/test-isnanl.h (main): Likewise.
42779         * tests/test-ldexpl.h (main): Likewise.
42780         * tests/test-roundl.h (main): Likewise.
42781         * tests/test-truncl.h (main): Likewise.
42782         See http://lists.gnu.org/archive/html/bug-gnulib/2009-02/msg00190.html.
42783
42784 2009-02-26  Eric Blake  <ebb9@byu.net>
42785             Bruno Haible  <bruno@clisp.org>
42786
42787         Work around a *printf bug with %ls on Solaris.
42788         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Also test whether, when a
42789         precision is specified, sprintf stops converting the wide string
42790         argument when the number of bytes that have been produced by this
42791         conversion equals or exceeds the precision.
42792         * doc/posix-functions/fprintf.texi: Update.
42793         * doc/posix-functions/printf.texi: Update.
42794         * doc/posix-functions/snprintf.texi: Update.
42795         * doc/posix-functions/sprintf.texi: Update.
42796         * doc/posix-functions/vfprintf.texi: Update.
42797         * doc/posix-functions/vprintf.texi: Update.
42798         * doc/posix-functions/vsnprintf.texi: Update.
42799         * doc/posix-functions/vsprintf.texi: Update.
42800         * doc/glibc-functions/obstack_printf.texi: Update.
42801         * doc/glibc-functions/obstack_vprintf.texi: Update.
42802
42803 2009-02-26  Eric Blake  <ebb9@byu.net>
42804
42805         stdlib: favor compiler check of random.h
42806         * m4/stdlib_h.m4 (gl_STDLIB_H): Skip preprocessor check.  Needed
42807         to avoid an ObjC random.h installed by Swarm.
42808
42809 2009-02-26  Bruno Haible  <bruno@clisp.org>
42810
42811         Work around *printf bug with %g directive and 0.0 on HP-UX 10.20.
42812         * m4/printf.m4 (gl_PRINTF_INFINITE): Also test for %g output of -0.0.
42813         Reported by Gary V. Vaughan <gary@gnu.org>.
42814
42815 2009-02-26  Bruno Haible  <bruno@clisp.org>
42816
42817         Fix *printf behaviour regarding the %ls directive.
42818         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): New macro.
42819         * lib/vasnprintf.c (local_wcslen, VASNPRINTF): Handle
42820         NEED_PRINTF_DIRECTIVE_LS.
42821         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_LS): New macro.
42822         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
42823         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
42824         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS and test its result. Invoke
42825         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS.
42826         * m4/dprintf-posix.m4 (gl_FUNC_DPRINTF_POSIX): Likewise.
42827         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
42828         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
42829         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
42830         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
42831         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
42832         * m4/vdprintf-posix.m4 (gl_FUNC_VDPRINTF_POSIX): Likewise.
42833         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
42834         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
42835         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
42836         * doc/posix-functions/fprintf.texi: Update.
42837         * doc/posix-functions/printf.texi: Update.
42838         * doc/posix-functions/snprintf.texi: Update.
42839         * doc/posix-functions/sprintf.texi: Update.
42840         * doc/posix-functions/vfprintf.texi: Update.
42841         * doc/posix-functions/vprintf.texi: Update.
42842         * doc/posix-functions/vsnprintf.texi: Update.
42843         * doc/posix-functions/vsprintf.texi: Update.
42844         * doc/glibc-functions/obstack_printf.texi: Update.
42845         * doc/glibc-functions/obstack_vprintf.texi: Update.
42846         Reported by Eric Blake.
42847
42848 2009-02-25  Bruno Haible  <bruno@clisp.org>
42849
42850         * m4/mbrtowc.m4 (gl_MBRTOWC_NUL_RETVAL): Update guess for Solaris 8
42851         with known value.
42852         Reported by Gary V. Vaughan <gary@gnu.org>.
42853
42854 2009-02-25  Bruno Haible  <bruno@clisp.org>
42855
42856         Work around mbrtowc bug in zh_CN.GB18030 locale on Solaris 8.
42857         * m4/mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): New macro.
42858         (gl_MBSTATE_T_BROKEN): Invoke it. Replace mbstate_t when it says "no".
42859         * doc/posix-functions/mbrtowc.texi: Document the Solaris 8 bug.
42860         Reported by Gary V. Vaughan <gary@gnu.org>.
42861
42862 2009-02-25  Bruno Haible  <bruno@clisp.org>
42863
42864         Work around broken INT8_MAX, UINT8_MAX etc. values on HP-UX 11.23.
42865         * m4/stdint.m4 (gl_STDINT_H): Also check whether the expansions of
42866         INT8_MAX, UINT8_MAX etc. contain casts to elementary types.
42867         * doc/posix-headers/stdint.texi: Mention the HP-UX bug.
42868         Reported by Gary V. Vaughan <gary@gnu.org>.
42869
42870 2009-02-25  Eric Blake  <ebb9@byu.net>
42871
42872         tests: skip fseek/ftell tests if ungetc is broken
42873         * m4/ungetc.m4: New file.
42874         * modules/fseek-tests: Split test, so ungetc dependency is
42875         separate from rest of test.
42876         * modules/fseeko-tests: Likewise.
42877         * modules/ftell-tests: Likewise.
42878         * modules/ftello-tests: Likewise.
42879         * tests/test-fseek.c (main): Isolate ungetc dependency.
42880         * tests/test-fseeko.c (main): Likewise.
42881         * tests/test-ftell.c (main): Likewise.
42882         * tests/test-ftello.c (main): Likewise.
42883         * tests/test-fseek2.sh: New file.
42884         * tests/test-fseeko2.sh: Likewise.
42885         * tests/test-ftell2.sh: Likewise.
42886         * tests/test-ftello2.sh: Likewise.
42887
42888 2009-02-25  OndÅ™ej Vašík  <ovasik@redhat.com>
42889
42890         test-getaddrinfo: fix usage of skip return code 77
42891         * tests/test-gettaddrinfo.c: Return skip code 77 only
42892         for first occurance of skip (4x77 is not 77)
42893
42894 2009-02-25  Gary V. Vaughan  <gary@gnu.org>
42895
42896         strtod: avoid C99 decl-after-statement
42897         * m4/strtod.m4 (gl_FUNC_STRTOD): Rearrange declaration.
42898
42899 2009-02-24  Eric Blake  <ebb9@byu.net>
42900
42901         strtod: detect HP-UX 11.31 bug
42902         * m4/strtod.m4 (gl_FUNC_STRTOD): Detect errno handling bug.
42903         Reported by Gary V. Vaughan.
42904
42905 2009-02-23  Bruno Haible  <bruno@clisp.org>
42906
42907         Fix invalid read past end of memory block.
42908         * lib/vasnprintf.c (DCHAR_SET): Define.
42909         (local_wcslen): Define only when needed.
42910         (local_strnlen, local_wcsnlen): New functions.
42911         (VASNPRINTF) [!USE_SNPRINTF && HAVE_WCHAR_T]: Implement the %s and %ls
42912         directives that involve a conversion ourselves.
42913         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for strnlen,
42914         wcsnlen, mbrtowc, wcrtomb.
42915         * tests/test-vasnprintf-posix.c (test_function): Add tests for %.*s.
42916         * tests/test-vasprintf-posix.c (test_function): Likewise.
42917         * tests/test-snprintf-posix.h (test_function): Likewise.
42918         * tests/test-sprintf-posix.h (test_function): Likewise.
42919         Reported by Ben Pfaff <blp@cs.stanford.edu>.
42920
42921 2009-02-22  Bruno Haible  <bruno@clisp.org>
42922
42923         Implement new clarified decomposition of Hangul syllables.
42924         * lib/uninorm/decomposition.c (uc_decomposition): For Hangul syllables
42925         of type LTV, return only a pairwise decomposition.
42926         * lib/uninorm/canonical-decomposition.c (uc_canonical_decomposition):
42927         Likewise.
42928         * tests/uninorm/test-decomposition.c (main): Updated expected result.
42929         * tests/uninorm/test-canonical-decomposition.c (main): Likewise.
42930         * tests/uninorm/test-compat-decomposition.c (main): Likewise.
42931
42932 2009-02-22  Bruno Haible  <bruno@clisp.org>
42933
42934         * lib/uninorm/u-normalize-internal.h (FUNC): At the end, handle
42935         zero-length results and shrink excess allocated memory.
42936         * tests/uninorm/test-u8-nfc.c (test_u8_nfc): Check empty string result.
42937         * tests/uninorm/test-u8-nfd.c (test_u8_nfd): Likewise.
42938         * tests/uninorm/test-u8-nfkc.c (test_u8_nfkc): Likewise.
42939         * tests/uninorm/test-u8-nfkd.c (test_u8_nfkd): Likewise.
42940         * tests/uninorm/test-u16-nfc.c (test_u16_nfc): Likewise.
42941         * tests/uninorm/test-u16-nfd.c (test_u16_nfd): Likewise.
42942         * tests/uninorm/test-u16-nfkc.c (test_u16_nfkc): Likewise.
42943         * tests/uninorm/test-u16-nfkd.c (test_u16_nfkd): Likewise.
42944         * tests/uninorm/test-u32-nfc.c (test_u32_nfc): Likewise.
42945         * tests/uninorm/test-u32-nfd.c (test_u32_nfd): Likewise.
42946         * tests/uninorm/test-u32-nfkc.c (test_u32_nfkc): Likewise.
42947         * tests/uninorm/test-u32-nfkd.c (test_u32_nfkd): Likewise.
42948
42949 2009-02-21  Bruno Haible  <bruno@clisp.org>
42950
42951         * doc/gnulib.texi: Include safe-alloc.texi earlier.
42952         * doc/safe-alloc.texi: Terminate sentences with a period. Use two
42953         spaces after a period. Put a space between a macro name and its
42954         argument list. Trivial rewordings.
42955         * lib/safe-alloc.c: Include safe-alloc.h right after config.h.
42956         * tests/test-safe-alloc.c: Likewise. Include stdlib.h.
42957         (main): Return 0 explicitly.
42958
42959 2009-02-21  Bruno Haible  <bruno@clisp.org>
42960
42961         Tests for module 'uninorm/filter'.
42962         * tests/uninorm/test-uninorm-filter-nfc.c: New file.
42963         * modules/uninorm/filter-tests: New file.
42964
42965         New module 'uninorm/filter'.
42966         * lib/uninorm.h (uninorm_filter_create, uninorm_filter_write,
42967         uninorm_filter_flush, uninorm_filter_free): New declarations.
42968         * lib/uninorm/uninorm-filter.c: New file.
42969         * modules/uninorm/filter: New file.
42970
42971 2009-02-21  Bruno Haible  <bruno@clisp.org>
42972
42973         Tests for module 'uninorm/nfkc'.
42974         * tests/uninorm/test-nfkc.c: New file.
42975         * tests/uninorm/test-u8-nfkc.c: New file.
42976         * tests/uninorm/test-u16-nfkc.c: New file.
42977         * tests/uninorm/test-u32-nfkc.c: New file.
42978         * tests/uninorm/test-u32-nfkc-big.sh: New file.
42979         * tests/uninorm/test-u32-nfkc-big.c: New file.
42980         * modules/uninorm/nfkc-tests: New file.
42981
42982         New module 'uninorm/nfkc'.
42983         * lib/uninorm/nfkc.c: New file.
42984         * modules/uninorm/nfkc: New file.
42985
42986         Tests for module 'uninorm/nfkd'.
42987         * tests/uninorm/test-nfkd.c: New file.
42988         * tests/uninorm/test-u8-nfkd.c: New file.
42989         * tests/uninorm/test-u16-nfkd.c: New file.
42990         * tests/uninorm/test-u32-nfkd.c: New file.
42991         * tests/uninorm/test-u32-nfkd-big.sh: New file.
42992         * tests/uninorm/test-u32-nfkd-big.c: New file.
42993         * modules/uninorm/nfkd-tests: New file.
42994
42995         New module 'uninorm/nfkd'.
42996         * lib/uninorm/nfkd.c: New file.
42997         * modules/uninorm/nfkd: New file.
42998
42999         Tests for module 'uninorm/nfc'.
43000         * tests/uninorm/test-nfc.c: New file.
43001         * tests/uninorm/test-u8-nfc.c: New file.
43002         * tests/uninorm/test-u16-nfc.c: New file.
43003         * tests/uninorm/test-u32-nfc.c: New file.
43004         * tests/uninorm/test-u32-nfc-big.sh: New file.
43005         * tests/uninorm/test-u32-nfc-big.c: New file.
43006         * modules/uninorm/nfc-tests: New file.
43007
43008         New module 'uninorm/nfc'.
43009         * lib/uninorm/nfc.c: New file.
43010         * modules/uninorm/nfc: New file.
43011
43012         Tests for module 'uninorm/nfd'.
43013         * tests/uninorm/test-nfd.c: New file.
43014         * tests/uninorm/test-u8-nfd.c: New file.
43015         * tests/uninorm/test-u16-nfd.c: New file.
43016         * tests/uninorm/test-u32-nfd.c: New file.
43017         * tests/uninorm/test-u32-nfd-big.sh: New file.
43018         * tests/uninorm/test-u32-nfd-big.c: New file.
43019         * tests/uninorm/test-u32-normalize-big.h: New file.
43020         * tests/uninorm/test-u32-normalize-big.c: New file.
43021         * tests/uninorm/NormalizationTest.txt: New file, created from
43022         Unicode 5.1.0 NormalizationTest.txt.
43023         * modules/uninorm/nfd-tests: New file.
43024
43025         New module 'uninorm/nfd'.
43026         * lib/uninorm/nfd.c: New file.
43027         * modules/uninorm/nfd: New file.
43028
43029         New module 'uninorm/u32-normalize'.
43030         * lib/uninorm/u32-normalize.c: New file.
43031         * modules/uninorm/u32-normalize: New file.
43032
43033         New module 'uninorm/u16-normalize'.
43034         * lib/uninorm/u16-normalize.c: New file.
43035         * modules/uninorm/u16-normalize: New file.
43036
43037         New module 'uninorm/u8-normalize'.
43038         * lib/uninorm/u8-normalize.c: New file.
43039         * lib/uninorm/normalize-internal.h: New file.
43040         * lib/uninorm/u-normalize-internal.h: New file.
43041         * modules/uninorm/u8-normalize: New file.
43042
43043         New module 'uninorm/decompose-internal'.
43044         * lib/uninorm/decompose-internal.c: New file.
43045         * modules/uninorm/decompose-internal: New file.
43046
43047         Tests for module 'uninorm/composition'.
43048         * tests/uninorm/test-composition.c: New file.
43049         * modules/uninorm/composition-tests: New file.
43050
43051         New module 'uninorm/composition'.
43052         * lib/uninorm/composition.c: New file.
43053         * lib/uninorm/composition-table.gperf: New file, generated by
43054         gen-uni-tables.
43055         * modules/uninorm/composition: New file.
43056
43057         Tests for module 'uninorm/compat-decomposition'.
43058         * tests/uninorm/test-compat-decomposition.c: New file.
43059         * modules/uninorm/compat-decomposition-tests: New file.
43060
43061         New module 'uninorm/compat-decomposition'.
43062         * lib/uninorm/decompose-internal.h: New file.
43063         * lib/uninorm/compat-decomposition.c: New file.
43064         * modules/uninorm/compat-decomposition: New file.
43065
43066         Tests for module 'uninorm/canonical-decomposition'.
43067         * tests/uninorm/test-canonical-decomposition.c: New file.
43068         * modules/uninorm/canonical-decomposition-tests: New file.
43069
43070         New module 'uninorm/canonical-decomposition'.
43071         * lib/uninorm/canonical-decomposition.c: New file.
43072         * modules/uninorm/canonical-decomposition: New file.
43073
43074         Tests for module 'uninorm/decomposition'.
43075         * tests/uninorm/test-decomposition.c: New file.
43076         * modules/uninorm/decomposition-tests: New file.
43077
43078         New module 'uninorm/decomposition'.
43079         * lib/uninorm/decomposition.c: New file.
43080         * modules/uninorm/decomposition: New file.
43081
43082         New module 'uninorm/decomposition-table'.
43083         * lib/uninorm/decomposition-table.h: New file.
43084         * lib/uninorm/decomposition-table.c: New file.
43085         * lib/uninorm/decomposition-table1.h: New file, generated by
43086         gen-uni-tables.
43087         * lib/uninorm/decomposition-table2.h: New file, generated by
43088         gen-uni-tables.
43089         * modules/uninorm/decomposition-table: New file.
43090
43091         * lib/gen-uni-tables.c (MAX_DECOMP_LENGTH): New macro.
43092         (UC_DECOMP_*): New enumeration items.
43093         (get_decomposition): New function.
43094         (struct decomp_table): New type.
43095         (output_decomposition, output_decomposition_tables): New functions.
43096         (unicode_composition_exclusions): New variable.
43097         (fill_composition_exclusions, debug_output_composition_tables): New
43098         functions.
43099         (main): Accept one more argument. Invoke fill_composition_exclusions.
43100         Output decomposition and composition tables.
43101
43102         New module 'uninorm/base'.
43103         * lib/uninorm.h: New file.
43104         * lib/unictype.h: Update comment.
43105         * modules/uninorm/base: New file.
43106
43107 2009-02-21  David Lutterkort  <lutter@redhat.com>
43108
43109         Tests for module 'safe-alloc'.
43110         * tests/test-safe-alloc.c: New file.
43111         * modules/safe-alloc-tests: New file.
43112
43113         New module 'safe-alloc'.
43114         * lib/safe-alloc.h: New file.
43115         * lib/safe-alloc.c: New file.
43116         * m4/safe-alloc.m4: New file.
43117         * modules/safe-alloc: New file.
43118         * doc/safe-alloc.texi: New file.
43119         * doc/gnulib.texi: Include it.
43120         * MODULES.html.sh (Memory management functions <stdlib.h>): Add
43121         safe-alloc.
43122
43123 2009-02-18  Bruno Haible  <bruno@clisp.org>
43124
43125         Fix link error on non-glibc systems.
43126         * modules/uniwbrk/ulc-wordbreaks-tests (test_ulc_wordbreaks_LDADD): New
43127         variable.
43128         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
43129
43130 2009-02-18  Jim Meyering  <meyering@redhat.com>
43131
43132         fts: avoid used-uninitialized error due to recent change
43133         * lib/fts.c (fts_read): Guard uses of the new member,
43134         parent->fts_n_dirs_remaining, since it's not relevant for
43135         the parent of a directory specified on the command-line.
43136
43137 2009-02-17  James Youngman  <jay@gnu.org>
43138             Bruno Haible  <bruno@clisp.org>
43139
43140         * m4/include_next.m4: Reformulate comment.
43141
43142 2009-02-16  Jim Meyering  <meyering@redhat.com>
43143
43144         fts: add #if guards so that the fts_lgpl module still builds
43145         * lib/fts.c: Guard just-added hash-table-using parts with
43146         #if GNULIB_FTS, so as not to break builds of the fts_lgpl module.
43147         Reported by Simon Josefsson.
43148
43149 2009-02-15  Bruno Haible  <bruno@clisp.org>
43150
43151         * modules/array-mergesort-tests: New file.
43152         * tests/test-array-mergesort.c: New file.
43153
43154         New module 'array-mergesort'.
43155         * modules/array-mergesort: New file.
43156         * lib/array-mergesort.h: New file.
43157
43158 2009-02-15  Bruno Haible  <bruno@clisp.org>
43159
43160         Fix 2009-02-07 commit.
43161         * lib/gen-uni-tables.c (output_predicate, output_category,
43162         output_combclass, output_bidi_category, output_decimal_digit,
43163         output_digit, output_numeric, output_mirror, output_scripts,
43164         output_ident_category, output_simple_mapping): Fix format directives.
43165         (output_lbp, output_wbp): Don't convert -1 to a size_t implicitly.
43166
43167 2009-02-15  Albert Chin-A-Young  <china@thewrittenword.com>
43168
43169         * m4/include_next.m4: Update comment about IBM C 9.0/10.1 bug, now that
43170         fixes are available from IBM.
43171
43172 2009-02-13  Jim Meyering  <meyering@redhat.com>
43173
43174         fts: arrange not to stat non-directories in more cases
43175         This makes GNU find (when it doesn't need to stat each file)
43176         *much* more efficient at traversing reiserfs file systems.
43177         * lib/fts_.h (struct ftsent) [fts_n_dirs_remaining]: New member.
43178         (struct FTS) [fts_leaf_optimization_works_ht]: Add member.
43179         * lib/fts.c (fts_close): Free ->fts_leaf_optimization_works_ht.
43180         (S_MAGIC_REISERFS, S_MAGIC_PROC): Define.
43181         (leaf_optimization_applies): New function.
43182         (LCO_hash, LCO_compare): New helper functions.
43183         (link_count_optimize_ok): New function.
43184         (fts_stat): Initialize new member (if dir).
43185         (fts_read): Decrement parent's fts_n_dirs_remaining count if
43186         we've just stat'ed a directory.  Skip the stat call when possible.
43187         ---
43188         Note this AFS-related exchange:
43189         http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=143111
43190         and note find's pioctl call in find/fstype.c.
43191         But that is necessary only if you want to enable the
43192         optimization for AFS, and for now, I don't.
43193
43194         fts: move a function definition "up" (no semantic change)
43195         * lib/fts.c (dirent_inode_sort_may_be_useful): Move definition
43196         "up" to precede upcoming use of a related function.
43197
43198 2009-02-11  Jim Meyering  <meyering@redhat.com>
43199
43200         fts: correct internal computation of nlinks (optimization-related)
43201         * lib/fts.c (fts_build): ISSET(FTS_NOSTAT) has no bearing on
43202         whether the current entry is a directory, so don't test it.
43203
43204 2009-02-10  Bruno Haible  <bruno@clisp.org>
43205
43206         Tests for module 'uniwbrk/ulc-wordbreaks'.
43207         * modules/uniwbrk/ulc-wordbreaks-tests: New file.
43208         * tests/uniwbrk/test-ulc-wordbreaks.sh: New file.
43209         * tests/uniwbrk/test-ulc-wordbreaks.c: New file.
43210
43211         Tests for module 'uniwbrk/u32-wordbreaks'.
43212         * modules/uniwbrk/u32-wordbreaks-tests: New file.
43213         * tests/uniwbrk/test-u32-wordbreaks.c: New file.
43214
43215         Tests for module 'uniwbrk/u16-wordbreaks'.
43216         * modules/uniwbrk/u16-wordbreaks-tests: New file.
43217         * tests/uniwbrk/test-u16-wordbreaks.c: New file.
43218
43219         Tests for module 'uniwbrk/u8-wordbreaks'.
43220         * modules/uniwbrk/u8-wordbreaks-tests: New file.
43221         * tests/uniwbrk/test-u8-wordbreaks.c: New file.
43222
43223 2009-02-10  Bruno Haible  <bruno@clisp.org>
43224
43225         * modules/uniwbrk/u8-wordbreaks (Depends-on): Add uniwbrk/wordbreak
43226         property.
43227         * modules/uniwbrk/u16-wordbreaks (Depends-on): Likewise.
43228         * modules/uniwbrk/u32-wordbreaks (Depends-on): Likewise.
43229         * modules/uniwbrk/ulc-wordbreaks (Depends-on): Add localcharset.
43230
43231 2009-02-10  Simon Josefsson  <simon@josefsson.org>
43232
43233         * m4/sockets.m4: Call AC_C_INLINE since sockets.h now can use
43234         inline keywords.  Reported by Bruno Haible <bruno@clisp.org>.
43235
43236 2009-02-10  Bruno Haible  <bruno@clisp.org>
43237
43238         * lib/unilbrk/lbrktables.h: Renamed from lib/unilbrk/tables.h.
43239         * lib/unilbrk/lbrktables.c: Renamed from lib/unilbrk/tables.c.
43240         * modules/unilbrk/tables (Files, Makefile.am, Include): Update.
43241         * lib/unilbrk/u8-possible-linebreaks.c: Update.
43242         * lib/unilbrk/u16-possible-linebreaks.c: Likewise.
43243         * lib/unilbrk/u32-possible-linebreaks.c: Likewise.
43244
43245 2009-02-09  Simon Josefsson  <simon@josefsson.org>
43246
43247         * lib/sockets.h (gl_fd_to_handle): New function.
43248
43249         * tests/test-sockets.c: Call gl_fd_to_handle.
43250
43251 2009-02-09  Bruno Haible  <bruno@clisp.org>
43252
43253         * doc/havelib.texi: Document the conventions on bi-arch systems.
43254
43255 2009-02-08  Bruno Haible  <bruno@clisp.org>
43256
43257         Document the AC_LIB_LINKFLAGS macro.
43258         * doc/havelib.texi: New file, mostly written on 2005-05-24.
43259         * doc/gnulib.texi: Include it.
43260
43261 2009-02-08  Bruno Haible  <bruno@clisp.org>
43262
43263         Fix wrong order of sections, compared to TOC.
43264         * doc/gnulib.texi: Include relocatable-maint.texi after the
43265         "Regular expressions" node, not before.
43266
43267 2009-02-08  Bruno Haible  <bruno@clisp.org>
43268
43269         Tests for module 'unicase/totitle'.
43270         * modules/unicase/totitle-tests: New file.
43271
43272         Tests for module 'unicase/tolower'.
43273         * modules/unicase/tolower-tests: New file.
43274
43275         Tests for module 'unicase/toupper'.
43276         * modules/unicase/toupper-tests: New file.
43277         * tests/unicase/test-mapping-part1.h: New file.
43278         * tests/unicase/test-mapping-part2.h: New file.
43279
43280         New module 'unicase/totitle'.
43281         * modules/unicase/totitle: New file.
43282         * lib/unicase/totitle.c: New file.
43283
43284         New module 'unicase/tolower'.
43285         * modules/unicase/tolower: New file.
43286         * lib/unicase/tolower.c: New file.
43287
43288         New module 'unicase/toupper'.
43289         * modules/unicase/toupper: New file.
43290         * lib/unicase/toupper.c: New file.
43291         * lib/unicase/simple-mapping.h: New file.
43292
43293         * lib/gen-uni-tables.c (output_simple_mapping_test): New function.
43294         (mapping_table): New structure.
43295         (output_simple_mapping): New function.
43296         (main): Invoke output_simple_mapping_test and output_simple_mapping.
43297         * modules/gen-uni-tables (Description): Update.
43298         * lib/unicase/toupper.h: New file, automatically generated by
43299         gen-uni-tables.
43300         * lib/unicase/tolower.h: New file, automatically generated by
43301         gen-uni-tables.
43302         * lib/unicase/totitle.h: New file, automatically generated by
43303         gen-uni-tables.
43304         * tests/unicase/test-uc_toupper.c: New file, automatically generated by
43305         gen-uni-tables.
43306         * tests/unicase/test-uc_tolower.c: New file, automatically generated by
43307         gen-uni-tables.
43308         * tests/unicase/test-uc_totitle.c: New file, automatically generated by
43309         gen-uni-tables.
43310
43311         New module 'unicase/base'.
43312         * modules/unicase/base: New file.
43313         * lib/unicase.h: New file.
43314
43315 2009-02-08  Bruno Haible  <bruno@clisp.org>
43316
43317         New module 'uniwbrk/ulc-wordbreaks'.
43318         * modules/uniwbrk/ulc-wordbreaks: New file.
43319         * lib/uniwbrk/ulc-wordbreaks.c: New file.
43320
43321         New module 'uniwbrk/u32-wordbreaks'.
43322         * modules/uniwbrk/u32-wordbreaks: New file.
43323         * lib/uniwbrk/u32-wordbreaks.c: New file.
43324
43325         New module 'uniwbrk/u16-wordbreaks'.
43326         * modules/uniwbrk/u16-wordbreaks: New file.
43327         * lib/uniwbrk/u16-wordbreaks.c: New file.
43328
43329         New module 'uniwbrk/u8-wordbreaks'.
43330         * modules/uniwbrk/u8-wordbreaks: New file.
43331         * lib/uniwbrk/u8-wordbreaks.c: New file.
43332         * lib/uniwbrk/u-wordbreaks.h: New file.
43333
43334         New module 'uniwbrk/table'.
43335         * modules/uniwbrk/table: New file.
43336         * lib/uniwbrk/wbrktable.h: New file.
43337         * lib/uniwbrk/wbrktable.c: New file.
43338
43339         New module 'uniwbrk/wordbreak-property'.
43340         * modules/uniwbrk/wordbreak-property: New file.
43341         * lib/uniwbrk/wordbreak-property.c: New file.
43342
43343         * lib/gen-uni-tables.c (WBP_*): New enum items.
43344         (get_wbp, debug_output_wbp, debug_output_wbrk_tables): New functions.
43345         (unicode_org_wbp): New variable.
43346         (fill_org_wbp, debug_output_org_wbp, debug_output_org_wbrk_tables):
43347         New functions.
43348         (wbp_table): New structure.
43349         (output_wbp, output_wbrk_tables): New functions.
43350         (main): Accept additional argument. Invoke fill_org_wbp,
43351         debug_output_wbrk_tables, debug_output_org_wbrk_tables,
43352         output_wbrk_tables.
43353         * modules/gen-uni-tables (Description): Update.
43354         * lib/uniwbrk/wbrkprop.h: New file, automatically generated by
43355         gen-uni-tables.
43356
43357         New module 'uniwbrk/base'.
43358         * modules/uniwbrk/base: New file.
43359         * lib/uniwbrk.h: New file.
43360
43361 2009-02-08  Bruno Haible  <bruno@clisp.org>
43362
43363         Update to Unicode 5.1.0.
43364         * lib/gen-uni-tables.c (is_property_alphabetic): Include
43365         U+2185..U+2188.
43366         (is_property_default_ignorable_code_point): Don't include characters
43367         of category Cc or Cs and not-a-characters.
43368         (get_lbp): Assume REVISION_22. Special handling of U+0609, U+060A,
43369         U+0D79, U+109E, U+109F, U+A60C.
43370         * lib/unictype/bidi_of.h: Regenerated.
43371         * lib/unictype/blocks.h: Regenerated.
43372         * lib/unictype/categ_C.h: Regenerated.
43373         * lib/unictype/categ_Cf.h: Regenerated.
43374         * lib/unictype/categ_Cn.h: Regenerated.
43375         * lib/unictype/categ_L.h: Regenerated.
43376         * lib/unictype/categ_Ll.h: Regenerated.
43377         * lib/unictype/categ_Lm.h: Regenerated.
43378         * lib/unictype/categ_Lo.h: Regenerated.
43379         * lib/unictype/categ_Lu.h: Regenerated.
43380         * lib/unictype/categ_M.h: Regenerated.
43381         * lib/unictype/categ_Mc.h: Regenerated.
43382         * lib/unictype/categ_Me.h: Regenerated.
43383         * lib/unictype/categ_Mn.h: Regenerated.
43384         * lib/unictype/categ_N.h: Regenerated.
43385         * lib/unictype/categ_Nd.h: Regenerated.
43386         * lib/unictype/categ_Nl.h: Regenerated.
43387         * lib/unictype/categ_No.h: Regenerated.
43388         * lib/unictype/categ_P.h: Regenerated.
43389         * lib/unictype/categ_Pd.h: Regenerated.
43390         * lib/unictype/categ_Pe.h: Regenerated.
43391         * lib/unictype/categ_Pf.h: Regenerated.
43392         * lib/unictype/categ_Pi.h: Regenerated.
43393         * lib/unictype/categ_Po.h: Regenerated.
43394         * lib/unictype/categ_Ps.h: Regenerated.
43395         * lib/unictype/categ_S.h: Regenerated.
43396         * lib/unictype/categ_Sk.h: Regenerated.
43397         * lib/unictype/categ_Sm.h: Regenerated.
43398         * lib/unictype/categ_So.h: Regenerated.
43399         * lib/unictype/categ_of.h: Regenerated.
43400         * lib/unictype/combining.h: Regenerated.
43401         * lib/unictype/ctype_alnum.h: Regenerated.
43402         * lib/unictype/ctype_alpha.h: Regenerated.
43403         * lib/unictype/ctype_graph.h: Regenerated.
43404         * lib/unictype/ctype_lower.h: Regenerated.
43405         * lib/unictype/ctype_print.h: Regenerated.
43406         * lib/unictype/ctype_punct.h: Regenerated.
43407         * lib/unictype/ctype_upper.h: Regenerated.
43408         * lib/unictype/decdigit.h: Regenerated.
43409         * lib/unictype/digit.h: Regenerated.
43410         * lib/unictype/mirror.h: Regenerated.
43411         * lib/unictype/numeric.h: Regenerated.
43412         * lib/unictype/pr_alphabetic.h: Regenerated.
43413         * lib/unictype/pr_bidi_arabic_digit.h: Regenerated.
43414         * lib/unictype/pr_bidi_arabic_right_to_left.h: Regenerated.
43415         * lib/unictype/pr_bidi_boundary_neutral.h: Regenerated.
43416         * lib/unictype/pr_bidi_eur_num_terminator.h: Regenerated.
43417         * lib/unictype/pr_bidi_left_to_right.h: Regenerated.
43418         * lib/unictype/pr_bidi_non_spacing_mark.h: Regenerated.
43419         * lib/unictype/pr_bidi_other_neutral.h: Regenerated.
43420         * lib/unictype/pr_combining.h: Regenerated.
43421         * lib/unictype/pr_dash.h: Regenerated.
43422         * lib/unictype/pr_decimal_digit.h: Regenerated.
43423         * lib/unictype/pr_default_ignorable_code_point.h: Regenerated.
43424         * lib/unictype/pr_deprecated.h: Regenerated.
43425         * lib/unictype/pr_diacritic.h: Regenerated.
43426         * lib/unictype/pr_extender.h: Regenerated.
43427         * lib/unictype/pr_format_control.h: Regenerated.
43428         * lib/unictype/pr_grapheme_base.h: Regenerated.
43429         * lib/unictype/pr_grapheme_extend.h: Regenerated.
43430         * lib/unictype/pr_grapheme_link.h: Regenerated.
43431         * lib/unictype/pr_id_continue.h: Regenerated.
43432         * lib/unictype/pr_id_start.h: Regenerated.
43433         * lib/unictype/pr_ideographic.h: Regenerated.
43434         * lib/unictype/pr_ignorable_control.h: Regenerated.
43435         * lib/unictype/pr_lowercase.h: Regenerated.
43436         * lib/unictype/pr_math.h: Regenerated.
43437         * lib/unictype/pr_numeric.h: Regenerated.
43438         * lib/unictype/pr_other_alphabetic.h: Regenerated.
43439         * lib/unictype/pr_other_default_ignorable_code_point.h: Regenerated.
43440         * lib/unictype/pr_other_grapheme_extend.h: Regenerated.
43441         * lib/unictype/pr_other_id_continue.h: Regenerated.
43442         * lib/unictype/pr_other_lowercase.h: Regenerated.
43443         * lib/unictype/pr_other_math.h: Regenerated.
43444         * lib/unictype/pr_punctuation.h: Regenerated.
43445         * lib/unictype/pr_sentence_terminal.h: Regenerated.
43446         * lib/unictype/pr_soft_dotted.h: Regenerated.
43447         * lib/unictype/pr_terminal_punctuation.h: Regenerated.
43448         * lib/unictype/pr_unassigned_code_value.h: Regenerated.
43449         * lib/unictype/pr_unified_ideograph.h: Regenerated.
43450         * lib/unictype/pr_uppercase.h: Regenerated.
43451         * lib/unictype/pr_xid_continue.h: Regenerated.
43452         * lib/unictype/pr_xid_start.h: Regenerated.
43453         * lib/unictype/pr_zero_width.h: Regenerated.
43454         * lib/unictype/scripts.h: Regenerated.
43455         * lib/unictype/scripts_byname.gperf: Regenerated.
43456         * lib/unictype/sy_java_ident.h: Regenerated.
43457         * lib/unilbrk/lbrkprop1.h: Regenerated.
43458         * lib/unilbrk/lbrkprop2.h: Regenerated.
43459         * tests/unictype/test-categ_C.c: Regenerated.
43460         * tests/unictype/test-categ_Cf.c: Regenerated.
43461         * tests/unictype/test-categ_Cn.c: Regenerated.
43462         * tests/unictype/test-categ_L.c: Regenerated.
43463         * tests/unictype/test-categ_Ll.c: Regenerated.
43464         * tests/unictype/test-categ_Lm.c: Regenerated.
43465         * tests/unictype/test-categ_Lo.c: Regenerated.
43466         * tests/unictype/test-categ_Lu.c: Regenerated.
43467         * tests/unictype/test-categ_M.c: Regenerated.
43468         * tests/unictype/test-categ_Mc.c: Regenerated.
43469         * tests/unictype/test-categ_Me.c: Regenerated.
43470         * tests/unictype/test-categ_Mn.c: Regenerated.
43471         * tests/unictype/test-categ_N.c: Regenerated.
43472         * tests/unictype/test-categ_Nd.c: Regenerated.
43473         * tests/unictype/test-categ_Nl.c: Regenerated.
43474         * tests/unictype/test-categ_No.c: Regenerated.
43475         * tests/unictype/test-categ_P.c: Regenerated.
43476         * tests/unictype/test-categ_Pd.c: Regenerated.
43477         * tests/unictype/test-categ_Pe.c: Regenerated.
43478         * tests/unictype/test-categ_Pf.c: Regenerated.
43479         * tests/unictype/test-categ_Pi.c: Regenerated.
43480         * tests/unictype/test-categ_Po.c: Regenerated.
43481         * tests/unictype/test-categ_Ps.c: Regenerated.
43482         * tests/unictype/test-categ_S.c: Regenerated.
43483         * tests/unictype/test-categ_Sk.c: Regenerated.
43484         * tests/unictype/test-categ_Sm.c: Regenerated.
43485         * tests/unictype/test-categ_So.c: Regenerated.
43486         * tests/unictype/test-ctype_alnum.c: Regenerated.
43487         * tests/unictype/test-ctype_alpha.c: Regenerated.
43488         * tests/unictype/test-ctype_graph.c: Regenerated.
43489         * tests/unictype/test-ctype_lower.c: Regenerated.
43490         * tests/unictype/test-ctype_print.c: Regenerated.
43491         * tests/unictype/test-ctype_punct.c: Regenerated.
43492         * tests/unictype/test-ctype_upper.c: Regenerated.
43493         * tests/unictype/test-decdigit.h: Regenerated.
43494         * tests/unictype/test-digit.h: Regenerated.
43495         * tests/unictype/test-numeric.h: Regenerated.
43496         * tests/unictype/test-pr_alphabetic.c: Regenerated.
43497         * tests/unictype/test-pr_bidi_arabic_digit.c: Regenerated.
43498         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Regenerated.
43499         * tests/unictype/test-pr_bidi_boundary_neutral.c: Regenerated.
43500         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Regenerated.
43501         * tests/unictype/test-pr_bidi_left_to_right.c: Regenerated.
43502         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Regenerated.
43503         * tests/unictype/test-pr_bidi_other_neutral.c: Regenerated.
43504         * tests/unictype/test-pr_combining.c: Regenerated.
43505         * tests/unictype/test-pr_dash.c: Regenerated.
43506         * tests/unictype/test-pr_decimal_digit.c: Regenerated.
43507         * tests/unictype/test-pr_default_ignorable_code_point.c: Regenerated.
43508         * tests/unictype/test-pr_deprecated.c: Regenerated.
43509         * tests/unictype/test-pr_diacritic.c: Regenerated.
43510         * tests/unictype/test-pr_extender.c: Regenerated.
43511         * tests/unictype/test-pr_format_control.c: Regenerated.
43512         * tests/unictype/test-pr_grapheme_base.c: Regenerated.
43513         * tests/unictype/test-pr_grapheme_extend.c: Regenerated.
43514         * tests/unictype/test-pr_grapheme_link.c: Regenerated.
43515         * tests/unictype/test-pr_id_continue.c: Regenerated.
43516         * tests/unictype/test-pr_id_start.c: Regenerated.
43517         * tests/unictype/test-pr_ideographic.c: Regenerated.
43518         * tests/unictype/test-pr_ignorable_control.c: Regenerated.
43519         * tests/unictype/test-pr_lowercase.c: Regenerated.
43520         * tests/unictype/test-pr_math.c: Regenerated.
43521         * tests/unictype/test-pr_numeric.c: Regenerated.
43522         * tests/unictype/test-pr_other_alphabetic.c: Regenerated.
43523         * tests/unictype/test-pr_other_default_ignorable_code_point.c:
43524         Regenerated.
43525         * tests/unictype/test-pr_other_grapheme_extend.c: Regenerated.
43526         * tests/unictype/test-pr_other_id_continue.c: Regenerated.
43527         * tests/unictype/test-pr_other_lowercase.c: Regenerated.
43528         * tests/unictype/test-pr_other_math.c: Regenerated.
43529         * tests/unictype/test-pr_punctuation.c: Regenerated.
43530         * tests/unictype/test-pr_sentence_terminal.c: Regenerated.
43531         * tests/unictype/test-pr_soft_dotted.c: Regenerated.
43532         * tests/unictype/test-pr_terminal_punctuation.c: Regenerated.
43533         * tests/unictype/test-pr_unassigned_code_value.c: Regenerated.
43534         * tests/unictype/test-pr_unified_ideograph.c: Regenerated.
43535         * tests/unictype/test-pr_uppercase.c: Regenerated.
43536         * tests/unictype/test-pr_xid_continue.c: Regenerated.
43537         * tests/unictype/test-pr_xid_start.c: Regenerated.
43538         * tests/unictype/test-pr_zero_width.c: Regenerated.
43539
43540         Update to Unicode 5.1.0.
43541         * lib/uniwidth/width.c (nonspacing_table_data): Add U+0487,
43542         U+0616..U+061A, U+0A51, U+0A75, U+0B44, U+0B62..U+0B63, U+0C62..U+0C63,
43543         U+0D44, U+0D62..U+0D63, U+1033..U+1035, U+103A, U+103D..U+103E,
43544         U+105E..U+1060, U+1071..U+1074, U+1082, U+1085..U+1086, U+108D,
43545         U+1B80..U+1B81, U+1BA2..U+1BA5, U+1BA8..U+1BA9, U+1C2C..U+1C33,
43546         U+1C36..U+1C37, U+1DCB..U+1DE6, U+2064, U+20F0, U+2DE0..U+2DFF,
43547         U+A66F..U+A672, U+A67C..U+A67D, U+A8C4, U+A926..U+A92D, U+A947..U+A951,
43548         U+AA29..U+AA2E, U+AA31..U+AA32, U+AA35..U+AA36, U+AA43, U+AA4C,
43549         U+FE24..U+FE26, U+101FD. Remove U+1929..U+192B.
43550         (nonspacing_table_ind): Update.
43551         * tests/uniwidth/test-uc_width2.sh: Update expected result.
43552
43553         Update to Unicode 5.1.0.
43554         * lib/uniname/gen-uninames.lisp (main): Add the range 0x1Fxxx to the
43555         code transform.
43556         * lib/uniname/uniname.c (unicode_character_name,
43557         unicode_name_character): Add the range 0x1Fxxx to the code transform.
43558         * lib/uniname/uninames.h: Regenerated.
43559         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.1.0.
43560
43561 2009-02-07  Bruno Haible  <bruno@clisp.org>
43562
43563         Merge gen-ctype and gen-lbrk into a single program.
43564         * lib/gen-uni-tables.c: New file, incorporating
43565         lib/unictype/gen-ctype.c and lib/unilbrk/gen-lbrk.c.
43566         Add directory prefixes to the names of the generated files.
43567         * lib/unictype/gen-ctype.c: Remove file.
43568         * lib/unilbrk/gen-lbrk.c: Remove file.
43569         * modules/gen-uni-tables: New file.
43570         * modules/unictype/gen-ctype: Remove file.
43571         * modules/unilbrk/gen-lbrk: Remove file.
43572
43573 2009-02-07  Bruno Haible  <bruno@clisp.org>
43574
43575         * lib/unistr.h (u8_strcoll, u16_strcoll, u32_strcoll): New declations.
43576
43577         New module 'unistr/u32-strcoll'.
43578         * modules/unistr/u32-strcoll: New file.
43579         * lib/unistr/u32-strcoll.c: New file.
43580
43581         New module 'unistr/u16-strcoll'.
43582         * modules/unistr/u16-strcoll: New file.
43583         * lib/unistr/u16-strcoll.c: New file.
43584
43585         New module 'unistr/u8-strcoll'.
43586         * modules/unistr/u8-strcoll: New file.
43587         * lib/unistr/u8-strcoll.c: New file.
43588         * lib/unistr/u-strcoll.h: New file.
43589
43590 2009-02-07  Bruno Haible  <bruno@clisp.org>
43591
43592         * test-mbrtowc4.sh (LOCALE_ZH_CN): Fix default value.
43593         * test-mbsnrtowcs4.sh (LOCALE_ZH_CN): Likewise.
43594         * test-mbsrtowcs4.sh (LOCALE_ZH_CN): Likewise.
43595         * test-wcrtomb.sh (LOCALE_ZH_CN): Likewise.
43596         * test-wcsnrtombs4.sh (LOCALE_ZH_CN): Likewise.
43597         * test-wcsrtombs4.sh (LOCALE_ZH_CN): Likewise.
43598
43599 2009-02-07  Bruno Haible  <bruno@clisp.org>
43600
43601         Make 64-bit clean.
43602         * lib/unictype/gen-ctype.c (output_predicate, output_category,
43603         output_combclass, output_bidi_category, output_decimal_digit,
43604         output_digit, output_numeric, output_mirror, output_scripts,
43605         output_ident_category): Use proper width specifier in format strings.
43606
43607 2009-02-07  Bruno Haible  <bruno@clisp.org>
43608
43609         * doc/posix-functions/dirfd.texi: Clarify situation on mingw. Document
43610         failure behaviour.
43611
43612 2009-02-07  Jim Meyering  <meyering@redhat.com>
43613
43614         regex: avoid compilation failure with upcoming gcc-4.4
43615         * lib/regex_internal.h: Revert e48d8b47fb3eee81d341b71c3e006efe9e3433a7
43616         [workaround for PGC prior to 6.1-2].  Otherwise, we'd get this:
43617         "... error: integer overflow in preprocessor expression".
43618
43619 2009-02-05  Ben Pfaff  <blp@gnu.org>
43620
43621         Fix link errors on Windows when close module is used.
43622         * modules/close: Add $(LIB_CLOSE) to Link section.
43623         * m4/close.m4 (gl_REPLACE_CLOSE): Substitute -lws2_32 into
43624         $(LIB_CLOSE) on Windows.
43625
43626 2009-02-05  Jim Meyering  <meyering@redhat.com>
43627
43628         still avoid unused-parameter warnings, but do it cleanly
43629         * lib/fsusage.c (UNUSED_PARAM): Remove definition.
43630         (get_fs_usage): Cast to void instead.
43631         * lib/mountlist.c (UNUSED_PARAM): Remove definition.
43632         (dev_from_mount_options, read_file_system_list): Cast to void.
43633         Prompted by Bruno Haible.
43634
43635 2009-02-04  Jim Meyering  <meyering@redhat.com>
43636
43637         fsusage.c: correct copyright year
43638         * lib/fsusage.c: Reflect year in which the change is pushed into
43639
43640         avoid misc. warnings
43641         * lib/fsusage.c (UNUSED_PARAM): Define.
43642         (get_fs_usage): Mark parameter "disk" as unused.
43643         * lib/getugroups.c (getgrent): Use "void" in prototype.
43644         * lib/mountlist.c: Mark unused parameters.
43645         (read_file_system_list): Declare a local with "const".
43646         * lib/nanosleep.c (getnow): Declare static.
43647         * lib/strftime.c: Include strftime.h, for declaration of nstrftime.
43648
43649         dirfd: set errno upon failure
43650         * lib/dirfd.c: Include <errno.h>.
43651         Set errno to ENOTSUP when returning -1.
43652         * modules/dirfd (Depends-on): Add errno.
43653         Suggested by John Kodis <kodis@comcast.net>.
43654
43655 2009-02-01  Bruno Haible  <bruno@clisp.org>
43656
43657         Don't assume sizeof (long) >= sizeof (void *).
43658         * lib/memcmp.c: Include stdint.h.
43659         (memcmp_bytes): Change argument types to op_t. Change type of srcp1,
43660         srcp2 to 'const byte *'.
43661         (memcmp_common_alignment, memcmp_not_common_alignment): Change argument
43662         types to uintptr_t.
43663         (rpl_memcmp): Change type of srcp1, srcp2 to 'uintptr_t'.
43664         * modules/memcmp (Depends-on): Add stdint.
43665         Reported by Ozkan Sezer <sezeroz@gmail.com>.
43666
43667 2009-01-30  Eric Blake  <ebb9@byu.net>
43668
43669         fix more require-before-expand issues
43670         * m4/pmccabe2html.m4 (gl_PMCCABE2HTML): Require, rather than
43671         expand, AC_PROG_AWK.
43672         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): Use AC_DEFUN_ONCE.
43673
43674 2009-01-28  Eric Blake  <ebb9@byu.net>
43675
43676         version-etc: use consistent URL formatting
43677         * lib/version-etc.c (emit_bug_reporting_address, version_etc_va):
43678         Improve formatting.  Use fputs for string without %.
43679
43680 2009-01-28  Jim Meyering  <meyering@redhat.com>
43681
43682         00gnulib.m4: add m4 quotes in shell comment to avoid autoconf warning
43683         * m4/00gnulib.m4 (AC_DEFUN_ONCE): Add quotes to avoid an
43684         "underquoted definition of NAME" from autoconf-2.59.
43685
43686 2009-01-28  Bruno Haible  <bruno@clisp.org>
43687
43688         * doc/gnulib.texi: Add "Obsolete modules" to index.
43689
43690 2009-01-28  Jim Meyering  <meyering@redhat.com>
43691
43692         useless-if-before-free: recognize more variants
43693         * build-aux/useless-if-before-free: Also recognize e.g.,
43694         if (NULL != p) free (p);
43695
43696 2009-01-27  Mark McLoughlin  <markmc@redhat.com>
43697
43698         test-getaddrinfo: skip (don't fail) this test when there's no network
43699         * tests/test-getaddrinfo.c: Skip test upon failure with EAI_AGAIN,
43700         on the presumption that it means you lack network access.
43701
43702 2009-01-26  Jim Meyering  <meyering@redhat.com>
43703
43704         fflush: avoid warnings on modern systems
43705         * lib/fflush.c (rpl_fflush): Move declarations of locals,
43706         pos and result, into scopes where they're used.
43707
43708 2009-01-26  Eric Blake  <ebb9@byu.net>
43709
43710         Silence warning reintroduced by recent extensions patch.
43711         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS)
43712         (gl_USE_SYSTEM_EXTENSIONS): Use AC_DEFUN_ONCE to silence newer
43713         autoconf.
43714
43715         Backport improved autoconf semantics of AC_DEFUN_ONCE.
43716         * m4/00gnulib.m4: New file.
43717         * gnulib-tool (func_get_filelist): Always use it.
43718         * m4/gnulib-common.m4 (gl_COMMON): Force the file to be used.
43719         Reported by Bruno Haible, with suggestions from Paolo Bonzini.
43720
43721 2009-01-25  Bruno Haible  <bruno@clisp.org>
43722
43723         Make test-quotearg work on MacOS X and AIX.
43724         * tests/test-quotearg.sh: New file.
43725         * tests/locale/fr/LC_MESSAGES/test-quotearg.po: New file.
43726         * tests/locale/fr/LC_MESSAGES/test-quotearg.mo: New file.
43727         * tests/test-quotearg.c: Include <locale.h> and gettext.h. Don't
43728         include <libintl.h>.
43729         (fake_locale): Remove variable.
43730         (gettext, dgettext, dcgettext): Remove functions.
43731         (main): Instead of setting a fake locale, set a real locale. Call
43732         textdomain and bindtextdomain.
43733         * modules/quotearg-tests (Files): Add the new files.
43734         (Depends-on): Add gettext, setenv, unsetenv.
43735         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
43736         (Makefile.am): Add test-quotearg.sh to TESTS, remove test-quotearg.
43737         Augment TESTS_ENVIRONMENT.
43738
43739 2009-01-25  Bruno Haible  <bruno@clisp.org>
43740
43741         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove special code that hid the
43742         fr_FR.ISO8859-1 locale on MacOS X.
43743         * m4/locale-ja.m4 (gt_LOCALE_JA): Remove special code that hid the
43744         ja_JP.eucJP locale on MacOS X.
43745         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Remove special code that hid the
43746         zh_CN.GB18030 locale on MacOS X.
43747
43748 2009-01-25  Bruno Haible  <bruno@clisp.org>
43749
43750         Avoid link errors on MacOS X 10.3.
43751         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Add initializer.
43752         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
43753
43754 2009-01-25  Bruno Haible  <bruno@clisp.org>
43755
43756         * lib/pipe.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
43757         * m4/pipe.m4 (gl_PIPE): Remove tests for vfork() based code.
43758         * modules/pipe (Files): Remove m4/posix_spawn.m4.
43759         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
43760         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2,
43761         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
43762         posix_spawnattr_init, posix_spawnattr_setsigmask,
43763         posix_spawnattr_setflags, posix_spawnattr_destroy.
43764
43765         * lib/execute.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
43766         * m4/execute.m4 (gl_EXECUTE): Remove tests for vfork() based code.
43767         * modules/execute (Files): Remove m4/posix_spawn.m4.
43768         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
43769         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
43770         posix_spawnattr_init, posix_spawnattr_setsigmask,
43771         posix_spawnattr_setflags, posix_spawnattr_destroy.
43772
43773 2009-01-25  Bruno Haible  <bruno@clisp.org>
43774
43775         * lib/glthread/threadlib.c: Include <stdlib.h>.
43776
43777 2009-01-25  Bruno Haible  <bruno@clisp.org>
43778
43779         * lib/glthread/threadlib.c (dummy): New declaration.
43780
43781 2009-01-25  Bruno Haible  <bruno@clisp.org>
43782
43783         * lib/mbrtowc.c (mbrtowc): Distinguish invalid and incomplete
43784         multibyte characters also for the GB18030 encoding. Don't crash when
43785         the encoding is unknown and nstate = 0. Needed on OSF/1 5.1.
43786
43787 2009-01-25  Bruno Haible  <bruno@clisp.org>
43788
43789         Avoid redefining 'struct random_data' on OSF/1 5.1.
43790         * lib/stdlib.in.h: Include <random.h> if it exists.
43791         * m4/stdlib_h.m4 (gl_STDLIB_H): Test whether <random.h> exists. Set
43792         HAVE_RANDOM_H. Include <random.h> when testing whether
43793         'struct random_data' exists.
43794         * modules/stdlib (Makefile.am): Substitute HAVE_RANDOM_H.
43795
43796 2009-01-25  Bruno Haible  <bruno@clisp.org>
43797
43798         Don't install charset.alias on MacOS X >= 10.3.
43799         * lib/localcharset.c (DARWIN7): New macro.
43800         (get_charset_aliases): Hardcode the result for Darwin7.
43801         * modules/localcharset (install-exec-local): Don't install
43802         charset.alias on MacOS X >= 10.3, if the file does not yet exist.
43803
43804 2009-01-25  Bruno Haible  <bruno@clisp.org>
43805
43806         Don't install charset.alias on mingw and Cygwin.
43807         * modules/localcharset (install-exec-local): Don't install
43808         charset.alias on mingw and Cygwin, if the file does not yet exist.
43809         The result for these platforms is hardcoded in localcharset.c.
43810
43811 2009-01-25  Bruno Haible  <bruno@clisp.org>
43812
43813         Make it possible again to use AC_GNU_SOURCE together with gnulib.
43814         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_GNU_SOURCE
43815         before requiring AC_USE_SYSTEM_EXTENSIONS.
43816
43817 2009-01-25  Jim Meyering  <meyering@redhat.com>
43818
43819         c-strtod: avoid warnings
43820         * lib/c-strtod.c (C_STRTOD): Cast nptr to (char *) to avoid
43821         "assignment discards qualifiers from pointer target type" warnings.
43822
43823 2009-01-24  Bruno Haible  <bruno@clisp.org>
43824
43825         Add support for non-UTF-8 locales on MacOS X.
43826         * lib/config.charset: Add CP1131, ARMSCII-8, PT154 to the list of
43827         canonical encodings. For Darwin 7 and newer, don't map traditional
43828         encodings to UTF-8.
43829         Reported by Vincent Lefevre <vincent@vinc17.org>
43830         at <http://savannah.gnu.org/bugs/?25235>.
43831
43832 2009-01-24  Bruno Haible  <bruno@clisp.org>
43833
43834         * doc/gnulib.texi (Obsolete modules): New section.
43835         Reported by Mike Frysinger <vapier@gentoo.org>.
43836
43837 2009-01-24  Bruno Haible  <bruno@clisp.org>
43838
43839         * doc/Makefile (%.pdf): Clarify where to find texmf.cnf.
43840         (%.dvi): New rule.
43841
43842 2009-01-24  Bruno Haible  <bruno@clisp.org>
43843
43844         * lib/c-strtod.h (c_strtod, c_strtold): Adjust specification.
43845         Reported by Eric Blake.
43846
43847 2009-01-24  Bruno Haible  <bruno@clisp.org>
43848
43849         * lib/c-stack.c (segv_handler): If !HAVE_XSI_STACK_OVERFLOW_HEURISTIC,
43850         set signo = 0 also if info->si_code <= 0. Needed on HP-UX 11.11.
43851         Reported by Gary V. Vaughan <gary@gnu.org>.
43852
43853 2009-01-24  Bruno Haible  <bruno@clisp.org>
43854
43855         * lib/c-strtod.h (c_strtod, c_strtold): Add specification.
43856
43857 2009-01-23  Bruno Haible  <bruno@clisp.org>
43858
43859         Make c-strtod, c-strtold usable in libraries.
43860         * lib/c-strtod.c: Include string.h instead of xalloc.h.
43861         (C_STRTOD): Call strdup instead of xstrdup.
43862         * modules/c-strtod (Depends-on): Add strdup-posix, remove xalloc.
43863         * modules/c-strtold (Depends-on): Likewise.
43864         * doc/c-strtod.texi: Remove the sentence mentioning xalloc_die.
43865         * NEWS: Mention the change.
43866         Reported by Michael Gold <mgold@ncf.ca>.
43867
43868 2009-01-23  Jim Meyering  <meyering@redhat.com>
43869
43870         c-strtod: when ENDPTR is non-NULL, set *ENDPTR in new failure path
43871         * lib/c-strtod.c (C_STRTOD) [LC_ALL_MASKC]: Ensure that when
43872         ENDPTR is non-NULL, *ENDPTR is set to NPTR upon failure.
43873
43874 2009-01-23  Simon Josefsson  <simon@josefsson.org>
43875
43876         * lib/version-etc.c: Add emit_bug_reporting_address, inspired by
43877         GNU CoreUtils.
43878         * lib/version-etc.h: Add prototype for emit_bug_reporting_address.
43879         * modules/version-etc (Description): Update.
43880
43881 2009-01-22  Bruno Haible  <bruno@clisp.org>
43882
43883         Cache the C locale object.
43884         * lib/c-strtod.c (c_locale_cache): New variable.
43885         (c_locale): New function.
43886         (C_STRTOD): Use it, and don't call freelocale.
43887         * m4/c-strtod.m4 (gl_C_STRTOD, gl_C_STRTOLD): Require AC_C_INLINE.
43888         Suggested by Paolo Bonzini.
43889
43890 2009-01-21  Bruno Haible  <bruno@clisp.org>
43891
43892         * lib/getloadavg.c (getloadavg): Check c_strtod result against error
43893         conditions other than overflow.
43894
43895 2009-01-21  Bruno Haible  <bruno@clisp.org>
43896
43897         * lib/c-strtod.c: Include errno.h.
43898         (C_STRTOD): Check against NULL return from newlocale. Preserve errno
43899         value from STRTOD_L and STRTOD.
43900
43901 2009-01-21  Bruno Haible  <bruno@clisp.org>
43902         and Jim Meyering  <meyering@redhat.com>
43903
43904         nanosleep: skip configure test (fail it) for apple universal builds
43905         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_MULTIARCH. In Apple
43906         universal builds, assume that nanosleep does not work.
43907         * modules/nanosleep (Depends-on): Add multiarch.
43908
43909         mktime: skip configure test (fail it) for apple universal builds
43910         * m4/mktime.m4 (AC_FUNC_MKTIME): Require gl_MULTIARCH. In Apple
43911         universal builds, assume that mktime does not work.
43912         * modules/mktime (Depends-on): Add multiarch.
43913
43914 2009-01-21  Eric Blake  <ebb9@byu.net>
43915
43916         multiarch: avoid expand-before-require warning
43917         * modules/multiarch (configure.ac): Require, rather than expand,
43918         gl_MULTIARCH.
43919         * m4/multiarch.m4 (gl_MULTIARCH_BODY): Merge...
43920         (gl_MULTIARCH): ...into this macro, and use AC_DEFUN_ONCE to
43921         enforce that all clients require it.  Partial reversion of
43922         2008-12-29 patch.
43923
43924         error: avoid expand-before-require warning
43925         * modules/errno (configure.ac): Require, rather than expand,
43926         gl_HEADER_ERRNO_H.
43927         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Merge...
43928         (gl_HEADER_ERRNO_H): ...into this macro, and use AC_DEFUN_ONCE to
43929         enforce that all clients require it.
43930
43931         gnulib-tool: avoid warnings from using obsolete AC_GNU_SOURCE
43932         * gnulib-tool (func_dest_tmpfilename, func_create_testdir): Using
43933         obsolete AC_GNU_SOURCE causes out-of-order expansion; avoid it,
43934         and rely solely on gl_USE_SYSTEM_EXTENSIONS.
43935
43936 2009-01-21  Paolo Bonzini  <bonzini@gnu.org>
43937
43938         Revert:
43939         2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
43940
43941         regex: do not depend on obsolete modules.
43942         * modules/regex: Remove memcmp and memmove.
43943
43944 2009-01-20  Bruno Haible  <bruno@clisp.org>
43945
43946         Make the 'link' module link on Windows NT 4.
43947         * lib/link.c (_WIN32_WINNT): Don't define.
43948         (CreateHardLinkFuncType): New type.
43949         (CreateHardLinkFunc, initialized): New variables.
43950         (initialize): New function.
43951         (link): Invoke CreateHardLink indirectly through the function pointer.
43952
43953 2009-01-20  Bruno Haible  <bruno@clisp.org>
43954
43955         Fix compilation failure on mingw.
43956         * tests/test-link.c (main): Don't assume that EOPNOTSUPP exists.
43957
43958 2009-01-20  Michael Gold  <mgold@ncf.ca>  (tiny change)
43959
43960         * doc/c-strtod.texi: Mention a couple of restrictions.
43961
43962 2009-01-20  Jim Meyering  <meyering@redhat.com>
43963
43964         gettimeofday: move more declarations out of functions
43965         * lib/gettimeofday.c: Move extern declarations of tzset and
43966         gmtime out of containing functions.  Prompted by Bruno Haible.
43967
43968 2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
43969
43970         regex: do not depend on obsolete modules.
43971         * modules/regex: Remove memcmp and memmove.
43972
43973 2009-01-19  Bruno Haible  <bruno@clisp.org>
43974
43975         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
43976         * modules/uniconv/u16-conv-from-enc (configure.ac): Require
43977         gl_BIGENDIAN, not AC_C_BIGENDIAN.
43978         * modules/uniconv/u16-conv-to-enc (configure.ac): Likewise.
43979         * modules/uniconv/u16-strconv-to-enc (configure.ac): Likewise.
43980
43981 2009-01-19  Bruno Haible  <bruno@clisp.org>
43982
43983         * tests/test-link.c: Include <errno.h>.
43984         (main): Exit with code 77 when a hard link cannot be created due to
43985         the file system.
43986         * tests/test-link.sh: Skip test when a hard link cannot be created due
43987         to the file system.
43988         Suggested by Eric Blake.
43989
43990 2009-01-19  Martin Lambers  <marlam@marlam.de>
43991
43992         * modules/link-tests: New file.
43993         * tests/test-link.sh: New file.
43994         * tests/test-link.c: New file.
43995
43996 2009-01-19  Eric Blake  <ebb9@byu.net>
43997
43998         doc: mention another function added in cygwin 1.7.0
43999         * doc/glibc-functions/glob_pattern_p.texi (glob_pattern_p):
44000         Another new function in cygwin 1.7.
44001
44002 2009-01-19  Bruno Haible  <bruno@clisp.org>
44003
44004         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
44005         * m4/gnulib-common.m4 (gl_BIGENDIAN): New macro.
44006         * m4/exponentl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require
44007         gl_BIGENDIAN, not AC_C_BIGENDIAN.
44008         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
44009         * m4/isinf.m4 (gl_ISINFL_WORKS): Likewise.
44010         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Likewise.
44011         * m4/md4.m4 (gl_MD4): Likewise.
44012         * m4/md5.m4 (gl_MD5): Likewise.
44013         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Likewise.
44014         * m4/sha1.m4 (gl_SHA1): Likewise.
44015         * m4/sha256.m4 (gl_SHA256): Likewise.
44016         * m4/sha512.m4 (gl_SHA512): Likewise.
44017
44018 2009-01-19  Bruno Haible  <bruno@clisp.org>
44019
44020         * modules/uniname/uniname-tests (Depends-on): Add progname.
44021         * tests/uniname/test-uninames.c: Include progname.h.
44022         (main): Call set_program_name.
44023
44024         * modules/unistdio/u8-vsprintf-tests (Depends-on): Add progname.
44025         * tests/unistdio/test-u8-vsprintf1.c: Include progname.h.
44026         (main): Call set_program_name.
44027
44028         * modules/unistdio/u8-vsnprintf-tests (Depends-on): Add progname.
44029         * tests/unistdio/test-u8-vsnprintf1.c: Include progname.h.
44030         (main): Call set_program_name.
44031
44032         * modules/unistdio/u16-vsprintf-tests (Depends-on): Add progname.
44033         * tests/unistdio/test-u16-vsprintf1.c: Include progname.h.
44034         (main): Call set_program_name.
44035
44036         * modules/unistdio/u16-vsnprintf-tests (Depends-on): Add progname.
44037         * tests/unistdio/test-u16-vsnprintf1.c: Include progname.h.
44038         (main): Call set_program_name.
44039
44040         * modules/unistdio/u32-vsprintf-tests (Depends-on): Add progname.
44041         * tests/unistdio/test-u32-vsprintf1.c: Include progname.h.
44042         (main): Call set_program_name.
44043
44044         * modules/unistdio/u32-vsnprintf-tests (Depends-on): Add progname.
44045         * tests/unistdio/test-u32-vsnprintf1.c: Include progname.h.
44046         (main): Call set_program_name.
44047
44048         * modules/unistdio/ulc-vsprintf-tests (Depends-on): Add progname.
44049         * tests/unistdio/test-ulc-vsprintf1.c: Include progname.h.
44050         (main): Call set_program_name.
44051
44052         * modules/unistdio/ulc-vsnprintf-tests (Depends-on): Add progname.
44053         * tests/unistdio/test-ulc-vsnprintf1.c: Include progname.h.
44054         (main): Call set_program_name.
44055
44056 2009-01-19  Eric Blake  <ebb9@byu.net>
44057
44058         test-unistd: test previous patch
44059         * tests/test-unistd.c: Test *_FILENO macros.
44060
44061         unistd: guarantee STDIN_FILENO here, for OS/2 EMX
44062         * lib/unistd.in.h (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
44063         Guarantee a definition.
44064         * doc/posix-headers/unistd.texi (unistd.h): Document the bug.
44065         * modules/unistd-safer (Depends-on): Add dependency on unistd.
44066         * lib/c-stack.c (STDERR_FILENO): Rely on <unistd.h>.
44067         * lib/dup-safer.c (STDERR_FILENO): Likewise.
44068         * lib/execute.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
44069         Likewise.
44070         * lib/fd-safer.c (STDIN_FILENO, STDERR_FILENO): Likewise.
44071         * lib/fopen-safer.c (STDERR_FILENO): Likewise.
44072         * lib/pipe.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
44073         Likewise.
44074         * lib/tmpfile-safer.c (STDERR_FILENO): Likewise.
44075         * tests/test-posix_spawn1.c (STDIN_FILENO, STDOUT_FILENO)
44076         (STDERR_FILENO): Likewise.
44077         * tests/test-posix_spawn2.c (STDIN_FILENO, STDOUT_FILENO)
44078         (STDERR_FILENO): Likewise.
44079         * tests/test-posix_spawn3.c (STDIN_FILENO, STDOUT_FILENO)
44080         (STDERR_FILENO): Likewise.
44081         Reported by Elbert Pol.
44082
44083 2009-01-19  Eric Blake  <ebb9@byu.net>
44084
44085         doc: mention more functions added in cygwin 1.7.0
44086         * doc/posix-functions/abort.texi (abort): Update wording related
44087         to cygwin.
44088         * doc/posix-functions/daylight.texi (daylight): Likewise.
44089         * doc/posix-functions/optarg.texi (optarg): Likewise.
44090         * doc/posix-functions/optarg.texi (opterr): Likewise.
44091         * doc/posix-functions/optarg.texi (optind): Likewise.
44092         * doc/posix-functions/optarg.texi (optopt): Likewise.
44093         * doc/posix-functions/wprintf.texi (wprintf): Cygwin wprintf never
44094         worked in 1.5.x, and was withdrawn in 1.7.
44095         * doc/posix-functions/vwprintf.texi (vwprintf): Likewise.
44096         * doc/posix-functions/fprintf.texi (fprintf): Tighten mention of
44097         cygwin versions.
44098         * doc/posix-functions/perror.texi (perror): Likewise.
44099         * doc/posix-functions/printf.texi (printf): Likewise.
44100         * doc/posix-functions/snprintf.texi (snprintf): Likewise.
44101         * doc/posix-functions/sprintf.texi (sprintf): Likewise.
44102         * doc/posix-functions/vfprintf.texi (vfprintf): Likewise.
44103         * doc/posix-functions/vprintf.texi (vprintf): Likewise.
44104         * doc/posix-functions/vsnprintf.texi (vsnprintf): Likewise.
44105         * doc/posix-functions/vsprintf.texi (vsprintf): Likewise.
44106         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
44107         Likewise.
44108         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
44109         Likewise.
44110         * doc/glibc-functions/cfmakeraw.texi (cfmakeraw): Cygwin 1.7 adds
44111         this function.
44112         * doc/glibc-functions/in6addr_any.texi (in6addr_any): Likewise.
44113         * doc/glibc-functions/in6addr_loopback.texi (in6addr_loopback):
44114         Likewise.
44115         * doc/glibc-functions/updwtmpx.texi (updwtmpx): Likewise.
44116         * doc/posix-functions/_Exit_C99.texi (_Exit): Likewise.
44117         * doc/posix-functions/confstr.texi (confstr): Likewise.
44118         * doc/posix-functions/dprintf.texi (dprintf): Likewise.
44119         * doc/posix-functions/fgetwc.texi (fgetwc): Likewise.
44120         * doc/posix-functions/fgetws.texi (fgetws): Likewise.
44121         * doc/posix-functions/fputwc.texi (fputwc): Likewise.
44122         * doc/posix-functions/fputws.texi (fputws): Likewise.
44123         * doc/posix-functions/fwide.texi (fwide): Likewise.
44124         * doc/posix-functions/getwc.texi (getwc): Likewise.
44125         * doc/posix-functions/getwchar.texi (getwchar): Likewise.
44126         * doc/posix-functions/putwc.texi (putwc): Likewise.
44127         * doc/posix-functions/putwchar.texi (putwchar): Likewise.
44128         * doc/posix-functions/sigignore.texi (sigignore): Likewise.
44129         * doc/posix-functions/ungetwc.texi (ungetwc): Likewise.
44130         * doc/posix-functions/vdprintf.texi (vdprintf): Likewise.
44131         * doc/posix-functions/wcpcpy.texi (wcpcpy): Likewise.
44132         * doc/posix-functions/wcpncpy.texi (wcpncpy): Likewise.
44133         * doc/posix-functions/wcstol.texi (wcstol): Likewise.
44134         * doc/posix-functions/wcstoll.texi (wcstoll): Likewise.
44135         * doc/posix-functions/wcstoul.texi (wcstoul): Likewise.
44136         * doc/posix-functions/wcstoull.texi (wcstoull): Likewise.
44137         * doc/posix-functions/wcsxfrm.texi (wcsxfrm): Likewise.
44138
44139 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
44140
44141         ioctl: avoid warning: no previous prototype for 'rpl_ioctl'
44142         * lib/ioctl.c: Include <sys/ioctl.h>.
44143
44144 2009-01-19  Simon Josefsson  <simon@josefsson.org>
44145
44146         * modules/getdate-tests (Depends-on): Add progname.
44147         * tests/test-getdate.c: Use progname module, to avoid link errors
44148         on non-glibc systems.
44149
44150 2009-01-18  Simon Josefsson  <simon@josefsson.org>
44151
44152         * modules/filenamecat-tests (Depends-on): Add progname.
44153         * modules/fstrcmp-tests (Depends-on): Likewise.
44154
44155         * tests/test-filenamecat.c: Use progname module, to avoid link
44156         errors on non-glibc systems.
44157         * tests/test-fstrcmp.c: Likewise.
44158
44159 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
44160
44161         gettimeofday: avoid warning: nested extern declaration of 'localtime'
44162         * lib/gettimeofday.c: Move extern declaration out of function.
44163
44164 2009-01-18  Bruno Haible  <bruno@clisp.org>
44165
44166         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mblen and mbrlen.
44167         * lib/strftime.c (HAVE_MBLEN, HAVE_MBRLEN): Remove macros.
44168         (MULTIBYTE_IS_FORMAT_SAFE): Define to 1 on all platforms except OSF/1.
44169
44170 2009-01-18  Bruno Haible  <bruno@clisp.org>
44171
44172         * lib/strftime.c (MEMPCPY): Remove unused macro.
44173         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mempcpy.
44174
44175 2009-01-18  Martin Lambers  <marlam@marlam.de>
44176
44177         New module 'link'.
44178         * lib/unistd.in.h (link): New declaration.
44179         * lib/link.c: New file.
44180         * m4/link.m4: New file.
44181         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_LINK,
44182         HAVE_LINK.
44183         * modules/unistd (Makefile.am): Substitute GNULIB_LINK, HAVE_LINK.
44184         * modules/link: New file.
44185         * doc/posix-functions/link.texi: Mention the new module.
44186
44187 2009-01-18  Bruno Haible  <bruno@clisp.org>
44188
44189         * tests/test-avltree_list.c (main): Call set_program_name.
44190         * tests/test-avltree_oset.c (main): Likewise.
44191         * tests/test-obstack-printf.c: Include progname.h.
44192         (main): Call set_program_name.
44193         * tests/test-quotearg.c: Include progname.h.
44194         (main): Call set_program_name.
44195         * tests/test-xmemdup0.c: Include progname.h.
44196         (main): Call set_program_name.
44197
44198 2009-01-18  Bruno Haible  <bruno@clisp.org>
44199
44200         New module 'alphasort'.
44201         * lib/dirent.in.h (alphasort): New declaration.
44202         * lib/alphasort.c: New file, from glibc with modifications.
44203         * m4/alphasort.m4: New file.
44204         * modules/alphasort: New file.
44205         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_ALPHASORT,
44206         HAVE_ALPHASORT.
44207         * modules/dirent (Makefile.am): Substitute GNULIB_ALPHASORT,
44208         HAVE_ALPHASORT.
44209         * doc/posix-functions/alphasort.texi: Mention the new module and the
44210         portability problems.
44211
44212 2009-01-18  Bruno Haible  <bruno@clisp.org>
44213
44214         New module 'scandir'.
44215         * lib/dirent.in.h (scandir): New declaration.
44216         * lib/scandir.c: New file, from glibc with modifications.
44217         * m4/scandir.m4: New file.
44218         * modules/scandir: New file.
44219         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_SCANDIR,
44220         HAVE_SCANDIR.
44221         * modules/dirent (Makefile.am): Substitute GNULIB_SCANDIR,
44222         HAVE_SCANDIR.
44223         * doc/posix-functions/scandir.texi: Mention the new module and the
44224         portability problems.
44225
44226 2009-01-17  Bruno Haible  <bruno@clisp.org>
44227
44228         * gnulib-tool (func_remove_prefix): Escape all dots in the prefix.
44229         Update documentation.
44230         (func_remove_suffix): Escape all dots in the suffix. Update
44231         documentation.
44232         (func_filter_filelist): Update documentation.
44233         Reported by Ralf Wildenhues.
44234
44235 2009-01-17  Bruno Haible  <bruno@clisp.org>
44236
44237         * modules/dprintf-posix-tests: New file.
44238         * tests/test-dprintf-posix.sh: New file.
44239         * tests/test-dprintf-posix.c: New file.
44240
44241         New modules 'dprintf', 'dprintf-posix'.
44242         * lib/stdio.in.h (dprintf): New declaration.
44243         * lib/dprintf.c: New file.
44244         * m4/dprintf.m4: New file.
44245         * m4/dprintf-posix.m4: New file.
44246         * modules/dprintf: New file.
44247         * modules/dprintf-posix: New file.
44248         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_DPRINTF,
44249         HAVE_DPRINTF, REPLACE_DPRINTF.
44250         * modules/stdio (Makefile.am): Substitute also GNULIB_DPRINTF,
44251         HAVE_DPRINTF, REPLACE_DPRINTF.
44252         * doc/posix-functions/dprintf.texi: Mention the new modules.
44253
44254 2009-01-17  Bruno Haible  <bruno@clisp.org>
44255
44256         * modules/vdprintf-posix-tests: New file.
44257         * tests/test-vdprintf-posix.sh: New file.
44258         * tests/test-vdprintf-posix.c: New file.
44259
44260         New modules 'vdprintf', 'vdprintf-posix'.
44261         * lib/stdio.in.h (vdprintf): New declaration.
44262         * lib/vdprintf.c: New file.
44263         * m4/vdprintf.m4: New file.
44264         * m4/vdprintf-posix.m4: New file.
44265         * modules/vdprintf: New file.
44266         * modules/vdprintf-posix: New file.
44267         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_VDPRINTF,
44268         HAVE_VDPRINTF, REPLACE_VDPRINTF.
44269         * modules/stdio (Makefile.am): Substitute also GNULIB_VDPRINTF,
44270         HAVE_VDPRINTF, REPLACE_VDPRINTF.
44271         * doc/posix-functions/vdprintf.texi: Mention the new modules.
44272
44273 2009-01-17  Bruno Haible  <bruno@clisp.org>
44274
44275         Fix replacement of fopen on mingw.
44276         * m4/fopen.m4 (gl_FUNC_FOPEN): Define FOPEN_TRAILING_SLASH_BUG also on
44277         mingw.
44278
44279 2009-01-17  Bruno Haible  <bruno@clisp.org>
44280
44281         Fix compilation error on HP-UX 11.00, present since 2008-09-24.
44282         * lib/fopen.c: Include <sys/types.h> and <sys/types.h>.
44283
44284 2009-01-17  Bruno Haible  <bruno@clisp.org>
44285
44286         Avoid test-fflush2.sh failure on mingw.
44287         * tests/test-fflush2.c: Include binary-io.h.
44288         (main): Put standard input into binary mode.
44289         * modules/fflush-tests (Depends-on): Add binary-io.
44290
44291 2009-01-17  Bruno Haible  <bruno@clisp.org>
44292
44293         * lib/wchar.in.h: In another particular situation, include only the
44294         system's <wchar.h> file.
44295         (_GL_ALREADY_INCLUDING_WCHAR_H): New macro.
44296         Reported by Albert Chin-A-Young <china@thewrittenword.com>
44297         and Thomas Guyot-Sionnest <dermoth@aei.ca>.
44298
44299 2009-01-17  Bruno Haible  <bruno@clisp.org>
44300
44301         Support for stripping executables in --enable-relocatable.
44302         * build-aux/install-reloc: Expect one more argument, or an environment
44303         variable RELOC_STRIP_PROG. If set, strip the destination program and
44304         its wrapper.
44305         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV, set
44306         RELOC_STRIP_PROG.
44307         * doc/relocatable-maint.texi (Supporting Relocation): Mention the need
44308         to set RELOCATABLE_STRIP.
44309         * NEWS: Mention the new Makefile requirement.
44310
44311 2009-01-17  Bruno Haible  <bruno@clisp.org>
44312
44313         * build-aux/install-reloc: Remove debugging information left over by
44314         C compiler on MacOS X.
44315
44316 2009-01-17  Bruno Haible  <bruno@clisp.org>
44317
44318         Update use of _NSGetExecutablePath after API change in MacOS X 10.4.
44319         * lib/progreloc.c (find_executable): Fix type of pointer passed to
44320         _NSGetExecutablePath.
44321
44322 2009-01-16  Jim Meyering  <meyering@redhat.com>
44323
44324         strerror: avoid warnings about discarding "const"
44325         * lib/strerror.c (rpl_strerror): Instead of returning a const
44326         string from each and every "case", use a variable, and add a single
44327         cast after the switch.
44328
44329 2009-01-16  Albert Chin-A-Young <china@thewrittenword.com>
44330
44331         * lib/arpa_inet.in.h: Add extern "C" block for C++.
44332
44333 2009-01-16  Bruno Haible  <bruno@clisp.org>
44334
44335         * m4/printf.m4 (gl_SNPRINTF_SIZE1, gl_VSNPRINTF_ZEROSIZE_C99): Use an
44336         array initializer syntax that also works in C++ mode.
44337         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
44338
44339 2009-01-16  Jim Meyering  <meyering@redhat.com>
44340
44341         poll: suppress a warning
44342         * lib/poll.c: Use #pragma GCC diagnostic ignored "-Wtype-limits"
44343         to ignore "...unsigned expression < 0 is always false" warnings.
44344
44345 2009-01-16  Daniel P. Berrange  <berrange@redhat.com>
44346
44347         poll: remove declarations of unused variables
44348         * lib/poll.c (poll) [WIN32_NATIVE]: Remove declarations of unused
44349         sockbuf and optlen.
44350
44351 2009-01-15  Bruno Haible  <bruno@clisp.org>
44352
44353         Make fflush-after-ungetc POSIX compliant on BSD systems.
44354         * lib/fflush.c (clear_ungetc_buffer_preserving_position): New function.
44355         (clear_ungetc_buffer): Implement also for other systems.
44356         (rpl_fflush): On glibc systems, invoke
44357         clear_ungetc_buffer_preserving_position. Otherwise, invoke
44358         clear_ungetc_buffer after fetching the stream's position, not before.
44359
44360 2009-01-15  Bruno Haible  <bruno@clisp.org>
44361
44362         Make fflush-after-ungetc POSIX compliant on glibc systems.
44363         * m4/fflush.m4 (gl_FUNC_FFLUSH): Test also the behaviour of fflush
44364         after ungetc.
44365         * lib/fflush.c (clear_ungetc_buffer): Implement for glibc systems.
44366         (rpl_fflush): On glibc systems, simply call the system's fflush
44367         function after clearing the ungetc buffer.
44368         * lib/fseeko.c (rpl_fseeko): Don't try to lseek past the end of file.
44369         Instead, lseek only to the end of file, then use the system's fseeko
44370         for the rest. On glibc systems, reset the EOF indicator bit.
44371
44372 2009-01-15  Jim Meyering  <meyering@redhat.com>
44373
44374         openmp.m4: revert quote-adding change, for portability to older autoconf
44375         * m4/openmp.m4: Remove the quotes added on 2009-01-14.
44376         This reverts part of 42d1eda5dcce2d68deab7a642e7f29bcd7144a0d.
44377         Simon Josefsson noticed the problem when using autoconf-2.61.
44378
44379 2009-01-15  Bruno Haible  <bruno@clisp.org>
44380
44381         * tests/test-fflush2.sh: Invoke test-fflush2 twice.
44382         * tests/test-fflush2.c (ASSERT): Always fail.
44383         (main): Add two tests for fflush() after ungetc(), taking into account
44384         the Austin Group's clarification.
44385         Suggested by Eric Blake.
44386
44387 2009-01-15  Albert Chin-A-Young  <china@thewrittenword.com>
44388
44389         mktime.m4: remove K&R-style function prototypes
44390         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove K&R-style function prototypes
44391         for the Sun C++ compiler.
44392
44393 2009-01-14  Bruno Haible  <bruno@clisp.org>
44394
44395         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_WCHAR_H): New macro, defined
44396         while including <wchar.h>.
44397         * lib/wchar.in.h: In two particular situations on HP-UX, include only
44398         the system's <wchar.h> file.
44399         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
44400
44401 2009-01-14  Bruno Haible  <bruno@clisp.org>
44402
44403         * m4/csharp.m4: Don't mention gettext on the serial number line.
44404         * m4/csharpexec.m4: Likewise.
44405         * m4/eaccess.m4: Likewise.
44406         * m4/javaexec.m4: Likewise.
44407         * m4/sig_atomic_t.m4: Likewise.
44408         * m4/tmpdir.m4: Likewise.
44409         * m4/intldir.m4: Bump gettext version.
44410         * m4/lib-ld.m4: Likewise.
44411
44412 2009-01-14  Bruno Haible  <bruno@clisp.org>
44413
44414         * lib/progname.c (set_program_name): Add more comments.
44415         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
44416
44417 2009-01-14  Simon Josefsson  <simon@josefsson.org>
44418
44419         * lib/sys_stat.in.h: Include sys/types.h for nlink_t on systems
44420         were sys/stat.h does not define it.
44421
44422 2009-01-14  Jim Meyering  <meyering@redhat.com>
44423
44424         many *.m4 files: improve m4 quoting
44425         99% of this change was performed by running the following commands:
44426         git ls-files | grep '\.m4$' | xargs perl -pi \
44427           -e 's/(AC_\w+\()([^[()]+?)([,)])/$1\[$2]$3/g;' \
44428           -e 's/(AC_\w+\((?:\[[^,]+?\], ){1})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
44429           -e 's/(AC_\w+\((?:\[[^,]+?\], ){2})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
44430           -e 's/(AC_\w+\((?:\[[^,]+?\], ){3})([^,[()]+?)([,)])/$1\[$2]$3/g'
44431         perl -pi -e 's/\[\.\.\.\]/.../' m4/onceonly.m4
44432         The remainder were to add Copyright dates, increment serial numbers,
44433         undo some changes in comments, exclude m4/intl.m4, and add quotes
44434         around the "1" in ",1" where the unusual spacing prohibited the
44435         above regexps from doing the job.  For more details, see
44436         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16175>.
44437         * m4/acl.m4: Modified.
44438         * m4/afs.m4: Likewise.
44439         * m4/alloca.m4: Likewise.
44440         * m4/argp.m4: Likewise.
44441         * m4/argz.m4: Likewise.
44442         * m4/atexit.m4: Likewise.
44443         * m4/bison-i18n.m4: Likewise.
44444         * m4/bison.m4: Likewise.
44445         * m4/byteswap.m4: Likewise.
44446         * m4/c-stack.m4: Likewise.
44447         * m4/c-strtod.m4: Likewise.
44448         * m4/calloc.m4: Likewise.
44449         * m4/canonicalize-lgpl.m4: Likewise.
44450         * m4/chown.m4: Likewise.
44451         * m4/clock_time.m4: Likewise.
44452         * m4/codeset.m4: Likewise.
44453         * m4/copy-file.m4: Likewise.
44454         * m4/csharp.m4: Likewise.
44455         * m4/csharpcomp.m4: Likewise.
44456         * m4/csharpexec.m4: Likewise.
44457         * m4/d-ino.m4: Likewise.
44458         * m4/d-type.m4: Likewise.
44459         * m4/dirfd.m4: Likewise.
44460         * m4/double-slash-root.m4: Likewise.
44461         * m4/eaccess.m4: Likewise.
44462         * m4/eealloc.m4: Likewise.
44463         * m4/environ.m4: Likewise.
44464         * m4/errno_h.m4: Likewise.
44465         * m4/euidaccess.m4: Likewise.
44466         * m4/execute.m4: Likewise.
44467         * m4/fatal-signal.m4: Likewise.
44468         * m4/fchdir.m4: Likewise.
44469         * m4/fcntl_h.m4: Likewise.
44470         * m4/fileblocks.m4: Likewise.
44471         * m4/filenamecat.m4: Likewise.
44472         * m4/findprog.m4: Likewise.
44473         * m4/flexmember.m4: Likewise.
44474         * m4/fnmatch.m4: Likewise.
44475         * m4/fopen.m4: Likewise.
44476         * m4/fpending.m4: Likewise.
44477         * m4/fprintf-posix.m4: Likewise.
44478         * m4/free.m4: Likewise.
44479         * m4/frexp.m4: Likewise.
44480         * m4/frexpl.m4: Likewise.
44481         * m4/fsusage.m4: Likewise.
44482         * m4/ftruncate.m4: Likewise.
44483         * m4/gc-camellia.m4: Likewise.
44484         * m4/gc-random.m4: Likewise.
44485         * m4/gc.m4: Likewise.
44486         * m4/getaddrinfo.m4: Likewise.
44487         * m4/getcwd-abort-bug.m4: Likewise.
44488         * m4/getcwd-path-max.m4: Likewise.
44489         * m4/getdate.m4: Likewise.
44490         * m4/getdomainname.m4: Likewise.
44491         * m4/getgroups.m4: Likewise.
44492         * m4/gethostname.m4: Likewise.
44493         * m4/gethrxtime.m4: Likewise.
44494         * m4/getline.m4: Likewise.
44495         * m4/getloadavg.m4: Likewise.
44496         * m4/getndelim2.m4: Likewise.
44497         * m4/getpass.m4: Likewise.
44498         * m4/gettext.m4: Likewise.
44499         * m4/gettime.m4: Likewise.
44500         * m4/gettimeofday.m4: Likewise.
44501         * m4/gnulib-common.m4: Likewise.
44502         * m4/group-member.m4: Likewise.
44503         * m4/host-os.m4: Likewise.
44504         * m4/iconv.m4: Likewise.
44505         * m4/iconv_open.m4: Likewise.
44506         * m4/inet_ntop.m4: Likewise.
44507         * m4/inet_pton.m4: Likewise.
44508         * m4/inline.m4: Likewise.
44509         * m4/intldir.m4: Likewise.
44510         * m4/intlmacosx.m4: Likewise.
44511         * m4/intmax.m4: Likewise.
44512         * m4/intmax_t.m4: Likewise.
44513         * m4/inttypes.m4: Likewise.
44514         * m4/inttypes_h.m4: Likewise.
44515         * m4/inttypes-pri.m4: Likewise.
44516         * m4/isapipe.m4: Likewise.
44517         * m4/isnand.m4: Likewise.
44518         * m4/isnanf.m4: Likewise.
44519         * m4/isnanl.m4: Likewise.
44520         * m4/javacomp.m4: Likewise.
44521         * m4/javaexec.m4: Likewise.
44522         * m4/jm-winsz1.m4: Likewise.
44523         * m4/jm-winsz2.m4: Likewise.
44524         * m4/lchown.m4: Likewise.
44525         * m4/lcmessage.m4: Likewise.
44526         * m4/ldexpl.m4: Likewise.
44527         * m4/lib-ld.m4: Likewise.
44528         * m4/lib-link.m4: Likewise.
44529         * m4/libsigsegv.m4: Likewise.
44530         * m4/link-follow.m4: Likewise.
44531         * m4/localcharset.m4: Likewise.
44532         * m4/locale-fr.m4: Likewise.
44533         * m4/locale-ja.m4: Likewise.
44534         * m4/locale-tr.m4: Likewise.
44535         * m4/locale-zh.m4: Likewise.
44536         * m4/lock.m4: Likewise.
44537         * m4/longlong.m4: Likewise.
44538         * m4/ls-mntd-fs.m4: Likewise.
44539         * m4/lstat.m4: Likewise.
44540         * m4/malloc.m4: Likewise.
44541         * m4/mathl.m4: Likewise.
44542         * m4/mbrtowc.m4: Likewise.
44543         * m4/mbstate_t.m4: Likewise.
44544         * m4/mbswidth.m4: Likewise.
44545         * m4/memchr.m4: Likewise.
44546         * m4/memcmp.m4: Likewise.
44547         * m4/memcpy.m4: Likewise.
44548         * m4/memmem.m4: Likewise.
44549         * m4/memmove.m4: Likewise.
44550         * m4/mempcpy.m4: Likewise.
44551         * m4/memrchr.m4: Likewise.
44552         * m4/memset.m4: Likewise.
44553         * m4/minmax.m4: Likewise.
44554         * m4/mkdir-slash.m4: Likewise.
44555         * m4/mkdtemp.m4: Likewise.
44556         * m4/mktime.m4: Likewise.
44557         * m4/mmap-anon.m4: Likewise.
44558         * m4/mountlist.m4: Likewise.
44559         * m4/nanosleep.m4: Likewise.
44560         * m4/nls.m4: Likewise.
44561         * m4/nocrash.m4: Likewise.
44562         * m4/open.m4: Likewise.
44563         * m4/openat.m4: Likewise.
44564         * m4/openmp.m4: Likewise.
44565         * m4/pathmax.m4: Likewise.
44566         * m4/perl.m4: Likewise.
44567         * m4/physmem.m4: Likewise.
44568         * m4/pipe.m4: Likewise.
44569         * m4/po.m4: Likewise.
44570         * m4/poll.m4: Likewise.
44571         * m4/posixtm.m4: Likewise.
44572         * m4/posixver.m4: Likewise.
44573         * m4/printf-frexp.m4: Likewise.
44574         * m4/printf-frexpl.m4: Likewise.
44575         * m4/printf-posix.m4: Likewise.
44576         * m4/printf-posix-rpl.m4: Likewise.
44577         * m4/printf.m4: Likewise.
44578         * m4/progtest.m4: Likewise.
44579         * m4/putenv.m4: Likewise.
44580         * m4/readline.m4: Likewise.
44581         * m4/readlink.m4: Likewise.
44582         * m4/readutmp.m4: Likewise.
44583         * m4/realloc.m4: Likewise.
44584         * m4/regex.m4: Likewise.
44585         * m4/relocatable.m4: Likewise.
44586         * m4/relocatable-lib.m4: Likewise.
44587         * m4/rename-dest-slash.m4: Likewise.
44588         * m4/rename.m4: Likewise.
44589         * m4/rmdir-errno.m4: Likewise.
44590         * m4/rmdir.m4: Likewise.
44591         * m4/roundf.m4: Likewise.
44592         * m4/roundl.m4: Likewise.
44593         * m4/rpmatch.m4: Likewise.
44594         * m4/save-cwd.m4: Likewise.
44595         * m4/selinux-selinux-h.m4: Likewise.
44596         * m4/setenv.m4: Likewise.
44597         * m4/settime.m4: Likewise.
44598         * m4/sig2str.m4: Likewise.
44599         * m4/sig_atomic_t.m4: Likewise.
44600         * m4/signalblocking.m4: Likewise.
44601         * m4/signbit.m4: Likewise.
44602         * m4/sigpipe.m4: Likewise.
44603         * m4/sockets.m4: Likewise.
44604         * m4/sockpfaf.m4: Likewise.
44605         * m4/st_dm_mode.m4: Likewise.
44606         * m4/stat-time.m4: Likewise.
44607         * m4/stdbool.m4: Likewise.
44608         * m4/stdint.m4: Likewise.
44609         * m4/stdint_h.m4: Likewise.
44610         * m4/stpcpy.m4: Likewise.
44611         * m4/stpncpy.m4: Likewise.
44612         * m4/strcase.m4: Likewise.
44613         * m4/strchrnul.m4: Likewise.
44614         * m4/strcspn.m4: Likewise.
44615         * m4/strdup.m4: Likewise.
44616         * m4/strftime.m4: Likewise.
44617         * m4/strndup.m4: Likewise.
44618         * m4/strnlen.m4: Likewise.
44619         * m4/strpbrk.m4: Likewise.
44620         * m4/strptime.m4: Likewise.
44621         * m4/strsep.m4: Likewise.
44622         * m4/strtod.m4: Likewise.
44623         * m4/strtoimax.m4: Likewise.
44624         * m4/strtok_r.m4: Likewise.
44625         * m4/strtol.m4: Likewise.
44626         * m4/strtoll.m4: Likewise.
44627         * m4/strtoul.m4: Likewise.
44628         * m4/strtoull.m4: Likewise.
44629         * m4/strtoumax.m4: Likewise.
44630         * m4/strverscmp.m4: Likewise.
44631         * m4/threadlib.m4: Likewise.
44632         * m4/timegm.m4: Likewise.
44633         * m4/tm_gmtoff.m4: Likewise.
44634         * m4/tmpdir.m4: Likewise.
44635         * m4/tmpfile.m4: Likewise.
44636         * m4/tzset.m4: Likewise.
44637         * m4/uintmax_t.m4: Likewise.
44638         * m4/unlinkdir.m4: Likewise.
44639         * m4/unlocked-io.m4: Likewise.
44640         * m4/uptime.m4: Likewise.
44641         * m4/userspec.m4: Likewise.
44642         * m4/utimbuf.m4: Likewise.
44643         * m4/utime.m4: Likewise.
44644         * m4/utimes-null.m4: Likewise.
44645         * m4/utimes.m4: Likewise.
44646         * m4/vararrays.m4: Likewise.
44647         * m4/vasnprintf.m4: Likewise.
44648         * m4/vfprintf-posix.m4: Likewise.
44649         * m4/vprintf-posix.m4: Likewise.
44650         * m4/wait-process.m4: Likewise.
44651         * m4/wchar_t.m4: Likewise.
44652         * m4/wint_t.m4: Likewise.
44653         * m4/write-any-file.m4: Likewise.
44654         * m4/yield.m4: Likewise.
44655
44656 2009-01-13  Bruno Haible  <bruno@clisp.org>
44657
44658         Avoid test-copy-file.sh failures when ACL support insufficient.
44659         * modules/copy-file-tests (Makefile.am): Pass USE_ACL in
44660         TESTS_ENVIRONMENT.
44661         * tests/test-copy-file.sh: Skip the ACL comparisons if USE_ACL is 0.
44662         Reported by Jim Meyering.
44663
44664 2009-01-13  Bruno Haible  <bruno@clisp.org>
44665
44666         * modules/unistdio/u-printf-args (Files): Add m4/stdint_h.m4 and
44667         m4/inttypes_h.m4, needed by m4/intmax_t.m4.
44668         * modules/unistdio/u8-printf-parse (Files): Likewise.
44669         * modules/unistdio/u32-printf-parse (Files): Likewise.
44670         * modules/unistdio/ulc-printf-parse (Files): Likewise.
44671
44672 2009-01-13  Simon Josefsson  <simon@josefsson.org>
44673
44674         * modules/unistdio/u16-printf-parse (Files): Add m4/stdint_h.m4
44675         and m4/inttypes_h.m4 too.
44676
44677 2009-01-12  Eric Blake  <ebb9@byu.net>
44678
44679         tests: IRIX 6.2 cc can't compile -0.0 into .data
44680         * tests/test-ceill.c (minus_zero): Compute -0.0L at runtime,
44681         rather than at compile-time.
44682         * tests/test-floorl.c (minus_zero): Likewise.
44683         * tests/test-frexpl.c (minus_zero): Likewise.
44684         * tests/test-isnan.c (minus_zerol): Likewise.
44685         * tests/test-isnanl.h (minus_zero): Likewise.
44686         * tests/test-ldexpl.c (minus_zero): Likewise.
44687         * tests/test-roundl.c (minus_zero): Likewise.
44688         * tests/test-signbit.c (minus_zerol): Likewise.
44689         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
44690         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
44691         * tests/test-truncl.c (minus_zero): Likewise.
44692         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
44693         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
44694         Reported by Tom G. Christensen and Nelson H. F. Beebe.
44695
44696 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
44697
44698         regex: fix glibc bug 9697
44699         * lib/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
44700         handling.
44701
44702 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
44703
44704         regex: fix glibc bug 697
44705         * lib/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
44706         being NULL also if there are no backreferences.
44707
44708 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
44709
44710         regex: merge glibc changes
44711         * lib/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
44712         * lib/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
44713         re_string_skip_chars, re_string_reconstruct): Likewise.
44714         * lib/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
44715
44716 2009-01-07  Jim Meyering  <meyering@redhat.com>
44717
44718         poll: filter through cppi
44719         * lib/poll.c: Indent cpp directives to reflect nesting.
44720
44721 2009-01-07  Daniel P. Berrange  <berrange@redhat.com>
44722
44723         poll: don't return uninitialized
44724         * lib/poll.c (poll) [WIN32_NATIVE]: Initialize "rc".
44725
44726 2009-01-06  Jeremy Olexa <darkside@gentoo.org>  (tiny change)
44727
44728         avoid compile failure on AIX 6.1
44729         * lib/getloadavg.c [HAVE_LIBPERFSTAT]: Include <sys/protosw.h>.
44730         Details in http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/15465
44731
44732 2009-01-04  Jim Meyering  <meyering@redhat.com>
44733
44734         remove duplicate inclusion of <stdio.h>
44735         * tests/test-fprintf-posix.c: Likewise.
44736         * tests/test-printf-posix.c: Likewise.
44737         * tests/test-snprintf-posix.c: Likewise.
44738         * tests/test-sprintf-posix.c: Likewise.
44739         * tests/test-vasprintf-posix.c: Likewise.
44740         * tests/test-vfprintf-posix.c: Likewise.
44741         * tests/test-vprintf-posix.c: Likewise.
44742         * tests/test-vsnprintf-posix.c: Likewise.
44743         * tests/test-vsprintf-posix.c: Likewise.
44744
44745 2009-01-03  Jim Meyering  <meyering@redhat.com>
44746
44747         gnulib-tool: fix sed-based filtering
44748         * gnulib-tool (func_filter_filelist): Remove extra backslash
44749         in sed_fff_filter definition.
44750
44751 2009-01-02  Jim Meyering  <meyering@redhat.com>
44752
44753         strftime: avoid compilation failure on Solaris 2.6
44754         * modules/strftime (Depends-on): Add mbrlen and mbsinit.
44755         * lib/strftime.c [DO_MULTIBYTE]: Include <wchar.h> unconditionally.
44756         Don't #define mbrlen or mbsinit, since now they're guaranteed to
44757         be available.  Reported by Tom G. Christensen.  Details in
44758         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16180>.
44759
44760 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44761             Bruno Haible  <bruno@clisp.org>
44762
44763         Speed up gnulib-tool by doing more string processing through shell
44764         built-ins.
44765         * gnulib-tool (fast_func_append): New variable.
44766         (func_remove_prefix, func_remove_suffix): New functions.
44767         (fast_func_remove_prefix, fast_func_remove_suffix): New variables.
44768         (func_filter_filelist): New function.
44769         (func_get_dependencies): Use func_remove_suffix instead of sed.
44770         (func_get_automake_snippet): Use func_filter_filelist instead of a
44771         subshell and sed invocation.
44772
44773 2009-01-01  Bruno Haible  <bruno@clisp.org>
44774
44775         Fix a security bug.
44776         * gnulib-tool (func_import, import, update): Don't allow the characters
44777         '"', '$', '`', '\' in macro arguments that become part of commands that
44778         are evaluated.
44779
44780 2009-01-01  Bruno Haible  <bruno@clisp.org>
44781
44782         * gnulib-tool (func_reset_sigpipe): Add more comments.
44783
44784 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44785
44786         * gnulib-tool (func_modules_add_dummy, func_emit_lib_Makefile_am,
44787         func_emit_tests_Makefile_am, func_import): Abort loops early if we
44788         already know the answer.
44789
44790 2009-01-01  Jim Meyering  <meyering@redhat.com>
44791
44792         * lib/version-etc.c (version_etc_va): Update copyright year.
44793
44794 2008-12-30  Bruno Haible  <bruno@clisp.org>
44795
44796         * m4/lib-prefix.m4 (AC_LIB_LINKFLAGS_BODY): Don't overwrite
44797         LIB${NAME}_PREFIX when considering the dependencies of lib${name}.
44798         Reported by Charles Wilson <cygwin@cwilson.fastmail.fm>.
44799
44800 2008-12-29  Eric Blake  <ebb9@byu.net>
44801
44802         multiarch: avoid autoconf AC_REQUIRE bug
44803         * m4/multiarch.m4 (gl_MULTIARCH): Split body...
44804         (gl_MULTIARCH_BODY): ...into new macro, to work around bug in Autoconf
44805         2.63 and older.
44806         Reported by Bruno Haible, and analyzed in
44807         http://lists.gnu.org/archive/html/bug-autoconf/2008-12/msg00039.html
44808
44809 2008-12-29  Bruno Haible  <bruno@clisp.org>
44810
44811         * gnulib-tool (func_import): When generating sed-ignore-removed, handle
44812         files in subdirectories correctly.
44813         Reported by Ralf Wildenhues.
44814
44815 2008-12-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44816
44817         * gnulib-tool (func_update_ignorelist): Use 'join - FILE'
44818         rather than 'join FILE -', for Solaris join.
44819
44820 2008-12-29  Bruno Haible  <bruno@clisp.org>
44821
44822         * m4/codeset.m4 (AM_LANGINFO_CODESET): More systematic m4 argument
44823         quoting.
44824         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
44825         * m4/glibc2.m4 (gt_GLIBC2): Likewise.
44826         * m4/glibc21.m4 (gl_GLIBC21): Likewise.
44827         * m4/iconv.m4 (AM_ICONV_LINK, AM_ICONV): Likewise.
44828         * m4/intdiv0.m4 (gt_INTDIV0): Likewise.
44829         * m4/intlmacosx.m4 (gt_INTL_MACOSX): Likewise.
44830         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Likewise.
44831         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Likewise.
44832         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
44833         * m4/lcmessage.m4 (gt_LC_MESSAGES): Likewise.
44834         * m4/nls.m4 (AM_NLS): Likewise.
44835         * m4/po.m4 (AM_PO_SUBDIRS): Likewise.
44836         * m4/printf-posix.m4 (gt_PRINTF_POSIX): Likewise.
44837         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
44838         * m4/size_max.m4 (gl_SIZE_MAX): Likewise.
44839         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Likewise.
44840         * m4/threadlib.m4 (gl_THREADLIB_BODY): Likewise.
44841         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Likewise.
44842         * m4/visibility.m4 (gl_VISIBILITY): Likewise.
44843         * m4/wchar_t.m4 (gt_TYPE_WCHAR_T): Likewise.
44844         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
44845         * m4/xsize.m4 (gl_XSIZE): Likewise.
44846         Suggested by Jim Meyering.
44847
44848 2008-11-17  Bruce Korb  <bkorb@gnu.org>
44849
44850         * lib/parse-duration.h: non-iso form accepts years, months weeks, too
44851         * lib/parse-duration.c: use a switch instead of cascading if's.
44852
44853 2008-12-29  Eric Blake  <ebb9@byu.net>
44854
44855         wchar.h: supply WEOF on Irix 5.3
44856         * lib/wchar.in.h (wint_t): Also supply WEOF.
44857         * lib/wctype.in.h (wint_t): Likewise.
44858         * doc/posix-headers/wchar.texi (wchar.h): Document the bug.
44859         * doc/posix-headers/wctype.texi (wctype.h): Likewise.
44860         Reported by Tom G. Christensen.
44861
44862 2008-12-26  Bruno Haible  <bruno@clisp.org>
44863
44864         * m4/multiarch.m4 (gl_MULTIARCH): Recognize also the architecture names
44865         i486, i586, i686.
44866
44867 2008-12-26  Bruno Haible  <bruno@clisp.org>
44868
44869         * lib/stdlib.in.h (struct random_data): Fix indentation of comments.
44870
44871 2008-12-26  Bruno Haible  <bruno@clisp.org>
44872
44873         * lib/stdint.in.h: Move the include of <wchar.h> down until after all
44874         the types are defined. Also conditionalize it on __STDC_LIMIT_MACROS,
44875         not __STDC_CONSTANT_MACROS.
44876         Reported by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
44877
44878 2008-12-25  Bruno Haible  <bruno@clisp.org>
44879
44880         Add support for universal builds to vasnprintf.
44881         * m4/printf.m4 (gl_PRINTF_ENOMEM): Require gl_MULTIARCH. In Apple
44882         universal builds, guess no.
44883         * modules/vasnprintf-posix (Depends-on): Add multiarch.
44884         * modules/vasprintf-posix (Depends-on): Likewise.
44885         * modules/fprintf-posix (Depends-on): Likewise.
44886         * modules/vfprintf-posix (Depends-on): Likewise.
44887         * modules/snprintf-posix (Depends-on): Likewise.
44888         * modules/vsnprintf-posix (Depends-on): Likewise.
44889         * modules/sprintf-posix (Depends-on): Likewise.
44890         * modules/vsprintf-posix (Depends-on): Likewise.
44891         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
44892         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
44893         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
44894         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
44895         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
44896         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
44897         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
44898
44899         Add support for universal builds to <inttypes.h>.
44900         * lib/inttypes.in.h (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX,
44901         _SCNu64_PREFIX): In Apple
44902         universal builds, define directly, using _LP64.
44903         * m4/inttypes.m4 (gl_INTTYPES_H): In Apple universal builds, set
44904         INT64_MAX_EQ_LONG_MAX and UINT64_MAX_EQ_ULONG_MAX to -1.
44905         * modules/inttypes (Depends-on): Add multiarch.
44906         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
44907
44908         Add support for universal builds to <stdint.h>.
44909         * lib/stdint.in.h (PDFDIFF_MIN, PTRDIFF_MAX, SIZE_MAX): In Apple
44910         universal builds, define directly, using _LP64.
44911         * m4/stdint.m4 (gl_STDINT_TYPE_PROPERTIES): Require gl_MULTIARCH. In
44912         Apple universal builds, don't test for the size and suffix of ptrdiff_t
44913         and size_t.
44914         * modules/stdint (Depends-on): Add multiarch.
44915         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
44916
44917         New module 'multiarch'.
44918         * modules/multiarch: New file.
44919         * m4/multiarch.m4: New file.
44920
44921 2008-12-25  Bruno Haible  <bruno@clisp.org>
44922
44923         * gnulib-tool (func_create_testdir): Avoid failure of mv command.
44924
44925 2008-12-25  Bruno Haible  <bruno@clisp.org>
44926
44927         * modules/btowc (License): Relicense under LGPLv2+.
44928         * modules/mbsinit (License): Likewise.
44929         * modules/mbrtowc (License): Likewise.
44930         * modules/wcrtomb (License): Likewise.
44931         * modules/streq (License): Likewise.
44932         Reported by David Lutterkort <lutter@redhat.com>.
44933
44934 2008-12-23  Bruno Haible  <bruno@clisp.org>
44935
44936         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Fix conditional and comment.
44937
44938 2008-12-23  Bruno Haible  <bruno@clisp.org>
44939
44940         Module getaddrinfo requires linking with $(GETADDRINFO_LIB).
44941         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Put link options into
44942         GETADDRINFO_LIB, not in LIBS.
44943         * modules/getaddrinfo (Link): Set to $(GETADDRINFO_LIB).
44944         * modules/canon-host (Link): Likewise.
44945         * NEWS: Mention the change.
44946         * modules/getaddrinfo-tests (test_getaddrinfo_LDADD): Add the
44947         GETADDRINFO_LIB.
44948
44949 2008-12-22  Bruno Haible  <bruno@clisp.org>
44950
44951         * doc/posix-functions/iswalnum_l.texi: Mention limitation of wchar_t.
44952         * doc/posix-functions/iswalpha_l.texi: Likewise.
44953         * doc/posix-functions/iswblank_l.texi: Likewise.
44954         * doc/posix-functions/iswcntrl_l.texi: Likewise.
44955         * doc/posix-functions/iswctype_l.texi: Likewise.
44956         * doc/posix-functions/iswdigit_l.texi: Likewise.
44957         * doc/posix-functions/iswgraph_l.texi: Likewise.
44958         * doc/posix-functions/iswlower_l.texi: Likewise.
44959         * doc/posix-functions/iswprint_l.texi: Likewise.
44960         * doc/posix-functions/iswpunct_l.texi: Likewise.
44961         * doc/posix-functions/iswspace_l.texi: Likewise.
44962         * doc/posix-functions/iswupper_l.texi: Likewise.
44963         * doc/posix-functions/iswxdigit_l.texi: Likewise.
44964         * doc/posix-functions/mbsnrtowcs.texi: Likewise.
44965         * doc/posix-functions/open_wmemstream.texi: Likewise.
44966         * doc/posix-functions/swscanf.texi: Likewise.
44967         * doc/posix-functions/towctrans_l.texi: Likewise.
44968         * doc/posix-functions/towlower.texi: Likewise.
44969         * doc/posix-functions/towlower_l.texi: Likewise.
44970         * doc/posix-functions/towupper.texi: Likewise.
44971         * doc/posix-functions/towupper_l.texi: Likewise.
44972         * doc/posix-functions/vfwprintf.texi: Likewise.
44973         * doc/posix-functions/vfwscanf.texi: Likewise.
44974         * doc/posix-functions/vswscanf.texi: Likewise.
44975         * doc/posix-functions/vwprintf.texi: Likewise.
44976         * doc/posix-functions/vwscanf.texi: Likewise.
44977         * doc/posix-functions/wcpcpy.texi: Likewise.
44978         * doc/posix-functions/wcpncpy.texi: Likewise.
44979         * doc/posix-functions/wcscasecmp.texi: Likewise.
44980         * doc/posix-functions/wcscasecmp_l.texi: Likewise.
44981         * doc/posix-functions/wcscoll_l.texi: Likewise.
44982         * doc/posix-functions/wcsdup.texi: Likewise.
44983         * doc/posix-functions/wcsncasecmp.texi: Likewise.
44984         * doc/posix-functions/wcsncasecmp_l.texi: Likewise.
44985         * doc/posix-functions/wcsnlen.texi: Likewise.
44986         * doc/posix-functions/wcsnrtombs.texi: Likewise.
44987         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
44988         * doc/posix-functions/wctrans_l.texi: Likewise.
44989         * doc/posix-functions/wctype_l.texi: Likewise.
44990         * doc/glibc-functions/fgetwc_unlocked.texi: Likewise.
44991         * doc/glibc-functions/fgetws_unlocked.texi: Likewise.
44992         * doc/glibc-functions/fputwc_unlocked.texi: Likewise.
44993         * doc/glibc-functions/fputws_unlocked.texi: Likewise.
44994         * doc/glibc-functions/getwc_unlocked.texi: Likewise.
44995         * doc/glibc-functions/getwchar_unlocked.texi: Likewise.
44996         * doc/glibc-functions/putwc_unlocked.texi: Likewise.
44997         * doc/glibc-functions/putwchar_unlocked.texi: Likewise.
44998         * doc/glibc-functions/wcschrnul.texi: Likewise.
44999         * doc/glibc-functions/wcsftime_l.texi: Likewise.
45000         * doc/glibc-functions/wcstod_l.texi: Likewise.
45001         * doc/glibc-functions/wcstof_l.texi: Likewise.
45002         * doc/glibc-functions/wcstol_l.texi: Likewise.
45003         * doc/glibc-functions/wcstold_l.texi: Likewise.
45004         * doc/glibc-functions/wcstoll_l.texi: Likewise.
45005         * doc/glibc-functions/wcstoq.texi: Likewise.
45006         * doc/glibc-functions/wcstoul_l.texi: Likewise.
45007         * doc/glibc-functions/wcstoull_l.texi: Likewise.
45008         * doc/glibc-functions/wcstouq.texi: Likewise.
45009         * doc/glibc-functions/wmempcpy.texi: Likewise.
45010
45011 2008-12-22  Ingo Weinhold  <ingo_weinhold@gmx.de>  (tiny change)
45012             Eric Blake  <ebb9@byu.net>
45013             Paolo Bonzini  <bonzini@gnu.org>
45014             Bruno Haible  <bruno@clisp.org>
45015
45016         Make c-stack work on Haiku.
45017         * lib/c-stack.c (SA_ONSTACK): Define fallback.
45018         (c_stack_action): Use SA_ONSTACK flag.
45019
45020 2008-12-22  Bruno Haible  <bruno@clisp.org>
45021
45022         * m4/locale-fr.m4 (gt_LOCALE_FR_UTF8): Treat Haiku like BeOS.
45023
45024 2008-12-22  Bruno Haible  <bruno@clisp.org>
45025
45026         Work around mbrlen() bugs on AIX, HP-UX, OSF/1, Solaris.
45027         * m4/mbrlen.m4 (gl_FUNC_MBRLEN): Set REPLACE_MBRLEN if mbrtowc is
45028         being overridden.
45029         (gl_MBRLEN_INCOMPLETE_STATE, gl_MBRLEN_RETVAL, gl_MBRLEN_NUL_RETVAL):
45030         New macros.
45031         * lib/wchar.in.h (mbrlen): Override if REPLACE_MBRLEN is set.
45032         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBRLEN.
45033         * modules/wchar (Makefile.am): Substitute REPLACE_MBRLEN.
45034         * doc/posix-functions/mbrlen.texi: Mention the various platform bugs.
45035
45036 2008-12-22  Bruno Haible  <bruno@clisp.org>
45037
45038         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE): Remove unused variable
45039         from test code.
45040
45041 2008-12-22  Eric Blake  <ebb9@byu.net>
45042
45043         Avoid gcc warnings on cygwin.
45044         * lib/regex_internal.c (re_string_reconstruct) [!RE_ENABLE_I18N]:
45045         Avoid unused variable.
45046         * lib/regexec.c (check_arrival_add_next_nodes) [!RE_ENABLE_I18N]:
45047         Likewise.
45048
45049 2008-12-22  Bruno Haible  <bruno@clisp.org>
45050
45051         Remove HAVE_MBRTOWC conditionals.
45052         * lib/mbscasecmp.c: Include mbuiter.h unconditionally.
45053         (mbscasecmp): Assume mbrtowc function.
45054         * lib/mbscasestr.c: Include mbuiter.h unconditionally.
45055         (knuth_morris_pratt_multibyte, mbscasestr): Assume mbrtowc function.
45056         * lib/mbschr.c: Include mbuiter.h unconditionally.
45057         (mbschr): Assume mbrtowc function.
45058         * lib/mbscspn.c: Include mbuiter.h unconditionally.
45059         (mbscspn): Assume mbrtowc function.
45060         * lib/mbslen.c: Include mbuiter.h unconditionally.
45061         (mbslen): Assume mbrtowc function.
45062         * lib/mbsncasecmp.c: Include mbuiter.h unconditionally.
45063         (mbsncasecmp): Assume mbrtowc function.
45064         * lib/mbsnlen.c: Include mbiter.h unconditionally.
45065         (mbsnlen): Assume mbrtowc function.
45066         * lib/mbspbrk.c: Include mbuiter.h unconditionally.
45067         (mbspbrk): Assume mbrtowc function.
45068         * lib/mbspcasecmp.c: Include mbuiter.h unconditionally.
45069         (mbspcasecmp): Assume mbrtowc function.
45070         * lib/mbsrchr.c: Include mbuiter.h unconditionally.
45071         (mbsrchr): Assume mbrtowc function.
45072         * lib/mbssep.c: Include mbuiter.h unconditionally.
45073         (mbssep): Assume mbrtowc function.
45074         * lib/mbsspn.c: Include mbuiter.h unconditionally.
45075         (mbsspn): Assume mbrtowc function.
45076         * lib/mbsstr.c: Include mbuiter.h unconditionally.
45077         (knuth_morris_pratt_multibyte, mbsstr): Assume mbrtowc function.
45078         * lib/mbstok_r.c: Include mbuiter.h unconditionally.
45079         (mbstok_r): Assume mbrtowc function.
45080         * lib/propername.c: Include mbuiter.h unconditionally.
45081         (mbsstr_trimmed_wordbounded): Assume mbrtowc function.
45082         * lib/trim.c: Include mbchar.h, mbiter.h uncondtionally.
45083         (trim2): Assume mbrtowc function.
45084         * lib/mbswidth.c (mbsinit): Remove fallback definition.
45085         (mbsnwidth): Assume mbrtowc function.
45086         * modules/mbswidth (Depends-on): Add mbrtowc, mbsinit.
45087         * lib/quotearg.c (MB_CUR_MAX, mbstate_t, mbrtowc, iswprint): Remove
45088         fallback definitions.
45089         * modules/quotearg (Depends-on): Add mbrtowc, mbsinit.
45090
45091 2008-12-22  Bruno Haible  <bruno@clisp.org>
45092
45093         * doc/posix-functions/mbtowc.texi: Mention a glibc bug.
45094
45095 2008-12-22  Paolo Bonzini  <bonzini@gnu.org>
45096
45097         * modules/regex: Request emulations for the mb*/wc* functions we need.
45098         * m4/regex.m4: Don't look for those functions here.
45099         * lib/regex_internal.h: Do not check HAVE_WCRTOMB and HAVE_MBRTOWC.
45100
45101 2008-12-22  Bruno Haible  <bruno@clisp.org>
45102
45103         * modules/fnmatch (Depends-on): Remove duplicated dependency.
45104
45105 2008-12-21  Bruno Haible  <bruno@clisp.org>
45106
45107         Make mbiter.h, mbuiter.h, mbfile.h usable unconditionally.
45108         * modules/mbiter (Depends-on): Add mbrtowc, mbsinit.
45109         (Include): Remove conditionalization.
45110         * modules/mbuiter (Depends-on): Add mbrtowc, mbsinit.
45111         (Include): Remove conditionalization.
45112         * modules/mbfile (Depends-on): Add mbrtowc, mbsinit.
45113         (Include): Remove conditionalization.
45114         * m4/mbiter.m4 (gl_MBITER): Deprecate the use of AC_FUNC_MBRTOWC.
45115         * m4/mbfile.m4 (gl_MBFILE): Likewise.
45116         * NEWS: Mention the change.
45117         Reported by Alan Hourihane <alanh@fairlite.co.uk>
45118         via Sergey Poznyakoff <gray@gnu.org.ua>.
45119
45120 2008-12-21  Bruno Haible  <bruno@clisp.org>
45121
45122         * MODULES.html.sh (Extended multibyte and wide character utilities
45123         <wchar.h>): Add btowc, wctob, mbsinit, mbrlen, mbrtowc, mbsrtowcs,
45124         wcrtomb, wcsrtombs.
45125         (Support for systems lacking POSIX:2008): Add accept, bind, close,
45126         connect, fclose, getpeername, getsockname, getsockopt, hostent, listen,
45127         mbsnrtowcs, posix_spawn*, recv, recvfrom, sched, select, send, sendto,
45128         setsockopt, shutdown, socket, spawn, sys_wait, wcsnrtombs, write.
45129
45130 2008-12-21  Bruno Haible  <bruno@clisp.org>
45131
45132         * MODULES.html.sh: Change section titles to refer to POSIX:2008.
45133
45134 2008-12-21  Bruno Haible  <bruno@clisp.org>
45135
45136         * modules/wcsnrtombs-tests: New file.
45137         * tests/test-wcsnrtombs1.sh: New file.
45138         * tests/test-wcsnrtombs2.sh: New file.
45139         * tests/test-wcsnrtombs3.sh: New file.
45140         * tests/test-wcsnrtombs4.sh: New file.
45141         * tests/test-wcsnrtombs.c: New file.
45142
45143         New module 'wcsnrtombs'.
45144         * lib/wchar.in.h (wcsnrtombs): New declaration.
45145         * lib/wcsnrtombs.c: New file.
45146         * lib/wcsrtombs-state.c: New file.
45147         * lib/wcsrtombs.c: Refer to _gl_wcsrtombs_state.
45148         (internal_state): Remove variable.
45149         * m4/wcsnrtombs.m4: New file.
45150         * m4/wcsrtombs.m4 (gl_FUNC_WCSRTOMBS): Add wcsrtombs-state.c to the
45151         compilation units.
45152         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSNRTOMBS,
45153         HAVE_WCSNRTOMBS.
45154         * modules/wchar (Makefile.am): Substitute GNULIB_WCSNRTOMBS,
45155         HAVE_WCSNRTOMBS.
45156         * modules/wcsnrtombs: New file.
45157         * modules/wcsrtombs (Files): Add lib/wcsrtombs-state.c.
45158         * doc/posix-functions/wcsnrtombs.texi: Mention the new module.
45159
45160 2008-12-21  Bruno Haible  <bruno@clisp.org>
45161
45162         * modules/wcsrtombs-tests: New file.
45163         * tests/test-wcsrtombs1.sh: New file.
45164         * tests/test-wcsrtombs2.sh: New file.
45165         * tests/test-wcsrtombs3.sh: New file.
45166         * tests/test-wcsrtombs4.sh: New file.
45167         * tests/test-wcsrtombs.c: New file.
45168
45169         New module 'wcsrtombs'.
45170         * lib/wchar.in.h (wcsrtombs): New declaration.
45171         * lib/wcsrtombs.c: New file.
45172         * m4/wcsrtombs.m4: New file.
45173         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSRTOMBS,
45174         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
45175         * modules/wchar (Makefile.am): Substitute GNULIB_WCSRTOMBS,
45176         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
45177         * modules/wcsrtombs: New file.
45178         * doc/posix-functions/wcsrtombs.texi: Mention the new module and the
45179         bugs.
45180
45181 2008-12-21  Bruno Haible  <bruno@clisp.org>
45182
45183         Work around a wcrtomb() bug on Solaris 10 and OSF/1 5.1.
45184         * lib/wchar.in.h (wcrtomb): Override if REPLACE_WCRTOMB is set.
45185         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Test the return value of wcrtomb
45186         with NULL destination argument in various locales. Set REPLACE_WCRTOMB
45187         if not correct.
45188         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCRTOMB.
45189         * modules/wchar (Makefile.am): Substitute REPLACE_WCRTOMB.
45190         * modules/wcrtomb (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
45191         m4/locale-zh.m4, m4/codeset.m4.
45192         * doc/posix-functions/wcrtomb.texi: Document the bug.
45193
45194 2008-12-21  Bruno Haible  <bruno@clisp.org>
45195
45196         Work around a btowc() bug on IRIX 6.5.
45197         * lib/wchar.in.h (btowc): Override if REPLACE_BTOWC is set.
45198         * m4/btowc.m4 (gl_FUNC_BTOWC): Test whether btowc(EOF) is correct. Set
45199         REPLACE_WTOBC if not.
45200         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_BTOWC.
45201         * modules/wchar (Makefile.am): Substitute REPLACE_BTOWC.
45202         * doc/posix-functions/btowc.texi: Mention the IRIX bug.
45203
45204 2008-12-21  Bruno Haible  <bruno@clisp.org>
45205
45206         * modules/wcrtomb-tests: New file.
45207         * tests/test-wcrtomb.sh: New file.
45208         * tests/test-wcrtomb.c: New file.
45209
45210         New module 'wcrtomb'.
45211         * lib/wchar.in.h (wcrtomb): New declaration.
45212         * lib/wcrtomb.c: New file.
45213         * m4/wcrtomb.m4: New file.
45214         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCRTOMB,
45215         HAVE_WCRTOMB.
45216         * modules/wchar (Makefile.am): Substitute GNULIB_WCRTOMB,
45217         HAVE_WCRTOMB.
45218         * modules/wcrtomb: New file.
45219         * doc/posix-functions/wcrtomb.texi: Mention the new module.
45220
45221 2008-12-21  Bruno Haible  <bruno@clisp.org>
45222
45223         * modules/mbrtowc (Files): Add m4/codeset.m4, needed by m4/locale-fr.m4.
45224         * modules/mbsrtowcs (Files): Likewise.
45225         * modules/wctob (Files): Likewise.
45226         * modules/c-strcase-tests (Files): Likewise.
45227         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
45228         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
45229         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
45230         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
45231         * modules/vasnprintf-posix-tests (Files): Likewise.
45232
45233 2008-12-21  William Pursell  <bill.pursell@gmail.com>
45234
45235         gitlog-to-changelog: pass all command-line arguments to git-log
45236         * build-aux/gitlog-to-changelog: When producing a ChangeLog,
45237         it is sometimes convenient to filter the commits in various ways.
45238         gitlog-to-changelog only allows --since to specify a start date,
45239         but git-log itself supports many other filtering mechanisms.
45240         At the moment, I want to filter by branch name.  Rather than
45241         adding a --branch option to gitlog-to-changelog, it seems more
45242         flexible to simply pass all options directly to git-log and let
45243         git do the work.  Notice that this effectively makes --since a
45244         redundant option for gitlog-to-changelog, but removing it would
45245         require current usage to change since calls would then require
45246         an additional '--'.
45247
45248 2008-12-21  Bruno Haible  <bruno@clisp.org>
45249
45250         * modules/mbsnrtowcs-tests: New file.
45251         * tests/test-mbsnrtowcs1.sh: New file.
45252         * tests/test-mbsnrtowcs2.sh: New file.
45253         * tests/test-mbsnrtowcs3.sh: New file.
45254         * tests/test-mbsnrtowcs4.sh: New file.
45255         * tests/test-mbsnrtowcs.c: New file.
45256
45257         New module 'mbsnrtowcs'.
45258         * lib/wchar.in.h (mbsnrtowcs): New declaration.
45259         * lib/mbsnrtowcs.c: New file.
45260         * lib/mbsrtowcs-state.c: New file.
45261         * lib/mbsrtowcs.c: Refer to _gl_mbsrtowcs_state.
45262         (internal_state): Remove variable.
45263         * m4/mbsnrtowcs.m4: New file.
45264         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Add mbsrtowcs-state.c to the
45265         compilation units.
45266         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSNRTOWCS,
45267         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
45268         * modules/wchar (Makefile.am): Substitute GNULIB_MBSNRTOWCS,
45269         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
45270         * modules/mbsnrtowcs: New file.
45271         * modules/mbsrtowcs (Files): Add lib/mbsrtowcs-state.c.
45272         * doc/posix-functions/mbsnrtowcs.texi: Mention the new module and a
45273         portability problem.
45274
45275 2008-12-21  Bruno Haible  <bruno@clisp.org>
45276
45277         Work around mbsrtowcs bug.
45278         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): New macro.
45279         (gl_FUNC_MBSRTOWCS): Invoke it.
45280         * modules/mbsrtowcs (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
45281         m4/locale-zh.m4.
45282         * doc/posix-functions/mbsrtowcs.texi: Document the bug.
45283
45284 2008-12-21  Bruno Haible  <bruno@clisp.org>
45285
45286         * tests/test-mbsrtowcs.c (main): Execute the loop also for unlimited=1.
45287
45288 2008-12-21  Bruno Haible  <bruno@clisp.org>
45289
45290         Update doc for AIX.
45291         * doc/pastposix-functions/wcswcs.texi: Mention that AIX has only a
45292         16-bit wchar_t type.
45293         * doc/posix-functions/btowc.texi: Likewise.
45294         * doc/posix-functions/fgetwc.texi: Likewise.
45295         * doc/posix-functions/fgetws.texi: Likewise.
45296         * doc/posix-functions/fputwc.texi: Likewise.
45297         * doc/posix-functions/fputws.texi: Likewise.
45298         * doc/posix-functions/fwide.texi: Likewise.
45299         * doc/posix-functions/fwprintf.texi: Likewise.
45300         * doc/posix-functions/fwscanf.texi: Likewise.
45301         * doc/posix-functions/getwchar.texi: Likewise.
45302         * doc/posix-functions/getwc.texi: Likewise.
45303         * doc/posix-functions/iswalnum.texi: Likewise.
45304         * doc/posix-functions/iswalpha.texi: Likewise.
45305         * doc/posix-functions/iswblank.texi: Likewise.
45306         * doc/posix-functions/iswcntrl.texi: Likewise.
45307         * doc/posix-functions/iswctype.texi: Likewise.
45308         * doc/posix-functions/iswdigit.texi: Likewise.
45309         * doc/posix-functions/iswgraph.texi: Likewise.
45310         * doc/posix-functions/iswlower.texi: Likewise.
45311         * doc/posix-functions/iswprint.texi: Likewise.
45312         * doc/posix-functions/iswpunct.texi: Likewise.
45313         * doc/posix-functions/iswspace.texi: Likewise.
45314         * doc/posix-functions/iswupper.texi: Likewise.
45315         * doc/posix-functions/iswxdigit.texi: Likewise.
45316         * doc/posix-functions/mbrtowc.texi: Likewise.
45317         * doc/posix-functions/mbsrtowcs.texi: Likewise.
45318         * doc/posix-functions/mbstowcs.texi: Likewise.
45319         * doc/posix-functions/mbtowc.texi: Likewise.
45320         * doc/posix-functions/putwchar.texi: Likewise.
45321         * doc/posix-functions/putwc.texi: Likewise.
45322         * doc/posix-functions/swprintf.texi: Likewise.
45323         * doc/posix-functions/tolower.texi: Likewise.
45324         * doc/posix-functions/toupper.texi: Likewise.
45325         * doc/posix-functions/towctrans.texi: Likewise.
45326         * doc/posix-functions/ungetwc.texi: Likewise.
45327         * doc/posix-functions/vswprintf.texi: Likewise.
45328         * doc/posix-functions/wcrtomb.texi: Likewise.
45329         * doc/posix-functions/wcscat.texi: Likewise.
45330         * doc/posix-functions/wcschr.texi: Likewise.
45331         * doc/posix-functions/wcscmp.texi: Likewise.
45332         * doc/posix-functions/wcscoll.texi: Likewise.
45333         * doc/posix-functions/wcscpy.texi: Likewise.
45334         * doc/posix-functions/wcscspn.texi: Likewise.
45335         * doc/posix-functions/wcsftime.texi: Likewise.
45336         * doc/posix-functions/wcslen.texi: Likewise.
45337         * doc/posix-functions/wcsncat.texi: Likewise.
45338         * doc/posix-functions/wcsncmp.texi: Likewise.
45339         * doc/posix-functions/wcsncpy.texi: Likewise.
45340         * doc/posix-functions/wcspbrk.texi: Likewise.
45341         * doc/posix-functions/wcsrchr.texi: Likewise.
45342         * doc/posix-functions/wcsrtombs.texi: Likewise.
45343         * doc/posix-functions/wcsspn.texi: Likewise.
45344         * doc/posix-functions/wcsstr.texi: Likewise.
45345         * doc/posix-functions/wcstod.texi: Likewise.
45346         * doc/posix-functions/wcstof.texi: Likewise.
45347         * doc/posix-functions/wcstoimax.texi: Likewise.
45348         * doc/posix-functions/wcstok.texi: Likewise.
45349         * doc/posix-functions/wcstold.texi: Likewise.
45350         * doc/posix-functions/wcstoll.texi: Likewise.
45351         * doc/posix-functions/wcstol.texi: Likewise.
45352         * doc/posix-functions/wcstombs.texi: Likewise.
45353         * doc/posix-functions/wcstoull.texi: Likewise.
45354         * doc/posix-functions/wcstoul.texi: Likewise.
45355         * doc/posix-functions/wcstoumax.texi: Likewise.
45356         * doc/posix-functions/wcswidth.texi: Likewise.
45357         * doc/posix-functions/wcsxfrm.texi: Likewise.
45358         * doc/posix-functions/wctob.texi: Likewise.
45359         * doc/posix-functions/wctomb.texi: Likewise.
45360         * doc/posix-functions/wctrans.texi: Likewise.
45361         * doc/posix-functions/wctype.texi: Likewise.
45362         * doc/posix-functions/wcwidth.texi: Likewise.
45363         * doc/posix-functions/wmemchr.texi: Likewise.
45364         * doc/posix-functions/wmemcmp.texi: Likewise.
45365         * doc/posix-functions/wmemcpy.texi: Likewise.
45366         * doc/posix-functions/wmemmove.texi: Likewise.
45367         * doc/posix-functions/wmemset.texi: Likewise.
45368         * doc/posix-functions/wprintf.texi: Likewise.
45369         * doc/posix-functions/wscanf.texi: Likewise.
45370
45371 2008-12-21  Bruno Haible  <bruno@clisp.org>
45372
45373         Update doc for HP-UX 11.11.
45374         * doc/posix-functions/btowc.texi: Clarify that the function is missing
45375         in HP-UX version 11.00, not in all versions of HP-UX 11.
45376         * doc/posix-functions/fwide.texi: Likewise.
45377         * doc/posix-functions/fwprintf.texi: Likewise.
45378         * doc/posix-functions/fwscanf.texi: Likewise.
45379         * doc/posix-functions/inet_ntop.texi: Likewise.
45380         * doc/posix-functions/inet_pton.texi: Likewise.
45381         * doc/posix-functions/mbrlen.texi: Likewise.
45382         * doc/posix-functions/mbrtowc.texi: Likewise.
45383         * doc/posix-functions/mbsinit.texi: Likewise.
45384         * doc/posix-functions/mbsrtowcs.texi: Likewise.
45385         * doc/posix-functions/swprintf.texi: Likewise.
45386         * doc/posix-functions/swscanf.texi: Likewise.
45387         * doc/posix-functions/towctrans.texi: Likewise.
45388         * doc/posix-functions/vfwprintf.texi: Likewise.
45389         * doc/posix-functions/vswprintf.texi: Likewise.
45390         * doc/posix-functions/vwprintf.texi: Likewise.
45391         * doc/posix-functions/wcrtomb.texi: Likewise.
45392         * doc/posix-functions/wcsrtombs.texi: Likewise.
45393         * doc/posix-functions/wcsstr.texi: Likewise.
45394         * doc/posix-functions/wctob.texi: Likewise.
45395         * doc/posix-functions/wctrans.texi: Likewise.
45396         * doc/posix-functions/wmemchr.texi: Likewise.
45397         * doc/posix-functions/wmemcmp.texi: Likewise.
45398         * doc/posix-functions/wmemcpy.texi: Likewise.
45399         * doc/posix-functions/wmemmove.texi: Likewise.
45400         * doc/posix-functions/wmemset.texi: Likewise.
45401         * doc/posix-functions/wprintf.texi: Likewise.
45402         * doc/posix-functions/wscanf.texi: Likewise.
45403
45404 2008-12-21  Bruno Haible  <bruno@clisp.org>
45405
45406         Work around a portability problem.
45407         * tests/test-mbsrtowcs.c (main): Use a temporary conversion state.
45408         * doc/posix-functions/mbsrtowcs.texi: Document the portability problem.
45409
45410 2008-12-20  Bruno Haible  <bruno@clisp.org>
45411
45412         * lib/wchar.in.h (mbsrtowcs): Redefine if REPLACE_MBSRTOWCS is set.
45413         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Invoke gl_MBSTATE_T_BROKEN. Set
45414         REPLACE_MBSRTOWCS if mbsrtowcs needs to be overridden.
45415         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSRTOWCS.
45416         * modules/wchar (Makefile.am): Substitute REPLACE_MBSRTOWCS.
45417
45418         Work around mbrtowc bugs on AIX, HP-UX, OSF/1, Solaris.
45419         * lib/wchar.in.h (mbstate_t): Redefine also if REPLACE_MBSTATE_T is
45420         set.
45421         (GNULIB_defined_mbstate_t): New macro.
45422         (mbsinit): Redefine if REPLACE_MBSINIT is set.
45423         (mbrtowc): Redefine if REPLACE_MBRTOWC is set.
45424         * lib/mbrtowc.c (rpl_mbrtowc): Add an alternative implementation that
45425         reuses the system's mbrtowc function but works around the bugs.
45426         * m4/mbrtowc.m4 (gl_MBSTATE_T_BROKEN, gl_MBRTOWC_INCOMPLETE_STATE,
45427         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL): New
45428         macros.
45429         (gl_FUNC_MBRTOWC): Invoke them. Set REPLACE_MBRTOWC if mbrtowc needs to
45430         be overridden. Optionally define MBRTOWC_NULL_ARG_BUG,
45431         MBRTOWC_RETVAL_BUG, MBRTOWC_NUL_RETVAL_BUG.
45432         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_MBSTATE_T_BROKEN. Set
45433         REPLACE_MBSINIT if mbsinit needs to be overridden.
45434         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSTATE_T,
45435         REPLACE_MBSINIT, REPLACE_MBRTOWC.
45436         * modules/wchar (Makefile.am): Substitute REPLACE_MBSTATE_T,
45437         REPLACE_MBSINIT, REPLACE_MBRTOWC.
45438         * modules/mbrtowc (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
45439         m4/locale-zh.m4.
45440         (Depends): Add mbsinit.
45441         * modules/mbsinit (Depends): Add mbrtowc.
45442         * doc/posix-functions/mbrtowc.texi: Mention the various bugs.
45443
45444 2008-12-20  Bruno Haible  <bruno@clisp.org>
45445
45446         * tests/test-mbrtowc.c (main): Change sample string in EUC-JP encoding
45447         so that there are no conversion errors on AIX.
45448         * tests/test-mbsrtowcs.c (main): LIkewise.
45449
45450 2008-12-20  Bruno Haible  <bruno@clisp.org>
45451
45452         Work around wctob bug on Solaris <= 9.
45453         * lib/wchar.in.h (wctob): Redefine if REPLACE_WCTOB is set.
45454         * m4/wctob.m4 (gl_FUNC_WCTOB): Test whether wctob works.
45455         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCTOB.
45456         * modules/wchar (Makefile.am): Substitute REPLACE_WCTOB.
45457         * modules/wctob (Files): Add m4/locale-fr.m4.
45458         * doc/posix-functions/wctob.texi: Mention the Solaris bug.
45459
45460 2008-12-20  Bruno Haible  <bruno@clisp.org>
45461
45462         * doc/posix-functions/select.texi: Mention Solaris 2.6 bug with
45463         /dev/null.
45464         * tests/test-select-in.sh: Likewise.
45465         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
45466
45467 2008-12-20  Bruno Haible  <bruno@clisp.org>
45468
45469         Don't pretend that Cygwin has a ja_JP.EUC-JP locale.
45470         * m4/locale-ja.m4 (gt_LOCALE_JA): Add test for MB_CUR_MAX. Needed on
45471         Cygwin 1.5.x.
45472
45473 2008-12-20  Bruno Haible  <bruno@clisp.org>
45474
45475         Ensure mbstate_t is defined on HP-UX 11.11.
45476         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Require
45477         AC_CANONICAL_HOST. On HP-UX, define _XOPEN_SOURCE to 500.
45478         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Require
45479         AC_USE_SYSTEM_EXTENSIONS.
45480         * modules/fnmatch (Depends-on): Add extensions.
45481         * modules/mbrlen (Depends-on): Likewise.
45482         * modules/mbrtowc (Depends-on): Likewise.
45483         * modules/mbsinit (Depends-on): Likewise.
45484         * modules/mbsrtowcs (Depends-on): Likewise.
45485         * modules/mbswidth (Depends-on): Likewise.
45486         * modules/quotearg (Depends-on): Likewise.
45487         * modules/strftime (Depends-on): Likewise.
45488
45489 2008-12-20  Bruno Haible  <bruno@clisp.org>
45490
45491         Ensure wctob is declared on IRIX 6.5.
45492         * lib/wchar.in.h (wctob): Declare also when HAVE_DECL_WCTOB is 0.
45493         * m4/wctob.m4 (gl_FUNC_WCTOB): Set HAVE_DECL_WCTOB instead of
45494         HAVE_WCTOB. Also test whether <wchar.h> declares wctob.
45495         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize HAVE_DECL_WCTOB instead
45496         of HAVE_WCTOB.
45497         * modules/wchar (Makefile.am): Substitute HAVE_DECL_WCTOB instead of
45498         HAVE_WCTOB.
45499         * doc/posix-functions/wctob.texi: Mention missing declaration on IRIX.
45500
45501 2008-12-19  Bruno Haible  <bruno@clisp.org>
45502
45503         * modules/mbsrtowcs-tests: New file.
45504         * tests/test-mbsrtowcs1.sh: New file.
45505         * tests/test-mbsrtowcs2.sh: New file.
45506         * tests/test-mbsrtowcs3.sh: New file.
45507         * tests/test-mbsrtowcs4.sh: New file.
45508         * tests/test-mbsrtowcs.c: New file.
45509
45510         New module 'mbsrtowcs'.
45511         * lib/wchar.in.h (mbsrtowcs): New declaration.
45512         * lib/mbsrtowcs.c: New file.
45513         * m4/mbsrtowcs.m4: New file.
45514         * modules/mbsrtowcs: New file.
45515         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSRTOWCS and
45516         HAVE_MBSRTOWCS.
45517         * modules/wchar (Makefile.am): Substitute GNULIB_MBSRTOWCS and
45518         HAVE_MBSRTOWCS.
45519         * doc/posix-functions/mbsrtowcs.texi: Document the new module.
45520
45521 2008-12-19  Bruno Haible  <bruno@clisp.org>
45522
45523         New module 'mbrlen'.
45524         * lib/wchar.in.h (mbrlen): New declaration.
45525         * lib/mbrlen.c: New file.
45526         * m4/mbrlen.m4: New file.
45527         * modules/mbrlen: New file.
45528         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRLEN and
45529         HAVE_MBRLEN.
45530         * modules/wchar (Makefile.am): Substitute GNULIB_MBRLEN and
45531         HAVE_MBRLEN.
45532         * doc/posix-functions/mbrlen.texi: Document the new module.
45533
45534 2008-12-19  Bruno Haible  <bruno@clisp.org>
45535
45536         * lib/mbrtowc.c: Include verify.h. Verify an assumption.
45537         * modules/mbrtowc (Depends-on): Add verify.
45538         Suggested by Paul Eggert.
45539
45540 2008-12-18  Bruno Haible  <bruno@clisp.org>
45541
45542         * modules/mbsinit-tests: New file.
45543         * tests/test-mbsinit.sh: New file.
45544         * tests/test-mbsinit.c: New file.
45545
45546 2008-12-18  Bruno Haible  <bruno@clisp.org>
45547
45548         * modules/mbrtowc-tests: New file.
45549         * tests/test-mbrtowc1.sh: New file.
45550         * tests/test-mbrtowc2.sh: New file.
45551         * tests/test-mbrtowc3.sh: New file.
45552         * tests/test-mbrtowc4.sh: New file.
45553         * tests/test-mbrtowc.c: New file.
45554
45555         New module 'mbrtowc'.
45556         * lib/wchar.in.h (mbstate_t): Override when the system does not have
45557         mbsinit and mbrtowc.
45558         (mbrtowc): New declaration.
45559         * lib/mbrtowc.c: New file.
45560         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC, gl_PREREQ_MBRTOWC): New macros.
45561         * modules/mbrtowc: New file.
45562         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRTOWC and
45563         HAVE_MBRTOWC.
45564         * modules/wchar (Makefile.am): Substitute GNULIB_MBRTOWC and
45565         HAVE_MBRTOWC.
45566         * doc/posix-functions/mbrtowc.texi: Document the new module.
45567
45568 2008-12-18  Bruno Haible  <bruno@clisp.org>
45569
45570         New module 'wctob'.
45571         * lib/wchar.in.h (wctob): New declaration.
45572         * lib/wctob.c: New file.
45573         * m4/wctob.m4: New file.
45574         * modules/wctob: New file.
45575         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCTOB and
45576         HAVE_WCTOB.
45577         * modules/wchar (Makefile.am): Substitute GNULIB_WCTOB and HAVE_WCTOB.
45578         * doc/posix-functions/wctob.texi: Document the new module.
45579
45580 2008-12-18  Bruno Haible  <bruno@clisp.org>
45581
45582         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_REPLACE_WCHAR_H.
45583         * m4/btowc.m4 (gl_FUNC_BTOWC): Likewise.
45584
45585 2008-12-18  Simon Josefsson  <simon@josefsson.org>
45586
45587         * lib/flock.c: Use proper #if symbol in check.  Reported by "Tom
45588         G. Christensen" <tgc@jupiterrise.com>.
45589
45590         * lib/flock.c: Need to include errno.h.  Reported by "Tom
45591         G. Christensen" <tgc@jupiterrise.com>.
45592
45593         * lib/flock.c: Need to include string.h.  Reported by "Tom
45594         G. Christensen" <tgc@jupiterrise.com> and Eric Blake
45595         <ebb9@byu.net>.
45596
45597 2008-12-18  Bruno Haible  <bruno@clisp.org>
45598
45599         * m4/locale-ja.m4: New file, from GNU gettext.
45600
45601 2008-12-17  Bruno Haible  <bruno@clisp.org>
45602
45603         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Don't override in autoconf >= 2.60.
45604         Suggested by Eric Blake.
45605
45606 2008-12-17  Bruno Haible  <bruno@clisp.org>
45607
45608         * m4/errno_h.m4 (AC_COMPUTE_INT): Provide fallback definition.
45609
45610 2008-12-17  Bruno Haible  <bruno@clisp.org>
45611
45612         * lib/mbsinit.c: Include verify.h. Verify an assumption.
45613         * modules/mbsinit (Depends-on): Add verify.
45614         Suggested by Paul Eggert.
45615
45616 2008-12-17  Bruno Haible  <bruno@clisp.org>
45617
45618         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Renamed from gl_FUNC_MBRTOWC.
45619         * m4/mbfile.m4 (gl_MBFILE): Use AC_FUNC_MBRTOWC instead of
45620         gl_FUNC_MBRTOWC.
45621         * m4/mbiter.m4 (gl_MBITER): LIkewise.
45622         * m4/mbscasecmp.m4 (gl_PREREQ_MBSCASECMP): Likewise.
45623         * m4/mbscasestr.m4 (gl_PREREQ_MBSCASESTR): Likewise.
45624         * m4/mbschr.m4 (gl_PREREQ_MBSCHR): Likewise.
45625         * m4/mbscspn.m4 (gl_PREREQ_MBSCSPN): Likewise.
45626         * m4/mbslen.m4 (gl_PREREQ_MBSLEN): Likewise.
45627         * m4/mbsncasecmp.m4 (gl_PREREQ_MBSNCASECMP): Likewise.
45628         * m4/mbsnlen.m4 (gl_PREREQ_MBSNLEN): Likewise.
45629         * m4/mbspbrk.m4 (gl_PREREQ_MBSPBRK): Likewise.
45630         * m4/mbspcasecmp.m4 (gl_PREREQ_MBSPCASECMP): Likewise.
45631         * m4/mbsrchr.m4 (gl_PREREQ_MBSRCHR): Likewise.
45632         * m4/mbssep.m4 (gl_PREREQ_MBSSEP): Likewise.
45633         * m4/mbsspn.m4 (gl_PREREQ_MBSSPN): Likewise.
45634         * m4/mbsstr.m4 (gl_PREREQ_MBSSTR): Likewise.
45635         * m4/mbstok_r.m4 (gl_PREREQ_MBSTOK_R): Likewise.
45636         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
45637         * m4/quotearg.m4 (gl_QUOTEARG): Likewise.
45638         * modules/trim (configure.ac): Likewise.
45639
45640 2008-12-17  Bruno Haible  <bruno@clisp.org>
45641
45642         * modules/btowc-tests: New file.
45643         * tests/test-btowc1.sh: New file.
45644         * tests/test-btowc2.sh: New file.
45645         * tests/test-btowc.c: New file.
45646
45647         New module 'btowc'.
45648         * lib/wchar.in.h (btowc): New declaration.
45649         * lib/btowc.c: New file.
45650         * m4/btowc.m4: New file.
45651         * modules/btowc: New file.
45652         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_BTOWC and
45653         HAVE_BTOWC.
45654         * modules/wchar (Makefile.am): Substitute GNULIB_BTOWC and HAVE_BTOWC.
45655         * doc/posix-functions/btowc.texi: Document the new module.
45656
45657 2008-12-17  Bruno Haible  <bruno@clisp.org>
45658
45659         New module 'mbsinit'.
45660         * lib/wchar.in.h (mbsinit): New declaration.
45661         * lib/mbsinit.c: New file.
45662         * m4/mbsinit.m4: New file.
45663         * modules/mbsinit: New file.
45664         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSINIT and
45665         HAVE_MBSINIT.
45666         * modules/wchar (Makefile.am): Substitute GNULIB_MBSINIT and
45667         HAVE_MBSINIT.
45668         * doc/posix-functions/mbsinit.texi: Document the new module.
45669
45670 2008-12-16  Bruno Haible  <bruno@clisp.org>
45671
45672         * lib/unistd.in.h: Add comment.
45673         * tests/test-environ.c: Don't include <stdlib.h>.
45674
45675 2008-12-16  Bruno Haible  <bruno@clisp.org>
45676
45677         * lib/parse-duration.h (parse_duration): Document return value
45678         convention.
45679         * lib/parse-duration.c: Include specification header first. Add
45680         comments.
45681         (_): Remove macro.
45682         (parse_year_month_day, parse_hour_minute_second): Move side effects
45683         outside of strchr call.
45684         (parse_non_iso8601): Move side effects outside of isspace call.
45685         (parse_duration): Don't test errno is res != BAD_TIME. Remove fprintf
45686         call.
45687
45688 2008-12-16  Bruno Haible  <bruno@clisp.org>
45689
45690         * tests/test-parse-duration.sh: Produce no output when the test
45691         succeeds.
45692
45693 2008-12-16  Bruno Haible  <bruno@clisp.org>
45694
45695         * tests/test-parse-duration.sh: Fix quoting of $tmp and $tmpf
45696         expressions.
45697
45698 2008-12-15  Bruno Haible  <bruno@clisp.org>
45699
45700         * doc/glibc-functions/fgetxattr.texi: Tweak wording.
45701         * doc/glibc-functions/flistxattr.texi: Likewise.
45702         * doc/glibc-functions/fopencookie.texi: Likewise.
45703         * doc/glibc-functions/fremovexattr.texi: Likewise.
45704         * doc/glibc-functions/fsetxattr.texi: Likewise.
45705         * doc/glibc-functions/getxattr.texi: Likewise.
45706         * doc/glibc-functions/lgetxattr.texi: Likewise.
45707         * doc/glibc-functions/listxattr.texi: Likewise.
45708         * doc/glibc-functions/llistxattr.texi: Likewise.
45709         * doc/glibc-functions/lremovexattr.texi: Likewise.
45710         * doc/glibc-functions/lsetxattr.texi: Likewise.
45711         * doc/glibc-functions/removexattr.texi: Likewise.
45712         * doc/glibc-functions/setxattr.texi: Likewise.
45713         * doc/posix-functions/open_memstream.texi: Likewise.
45714
45715 2008-12-15  Eric Blake  <ebb9@byu.net>
45716
45717         Update doc for cygwin 1.7.
45718         * doc/posix-functions/faccessat.texi: Cygwin 1.7 added several new
45719         functions.
45720         * doc/posix-functions/fchmodat.texi: Likewise.
45721         * doc/posix-functions/fchownat.texi: Likewise.
45722         * doc/posix-functions/fdopendir.texi: Likewise.
45723         * doc/posix-functions/fmemopen.texi: Likewise.
45724         * doc/posix-functions/freeaddrinfo.texi: Likewise.
45725         * doc/posix-functions/fstatat.texi: Likewise.
45726         * doc/posix-functions/futimens.texi: Likewise.
45727         * doc/posix-functions/gai_strerror.texi: Likewise.
45728         * doc/posix-functions/getaddrinfo.texi: Likewise.
45729         * doc/posix-functions/getnameinfo.texi: Likewise.
45730         * doc/posix-functions/if_freenameindex.texi: Likewise.
45731         * doc/posix-functions/if_indextoname.texi: Likewise.
45732         * doc/posix-functions/if_nameindex.texi: Likewise.
45733         * doc/posix-functions/if_nametoindex.texi: Likewise.
45734         * doc/posix-functions/insque.texi: Likewise.
45735         * doc/posix-functions/linkat.texi: Likewise.
45736         * doc/posix-functions/llrint.texi: Likewise.
45737         * doc/posix-functions/llrintf.texi: Likewise.
45738         * doc/posix-functions/llrintl.texi: Likewise.
45739         * doc/posix-functions/lockf.texi: Likewise.
45740         * doc/posix-functions/lrintl.texi: Likewise.
45741         * doc/posix-functions/mkdirat.texi: Likewise.
45742         * doc/posix-functions/mkfifoat.texi: Likewise.
45743         * doc/posix-functions/mknodat.texi: Likewise.
45744         * doc/posix-functions/mq_close.texi: Likewise.
45745         * doc/posix-functions/mq_getattr.texi: Likewise.
45746         * doc/posix-functions/mq_notify.texi: Likewise.
45747         * doc/posix-functions/mq_open.texi: Likewise.
45748         * doc/posix-functions/mq_receive.texi: Likewise.
45749         * doc/posix-functions/mq_send.texi: Likewise.
45750         * doc/posix-functions/mq_setattr.texi: Likewise.
45751         * doc/posix-functions/mq_timedreceive.texi: Likewise.
45752         * doc/posix-functions/mq_timedsend.texi: Likewise.
45753         * doc/posix-functions/mq_unlink.texi: Likewise.
45754         * doc/posix-functions/open_memstream.texi: Likewise.
45755         * doc/posix-functions/openat.texi: Likewise.
45756         * doc/posix-functions/posix_fadvise.texi: Likewise.
45757         * doc/posix-functions/posix_fallocate.texi: Likewise.
45758         * doc/posix-functions/posix_madvise.texi: Likewise.
45759         * doc/posix-functions/posix_memalign.texi: Likewise.
45760         * doc/posix-functions/posix_openpt.texi: Likewise.
45761         * doc/posix-functions/readlinkat.texi: Likewise.
45762         * doc/posix-functions/remque.texi: Likewise.
45763         * doc/posix-functions/renameat.texi: Likewise.
45764         * doc/posix-functions/rintl.texi: Likewise.
45765         * doc/posix-functions/sem_unlink.texi: Likewise.
45766         * doc/posix-functions/shm_open.texi: Likewise.
45767         * doc/posix-functions/shm_unlink.texi: Likewise.
45768         * doc/posix-functions/signgam.texi: Likewise.
45769         * doc/posix-functions/sigset.texi: Likewise.
45770         * doc/posix-functions/stpcpy.texi: Likewise.
45771         * doc/posix-functions/stpncpy.texi: Likewise.
45772         * doc/posix-functions/strerror.texi: Likewise.
45773         * doc/posix-functions/strtod.texi: Likewise.
45774         * doc/posix-functions/symlinkat.texi: Likewise.
45775         * doc/posix-functions/unlinkat.texi: Likewise.
45776         * doc/posix-functions/utimensat.texi: Likewise.
45777         * doc/glibc-functions/bindresvport.texi: Likewise.
45778         * doc/glibc-functions/dn_expand.texi: Likewise.
45779         * doc/glibc-functions/exp10.texi: Likewise.
45780         * doc/glibc-functions/exp10f.texi: Likewise.
45781         * doc/glibc-functions/fgetxattr.texi: Likewise.
45782         * doc/glibc-functions/flistxattr.texi: Likewise.
45783         * doc/glibc-functions/fopencookie.texi: Likewise.
45784         * doc/glibc-functions/freeifaddrs.texi: Likewise.
45785         * doc/glibc-functions/fremovexattr.texi: Likewise.
45786         * doc/glibc-functions/fsetxattr.texi: Likewise.
45787         * doc/glibc-functions/getifaddrs.texi: Likewise.
45788         * doc/glibc-functions/getxattr.texi: Likewise.
45789         * doc/glibc-functions/lgetxattr.texi: Likewise.
45790         * doc/glibc-functions/listxattr.texi: Likewise.
45791         * doc/glibc-functions/llistxattr.texi: Likewise.
45792         * doc/glibc-functions/lremovexattr.texi: Likewise.
45793         * doc/glibc-functions/lsetxattr.texi: Likewise.
45794         * doc/glibc-functions/pow10.texi: Likewise.
45795         * doc/glibc-functions/pow10f.texi: Likewise.
45796         * doc/glibc-functions/rcmd_af.texi: Likewise.
45797         * doc/glibc-functions/removexattr.texi: Likewise.
45798         * doc/glibc-functions/res_init.texi: Likewise.
45799         * doc/glibc-functions/res_mkquery.texi: Likewise.
45800         * doc/glibc-functions/res_query.texi: Likewise.
45801         * doc/glibc-functions/res_querydomain.texi: Likewise.
45802         * doc/glibc-functions/res_send.texi: Likewise.
45803         * doc/glibc-functions/rresvport_af.texi: Likewise.
45804         * doc/glibc-functions/setxattr.texi: Likewise.
45805         * doc/glibc-functions/strcasestr.texi: Likewise.
45806
45807 2008-12-15  Bruno Haible  <bruno@clisp.org>
45808
45809         Fix compilation error on OSF/1 4.0.
45810         * lib/sys_select.in.h: When invoked from OSF/1 <sys/types.h> or
45811         <sys/time.h>, simply delegate to the system header.
45812         Reported by Daniel Richard G. <oss@teragram.com>.
45813
45814 2008-12-15  Bruno Haible  <bruno@clisp.org>
45815
45816         * doc/posix-functions/openat.texi: Mention the 'openat' module.
45817         * doc/posix-functions/fchmodat.texi: Likewise.
45818         * doc/posix-functions/fchownat.texi: Likewise.
45819         * doc/posix-functions/fdopendir.texi: Likewise.
45820         * doc/posix-functions/fstatat.texi: Likewise.
45821         * doc/posix-functions/mkdirat.texi: Likewise.
45822         * doc/posix-functions/unlinkat.texi: Likewise.
45823
45824 2008-12-14  Bruno Haible  <bruno@clisp.org>
45825
45826         Update doc for POSIX:2008.
45827         * doc/posix-functions/faccessat.texi: New file.
45828         * doc/posix-functions/fchmodat.texi: New file.
45829         * doc/posix-functions/fchownat.texi: New file.
45830         * doc/posix-functions/fdopendir.texi: New file.
45831         * doc/posix-functions/fstatat.texi: New file.
45832         * doc/posix-functions/futimens.texi: New file.
45833         * doc/posix-functions/linkat.texi: New file.
45834         * doc/posix-functions/mkdirat.texi: New file.
45835         * doc/posix-functions/mkfifoat.texi: New file.
45836         * doc/posix-functions/mknodat.texi: New file.
45837         * doc/posix-functions/open_wmemstream.texi: New file.
45838         * doc/posix-functions/openat.texi: New file.
45839         * doc/posix-functions/psiginfo.texi: New file.
45840         * doc/posix-functions/pthread_mutex_consistent.texi: New file.
45841         * doc/posix-functions/pthread_mutexattr_getrobust.texi: New file.
45842         * doc/posix-functions/pthread_mutexattr_setrobust.texi: New file.
45843         * doc/posix-functions/readlinkat.texi: New file.
45844         * doc/posix-functions/renameat.texi: New file.
45845         * doc/posix-functions/strerror_l.texi: New file.
45846         * doc/posix-functions/symlinkat.texi: New file.
45847         * doc/posix-functions/unlinkat.texi: New file.
45848         * doc/posix-functions/utimensat.texi: New file.
45849         * doc/gnulib.texi (Function Substitutes): Add these subsections.
45850
45851 2008-12-14  Bruno Haible  <bruno@clisp.org>
45852
45853         Update doc for POSIX:2008.
45854         * doc/posix-functions/alphasort.texi: Renamed from
45855         doc/glibc-functions/alphasort.texi.
45856         * doc/posix-functions/dirfd.texi: Renamed from
45857         doc/glibc-functions/dirfd.texi.
45858         * doc/posix-functions/dprintf.texi: Renamed from
45859         doc/glibc-functions/dprintf.texi.
45860         * doc/posix-functions/duplocale.texi: Renamed from
45861         doc/glibc-functions/duplocale.texi.
45862         * doc/posix-functions/fexecve.texi: Renamed from
45863         doc/glibc-functions/fexecve.texi.
45864         * doc/posix-functions/fmemopen.texi: Renamed from
45865         doc/glibc-functions/fmemopen.texi.
45866         * doc/posix-functions/freelocale.texi: Renamed from
45867         doc/glibc-functions/freelocale.texi.
45868         * doc/posix-functions/getdate_err.texi: Renamed from
45869         doc/glibc-functions/getdate_err.texi.
45870         * doc/posix-functions/isalnum_l.texi: Renamed from
45871         doc/glibc-functions/isalnum_l.texi.
45872         * doc/posix-functions/isalpha_l.texi: Renamed from
45873         doc/glibc-functions/isalpha_l.texi.
45874         * doc/posix-functions/isblank_l.texi: Renamed from
45875         doc/glibc-functions/isblank_l.texi.
45876         * doc/posix-functions/iscntrl_l.texi: Renamed from
45877         doc/glibc-functions/iscntrl_l.texi.
45878         * doc/posix-functions/isdigit_l.texi: Renamed from
45879         doc/glibc-functions/isdigit_l.texi.
45880         * doc/posix-functions/isgraph_l.texi: Renamed from
45881         doc/glibc-functions/isgraph_l.texi.
45882         * doc/posix-functions/islower_l.texi: Renamed from
45883         doc/glibc-functions/islower_l.texi.
45884         * doc/posix-functions/isprint_l.texi: Renamed from
45885         doc/glibc-functions/isprint_l.texi.
45886         * doc/posix-functions/ispunct_l.texi: Renamed from
45887         doc/glibc-functions/ispunct_l.texi.
45888         * doc/posix-functions/isspace_l.texi: Renamed from
45889         doc/glibc-functions/isspace_l.texi.
45890         * doc/posix-functions/isupper_l.texi: Renamed from
45891         doc/glibc-functions/isupper_l.texi.
45892         * doc/posix-functions/iswalnum_l.texi: Renamed from
45893         doc/glibc-functions/iswalnum_l.texi.
45894         * doc/posix-functions/iswalpha_l.texi: Renamed from
45895         doc/glibc-functions/iswalpha_l.texi.
45896         * doc/posix-functions/iswblank_l.texi: Renamed from
45897         doc/glibc-functions/iswblank_l.texi.
45898         * doc/posix-functions/iswcntrl_l.texi: Renamed from
45899         doc/glibc-functions/iswcntrl_l.texi.
45900         * doc/posix-functions/iswctype_l.texi: Renamed from
45901         doc/glibc-functions/iswctype_l.texi.
45902         * doc/posix-functions/iswdigit_l.texi: Renamed from
45903         doc/glibc-functions/iswdigit_l.texi.
45904         * doc/posix-functions/iswgraph_l.texi: Renamed from
45905         doc/glibc-functions/iswgraph_l.texi.
45906         * doc/posix-functions/iswlower_l.texi: Renamed from
45907         doc/glibc-functions/iswlower_l.texi.
45908         * doc/posix-functions/iswprint_l.texi: Renamed from
45909         doc/glibc-functions/iswprint_l.texi.
45910         * doc/posix-functions/iswpunct_l.texi: Renamed from
45911         doc/glibc-functions/iswpunct_l.texi.
45912         * doc/posix-functions/iswspace_l.texi: Renamed from
45913         doc/glibc-functions/iswspace_l.texi.
45914         * doc/posix-functions/iswupper_l.texi: Renamed from
45915         doc/glibc-functions/iswupper_l.texi.
45916         * doc/posix-functions/iswxdigit_l.texi: Renamed from
45917         doc/glibc-functions/iswxdigit_l.texi.
45918         * doc/posix-functions/isxdigit_l.texi: Renamed from
45919         doc/glibc-functions/isxdigit_l.texi.
45920         * doc/posix-functions/mbsnrtowcs.texi: Renamed from
45921         doc/glibc-functions/mbsnrtowcs.texi.
45922         * doc/posix-functions/mkdtemp.texi: Renamed from
45923         doc/glibc-functions/mkdtemp.texi.
45924         * doc/posix-functions/newlocale.texi: Renamed from
45925         doc/glibc-functions/newlocale.texi.
45926         * doc/posix-functions/nl_langinfo_l.texi: Renamed from
45927         doc/glibc-functions/nl_langinfo_l.texi.
45928         * doc/posix-functions/open_memstream.texi: Renamed from
45929         doc/glibc-functions/open_memstream.texi.
45930         * doc/posix-functions/opterr.texi: Renamed from
45931         doc/glibc-functions/opterr.texi.
45932         * doc/posix-functions/optind.texi: Renamed from
45933         doc/glibc-functions/optind.texi.
45934         * doc/posix-functions/optopt.texi: Renamed from
45935         doc/glibc-functions/optopt.texi.
45936         * doc/posix-functions/psignal.texi: Renamed from
45937         doc/glibc-functions/psignal.texi.
45938         * doc/posix-functions/scandir.texi: Renamed from
45939         doc/glibc-functions/scandir.texi.
45940         * doc/posix-functions/sched_get_priority_min.texi: Renamed from
45941         doc/glibc-functions/sched_get_priority_min.texi.
45942         * doc/posix-functions/signgam.texi: Renamed from
45943         doc/glibc-functions/signgam.texi.
45944         * doc/posix-functions/stpcpy.texi: Renamed from
45945         doc/glibc-functions/stpcpy.texi.
45946         * doc/posix-functions/stpncpy.texi: Renamed from
45947         doc/glibc-functions/stpncpy.texi.
45948         * doc/posix-functions/strcasecmp_l.texi: Renamed from
45949         doc/glibc-functions/strcasecmp_l.texi.
45950         * doc/posix-functions/strcoll_l.texi: Renamed from
45951         doc/glibc-functions/strcoll_l.texi.
45952         * doc/posix-functions/strfmon_l.texi: Renamed from
45953         doc/glibc-functions/strfmon_l.texi.
45954         * doc/posix-functions/strftime_l.texi: Renamed from
45955         doc/glibc-functions/strftime_l.texi.
45956         * doc/posix-functions/strncasecmp_l.texi: Renamed from
45957         doc/glibc-functions/strncasecmp_l.texi.
45958         * doc/posix-functions/strndup.texi: Renamed from
45959         doc/glibc-functions/strndup.texi.
45960         * doc/posix-functions/strnlen.texi: Renamed from
45961         doc/glibc-functions/strnlen.texi.
45962         * doc/posix-functions/strsignal.texi: Renamed from
45963         doc/glibc-functions/strsignal.texi.
45964         * doc/posix-functions/strxfrm_l.texi: Renamed from
45965         doc/glibc-functions/strxfrm_l.texi.
45966         * doc/posix-functions/timer_gettime.texi: Renamed from
45967         doc/glibc-functions/timer_gettime.texi.
45968         * doc/posix-functions/tolower_l.texi: Renamed from
45969         doc/glibc-functions/tolower_l.texi.
45970         * doc/posix-functions/toupper_l.texi: Renamed from
45971         doc/glibc-functions/toupper_l.texi.
45972         * doc/posix-functions/towctrans_l.texi: Renamed from
45973         doc/glibc-functions/towctrans_l.texi.
45974         * doc/posix-functions/towlower_l.texi: Renamed from
45975         doc/glibc-functions/towlower_l.texi.
45976         * doc/posix-functions/towupper_l.texi: Renamed from
45977         doc/glibc-functions/towupper_l.texi.
45978         * doc/posix-functions/uselocale.texi: Renamed from
45979         doc/glibc-functions/uselocale.texi.
45980         * doc/posix-functions/vdprintf.texi: Renamed from
45981         doc/glibc-functions/vdprintf.texi.
45982         * doc/posix-functions/wcpcpy.texi:
45983         Renamed from doc/glibc-functions/wcpcpy.texi.
45984         * doc/posix-functions/wcpncpy.texi: Renamed from
45985         doc/glibc-functions/wcpncpy.texi.
45986         * doc/posix-functions/wcscasecmp.texi: Renamed from
45987         doc/glibc-functions/wcscasecmp.texi.
45988         * doc/posix-functions/wcscasecmp_l.texi: Renamed from
45989         doc/glibc-functions/wcscasecmp_l.texi.
45990         * doc/posix-functions/wcscoll_l.texi: Renamed from
45991         doc/glibc-functions/wcscoll_l.texi.
45992         * doc/posix-functions/wcsdup.texi: Renamed from
45993         doc/glibc-functions/wcsdup.texi.
45994         * doc/posix-functions/wcsncasecmp.texi: Renamed from
45995         doc/glibc-functions/wcsncasecmp.texi.
45996         * doc/posix-functions/wcsncasecmp_l.texi: Renamed from
45997         doc/glibc-functions/wcsncasecmp_l.texi.
45998         * doc/posix-functions/wcsnlen.texi: Renamed from
45999         doc/glibc-functions/wcsnlen.texi.
46000         * doc/posix-functions/wcsnrtombs.texi: Renamed from
46001         doc/glibc-functions/wcsnrtombs.texi.
46002         * doc/posix-functions/wcsxfrm_l.texi: Renamed from
46003         doc/glibc-functions/wcsxfrm_l.texi.
46004         * doc/posix-functions/wctrans_l.texi: Renamed from
46005         doc/glibc-functions/wctrans_l.texi.
46006         * doc/posix-functions/wctype_l.texi: Renamed from
46007         doc/glibc-functions/wctype_l.texi.
46008         * doc/gnulib.texi (Function Substitutes): Add these subsections.
46009         (Glibc ctype.h, Glibc dirent.h, Glibc getopt.h, Glibc math.h,
46010         Glibc sched.h, Glibc signal.h, Glibc stdio.h, Glibc stdlib.h,
46011         Glibc string.h, Glibc time.h, Glibc unistd.h, Glibc wchar.h): Remove
46012         these subsections.
46013         (Glibc langinfo.h, Glibc locale.h, Glibc monetary.h, Glibc wctype.h):
46014         Remove sections.
46015
46016 2008-12-14  Bruno Haible  <bruno@clisp.org>
46017
46018         Update doc for POSIX:2008.
46019         * doc/posix-functions/*.texi: Update URL of POSIX specification.
46020
46021 2008-12-14  Bruno Haible  <bruno@clisp.org>
46022
46023         Update doc for POSIX:2008.
46024         * doc/pastposix-functions/bcmp.texi: Renamed from
46025         doc/posix-functions/bcmp.texi.
46026         * doc/pastposix-functions/bcopy.texi: Renamed from
46027         doc/posix-functions/bcopy.texi.
46028         * doc/pastposix-functions/bsd_signal.texi: Renamed from
46029         doc/posix-functions/bsd_signal.texi.
46030         * doc/pastposix-functions/bzero.texi: Renamed from
46031         doc/posix-functions/bzero.texi.
46032         * doc/pastposix-functions/ecvt.texi: Renamed from
46033         doc/posix-functions/ecvt.texi.
46034         * doc/pastposix-functions/fcvt.texi: Renamed from
46035         doc/posix-functions/fcvt.texi.
46036         * doc/pastposix-functions/ftime.texi: Renamed from
46037         doc/posix-functions/ftime.texi.
46038         * doc/pastposix-functions/gcvt.texi: Renamed from
46039         doc/posix-functions/gcvt.texi.
46040         * doc/pastposix-functions/getcontext.texi: Renamed from
46041         doc/posix-functions/getcontext.texi.
46042         * doc/pastposix-functions/gethostbyaddr.texi: Renamed from
46043         doc/posix-functions/gethostbyaddr.texi.
46044         * doc/pastposix-functions/gethostbyname.texi: Renamed from
46045         doc/posix-functions/gethostbyname.texi.
46046         * doc/pastposix-functions/getwd.texi: Renamed from
46047         doc/posix-functions/getwd.texi.
46048         * doc/pastposix-functions/h_errno.texi: Renamed from
46049         doc/posix-functions/h_errno.texi.
46050         * doc/pastposix-functions/index.texi: Renamed from
46051         doc/posix-functions/index.texi.
46052         * doc/pastposix-functions/makecontext.texi: Renamed from
46053         doc/posix-functions/makecontext.texi.
46054         * doc/pastposix-functions/mktemp.texi: Renamed from
46055         doc/posix-functions/mktemp.texi.
46056         * doc/pastposix-functions/pthread_attr_getstackaddr.texi: Renamed from
46057         doc/posix-functions/pthread_attr_getstackaddr.texi.
46058         * doc/pastposix-functions/pthread_attr_setstackaddr.texi: Renamed from
46059         doc/posix-functions/pthread_attr_setstackaddr.texi.
46060         * doc/pastposix-functions/rindex.texi: Renamed from
46061         doc/posix-functions/rindex.texi.
46062         * doc/pastposix-functions/scalb.texi: Renamed from
46063         doc/posix-functions/scalb.texi.
46064         * doc/pastposix-functions/setcontext.texi: Renamed from
46065         doc/posix-functions/setcontext.texi.
46066         * doc/pastposix-functions/swapcontext.texi: Renamed from
46067         doc/posix-functions/swapcontext.texi.
46068         * doc/pastposix-functions/ualarm.texi: Renamed from
46069         doc/posix-functions/ualarm.texi.
46070         * doc/pastposix-functions/usleep.texi: Renamed from
46071         doc/posix-functions/usleep.texi.
46072         * doc/pastposix-functions/vfork.texi: Renamed from
46073         doc/posix-functions/vfork.texi.
46074         * doc/pastposix-functions/wcswcs.texi: Renamed from
46075         doc/posix-functions/wcswcs.texi.
46076         * doc/gnulib.texi (Legacy Function Substitutes): New chapter.
46077         (Function Substitutes): Update.
46078
46079 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
46080
46081         * modules/relocatable-prog-wrapper (Depends-on): Add errno, needed by
46082         m4/strerror.m4.
46083
46084 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
46085             Bruno Haible  <bruno@clisp.org>
46086
46087         * modules/unilbrk/tables (Depends-on): Add unilbrk/base.
46088
46089 2008-12-13  Bruno Haible  <bruno@clisp.org>
46090
46091         * modules/strtoull (Depends-on): Remove unistd.
46092
46093 2008-12-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
46094
46095         * modules/strtoull (Depends-on): Add stdlib.
46096
46097 2008-12-11  Simon Josefsson  <simon@josefsson.org>
46098
46099         * m4/manywarnings.m4 (gl_MANYWARN_ALL_GCC): Add more warnings.
46100
46101 2008-12-10  Jim Meyering  <meyering@redhat.com>
46102
46103         gl_ASSERT: don't say assertions are disabled when they're not
46104         * m4/assert.m4 (gl_ASSERT): Do not make configure report
46105         "checking whether to enable assertions... no", when they are in
46106         fact enabled.  This is solely a bug in the output of configure.
46107         In spite of saying "no", NDEBUG was not defined in that case.
46108         Also, as noted by Eric Blake, leave assertions enabled upon
46109         --enable-assert=INVALID.
46110
46111 2008-12-10  Bruno Haible  <bruno@clisp.org>
46112
46113         Change MODULES.html to refer to POSIX:2008 where possible.
46114         * MODULES.html.sh (POSIX2008_URL): New variable.
46115         (posix_headers): Remove sys/timeb, ucontext.
46116         (posix2001_headers): New variable.
46117         (posix_functions): Remove bcmp, bcopy, bsd_signal, bzero, ecvt, fcvt,
46118         ftime, gcvt, getcontext, gethostbyaddr, gethostbyname, getwd, h_errno,
46119         index, makecontext, mktemp, pthread_attr_getstackaddr,
46120         pthread_attr_setstackaddr, rindex, scalb, setcontext, swapcontext,
46121         ualarm, usleep, vfork, wcswcs. Add the new POSIX:2008 functions.
46122         (posix2001_functions): New variable.
46123         (func_module): Use URLs to POSIX:2008 where possible and to POSIX:2001
46124         otherwise.
46125
46126 2008-12-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
46127
46128         add missing include to parse-duration.c
46129         * lib/parse-duration.c: #include "xalloc.h", for xstrdup.
46130         * modules/parse-duration (Depends-on): Add xalloc.
46131
46132         fix sed script reading maint.mk
46133         * top/maint.mk (MYSELF): New macro, define as $(srcdir)/$(ME).
46134         (syntax-check-rules): Use it.
46135
46136 2008-12-09  Bruno Haible  <bruno@clisp.org>
46137
46138         * m4/ldexpl.m4 (gl_FUNC_LDEXPL_WORKS): Add another check, that fails on
46139         MacOS X 10.4/PowerPC.
46140         Reported by Simon Josefsson.
46141
46142 2008-12-08  Jim Meyering  <meyering@redhat.com>
46143
46144         work around mingw's lack of some S_IF definitions
46145         * lib/fts.c (S_IFLNK, S_IFSOCK): Define if not already defined.
46146         Reported by Simon Josefsson.
46147
46148 2008-12-08  Bruno Haible  <bruno@clisp.org>
46149
46150         * m4/signbitl.m4 (gl_SIGNBIT_TEST_PROGRAM): Add a link check of signbit
46151         applied to variables. Needed on MacOS X 10.4/PowerPC.
46152         Reported by Simon Josefsson.
46153
46154 2008-12-08  William Pursell  <bill.pursell@gmail.com>  (tiny change)
46155         and Eric Blake  <ebb9@byu.net>
46156
46157         assert: honor --enable-assert
46158         * m4/assert.m4 (gl_ASSERT): Synchronize with autoconf 2.64, in
46159         order to honor --enable-assert, rather than treating it as a
46160         synonym for --disable-assert.
46161
46162 2008-12-08  Jim Meyering  <meyering@redhat.com>
46163
46164         * lib/posixtm.c: Remove now-useless declaration of mktime.
46165
46166         * build-aux/announce-gen (get_tool_versions): Accept .xz tarballs.
46167
46168 2008-12-07  Bruno Haible  <bruno@clisp.org>
46169
46170         * tests/test-lock.c (test_lock, test_rwlock, test_recursive_lock,
46171         test_once): Mark functions as static.
46172         * tests/test-tls.c (test_tls): Likewise.
46173
46174 2008-12-07  Bruno Haible  <bruno@clisp.org>
46175
46176         * lib/striconveha.h (uniconv_register_autodetect): Renamed from
46177         iconv_register_autodetect.
46178
46179 2008-12-07  Jim Meyering  <meyering@redhat.com>
46180
46181         posixtm.c: avoid a warning
46182         * lib/posixtm.c (posixtime): Don't initialize tm0.
46183         It's no longer needed to placate gcc4's -Wuninitialized,
46184         and the attempt to placate would elicit a new warning.
46185
46186         unicodeio.c: mark unused parameters
46187         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
46188         (fallback_failure_callback): Likewise.
46189
46190 2008-12-07  Bruno Haible  <bruno@clisp.org>
46191
46192         * gnulib-tool (func_create_testdir): When building the tests
46193         subdirectory, ignore the modules gnumakefile and maintainer-makefile.
46194         Reported by Simon Josefsson.
46195
46196 2008-12-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
46197
46198         * doc/manywarnings.texi, doc/gnulib-intro.texi: Fix typos.
46199
46200 2008-12-06  Bruno Haible  <bruno@clisp.org>
46201
46202         * lib/c-stack.h (c_stack_action): Clarify possible side effects.
46203         Suggested by Eric Blake.
46204
46205 2008-12-06  Bruno Haible  <bruno@clisp.org>
46206
46207         Fix a c-stack test failure on MacOS X.
46208         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Require
46209         AC_CANONICAL_HOST. Define FAULT_YIELDS_SIGBUS. If set, install a signal
46210         handler for SIGBUS as well.
46211         * lib/c-stack.c (c_stack_action): If FAULT_YIELDS_SIGBUS is set,
46212         install a signal handler for SIGBUS as well.
46213         Reported by Bruce Dugan <bld0401@gmail.com> via Eric Blake.
46214
46215 2008-12-06  Bruno Haible  <bruno@clisp.org>
46216
46217         Advocacy documentation.
46218         * doc/gnulib-intro.texi (Benefits): New section.
46219         * doc/gnulib.texi: Update.
46220
46221 2008-12-06  Bruno Haible  <bruno@clisp.org>
46222
46223         Document the 'manywarnings' module.
46224         * doc/manywarnings.texi: New file.
46225         * doc/gnulib.texi: Include it.
46226
46227 2008-12-05  Eric Blake  <ebb9@byu.net>
46228
46229         tests: silence some gcc warnings
46230         * tests/test-getdate.c (LOG) [!DEBUG]: Mark no-op void.
46231         * tests/uniwidth/test-uc_width2.c (finish_interval): Avoid printf
46232         type mismatches.
46233
46234 2008-12-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
46235             Bruno Haible  <bruno@clisp.org>
46236
46237         * m4/openmp.m4 (AC_OPENMP): Do not define with Autoconf 2.62 or newer.
46238
46239 2008-11-29  Jim Meyering  <meyering@redhat.com>
46240
46241         unicodeio.c: mark unused parameters
46242         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
46243         (fallback_failure_callback): Likewise.
46244
46245         fts: fix a thinko
46246         * lib/fts.c (s_ifmt_shift_bits): Remove function.  Not needed after all.
46247         (set_stat_type): Return S_IF*-valued "type" directly.
46248         Prompted by James Youngman's spotting a related bug.
46249         Confirmed by further testing through find.
46250
46251         fts: provide dirent.d_type via FTSENT.fts_statp, when possible
46252         * lib/fts.c (D_TYPE): Define.
46253         (DT_UNKNOWN, DT_BLK, DT_CHR) [HAVE_STRUCT_DIRENT_D_TYPE]: Define.
46254         (DT_DIR, DT_FIFO, DT_LNK, DT_REG, DT_SOCK): Likewise.
46255         (s_ifmt_shift_bits): New function.
46256         (set_stat_type): New function.
46257         (fts_build): When not calling fts_stat, call set_stat_type
46258         to propagate dirent.d_type info to fts_read caller.
46259         * lib/fts_.h (FTSENT) [FTS_DEFER_STAT]: Mention that
46260         fts_statp->st_mode type information may be valid.
46261
46262 2008-11-28  Simon Josefsson  <simon@josefsson.org>
46263
46264         * lib/sys_time.in.h: Add extern "C" block for C++.  Suggested by
46265         Brian Dessent <brian@dessent.net>.  Reported by Sam Steingold
46266         <sds@gnu.org>.
46267
46268 2008-11-20  Bruno Haible  <bruno@clisp.org>
46269
46270         Attempt to work around an AIX 5.3, 6.1 compiler bug with include_next.
46271         * lib/math.in.h: Use INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of
46272         INCLUDE_NEXT.
46273         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also
46274         INCLUDE_NEXT_AS_FIRST_DIRECTIVE.
46275         * modules/math (Makefile.am): Substitute
46276         INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of INCLUDE_NEXT.
46277         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
46278
46279 2008-11-18  Alexandre Duret-Lutz  <adl@lrde.epita.fr>
46280             Bruno Haible  <bruno@clisp.org>
46281
46282         * lib/stdint.in.h: Define all type macros so that their expansion is
46283         a single typedef'ed token. Fixes a compilation failure in Boost which
46284         does "using ::int8_t;".
46285
46286 2008-11-18  Simon Josefsson  <simon@josefsson.org>
46287
46288         * m4/manywarnings.m4: New file with gl_MANYWARN_COMPLEMENT and
46289         gl_MANYWARN_ALL_GCC.
46290         * m4/warnings.m4: Removed gl_WARN_SUPPORTED and
46291         gl_WARN_COMPLEMENT.  Suggested by Bruno Haible <bruno@clisp.org>.
46292         * modules/manywarnings: New file.
46293         * MODULES.html.sh: Mention manywarnings module.
46294
46295 2008-11-18  Bruno Haible  <bruno@clisp.org>
46296
46297         * doc/gnulib-tool.texi (Unit tests): New section.
46298
46299 2008-11-18  Simon Josefsson  <simon@josefsson.org>
46300
46301         * top/maint.mk (refresh-po): Fix sed regexp to avoid problems with
46302         paths like 'lib/po/foo.po'.
46303
46304 2008-11-17  Simon Josefsson  <simon@josefsson.org>
46305
46306         * m4/warnings.m4: Improve code.  Reported by Ralf Wildenhues
46307         <Ralf.Wildenhues@gmx.de> and Paolo Bonzini <bonzini@gnu.org>.
46308
46309 2008-11-17  Simon Josefsson  <simon@josefsson.org>
46310
46311         * m4/warnings.m4: Use CPPFLAGS to really check whether the
46312         parameter works.
46313
46314 2008-11-17  Simon Josefsson  <simon@josefsson.org>
46315
46316         * m4/warnings.m4: Add gl_WARN_COMPLEMENT and gl_WARN_SUPPORTED.
46317
46318 2008-11-17  Bruce Korb  <bkorb@gnu.org>
46319
46320         * modules/parse-duration-tests: New file.
46321         * tests/test-parse-duration.sh: New file.
46322         * tests/test-parse-duration.c: New file.
46323
46324         New module 'parse-duration'.
46325         * lib/parse-duration.h: New file.
46326         * lib/parse-duration.c: New file.
46327         * modules/parse-duration: New file.
46328
46329 2008-11-17  Bruno Haible  <bruno@clisp.org>
46330
46331         * tests/test-select-out.sh: Comment out the first pipe test.
46332         Reported by Simon Josefsson.
46333
46334 2008-11-17  Bruno Haible  <bruno@clisp.org>
46335
46336         * modules/getaddrinfo (Depends-on): Add servent, hostent.
46337         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_SERVENT and
46338         gl_HOSTENT.
46339
46340 2008-11-17  Bruno Haible  <bruno@clisp.org>
46341
46342         * m4/sockets.m4 (gl_SOCKETS): After trying -lsocket, try also
46343         -lnetwork and -lnet. Needed for Haiku and BeOS.
46344
46345 2008-11-16  Bruno Haible  <bruno@clisp.org>
46346
46347         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix indentation.
46348
46349 2008-11-16  Bruno Haible  <bruno@clisp.org>
46350
46351         Avoid test failure on Haiku.
46352         * tests/test-fsync.c: Include <errno.h>.
46353         (main): Don't require that fsync (0) fails.
46354
46355 2008-11-15  Bruno Haible  <bruno@clisp.org>
46356
46357         New module 'hostent'.
46358         * modules/hostent: New file.
46359         * m4/hostent.m4: New file, based on code in m4/getaddrinfo.m4.
46360
46361 2008-11-15  Bruno Haible  <bruno@clisp.org>
46362
46363         New module 'servent'.
46364         * modules/servent: New file.
46365         * m4/servent.m4: New file, based on code in m4/getaddrinfo.m4.
46366
46367 2008-11-15  Bruno Haible  <bruno@clisp.org>
46368
46369         Avoid generating same test program with two different rules.
46370         * modules/frexp-nolibm-tests (Makefile.am): Rename test program from
46371         test-frexp to test-frexp-nolibm.
46372         * modules/frexpl-nolibm-tests (Makefile.am): Rename test program from
46373         test-frexpl to test-frexpl-nolibm.
46374
46375 2008-11-15  Bruno Haible  <bruno@clisp.org>
46376
46377         * modules/frexpl-tests (Makefile.am): Link test-frexpl with
46378         $(FREXPL_LIBM).
46379
46380 2008-11-15  Bruno Haible  <bruno@clisp.org>
46381
46382         * lib/netdb.in.h: Activate the definitions also when the system's
46383         <netdb.h> has 'struct addrinfo'.
46384         * m4/netdb_h.m4 (gl_HEADER_NETDB): Replace netdb.h also when it lacks
46385         EAI_OVERFLOW or AI_NUMERICSERV.
46386         * doc/posix-headers/netdb.texi: Document the problem.
46387
46388 2008-11-15  Bruno Haible  <bruno@clisp.org>
46389
46390         * tests/test-sched.c: Test also the existence of the SCHED_* macros.
46391
46392         Make the 'sched' module work on platforms where <sched.h> exists but
46393         is incomplete (such as Haiku).
46394         * lib/sched.in.h; Include the system's <sched.h> if it exists.
46395         (SCHED_FIFO, SCHED_RR, SCHED_OTHER): New macros.
46396         * m4/sched_h.m4 (gl_SCHED_H): Test whether <sched.h> exists and also
46397         defines SCHED_FIFO, SCHED_RR, SCHED_OTHER. Set HAVE_SCHED_H,
46398         HAVE_STRUCT_SCHED_PARAM.
46399         * modules/sched (Depends-on): Add include_next.
46400         (Makefile.am): Substitute HAVE_SCHED_H, INCLUDE_NEXT,
46401         PRAGMA_SYSTEM_HEADER, NEXT_SCHED_H, HAVE_STRUCT_SCHED_PARAM.
46402         * doc/posix-headers/sched.texi: Document the issue.
46403
46404 2008-11-13  Jim Meyering  <meyering@redhat.com>
46405
46406         test-argp-2: avoid test failure when PACKAGE_BUGREPORT is defined
46407         * tests/test-argp-2.sh: When PACKAGE_BUGREPORT was defined, this
46408         test would fail due to the difference in the Report bugs to ...
46409         line.  The expected address is empty, "<>", while the actual
46410         would contain e.g., "<bug-tar@gnu.org>".  Filter out any address.
46411
46412 2008-11-12  Bruno Haible  <bruno@clisp.org>
46413
46414         lstat: don't compile lstat.c on systems lacking lstat
46415         * m4/lstat.m4 (gl_FUNC_LSTAT): Don't compile lstat.c on systems
46416         which don't have lstat; this is handled by lib/sys_stat.in.h already.
46417         Reported by Daniel P. Berrange via Jim Meyering.
46418
46419 2008-11-12  Jim Meyering  <meyering@redhat.com>
46420
46421         * lib/unicodeio.c (unicode_to_mb): Correct spelling of u8_uctomb.
46422
46423 2008-11-12  Simon Josefsson  <simon@josefsson.org>
46424
46425         * modules/warnings (configure.ac): Do AC_SUBST([WARN_CFLAGS]) here
46426         instead.
46427
46428 2008-11-12  Bruno Haible  <bruno@clisp.org>
46429
46430         * lib/unicodeio.c: Include unistr.h.
46431         (utf8_wctomb): Remove function.
46432         (unicode_to_mb): Use utf8_uctomb instead of utf8_wctomb.
46433
46434 2008-11-12  Simon Josefsson  <simon@josefsson.org>
46435
46436         * m4/warnings.m4 (gl_WARN_INIT): Remove, suggested by Ralf
46437         Wildenhues <Ralf.Wildenhues@gmx.de> and Bruno Haible
46438         <bruno@clisp.org>.
46439         * modules/warnings (configure.ac): Don't call gl_WARN_INIT.
46440
46441 2008-11-12  Simon Josefsson  <simon@josefsson.org>
46442
46443         * doc/warnings.texi: New file, from Bruno Haible <bruno@clisp.org>.
46444         * doc/gnulib.texi: Add section for warnings.
46445
46446 2008-11-11  Bruno Haible  <bruno@clisp.org>
46447
46448         * lib/sockets.h: Add a comment.
46449
46450 2008-11-11  Karl Berry  <karl@gnu.org>
46451
46452         * config/srclist.txt (fdl.texi): add, syncing from gnustandards.
46453
46454 2008-11-11  Eric Blake  <ebb9@byu.net>
46455
46456         fdl.texi: avoid git symlinks
46457         * doc/fdl.texi: Copy, rather than link, fdl-1.3.texi.
46458
46459 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
46460
46461         * m4/warnings.m4 (gl_WARN_ADD): Don't AC_SUBST the empty string.
46462
46463 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
46464
46465         * m4/warnings.m4 (gl_WARN_INIT): Substitute WARN_CFLAGS.
46466         (gl_WARN_ADD): Substitute $2 if literal.
46467
46468 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
46469
46470         * m4/warning.m4: Remove.
46471
46472 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
46473
46474         * m4/warnings.m4: Almost complete rewrite. :-)
46475
46476 2008-11-10  Simon Josefsson  <simon@josefsson.org>
46477
46478         * modules/warnings: New module.
46479         * m4/warnings.m4: New file.
46480         * MODULES.html.sh: Mention warnings module.
46481         With review improvements from Paolo Bonzini <bonzini@gnu.org> and
46482         Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
46483
46484 2008-11-10  Eric Blake  <ebb9@byu.net>
46485
46486         fdl.texi: make a symlink to the latest version
46487         * doc/standards.texi: Revert today's earlier change.
46488         * doc/fdl-1.2.texi: Rename from old fdl.texi...
46489         * doc/fdl.texi: ...and replace this with a symlink to the newer
46490         fdl-1.3.texi.
46491
46492 2008-11-10  Bruno Haible  <bruno@clisp.org>
46493
46494         * tests/test-select-fd.c (main): Accept the result file name as fourth
46495         argument.
46496         * tests/test-select-in.sh: Pass t-select-in.tmp as fourth argument.
46497         * tests/test-select-out.sh: Pass t-select-out.tmp as fourth argument.
46498
46499 2008-11-10  Bruno Haible  <bruno@clisp.org>
46500
46501         * lib/netdb.in.h: Use HAVE_STRUCT_ADDRINFO, HAVE_DECL_GETADDRINFO,
46502         HAVE_DECL_FREEADDRINFO, HAVE_DECL_GAI_STRERROR, HAVE_DECL_GETNAMEINFO
46503         as autoconf-substituted macros.
46504         * m4/netdb_h.m4 (gl_NETDB_H_DEFAULTS): Initialize these variables to 1.
46505         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require
46506         gl_NETDB_H_DEFAULTS. Set these variables.
46507         * modules/netdb (Makefile.am): Substitute these variables.
46508
46509 2008-11-10  Eric Blake  <ebb9@byu.net>
46510
46511         standards.texi: include correct file for FDL 1.3
46512         * doc/standards.texi (GNU Free Documentation License): Change
46513         include file to pull in FDL 1.3, not 1.2.
46514
46515         fdl.texi: revert accidental change to license
46516         * doc/fdl.texi: This is FDL 1.2, not 1.3.
46517
46518 2008-11-10  Bruno Haible  <bruno@clisp.org>
46519
46520         * m4/printf.m4 (gl_PRINTF_ENOMEM): Guess yes on Haiku. Use the
46521         cross-compiling guesses also when the native compile gives no result.
46522
46523 2008-11-10  Bruno Haible  <bruno@clisp.org>
46524
46525         * lib/spawni.c (__spawni): Force variable into the stack.
46526
46527 2008-11-10  Bruno Haible  <bruno@clisp.org>
46528
46529         Add support for Haiku.
46530         * lib/fbufmode.c (fbufmode): Test a symbol that is not only defined on
46531         glibc and BeOS, but also on Haiku.
46532         * lib/fpurge.c (fpurge): Likewise.
46533         * lib/freadable.c (freadable): Likewise.
46534         * lib/freadahead.c (freadahead): Likewise.
46535         * lib/freading.c (freading): Likewise.
46536         * lib/freadptr.c (freadptr): Likewise.
46537         * lib/freadseek.c (freadptrinc): Likewise.
46538         * lib/fseeko.c (rpl_fseeko): Likewise.
46539         * lib/fseterr.c (fseterr): Likewise.
46540         * lib/fwritable.c (fwritable): Likewise.
46541         * lib/fwriting.c (fwriting): Likewise.
46542         Reported by Ingo Weinhold <ingo_weinhold@gmx.de>.
46543
46544 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
46545
46546         * lib/config.charset: Treat Haiku like BeOS.
46547
46548 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
46549
46550         * lib/binary-io.h (O_BINARY, O_TEXT): Treat Haiku like BeOS.
46551         * lib/fcntl.in.h (O_BINARY, O_TEXT): Likewise.
46552
46553 2008-11-08  Bruno Haible  <bruno@clisp.org>
46554
46555         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Avoid using AC_CHECK_DECL inside
46556         AC_CACHE_CHECK.
46557
46558 2008-11-08  Bruno Haible  <bruno@clisp.org>
46559
46560         * modules/select-tests (configure.ac): Check for unistd.h, sys/wait.h.
46561
46562 2008-11-08  Bruno Haible  <bruno@clisp.org>
46563
46564         * tests/test-select-fd.c: New file.
46565         * tests/test-select-in.sh: New file.
46566         * tests/test-select-out.sh: New file.
46567         * tests/test-select-stdin.c: New file.
46568         * modules/select-tests (Files): Add the new files.
46569         (Depends-on): Add gettimeofday.
46570         (Makefile.am): Add test-select-in.sh, test-select-out.sh to TESTS.
46571         Set TESTS_ENVIRONMENT. Add test-select-fd, test-select-stdin to
46572         check_PROGRAMS. Define test_select_fd_LDADD, test_select_stdin_LDADD.
46573
46574 2008-11-06  Alexander V. Lukyanov  <lav@netis.ru>
46575             Bruno Haible  <bruno@clisp.org>
46576
46577         * lib/sys_stat.in.h: Enclose function definitions in extern "C".
46578
46579 2008-10-12  Giuseppe Scrivano  <gscrivano@gnu.org>
46580
46581         * build-aux/pmccabe2html: Added support for C++ source files.
46582
46583 2008-11-05  Ben Pfaff  <blp@gnu.org>
46584
46585         Fix lib/close.c build on Windows.
46586         * modules/close (Files): Add lib/w32sock.h.
46587
46588 2008-11-05  Joel E. Denny  <jdenny@ces.clemson.edu>
46589
46590         Accept Bison's NEWS format.
46591         * build-aux/announce-gen (print_news_deltas): Tweak
46592         $re_prefix.
46593
46594 2008-11-04  Bruno Haible  <bruno@clisp.org>
46595
46596         * modules/random_r (Maintainer): Add glibc.
46597
46598 2008-11-04  Simon Josefsson  <simon@josefsson.org>
46599
46600         * doc/alloca-opt.texi: Change license to GFDLv1.3+, as suggested
46601         by karl@freefriends.org (Karl Berry).
46602         * doc/alloca.texi: Likewise.
46603         * doc/c-ctype.texi: Likewise.
46604         * doc/c-strcase.texi: Likewise.
46605         * doc/c-strcaseeq.texi: Likewise.
46606         * doc/c-strcasestr.texi: Likewise.
46607         * doc/c-strstr.texi: Likewise.
46608         * doc/c-strtod.texi: Likewise.
46609         * doc/c-strtold.texi: Likewise.
46610         * doc/ctime.texi: Likewise.
46611         * doc/error.texi: Likewise.
46612         * doc/fdl.texi: Likewise.
46613         * doc/gcd.texi: Likewise.
46614         * doc/getdate.texi: Likewise.
46615         * doc/gnulib-intro.texi: Likewise.
46616         * doc/gnulib-tool.texi: Likewise.
46617         * doc/gnulib.texi: Likewise.
46618         * doc/inet_ntoa.texi: Likewise.
46619         * doc/maintain.texi: Likewise.
46620         * doc/make-stds.texi: Likewise.
46621         * doc/quote.texi: Likewise.
46622         * doc/regexprops-generic.texi: Likewise.
46623         * doc/standards.texi: Likewise.
46624         * doc/verify.texi: Likewise.
46625         * doc/visibility.texi: Likewise.
46626         * doc/gnulib.texi (GNU Free Documentation License): Include
46627         fdl-1.3.texi instead of fdl.texi.
46628
46629 2008-11-04  Simon Josefsson  <simon@josefsson.org>
46630
46631         * doc/fdl-1.3.texi: New file, from
46632         <http://www.gnu.org/licenses/fdl-1.3.texi>.
46633         * modules/fdl-1.3: Add.
46634         * MODULES.html.sh: Add fdl-1.3.
46635
46636 2008-11-03  Bruno Haible  <bruno@clisp.org>
46637
46638         Make determination of absolute name of header file work with AIX xlc.
46639         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Require
46640         AC_CANONICAL_HOST. On AIX, use "$CPP -C" rather than "$CPP" for
46641         preprocessing.
46642         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
46643         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
46644
46645 2008-11-03  Simon Josefsson  <simon@josefsson.org>
46646
46647         * top/maint.mk (COVERAGE_CCOPTS): Use --coverage instead of
46648         -fprofile-arcs -ftest-coverage.  Suggested by Ludovic Courtès
46649         <ludo@gnu.org>.
46650
46651 2008-11-02  Bruno Haible  <bruno@clisp.org>
46652
46653         Mark 'strpbrk' obsolete.
46654         * modules/strpbrk (Status, Notice): New sections.
46655         * modules/strtok_r (Depends-on): Add strpbrk.
46656
46657 2008-11-02  Bruno Haible  <bruno@clisp.org>
46658
46659         Mark 'strdup' obsolete.
46660         * modules/strdup (Status, Notice): New sections.
46661         * modules/findprog (Depends-on): Add strdup.
46662         * modules/getaddrinfo (Depends-on): Likewise.
46663         * modules/localename (Depends-on): Likewise.
46664         * modules/relocatable-lib (Depends-on): Likewise.
46665         * modules/relocatable-lib-lgpl (Depends-on): Likewise.
46666         * modules/relocatable-prog (Depends-on): Likewise.
46667         * modules/trim (Depends-on): Likewise.
46668         * modules/unictype/gen-ctype (Depends-on): Likewise.
46669         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
46670
46671 2008-11-02  Bruno Haible  <bruno@clisp.org>
46672
46673         Mark 'strcspn' obsolete.
46674         * modules/strcspn (Status, Notice): New sections.
46675
46676 2008-11-02  Bruno Haible  <bruno@clisp.org>
46677
46678         Mark 'rmdir' obsolete.
46679         * modules/rmdir (Status, Notice): New sections.
46680         * modules/clean-temp (Depends-on): Add rmdir.
46681         * modules/openat (Depends-on): Likewise.
46682
46683 2008-11-02  Bruno Haible  <bruno@clisp.org>
46684
46685         Mark 'raise' obsolete.
46686         * modules/raise (Status, Notice): New sections.
46687         (Include): Specify <signal.h>.
46688         * modules/stdio (Depends-on): Add raise.
46689         * modules/write (Depends-on): Likewise.
46690
46691 2008-11-02  Bruno Haible  <bruno@clisp.org>
46692
46693         Mark 'memset' obsolete.
46694         * modules/memset (Status, Notice): New sections.
46695
46696 2008-11-02  Bruno Haible  <bruno@clisp.org>
46697
46698         Mark 'memmove' obsolete.
46699         * modules/memmove (Status, Notice): New sections.
46700         * modules/argp (Depends-on): Add memmove.
46701         * modules/argz (Depends-on): Likewise.
46702         * modules/canonicalize (Depends-on): Likewise.
46703         * modules/canonicalize-lgpl (Depends-on): Likewise.
46704         * modules/fts (Depends-on): Likewise.
46705         * modules/getcwd (Depends-on): Likewise.
46706         * modules/human (Depends-on): Likewise.
46707         * modules/regex (Depends-on): Likewise.
46708         * modules/striconveh (Depends-on): Likewise.
46709         * modules/trim (Depends-on): Likewise.
46710         * modules/unistr/u8-move (Depends-on): Likewise.
46711         * modules/unistr/u16-move (Depends-on): Likewise.
46712         * modules/unistr/u32-move (Depends-on): Likewise.
46713
46714 2008-11-02  Bruno Haible  <bruno@clisp.org>
46715
46716         Mark 'memcpy' obsolete.
46717         * modules/memcpy (Status, Notice): New sections.
46718
46719 2008-11-02  Bruno Haible  <bruno@clisp.org>
46720
46721         Mark 'memcmp' obsolete.
46722         * modules/memcmp (Status, Notice): New sections.
46723         * modules/argmatch (Depends-on): Add memchr.
46724         * modules/backupfile (Depends-on): Likewise.
46725         * modules/c-strcasestr (Depends-on): Likewise.
46726         * modules/crypto/des (Depends-on): Likewise.
46727         * modules/csharpcomp (Depends-on): Likewise.
46728         * modules/fnmatch (Depends-on): Likewise.
46729         * modules/git-merge-changelog (Depends-on): Likewise.
46730         * modules/isnand (Depends-on): Likewise.
46731         * modules/isnand-nolibm (Depends-on): Likewise.
46732         * modules/isnanf (Depends-on): Likewise.
46733         * modules/isnanf-nolibm (Depends-on): Likewise.
46734         * modules/isnanl (Depends-on): Likewise.
46735         * modules/isnanl-nolibm (Depends-on): Likewise.
46736         * modules/mbchar (Depends-on): Likewise.
46737         * modules/memcoll (Depends-on): Likewise.
46738         * modules/quotearg (Depends-on): Likewise.
46739         * modules/regex (Depends-on): Likewise.
46740         * modules/relocatable-prog (Depends-on): Likewise.
46741         * modules/same (Depends-on): Likewise.
46742         * modules/signbit (Depends-on): Likewise.
46743         * modules/strcasestr-simple (Depends-on): Likewise.
46744         * modules/unictype/gen-ctype (Depends-on): Likewise.
46745         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
46746         * modules/uniname/uniname (Depends-on): Likewise.
46747         * modules/unistr/u8-cmp (Depends-on): Likewise.
46748
46749 2008-11-02  Bruno Haible  <bruno@clisp.org>
46750
46751         Mark 'memchr' obsolete.
46752         * modules/memchr (Status, Notice): New sections.
46753         * modules/argp (Depends-on): Add memchr.
46754         * modules/base64 (Depends-on): Likewise.
46755         * modules/c-strcasestr (Depends-on): Likewise.
46756         * modules/chdir-long (Depends-on): Likewise.
46757         * modules/fnmatch (Depends-on): Likewise.
46758         * modules/getsubopt (Depends-on): Likewise.
46759         * modules/git-merge-changelog (Depends-on): Likewise.
46760         * modules/glob (Depends-on): Likewise.
46761         * modules/strcasestr-simple (Depends-on): Likewise.
46762         * modules/strnlen (Depends-on): Likewise.
46763
46764 2008-11-02  Bruno Haible  <bruno@clisp.org>
46765
46766         Mark 'atexit' obsolete.
46767         * modules/atexit (Status, Notice): New sections.
46768         * modules/chdir-long (Depends-on): Add atexit.
46769         * modules/wait-process (Depends-on): Likewise.
46770
46771 2008-11-02  Bruno Haible  <bruno@clisp.org>
46772
46773         * gnulib-tool: New option --with-obsolete.
46774         (func_usage): Document it.
46775         (func_modules_transitive_closure): Drop obsolete dependencies if
46776         incobsolete is not true.
46777         (func_import): Read and save the incobsolete variable to the cache.
46778
46779 2008-11-02  Bruno Haible  <bruno@clisp.org>
46780
46781         * modules/TEMPLATE-EXTENDED: New field 'Status'.
46782         * gnulib-tool: New option --extract-status.
46783         (func_usage): Document it.
46784         (sed_extract_prog): Recognize it.
46785         (func_get_status): New function.
46786
46787 2008-10-30  Simon Josefsson  <simon@josefsson.org>
46788
46789         * modules/sockets (License): Change from LGPL to LGPLv2+.
46790
46791 2008-10-28  Simon Josefsson  <simon@josefsson.org>
46792
46793         * top/maint.mk: Add coverage rules, inspired by scripts in gnupdf.
46794
46795 2008-10-28  Simon Josefsson  <simon@josefsson.org>
46796
46797         * MODULES.html.sh (Support for systems lacking POSIX:2001):
46798         Mention times and sys_times.
46799         * modules/sys_times, modules/sys_times-tests: New modules.
46800         * modules/times, modules/times-tests: Likewise
46801         * m4/sys_times_h.m4: New file.
46802         * lib/sys_times.in.h: Likewise
46803         * lib/times.c: Likewise.
46804         * tests/test-sys_times.c: Likewise.
46805         * tests/test-times.c: Likewise.
46806         * doc/posix-headers/sys_times.texi: Update.
46807         * doc/posix-functions/times.texi: Update.
46808
46809 2008-10-28  Jim Meyering  <meyering@redhat.com>
46810
46811         * modules/tempname (Depends-on): Add lstat.
46812
46813         * modules/lstat (License): Relicense: LGPL -> LGPLv2+.
46814
46815 2008-10-28  Simon Josefsson  <simon@josefsson.org>
46816
46817         * gnulib-tool (func_emit_tests_Makefile_am): Revert last commit.
46818         * modules/argp-tests (test_argp_LDADD): Set EXEEXT here instead,
46819         using idiom used elsewhere in gnulib.
46820
46821 2008-10-27  Jim Meyering  <meyering@redhat.com>
46822
46823         * modules/gethostname (License): Relicense: LGPL -> LGPLv2+.
46824
46825 2008-10-27  Simon Josefsson  <simon@josefsson.org>
46826
46827         * gnulib-tool (func_emit_tests_Makefile_am): Set EXEEXT in
46828         TESTS_ENVIRONMENT, for shell scripts that needs to call built
46829         programs.
46830         * tests/test-argp-2.sh: Use $EXEEXT when needed.
46831
46832 2008-10-27  Simon Josefsson  <simon@josefsson.org>
46833
46834         * lib/sys_stat.in.h (lstat): Fix declaration for mingw.
46835
46836 2008-10-27  Bruno Haible  <bruno@clisp.org>
46837
46838         * tests/test-lstat.c: Include <stdio.h>.
46839
46840 2008-10-27  Simon Josefsson  <simon@josefsson.org>
46841
46842         * modules/lstat-tests: New module.
46843         * tests/test-lstat.c: New file.
46844
46845 2008-10-26  Jim Meyering  <meyering@redhat.com>
46846
46847         * lib/mkdir.c (rpl_mkdir) [_WIN32...]: Mark mode as an unused parameter.
46848
46849 2008-10-26  Simon Josefsson  <simon@josefsson.org>
46850             Bruno Haible  <bruno@clisp.org>
46851
46852         Fix a clash between the type DATADIR on Windows and the macro DATADIR.
46853         * modules/configmake (Include): Add a note that the include must come
46854         after all system headers.
46855         * lib/javaversion.c: Include configmake.h after all other includes.
46856
46857 2008-10-26  Bruno Haible  <bruno@clisp.org>
46858
46859         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Set default of
46860         HAVE_STRUCT_RANDOM_DATA to 1.
46861         (gl_STDLIB_H): Simplify.
46862
46863 2008-10-26  Simon Josefsson  <simon@josefsson.org>
46864
46865         * m4/stdlib_h.m4: Check for struct random_data.  Initialize and
46866         substitute HAVE_STRUCT_RANDOM_DATA.
46867         * lib/stdlib.in.h [!HAVE_STRUCT_RANDOM_DATA]: Provide struct
46868         random_data.
46869         * modules/stdlib (Makefile.am): Substitute
46870         HAVE_STRUCT_RANDOM_DATA.
46871
46872 2008-10-26  Simon Josefsson  <simon@josefsson.org>
46873
46874         * doc/gnulib.texi (@copying): Use GFDLv1.2+.
46875         * doc/gnulib-intro.texi (Copyright): Likewise.
46876
46877 2008-10-26  Simon Josefsson  <simon@josefsson.org>
46878
46879         * doc/gnulib.texi (Header files): C++ fixes, based on Bruno's
46880         findings.
46881
46882 2008-10-25  Ben Pfaff  <blp@cs.stanford.edu>
46883             Bruno Haible  <bruno@clisp.org>
46884
46885         * lib/unistd.in.h: Include <winsock2.h>.
46886         (socket, connect,accept, bind, getpeername, getsockname, getsockopt,
46887         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, select):
46888         Provide dummy declarations.
46889         (gethostname): Override.
46890         * lib/sys_socket.in.h (gethostname): Provide dummy declaration.
46891         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Invoke
46892         gl_PREREQ_SYS_H_WINSOCK2.
46893         * modules/gethostname (Files): Add m4/sys_socket_h.m4.
46894         * doc/posix-functions/gethostname.texi: More details.
46895
46896 2008-10-25  Bruno Haible  <bruno@clisp.org>
46897
46898         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
46899         gl_UNISTD_H_DEFAULTS, gl_SYS_IOCTL_H_DEFAULTS only if they exist.
46900         * modules/sys_socket (Files): Remove m4/unistd_h.m4, m4/sys_ioctl_h.m4.
46901
46902         * lib/sys_socket.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); Move macro from
46903         here ...
46904         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); ... to here.
46905         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Remove invocation of
46906         gl_UNISTD_H_DEFAULTS.
46907
46908 2008-10-25  Eric Blake  <ebb9@byu.net>
46909
46910         signbit: avoid spurious compiler failure
46911         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Move non-constant
46912         declarations inside function.
46913
46914 2008-10-24  Simon Josefsson  <simon@josefsson.org>
46915             Bruno Haible  <bruno@clisp.org>
46916
46917         * lib/stdlib.in.h (@GNULIB_RANDOM_R@): Include stdint.h.
46918         * modules/random_r (Depends-on): Add stdint.
46919
46920 2008-10-24  Bruno Haible  <bruno@clisp.org>
46921
46922         * modules/intprops (License): Change to LGPLv2+, with approval by Paul
46923         Eggert.
46924         * modules/strerror (License): Likewise.
46925
46926 2008-10-24  Jim Meyering  <meyering@redhat.com>
46927
46928         sys_socket: fix typo that inhibited expansion of @GNULIB_SEND@
46929         * modules/sys_socket (Depends-on) [Depends-on]: Fix typo.
46930
46931 2008-10-24  Eric Blake  <ebb9@byu.net>
46932
46933         getgroups: fix compilation when getgroups is available
46934         * lib/getgroups.c (includes): Include <unistd.h> for getgroups,
46935         but with <config.h> override of getgroups disabled.
46936
46937 2008-10-24  Simon Josefsson  <simon@josefsson.org>
46938
46939         * doc/gnulib.texi (Header files): Add note about C++ problems.
46940         Explained by Bruno Haible <bruno@clisp.org>.
46941
46942 2008-10-23  Bruno Haible  <bruno@clisp.org>
46943
46944         Define a dummy SA_NODEFER macro on Interix.
46945         * lib/signal.in.h (SA_NODEFER): Define fallback.
46946         Reported by Aleksey Cheusov <cheusov@tut.by> via
46947         Thomas Klausner <wiz@netbsd.org> and Eric Blake.
46948
46949 2008-10-23  Bruno Haible  <bruno@clisp.org>
46950
46951         * modules/freadahead (License): Change to LGPLv2+.
46952         Suggested by Simon Josefsson.
46953
46954 2008-10-23  Jim Meyering  <meyering@redhat.com>
46955
46956         random_r: new module
46957         * modules/random_r: New file.
46958         * m4/random_r.m4: New file.
46959         * lib/random_r.c: New file, from glibc.
46960         * modules/random_r-tests: New file.
46961         * tests/test-random_r.c: New file.
46962         * lib/stdlib.in.h (srandom_r, initstate_r, setstate_r, random_r):
46963          Declare.
46964         (RAND_MAX): Define.
46965         * m4/stdlib_h.m4: Define and AC_SUBST GNULIB_RANDOM_R and HAVE_RANDOM_R.
46966         * modules/stdlib: Substitute them, too.
46967         * MODULES.html.sh (Extra functions based on POSIX:2001) [Misc]: Add it.
46968         * doc/glibc-functions/initstate_r.texi: Mention the new module.
46969         * doc/glibc-functions/random_r.texi: Likewise.
46970         * doc/glibc-functions/setstate_r.texi: Likewise.
46971         * doc/glibc-functions/srandom_r.texi: Likewise.
46972         * config/srclist.txt: Mention it.
46973
46974 2008-10-23  David Lutterkort  <lutter@redhat.com>
46975
46976         * modules/selinux-h: Search for LIB_SELINUX and mark it as a
46977         link requirement
46978
46979 2008-10-23  Jim Meyering  <meyering@redhat.com>
46980
46981         selinux-h: mark parameters of stub functions as intentionally unused
46982         * lib/se-selinux.in.h: Mark parameters as _UNUSED_PARAMETER_.
46983         * lib/se-context.in.h: Likewise.
46984
46985 2008-10-22  Simon Josefsson  <simon@josefsson.org>
46986
46987         * lib/sys_socket.in.h (FD_ISSET): Fix warnings under mingw.
46988
46989 2008-10-22  Simon Josefsson  <simon@josefsson.org>
46990
46991         * m4/getgroups.m4: Avoid invoking test with wrong parameters.
46992
46993 2008-10-22  Eric Blake  <ebb9@byu.net>
46994
46995         glthread/thread: avoid compiler warning
46996         * lib/glthread/thread.c (gl_thread_exit_func) [USE_WIN32_THREADS]:
46997         Add unreachable abort to silence compiler.
46998
46999 2008-10-22  Eric Blake  <ebb9@byu.net>
47000
47001         netdb: also supply struct addrinfo for cygwin 1.5.x
47002         * m4/netdb_h.m4 (gl_HEADER_NETDB): Check for incomplete header on
47003         older cygwin.
47004         * lib/netdb.in.h [!HAVE_STRUCT_ADDRINFO]: Also supply contents for
47005         cygwin.
47006         * doc/posix-headers/netdb.texi (netdb.h): Document this.
47007
47008 2008-10-22  Bruno Haible  <bruno@clisp.org>
47009
47010         * users.txt: Update entry about pspp.
47011
47012 2008-10-21  Bruno Haible  <bruno@clisp.org>
47013
47014         Simplification.
47015         * lib/sys_socket.in.h (_gl_close_fd_maybe_socket): Remove declaration.
47016         * lib/close.c (_gl_close_fd_maybe_socket): Make static.
47017
47018         Simplification.
47019         * lib/ioctl.c (ioctl): Don't undefine.
47020         * lib/socket.c (socket): Don't undefine.
47021
47022         Remove unused module indicator macros.
47023         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Don't define
47024         GNULIB_$1 as a C macro.
47025
47026         * doc/posix-functions/close.texi: Undo last change.
47027         * doc/posix-functions/ioctl.texi: Merge the two paragraphs about
47028         Windows platforms.
47029
47030 2008-10-21  Bruno Haible  <bruno@clisp.org>
47031
47032         Add gethostname() declaration to <unistd.h>.
47033         * lib/unistd.in.h (gethostname): New declaration.
47034         * lib/gethostname.c: Include <unistd.h>.
47035         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Require
47036         gl_UNISTD_H_DEFAULTS. Set HAVE_GETHOSTNAME.
47037         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETHOSTNAME
47038         and HAVE_GETHOSTNAME.
47039         * modules/gethostname (Depends-on): Add unistd.
47040         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
47041         (Include): Specify <unistd.h>.
47042         * modules/unistd (Makefile.am): Substitute GNULIB_GETHOSTNAME and
47043         HAVE_GETHOSTNAME.
47044         * tests/test-gethostname.c: Include <unistd.h> first.
47045
47046 2008-10-21  Bruno Haible  <bruno@clisp.org>
47047
47048         * modules/poll-tests (Depends-on): Add sys_ioctl, ioctl.
47049         * modules/select-tests (Depends-on): Likewise.
47050         Reported by Simon Josefsson.
47051
47052 2008-10-21  Simon Josefsson  <simon@josefsson.org>
47053
47054         * lib/close.c: Add _gl_close_fd_maybe_socket from winsock.c.
47055         * lib/accept.c: New file, based on winsock.c.
47056         * lib/bind.c: New file, based on winsock.c.
47057         * lib/connect.c: New file, based on winsock.c.
47058         * lib/getpeername.c: New file, based on winsock.c.
47059         * lib/getsockname.c: New file, based on winsock.c.
47060         * lib/getsockopt.c: New file, based on winsock.c.
47061         * lib/ioctl.c: New file, based on winsock.c.
47062         * lib/listen.c: New file, based on winsock.c.
47063         * lib/recv.c: New file, based on winsock.c.
47064         * lib/recvfrom.c: New file, based on winsock.c.
47065         * lib/send.c: New file, based on winsock.c.
47066         * lib/sendto.c: New file, based on winsock.c.
47067         * lib/setsockopt.c: New file, based on winsock.c.
47068         * lib/shutdown.c: New file, based on winsock.c.
47069         * lib/socket.c: New file, based on winsock.c.
47070         * lib/w32sock.h: New file, based on winsock.c.
47071         * lib/winsock.c: Remove file.
47072         * modules/accept: Likewise.
47073         * modules/bind: Likewise.
47074         * modules/connect: Likewise.
47075         * modules/getpeername: Likewise.
47076         * modules/getsockname: Likewise.
47077         * modules/getsockopt: Likewise.
47078         * modules/ioctl: Likewise.
47079         * modules/listen: Likewise.
47080         * modules/recv: Likewise.
47081         * modules/recvfrom: Likewise.
47082         * modules/send: Likewise.
47083         * modules/sendto: Likewise.
47084         * modules/setsockopt: Likewise.
47085         * modules/shutdown: Likewise.
47086         * modules/socket: Use socket.c instead of winsock.c.
47087         * modules/sys_socket: Remove (unneeded?) dependency on winsock.c.
47088         * doc/posix-functions/accept.texi: Doc fix.
47089         * doc/posix-functions/bind.texi: Doc fix.
47090         * doc/posix-functions/close.texi: Doc fix.
47091         * doc/posix-functions/connect.texi: Doc fix.
47092         * doc/posix-functions/getpeername.texi: Doc fix.
47093         * doc/posix-functions/getsockname.texi: Doc fix.
47094         * doc/posix-functions/getsockopt.texi: Doc fix.
47095         * doc/posix-functions/ioctl.texi: Doc fix.
47096         * doc/posix-functions/listen.texi: Doc fix.
47097         * doc/posix-functions/recv.texi: Doc fix.
47098         * doc/posix-functions/recvfrom.texi: Doc fix.
47099         * doc/posix-functions/send.texi: Doc fix.
47100         * doc/posix-functions/sendto.texi: Doc fix.
47101         * doc/posix-functions/setsockopt.texi: Doc fix.
47102         * doc/posix-functions/shutdown.texi: Doc fix.
47103         * doc/posix-functions/socket.texi: Doc fix.
47104
47105 2008-10-20  Bruno Haible  <bruno@clisp.org>
47106
47107         Take into account the role of SIGABRT_COMPAT on Windows 2008.
47108         * lib/sigprocmask.c (SIGABRT_COMPAT, SIGABRT_COMPAT_MASK): New macros.
47109         (sigismember, sigaddset, sigdelset, sigfillset, rpl_signal): Handle it
47110         as an alias for SIGABRT.
47111         * lib/sigaction.c (SIGABRT_COMPAT): New macro.
47112         (sigaction): Map it to SIGABRT.
47113         Reported by Ramiro Polla <ramiro.polla@gmail.com> via Eric Blake.
47114
47115 2008-10-20  Bruno Haible  <bruno@clisp.org>
47116
47117         * lib/fts.c: Don't include lstat.h.
47118         * lib/openat.c: Include <sys/stat.h> instead of lstat.h.
47119
47120         Move the lstat() declaration to <sys/stat.h>.
47121         * lib/lstat.h: Remove file.
47122         * lib/sys_stat.in.h: Add special invocation convention.
47123         (lstat): New declaration.
47124         * lib/lstat.c (orig_lstat): New function.
47125         (rpl_lstat): Use orig_lstat instead of lstat.
47126         * m4/lstat.m4 (gl_FUNC_LSTAT): Require gl_SYS_STAT_H_DEFAULTS and
47127         AC_C_INLINE. Set REPLACE_LSTAT.
47128         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LSTAT
47129         and REPLACE_LSTAT.
47130         * modules/lstat (Files): Remove lib/lstat.h.
47131         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
47132         (Include): Specify <sys/stat.h> instead of lstat.h.
47133         * modules/sys_stat (Makefile.am): Substitute GNULIB_LSTAT and
47134         REPLACE_LSTAT.
47135         * NEWS: Mention the change.
47136
47137 2008-10-20  Bruno Haible  <bruno@clisp.org>
47138
47139         * modules/posix_spawn-tests: New file.
47140         * tests/test-posix_spawn3.c: New file.
47141
47142 2008-10-20  Bruno Haible  <bruno@clisp.org>
47143
47144         * modules/posix_spawnp-tests (Depends-on): Add sys_wait.
47145         * tests/test-posix_spawn1.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
47146         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Remove fallback definitions.
47147         * tests/test-posix_spawn2.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
47148         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Likewise.
47149
47150 2008-10-20  Bruno Haible  <bruno@clisp.org>
47151
47152         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Test against another bug
47153         of posix_spawn on AIX 5.3.
47154
47155 2008-10-20  Bruno Haible  <bruno@clisp.org>
47156
47157         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Make the check on MacOS X.
47158
47159 2008-10-20  Bruno Haible  <bruno@clisp.org>
47160
47161         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Use AC_LANG_SOURCE instead
47162         of AC_LANG_PROGRAM.
47163
47164 2008-10-20  Simon Josefsson  <simon@josefsson.org>
47165
47166         * lib/netdb.in.h: Don't define GNU specific constants until they
47167         are supported or needed.  Reported by Bruno Haible
47168         <bruno@clisp.org>.
47169
47170 2008-10-20  Simon Josefsson  <simon@josefsson.org>
47171
47172         * lib/canon-host.c: Include netdb.h instead of getaddrinfo.h.
47173
47174 2008-10-20  Simon Josefsson  <simon@josefsson.org>
47175
47176         * lib/getaddrinfo.h: Remove file.
47177         * modules/getaddrinfo: Reflect move from getaddrinfo.h to netdb.h.
47178         * m4/getaddrinfo.m4: Call gl_HEADER_NETDB.  Don't check for netdb.h.
47179         * lib/netdb.in.h: Add declarations from getaddrinfo.h.
47180         * m4/netdb_h.m4: Initialize GNULIB_GETADDRINFO to 0.
47181         * modules/netdb: Substitute GNULIB_GETADDRINFO.
47182         * lib/getaddrinfo.c: Include netdb.h instead of getaddrinfo.h.
47183         * tests/test-getaddrinfo.c: Likewise.
47184         * lib/gai_strerror.c: Likewise.  Also drop HAVE_NETDB_H check.
47185         * NEWS: Mention change.
47186
47187 2008-10-19  Bruno Haible  <bruno@clisp.org>
47188
47189         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Remove unneeded code.
47190
47191 2008-10-19  Bruno Haible  <bruno@clisp.org>
47192
47193         * lib/wait-process.c: Include simply <sys/wait.h>.
47194         (waitpid, WTERMSIG, WCOREDUMP, WEXITSTATUS, WIFSIGNALED, WIFEXITED,
47195         WIFSTOPPED): Remove fallback definitions.
47196         * modules/wait-process (Depends-on): Add sys_wait.
47197
47198         New module 'sys_wait'.
47199         * modules/sys_wait: New file.
47200         * lib/sys_wait.in.h: New file, partially copied from
47201         lib/wait-process.c.
47202         * m4/sys_wait_h.m4: New file.
47203         * doc/posix-headers/sys_wait.texi: Mention the new module.
47204
47205 2008-10-19  Bruno Haible  <bruno@clisp.org>
47206
47207         * m4/wait-process.m4 (gl_WAIT_PROCESS): Remove test for unistd.h.
47208
47209 2008-10-19  Bruno Haible  <bruno@clisp.org>
47210
47211         Assume that waitpid() fills an 'int' status, not a 'union wait'.
47212         * lib/wait-process.c (WAIT_T): Remove type.
47213         (WTERMSIG, WCOREDUMP, WEXITSTATUS): Define fallbacks using bit masks.
47214         (wait_subprocess): Update.
47215
47216 2008-10-19  Bruno Haible  <bruno@clisp.org>
47217
47218         New module 'atoll'.
47219         * modules/atoll: New file.
47220         * lib/stdlib.in.h (atoll): New declaration.
47221         * lib/atoll.c: New file, from glibc with modifications.
47222         * m4/atoll.m4: New file.
47223         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_ATOLL,
47224         HAVE_ATOLL.
47225         * modules/stdlib (Makefile.am): Substitute GNULIB_ATOLL, HAVE_ATOLL.
47226         * doc/posix-functions/atoll.texi: Mention the new module.
47227
47228 2008-10-19  Bruno Haible  <bruno@clisp.org>
47229
47230         Add strtoull() declaration to <stdlib.h>.
47231         * lib/stdlib.in.h (strtoull): New declaration.
47232         * m4/strtoull.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
47233         Set HAVE_STRTOULL.
47234         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOULL,
47235         HAVE_STRTOULL.
47236         * modules/strtoull (Depends-on): Add stdlib.
47237         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
47238         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOULL,
47239         HAVE_STRTOULL.
47240
47241 2008-10-19  Bruno Haible  <bruno@clisp.org>
47242
47243         Add strtoll() declaration to <stdlib.h>.
47244         * lib/stdlib.in.h (strtoll): New declaration.
47245         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
47246         Set HAVE_STRTOLL.
47247         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOLL,
47248         HAVE_STRTOLL.
47249         * modules/strtoll (Depends-on): Add stdlib.
47250         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
47251         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOLL, HAVE_STRTOLL.
47252
47253 2008-10-19  Bruno Haible  <bruno@clisp.org>
47254
47255         * modules/bcopy (Depends-on): Add strings.
47256         (Include): Specify <strings.h>.
47257
47258 2008-10-19  Bruno Haible  <bruno@clisp.org>
47259
47260         * doc/posix-functions/atexit.texi: Update doc regarding mingw.
47261
47262 2008-10-19  Bruno Haible  <bruno@clisp.org>
47263
47264         * lib/openat-die.c (openat_save_fail, openat_restore_fail): Rename
47265         the parameter from 'errno' to 'errnum'. Fixes a compilation error on
47266         mingw.
47267
47268 2008-10-19  Bruno Haible  <bruno@clisp.org>
47269
47270         * lib/atanl.c: Don't include isnanl.h.
47271         * lib/cosl.c: Likewise.
47272         * lib/ldexpl.c: Likewise.
47273         * lib/logl.c: Likewise.
47274         * lib/sinl.c: Likewise.
47275         * lib/sqrtl.c: Likewise.
47276         * lib/tanl.c: Likewise.
47277
47278         Move the isnanf(), isnand(), isnanl() declarations to <math.h>.
47279         * lib/isnanf.h: Remove file.
47280         * lib/isnand.h: Remove file.
47281         * lib/isnanl.h: Remove file.
47282         * lib/math.in.h: Include the contents of lib/isnanf.h, lib/isnand.h,
47283         lib/isnanl.h. Use HAVE_ISNANF, HAVE_ISNAND, HAVE_ISNANL as substituted
47284         macros.
47285         * m4/isnanf.m4 (gl_FUNC_ISNANF): Require gl_MATH_H_DEFAULTS. Set
47286         HAVE_ISNANF, don't define it as a C macro.
47287         * m4/isnand.m4 (gl_FUNC_ISNAND): Require gl_MATH_H_DEFAULTS. Set
47288         HAVE_ISNAND, don't define it as a C macro.
47289         * m4/isnanl.m4 (gl_FUNC_ISNANL): Require gl_MATH_H_DEFAULTS. Set
47290         HAVE_ISNANL, don't define it as a C macro.
47291         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_ISNAN[FDL] and
47292         HAVE_ISNAN[FDL].
47293         * modules/isnanf (Files): Remove lib/isnanf.h.
47294         (Depends-on): Add math.
47295         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
47296         (Include): Specify <math.h> instead of isnanf.h.
47297         * modules/isnand (Files): Remove lib/isnand.h.
47298         (Depends-on): Add math.
47299         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
47300         (Include): Specify <math.h> instead of isnand.h.
47301         * modules/isnanl (Files): Remove lib/isnanl.h.
47302         (Depends-on): Add math.
47303         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
47304         (Include): Specify <math.h> instead of isnanl.h.
47305         * modules/math (Makefile.am): Substitute GNULIB_ISNAN[FDL] and
47306         HAVE_ISNAN[FDL].
47307         * tests/test-isnanf.c: Include <math.h> instead of isnanf.h.
47308         * tests/test-isnand.c: Include <math.h> instead of isnand.h.
47309         * tests/test-isnanl.c: Include <math.h> instead of isnanl.h.
47310         * NEWS: Mention the change.
47311
47312 2008-10-18  Bruno Haible  <bruno@clisp.org>
47313
47314         Add getusershell(), setusershell(), endusershell() declarations to
47315         <unistd.h>.
47316         * lib/unistd.in.h (getusershell, setusershell, endusershell): New
47317         declarations.
47318         * lib/getusershell.c: Include unistd.h.
47319         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): Require
47320         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
47321         HAVE_GETUSERSHELL.
47322         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETUSERSHELL
47323         and HAVE_GETUSERSHELL.
47324         * modules/getusershell (Depends-on): Add unistd, extensions.
47325         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
47326         (Include): Specify <unistd.h>.
47327         * modules/unistd (Makefile.am): Substitute GNULIB_GETUSERSHELL and
47328         HAVE_GETUSERSHELL.
47329
47330 2008-10-18  Bruno Haible  <bruno@clisp.org>
47331
47332         Add a getloadavg() declaration to <stdlib.h>.
47333         * lib/stdlib.in.h; Include <sys/loadavg.h> when needed for the
47334         getloadavg declaration.
47335         (getloadavg): New declaration.
47336         * lib/getloadavg.c: Include <stdlib.h> first.
47337         * m4/getloadavg.m4 (gl_GETLOADAVG): Require gl_STDLIB_H_DEFAULTS and
47338         AC_USE_SYSTEM_EXTENSIONS. Test whether sys/loadavg.h exists. Set
47339         HAVE_SYS_LOADAVG_H and HAVE_DECL_GETLOADAVG.
47340         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GETLOADAVG,
47341         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
47342         * modules/getloadavg (Depends-on): Add stdlib, extensions.
47343         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
47344         (Include): Specify <stdlib.h>.
47345         * modules/stdlib (Makefile.am): Substitute GNULIB_GETLOADAVG,
47346         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
47347
47348 2008-10-18  Bruno Haible  <bruno@clisp.org>
47349
47350         * lib/dirchownmod.c: Don't include lchmod.h.
47351
47352         Move the lchmod() declaration to <sys/stat.h>.
47353         * lib/lchmod.h: Remove file.
47354         * lib/sys_stat.in.h: Add placeholder for GL_LINK_WARNING.
47355         (lchmod): New declaration, moved here from lib/lchown.h.
47356         * m4/lchmod.m4 (gl_FUNC_LCHMOD): Require gl_SYS_STAT_H_DEFAULTS and
47357         AC_USE_SYSTEM_EXTENSIONS. Set HAVE_LCHMOD.
47358         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LCHMOD
47359         and HAVE_LCHMOD.
47360         * modules/lchmod (Files): Remove lib/lchmod.h.
47361         (Depends-on): Add sys_stat, extensions.
47362         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
47363         (Include): Specify <sys/stat.h> instead of lchmod.h.
47364         * modules/sys_stat (Depends-on): Add link-warning.
47365         (Makefile.am): Substitute GNULIB_LCHMOD, HAVE_LCHMOD, and the
47366         definition of GL_LINK_WARNING.
47367         * NEWS: Mention the change.
47368
47369 2008-10-18  Bruno Haible  <bruno@clisp.org>
47370
47371         * lib/fchdir.c: Don't include dirfd.h.
47372         * lib/fts.c: Likewise.
47373         * lib/getcwd.c: Likewise.
47374         * lib/glob.c: Likewise.
47375
47376         Move the dirfd() declaration to <dirent.h>.
47377         * lib/dirfd.h: Remove file.
47378         * lib/dirent.in.h: Add placeholder for GL_LINK_WARNING.
47379         (dirfd): New declaration.
47380         * lib/dirfd.c: Include <dirent.h> instead of dirfd.h.
47381         * m4/dirfd.m4 (gl_FUNC_DIRFD): Require gl_DIRENT_H_DEFAULTS and
47382         AC_USE_SYSTEM_EXTENSIONS. Invoke gl_REPLACE_DIRENT_H. Set
47383         HAVE_DECL_DIRFD.
47384         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_DIRFD and
47385         HAVE_DECL_DIRFD.
47386         * modules/dirfd (Files): Remove lib/dirfd.h.
47387         (Depends-on): Add dirent, extensions.
47388         (configure.ac): Invoke gl_DIRENT_MODULE_INDICATOR.
47389         (Include): Specify <dirent.h> instead of dirfd.h.
47390         * modules/dirent (Depends-on): Add link-warning.
47391         (Makefile.am): Substitute GNULIB_DIRFD, HAVE_DECL_DIRFD, and
47392         definition of GL_LINK_WARNING.
47393         * NEWS: Mention the change.
47394
47395 2008-10-18  Bruno Haible  <bruno@clisp.org>
47396
47397         Move the euidaccess() declaration to <unistd.h>.
47398         * lib/euidaccess.h: Remove file.
47399         * lib/unistd.in.h (euidaccess): New declaration.
47400         * lib/euidaccess.c: Don't include euidaccess.h.
47401         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Require gl_UNISTD_H_DEFAULTS.
47402         Don't check whether euidaccess is declared. Set HAVE_EUIDACCESS.
47403         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_EUIDACCESS
47404         and HAVE_EUIDACCESS.
47405         * modules/euidaccess (Files): Remove lib/euidaccess.h.
47406         (Depends-on): Add unistd.
47407         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
47408         (Include): Specify <unistd.h> instead of euidaccess.h.
47409         * modules/unistd (Makefile.am): Substitute GNULIB_EUIDACCESS and
47410         HAVE_EUIDACCESS.
47411         * NEWS: Mention the change.
47412
47413 2008-10-18  Bruno Haible  <bruno@clisp.org>
47414
47415         * lib/xgetdomainname.c: Include <unistd.h> instead of getdomainname.h.
47416
47417         Move the getdomainname() declaration to <unistd.h>.
47418         * lib/getdomainname.h: Remove file.
47419         * lib/unistd.in.h (getdomainname): New declaration.
47420         * lib/getdomainname.c: Include <unistd.h> instead of getdomainname.h.
47421         * m4/getdomainname.m4 (gl_FUNC_GETDOMAINNAME): Require
47422         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
47423         HAVE_GETDOMAINNAME.
47424         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
47425         GNULIB_GETDOMAINNAME and HAVE_GETDOMAINNAME.
47426         * modules/getdomainname (Files): Remove lib/getdomainname.h.
47427         (Depends-on): Add unistd, extensions.
47428         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
47429         (Includes): Specify <unistd.h> instead of getdomainname.h.
47430         * modules/unistd (Makefile.am): Substitute GNULIB_GETDOMAINNAME and
47431         HAVE_GETDOMAINNAME.
47432         * NEWS: Mention the change.
47433
47434 2008-10-18  Bruno Haible  <bruno@clisp.org>
47435
47436         * modules/dirent: New file.
47437         * m4/dirent_h.m4: New file.
47438         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_DIRENT_H_DEFAULTS.
47439         Invoke gl_REPLACE_DIRENT_H. Don't assign DIRENT_H directly.
47440         * modules/fchdir (Files): Remove lib/dirent.in.h.
47441         (Depends-on): Add dirent.
47442         (Makefile.am): Move rules to modules/dirent.
47443         * doc/posix-headers/dirent.texi: Mention the new module.
47444
47445 2008-10-18  Bruno Haible  <bruno@clisp.org>
47446
47447         Avoid -Wunused-parameter warnings in public gnulib header files.
47448         * m4/gnulib-common.m4 (gl_COMMON_BODY): Define _UNUSED_PARAMETER_ as a
47449         macro.
47450         * lib/unistr.h (u32_mbtouc_unsafe, u32_mbtouc): Use it.
47451
47452 2008-10-18  Bruno Haible  <bruno@clisp.org>
47453
47454         * doc/glibc-functions/dirfd.texi: Mention the module 'dirfd'.
47455         * doc/glibc-functions/error.texi: Mention the module 'error'.
47456         * doc/glibc-functions/euidaccess.texi: Mention the module 'euidaccess'.
47457         * doc/glibc-functions/getdomainname.texi: Mention the module
47458         'getdomainname'.
47459         * doc/glibc-functions/getloadavg.texi: Mention the module 'getloadavg'.
47460         * doc/glibc-functions/getpagesize.texi: Mention the module
47461         'getpagesize'.
47462         * doc/glibc-functions/getusershell.texi: Mention the module
47463         'getusershell'.
47464         * doc/glibc-functions/isnanl.texi: Mention the module 'isnanl'.
47465         * doc/glibc-functions/lchmod.texi: Mention the module 'lchmod'.
47466         * doc/glibc-functions/mempcpy.texi: Mention the module 'mempcpy'.
47467         * doc/glibc-functions/memrchr.texi: Mention the module 'memrchr'.
47468         * doc/glibc-functions/mkdtemp.texi: Mention the module 'mkdtemp'.
47469         * doc/glibc-functions/rpmatch.texi: Mention the module 'rpmatch'.
47470         * doc/glibc-functions/stpcpy.texi: Mention the module 'stpcpy'.
47471         * doc/glibc-functions/stpncpy.texi: Mention the module 'stpncpy'.
47472         * doc/glibc-functions/strchrnul.texi: Mention the module 'strchrnul'.
47473         * doc/glibc-functions/strndup.texi: Mention the module 'strndup'.
47474         * doc/glibc-functions/strnlen.texi: Mention the module 'strnlen'.
47475         * doc/glibc-functions/strsep.texi: Mention the module 'strsep'.
47476         * doc/glibc-functions/timegm.texi: Mention the module 'timegm'.
47477         * doc/glibc-functions/vasprintf.texi: Mention the module 'vasprintf'.
47478
47479 2008-10-17  Bruno Haible  <bruno@clisp.org>
47480
47481         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): On platforms other than
47482         HP-UX and IRIX, use -0.0L.
47483         * tests/test-ceill.c (minus_zero): Likewise.
47484         * tests/test-floorl.c (minus_zero): Likewise.
47485         * tests/test-frexpl.c (minus_zero): Likewise.
47486         * tests/test-isnan.c (minus_zerol): Likewise.
47487         * tests/test-isnanl.h (minus_zero): Likewise.
47488         * tests/test-ldexpl.c (minus_zero): Likewise.
47489         * tests/test-roundl.c (minus_zero): Likewise.
47490         * tests/test-signbit.c (minus_zerol): Likewise.
47491         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
47492         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
47493         * tests/test-truncl.c (minus_zero): Likewise.
47494         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
47495         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
47496         Reported by Markus Armbruster <armbru@redhat.com> via Jim Meyering
47497         and by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
47498
47499 2008-10-17  Bruno Haible  <bruno@clisp.org>
47500
47501         Avoid gcc warnings because of #pragma GCC system_header on older gcc.
47502         * lib/arpa_inet.in.h: Encloses reference to PRAGMA_SYSTEM_HEADER so
47503         that it gets activated only for gcc >= 3.0.
47504         * lib/dirent.in.h: Likewise.
47505         * lib/errno.in.h: Likewise.
47506         * lib/fcntl.in.h: Likewise.
47507         * lib/float.in.h: Likewise.
47508         * lib/iconv.in.h: Likewise.
47509         * lib/inttypes.in.h: Likewise.
47510         * lib/locale.in.h: Likewise.
47511         * lib/math.in.h: Likewise.
47512         * lib/netdb.in.h: Likewise.
47513         * lib/netinet_in.in.h: Likewise.
47514         * lib/search.in.h: Likewise.
47515         * lib/signal.in.h: Likewise.
47516         * lib/spawn.in.h: Likewise.
47517         * lib/stdarg.in.h: Likewise.
47518         * lib/stdint.in.h: Likewise.
47519         * lib/stdio.in.h: Likewise.
47520         * lib/stdlib.in.h: Likewise.
47521         * lib/string.in.h: Likewise.
47522         * lib/strings.in.h: Likewise.
47523         * lib/sys_file.in.h: Likewise.
47524         * lib/sys_ioctl.in.h: Likewise.
47525         * lib/sys_select.in.h: Likewise.
47526         * lib/sys_socket.in.h: Likewise.
47527         * lib/sys_stat.in.h: Likewise.
47528         * lib/sys_time.in.h: Likewise.
47529         * lib/sysexits.in.h: Likewise.
47530         * lib/time.in.h: Likewise.
47531         * lib/unistd.in.h: Likewise.
47532         * lib/wchar.in.h: Likewise.
47533         * lib/wctype.in.h: Likewise.
47534         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
47535
47536 2008-10-17  Jim Meyering  <meyering@redhat.com>
47537
47538         ignore-value: don't depend on inline module
47539         * modules/ignore-value (Depends-on): Remove 'inline'.
47540         (configure.ac): Instead, add AC_REQUIRE([AC_C_INLINE]) here.
47541         Suggestion from Bruno Haible.
47542
47543 2008-10-17  Bruno Haible  <bruno@clisp.org>
47544
47545         New implementation of condition variables for Win32.
47546         * lib/glthread/cond.h (struct gl_waitqueue_link): New type.
47547         (gl_linked_waitqueue_t): New type.
47548         (gl_cond_t): Use it.
47549         * lib/glthread/cond.c (struct gl_waitqueue_element): New type.
47550         (gl_waitqueue_init, gl_waitqueue_add, gl_waitqueue_remove,
47551         gl_waitqueue_notify_first, gl_waitqueue_notify_all): New functions.
47552         (glthread_cond_init_func, glthread_cond_wait_func,
47553         glthread_cond_timedwait_func, glthread_cond_signal_func,
47554         glthread_cond_broadcast_func, glthread_cond_destroy_func):
47555         Reimplemented on the basis of gl_linked_waitqueue_t.
47556         * lib/glthread/lock.h (gl_carray_waitqueue_t): Renamed from
47557         gl_waitqueue_t.
47558         (gl_rwlock_t): Update.
47559         * lib/glthread/lock.c (gl_waitqueue_t): Alias to gl_carray_waitqueue_t.
47560
47561 2008-10-17  Simon Josefsson  <simon@josefsson.org>
47562
47563         * modules/recvfrom (Depends-on): Add dependency on getpeername.
47564         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
47565
47566 2008-10-17  Jim Meyering  <meyering@redhat.com>
47567
47568         ignore-value: new module
47569         * modules/ignore-value: New file.
47570         * lib/ignore-value.h: New file.
47571         * MODULES.html.sh (Compiler warning management): New section,
47572         just for this module.  More to come.
47573
47574 2008-10-16  Paul Eggert  <eggert@cs.ucla.edu>
47575
47576         open-safer.c: avoid 'signed and unsigned in conditional...' warning
47577         * lib/open-safer.c (open_safer): Use an "if/else" statement in place
47578         of the ternary operator.  Reported by Reuben Thomas <rrt@sc3d.org>.
47579
47580 2008-10-16  Jim Meyering  <meyering@redhat.com>
47581
47582         openat-die.c: avoid 'no previous prototype' warning
47583         * lib/openat-die.c: Include "openat.h".
47584         Reported by Reuben Thomas <rrt@sc3d.org>.
47585
47586 2008-10-16  Simon Josefsson  <simon@josefsson.org>
47587
47588         * m4/netdb_h.m4: Assume that if netdb.h exists, it works.
47589         * lib/netdb.in.h: Fix typo.
47590         Reported by Bruno Haible  <bruno@clisp.org>
47591
47592         * lib/netdb.in.h: Include sys/socket.h for platforms without
47593         netdb.h, to get structures like hostent on MinGW.
47594         * modules/netdb (Depends-on): Add sys_socket.
47595
47596 2008-10-15  Simon Josefsson  <simon@josefsson.org>
47597
47598         * modules/netdb, modules/netdb-tests: New file.
47599         * m4/netdb_h.m4: New file.
47600         * lib/netdb.in.h: Add, currently just an empty file pending
47601         definitions.
47602         * tests/test-netdb.c: New file.
47603         * doc/posix-headers/netdb.texi: Mention that we replace it if
47604         needed.
47605         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
47606         netdb.
47607
47608 2008-10-15  Simon Josefsson  <simon@josefsson.org>
47609
47610         * doc/gnulib.texi (Getaddrinfo and WINVER): Sync documentation
47611         with code.
47612
47613 2008-10-13  Bruno Haible  <bruno@clisp.org>
47614
47615         * lib/glthread/cond.c (glthread_cond_wait_func,
47616         glthread_cond_timedwait_func): Add a comment.
47617
47618 2008-10-13  Yoann Vandoorselaere  <yoann@prelude-ids.org>
47619
47620         * tests/test-poll.c: Include <sys/ioctl.h>, for ioctl().
47621         * tests/test-select.c: Likewise,
47622
47623 2008-10-13  Bruno Haible  <bruno@clisp.org>
47624
47625         * lib/glthread/cond.c (glthread_cond_wait_func,
47626         glthread_cond_timedwait_func): Fix variable name.
47627         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
47628
47629 2008-10-13  Paolo Bonzini  <bonzini@gnu.org>
47630
47631         fix getaddrinfo emulation for systems with struct sockaddr.sa_len
47632         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Detect
47633         struct sockaddr.sa_len.
47634         * lib/getaddrinfo.c (getaddrinfo): Set it if appropriate.
47635
47636 2008-10-13  Simon Josefsson  <simon@josefsson.org>
47637
47638         * build-aux/pmccabe2html: Add css and css_url parameters.
47639
47640 2008-10-12  Bruno Haible  <bruno@clisp.org>
47641
47642         * tests/test-sameacls.c (main) [AIX]: Clear type argument before
47643         calling aclx_get.
47644         Reported by Rainer Tammer <tammer@tammer.net>.
47645
47646 2008-10-12  Bruno Haible  <bruno@clisp.org>
47647
47648         Use msvcrt aware primitives for creation/termination of Win32 threads.
47649         * lib/glthread/thread.c: Include <process.h>.
47650         (glthread_create_func): Use _beginthreadex instead of CreateThread.
47651         (wrapper_func): Update signature.
47652         (gl_thread_exit_func): Use _endthreadex instead of EndThread.
47653
47654 2008-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
47655             Bruno Haible  <bruno@clisp.org>
47656
47657         Provide a Win32 implementation of the 'cond' module.
47658         * lib/glthread/cond.h [USE_WIN32]: New implementation.
47659         * lib/glthread/cond.c (glthread_cond_init_func,
47660         glthread_cond_wait_func, glthread_cond_timedwait_func,
47661         glthread_cond_signal_func, glthread_cond_broadcast_func,
47662         glthread_cond_destroy_func) [USE_WIN32]: New functions.
47663         * modules/cond (Dependencies): Add gettimeofday.
47664
47665 2008-10-11  Bruno Haible  <bruno@clisp.org>
47666
47667         Make sleep work on older versions of mingw.
47668         * m4/sleep.m4 (gl_FUNC_SLEEP): Test whether 'sleep' is declared, not
47669         only whether it exists.
47670         * doc/posix-functions/sleep.texi: Mention the problem with older
47671         versions of mingw.
47672
47673 2008-10-11  Bruno Haible  <bruno@clisp.org>
47674
47675         New module 'shutdown'.
47676         * modules/shutdown: New file.
47677         * lib/sys_socket.in.h (shutdown): New declaration.
47678         * lib/winsock.c (shutdown): New function.
47679         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
47680         GNULIB_SHUTDOWN.
47681         * modules/sys_socket (Makefile.am): Substitute GNULIB_SHUTDOWN.
47682         * doc/posix-functions/shutdown.texi: Document the new module.
47683
47684 2008-10-11  Jim Meyering  <meyering@redhat.com>
47685
47686         * lib/fclose.c: Fix typo in comment: s/close/fclose/.
47687
47688 2008-10-11  Bruno Haible  <bruno@clisp.org>
47689
47690         New module 'fclose'.
47691         * modules/fclose: New file.
47692         * lib/stdio.in.h (fclose): New declaration.
47693         * lib/fclose.c: New file.
47694         * m4/fclose.m4: New file.
47695         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FCLOSE,
47696         REPLACE_FCLOSE.
47697         * m4/close.m4 (gl_REPLACE_CLOSE): Invoke gl_REPLACE_FCLOSE.
47698         * modules/stdio (Makefile.am): Substitute GNULIB_FCLOSE,
47699         REPLACE_FCLOSE.
47700         * modules/close (Depends-on): fclose.
47701         * doc/posix-functions/fclose.texi: Mention the problem on Windows.
47702
47703 2008-10-11  Bruno Haible  <bruno@clisp.org>
47704
47705         * lib/winsock.c (_gl_close_fd_maybe_socket): If closesocket fails,
47706         set errno and don't call _close.
47707
47708 2008-10-10  Bruno Haible  <bruno@clisp.org>
47709
47710         * lib/copy-acl.c (qcopy_acl) [CYGWIN]: Call chmod before setting the
47711         ACL, not afterwards. Fixes test failure on Cygwin.
47712
47713 2008-10-09  Ben Pfaff  <blp@gnu.org>
47714
47715         * build-aux/announce-gen: Fix gnulib version related part of usage
47716         message.  Die with a useful error message if no tarballs are
47717         found.
47718
47719 2008-10-10  Jim Meyering  <meyering@redhat.com>
47720
47721         bootstrap: use git's --depth=N option only if it's supported
47722         * build-aux/bootstrap: Work with git-1.4.4.4, which does not
47723         recognize the --depth option.  Reported by Pádraig Brady.
47724
47725 2008-10-09  Bruno Haible  <bruno@clisp.org>
47726
47727         New module 'ioctl'.
47728         * modules/ioctl: New file.
47729         * lib/sys_socket.in.h (ioctl): Remove declaration.
47730         * lib/winsock.c: Include <sys/ioctl.h>.
47731         (rpl_ioctl): Define only of the gnulib module 'ioctl' is present.
47732         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
47733         gl_SYS_IOCTL_H_DEFAULTS. Set also SYS_IOCTL_H_HAVE_WINSOCK2_H.
47734         * modules/sys_socket (Files): Add m4/sys_ioctl_h.m4.
47735         * doc/posix-functions/ioctl.texi: Mention the new module.
47736
47737 2008-10-09  Bruno Haible  <bruno@clisp.org>
47738
47739         New module 'sys_ioctl'.
47740         * lib/sys_ioctl.in.h: New file.
47741         * m4/sys_ioctl_h.m4: New file.
47742         * modules/sys_ioctl: New file.
47743         * doc/glibc-headers/sys_ioctl.texi: Mention the new module.
47744
47745 2008-10-09  Bruno Haible  <bruno@clisp.org>
47746
47747         * lib/sys_socket.in.h (ioctl): Make signature POSIX compliant.
47748         * lib/winsock.c: Include <stdarg.h>.
47749         (rpl_ioctl): Change to second argument 'int' and then varargs.
47750
47751 2008-10-09  Bruno Haible  <bruno@clisp.org>
47752
47753         * m4/close.m4 (gl_FUNC_CLOSE): Arrange to replace the close() function
47754         when the sys_socket module is present and the system has <winsock2.h>.
47755
47756 2008-10-09  Bruno Haible  <bruno@clisp.org>
47757
47758         * doc/posix-functions/close.texi: Mention module 'close' instead of
47759         module 'sys_socket'.
47760
47761 2008-10-09  Bruno Haible  <bruno@clisp.org>
47762
47763         * doc/glibc-headers/sys_ioctl.texi: New file.
47764         * doc/gnulib.texi: Include it.
47765
47766 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
47767             Bruno Haible  <bruno@clisp.org>
47768
47769         Combine the two replacements of 'close'.
47770         * lib/sys_socket.in.h (close): Define to a reminder to include
47771         <unistd.h>.
47772         (_gl_close_fd_maybe_socket): New declaration.
47773         (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): New macro.
47774         * lib/winsock.c (close): Remove undefinition.
47775         (_gl_close_fd_maybe_socket): Renamed from rpl_close. Define only when
47776         needed for the gnulib module 'close'.
47777         * lib/unistd.in.h (close): If the gnulib module 'close' is not used,
47778         define to an error symbol or to a warning, if suitable.
47779         * lib/close.c: Include <sys/socket.h>.
47780         (rpl_close): Invoke _gl_close_fd_maybe_socket when gnulib defines it.
47781         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Set also
47782         UNISTD_H_HAVE_WINSOCK2_H.
47783         (gl_SYS_SOCKET_H_DEFAULTS): Require gl_UNISTD_H_DEFAULTS.
47784         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
47785         UNISTD_H_HAVE_WINSOCK2_H.
47786         * modules/sys_socket (Files): Add m4/unistd_h.m4.
47787         (configure.ac): Set a module indicator.
47788         (Makefile.am): Substitute GNULIB_CLOSE.
47789         * modules/unistd (Makefile.am): Substitute UNISTD_H_HAVE_WINSOCK2_H.
47790         * modules/poll-tests (Depends-on): Add close.
47791         * modules/select-tests (Depends-on): Likewise.
47792
47793 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
47794             Bruno Haible  <bruno@clisp.org>
47795
47796         New module 'close'.
47797         * modules/close: New file.
47798         * lib/unistd.in.h (close): Move declaration out of the
47799         FCHDIR_REPLACEMENT scope.
47800         (_gl_unregister_fd): New declaration.
47801         * lib/close.c: New file.
47802         * lib/fchdir.c (rpl_close): Remove function.
47803         * m4/close.m4: New file.
47804         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
47805         close.
47806         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_CLOSE and
47807         REPLACE_CLOSE.
47808         * modules/unistd (Makefile.am): Substitute GNULIB_CLOSE and
47809         REPLACE_CLOSE.
47810         * modules/fchdir (Depends-on): Add close.
47811
47812 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
47813             Bruno Haible  <bruno@clisp.org>
47814
47815         * lib/fcntl.in.h (open): Simplify conditionals.
47816         (_gl_register_fd): New declaration.
47817         * lib/fchdir.c (rpl_open): Remove function.
47818         * lib/open.c: When FCHDIR_REPLACEMENT is defined, compile the file
47819         also.
47820         (open): When FCHDIR_REPLACEMENT is defined, invoke _gl_register_fd.
47821         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
47822         open.
47823
47824 2008-10-09  Jim Meyering  <meyering@redhat.com>
47825
47826         GNUmakefile: use the more name-space-friendly "_version"
47827         * top/GNUmakefile (_dummy): Update.
47828         (_version): Rename from "version".
47829
47830 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
47831             Bruno Haible  <bruno@clisp.org>
47832
47833         * lib/fchdir.c (_gl_unregister_fd): New functions, extracted from
47834         rpl_close.
47835         (_gl_register_fd): New function, extracted from rpl_open.
47836         (rpl_close, rpl_closedir): Use _gl_unregister_fd.
47837         (rpl_open, rpl_opendir): Use _gl_register_fd.
47838
47839 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
47840
47841         Fix organization of 'open' replacement.
47842         * m4/open.m4 (gl_REPLACE_OPEN): New macro.
47843         (gl_FUNC_OPEN): Use it.
47844         (gl_PREREQ_OPEN): Add a : to make the body non-empty.
47845
47846 2008-10-08  Bruno Haible  <bruno@clisp.org>
47847
47848         * modules/getdate-tests (test_getdata_LDADD): Add LIBINTL.
47849
47850 2008-10-08  Simon Josefsson  <simon@josefsson.org>
47851
47852         * m4/sys_socket_h.m4: Don't AC_LIBOBJ(winsock).  The file is
47853         AC_LIBOBJ'ed by each gnulib module that needs it (e.g., socket,
47854         listen).
47855
47856 2008-10-08  Eric Blake  <ebb9@byu.net>
47857
47858         GNUmakefile: add 'make version' target
47859         * top/GNUmakefile (_curr-ver): Split version update rules...
47860         (version): ...into a target.
47861
47862 2008-10-07  Bruno Haible  <bruno@clisp.org>
47863
47864         Use a more portable replacement expression for -0.0L.
47865         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Use -LDBL_MIN * LDBL_MIN
47866         instead of -0.0L. Fix m4 quotation.
47867
47868         * tests/test-signbit.c: Include <float.h>.
47869         (minus_zero): New variable.
47870         (test_signbitl): Use minus_zero instead of -zero.
47871         * modules/signbit-tests (Depends-on): Add float.
47872
47873         * tests/test-ceill.c: Include <float.h>.
47874         (zero): Remove variable.
47875         (minus_zero): New variable.
47876         (main): Use minus_zero instead of -zero.
47877         * modules/ceill-tests (Depends-on): Add float.
47878
47879         * tests/test-floorl.c: Include <float.h>.
47880         (zero): Remove variable.
47881         (minus_zero): New variable.
47882         (main): Use minus_zero instead of -zero.
47883         * modules/floorl-tests (Depends-on): Add float.
47884
47885         * tests/test-roundl.c: Include <float.h>.
47886         (zero): Remove variable.
47887         (minus_zero): New variable.
47888         (main): Use minus_zero instead of -zero.
47889         * modules/roundl-tests (Depends-on): Add float.
47890
47891         * tests/test-truncl.c: Include <float.h>.
47892         (zero): Remove variable.
47893         (minus_zero): New variable.
47894         (main): Use minus_zero instead of -zero.
47895         * modules/truncl-tests (Depends-on): Add float.
47896
47897         * tests/test-frexpl.c (zero): Remove variable.
47898         (minus_zero): New variable.
47899         (main): Use minus_zero instead of -zero.
47900         * modules/frexpl-tests (Depends-on): Add float.
47901
47902         * tests/test-isnan.c (zerol): Remove variable.
47903         (minus_zerol): New variable.
47904         (test_long_double): Use minus_zerol instead of -zerol.
47905         * modules/isnan-tests (Depends-on): Add float.
47906
47907         * tests/test-isnanl.h (zero): Remove variable.
47908         (minus_zero): New variable.
47909         (main): Use minus_zero instead of -zero.
47910         * modules/isnanl-nolibm-tests (Depends-on): Add float.
47911         * modules/isnanl-tests (Depends-on): Add float.
47912
47913         * tests/test-ldexpl.c (zero): Remove variable.
47914         (minus_zero): New variable.
47915         (main): Use minus_zero instead of -zero.
47916         * modules/ldexpl-tests (Depends-on): Add float.
47917
47918         * tests/test-snprintf-posix.h (zerol): Remove variable.
47919         (minus_zerol): New variable.
47920         (test_function): Use minus_zerol instead of -zerol.
47921         * modules/snprintf-posix-tests (Depends-on): Add float.
47922         * modules/vsnprintf-posix-tests (Depends-on): Add float.
47923
47924         * tests/test-sprintf-posix.h (zerol): Remove variable.
47925         (minus_zerol): New variable.
47926         (test_function): Use minus_zerol instead of -zerol.
47927         * modules/sprintf-posix-tests (Depends-on): Add float.
47928         * modules/vsprintf-posix-tests (Depends-on): Add float.
47929
47930         * tests/test-vasnprintf-posix.c (zerol): Remove variable.
47931         (minus_zerol): New variable.
47932         (test_function): Use minus_zerol instead of -zerol.
47933         * modules/vasnprintf-posix-tests (Depends-on): Add float.
47934
47935         * tests/test-vasprintf-posix.c (zerol): Remove variable.
47936         (minus_zerol): New variable.
47937         (test_function): Use minus_zerol instead of -zerol.
47938         * modules/vasprintf-posix-tests (Depends-on): Add float.
47939
47940 2008-10-07  Simon Josefsson  <simon@josefsson.org>
47941
47942         * MODULES.html.sh (Support for building documentation): Mention
47943         pmccabe2html.  Sort entries.
47944
47945         Add pmccabe2html module, from gnupdf.
47946         * build-aux/pmccabe.css: New file.
47947         * build-aux/pmccabe2html: New file.
47948         * m4/pmccabe2html.m4: New file.
47949         * modules/pmccabe2html: New file.
47950
47951 2008-10-07  Richard W.M. Jones <rjones@redhat.com>
47952
47953         flock: new module
47954         * MODULES.html.sh: Add to list of modules.
47955         * lib/flock.c: flock implementation for Windows and Unix systems
47956         which have fcntl.
47957         * doc/glibc-functions/flock.texi: Update documentation.
47958         * lib/sys_file.in.h: <sys/file.h> header file.
47959         * m4/flock.m4: M4 macros.
47960         * m4/sys_file_h.m4: M4 macros for replacement sys/file.h.
47961         * modules/flock: flock module.
47962         * modules/flock-tests: flock tests module.
47963         * modules/sys_file: sys/file.h module.
47964         * tests/test-flock.c: test suite for flock.
47965
47966 2008-10-06  Jim Meyering  <meyering@redhat.com>
47967
47968         bootstrap: check for LT_INIT more portably still ;-)
47969         * build-aux/bootstrap: Don't rely on \>, since it's not portable.
47970         Spotted by Bruno Haible.
47971
47972 2008-10-06  Eric Blake  <ebb9@byu.net>
47973
47974         test-signbit: avoid tripping Irix cc bug on -0.0L
47975         * tests/test-signbit.c (minus_zerol): Delete, and replace with
47976         '-zerol'.  This may break on HP-UX/hppa, but at least makes the
47977         entire testsuite consistent and avoids an Irix 6.2 bug.
47978
47979 2008-10-05  Bruno Haible  <bruno@clisp.org>
47980             Jim Meyering  <jim@meyering.net>
47981
47982         Add an option for ignoring EPIPE during close_stdout.
47983         * lib/closeout.h: Include <stdbool.h>.
47984         (close_stdout_set_ignore_EPIPE): New declaration.
47985         * lib/closeout.c: Include <stdbool.h>.
47986         (ignore_EPIPE): New variable.
47987         (close_stdout_set_ignore_EPIPE): New function.
47988         (close_stdout): Ignore EPIPE error if ignore_EPIPE is set.
47989         * lib/close-stream.c (close_stream): Mention the possible EPIPE
47990         failure.
47991         * modules/closeout (Depends-on): Add stdbool.
47992
47993 2008-10-05  Bruno Haible  <bruno@clisp.org>
47994
47995         * modules/accept: New file.
47996         * modules/bind: New file.
47997         * modules/connect: New file.
47998         * modules/getpeername: New file.
47999         * modules/getsockname: New file.
48000         * modules/getsockopt: New file.
48001         * modules/listen: New file.
48002         * modules/recv: New file.
48003         * modules/recvfrom: New file.
48004         * modules/send: New file.
48005         * modules/sendto: New file.
48006         * modules/setsockopt: New file.
48007         * modules/socket: New file.
48008         * lib/sys_socket.in.h: Include the GL_LINK_WARNING definition.
48009         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
48010         listen, recv, send, recvfrom, sendto, setsockopt): Declare only when
48011         the particular module is requested. Add a link warning when the
48012         particular module is not requested.
48013         * lib/winsock.c (rpl_socket, rpl_connect, rpl_accept, rpl_bind,
48014         rpl_getpeername, rpl_getsockname, rpl_getsockopt, rpl_listen, rpl_recv,
48015         rpl_send, rpl_recvfrom, rpl_sendto, rpl_setsockopt): Define only when
48016         the particular module is requested.
48017         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR,
48018         gl_SYS_SOCKET_H_DEFAULTS): New macros.
48019         (gl_HEADER_SYS_SOCKET): Require gl_SYS_SOCKET_H_DEFAULTS.
48020         * modules/sys_socket (Depends-on): Add link-warning.
48021         (Makeifle.am): Substitute GNULIB_SOCKET, GNULIB_CONNECT, GNULIB_ACCEPT,
48022         GNULIB_BIND, GNULIB_GETPEERNAME, GNULIB_GETSOCKNAME, GNULIB_GETSOCKOPT,
48023         GNULIB_LISTEN, GNULIB_RECV, GNULIB_SEND, GNULIB_RECVFROM,
48024         GNULIB_SENDTO, GNULIB_SETSOCKOPT, and the definition of
48025         GL_LINK_WARNING.
48026         * doc/posix-functions/accept.texi: Mention the new module 'accept'.
48027         * doc/posix-functions/bind.texi: Mention the new module 'bind'.
48028         * doc/posix-functions/connect.texi: Mention the new module 'connect'.
48029         * doc/posix-functions/getpeername.texi: Mention the new module
48030         'getpeername'.
48031         * doc/posix-functions/getsockname.texi: Mention the new module
48032         'getsockname'.
48033         * doc/posix-functions/getsockopt.texi: Mention the new module
48034         'getsockopt'.
48035         * doc/posix-functions/listen.texi: Mention the new module 'listen'.
48036         * doc/posix-functions/recv.texi: Mention the new module 'recv'.
48037         * doc/posix-functions/recvfrom.texi: Mention the new module 'recvfrom'.
48038         * doc/posix-functions/send.texi: Mention the new module 'send'.
48039         * doc/posix-functions/sendto.texi: Mention the new module 'sendto'.
48040         * doc/posix-functions/setsockopt.texi: Mention the new module
48041         'setsockopt'.
48042         * doc/posix-functions/socket.texi: Mention the new module 'socket'.
48043         * modules/poll-tests (Depends-on): Add socket, bind, getsockopt,
48044         listen, connect, accept.
48045         * modules/select-tests (Depends-on): Likewise.
48046
48047 2008-10-05  Bruno Haible  <bruno@clisp.org>
48048
48049         * lib/winsock.c (strerror): Remove unused #undef.
48050         (rpl_close): Remove unused local variable.
48051
48052         * modules/sys_socket (Depends-on); Add errno.
48053
48054 2008-10-05  Bruno Haible  <bruno@clisp.org>
48055
48056         * lib/sys_select.in.h: Include the GL_LINK_WARNING definition.
48057         (select): Add a link warning when the 'select' module is not used.
48058         * modules/sys_select (Depends-on): Add link-warning.
48059         (Makefile.am): Substitute the definition of GL_LINK_WARNING.
48060         Suggested by Paolo Bonzini.
48061
48062 2008-10-05  Jim Meyering  <meyering@redhat.com>
48063
48064         bootstrap: check for LT_INIT more portably
48065         * build-aux/bootstrap: Avoid using grep -E, since it's not
48066         portable enough.  Suggestion from Bruno Haible.
48067
48068 2008-10-05  Bruno Haible  <bruno@clisp.org>
48069
48070         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem
48071         as being fixed by gnulib.
48072
48073 2008-10-05  Bruno Haible  <bruno@clisp.org>
48074
48075         * modules/select-tests: New file, mostly copied from
48076         modules/sys_select-tests.
48077         * tests/test-select.c: New file, mostly copied from
48078         tests/test-sys_select.c.
48079         * tests/test-sys_select.c: Move most of the code to tests/test-select.c.
48080         * modules/sys_select-tests (Depends-on): Remove all dependencies.
48081         (Makefile.am): Remove test_sys_select_LDADD.
48082
48083         * lib/sys_select.in.h (select): If GNULIB_SELECT is not set, define it
48084         to an undefined symbol, for an error message.
48085         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): New macro.
48086         (gl_SYS_SELECT_H_DEFAULTS): New macro.
48087         (gl_HEADER_SYS_SELECT): Require it. Don't require compilation of
48088         winsock-select.c here.
48089         * modules/sys_select (Files): Remove lib/winsock-select.c.
48090         (Depends-on): Remove alloca.
48091         (Makefile.am): Substitute GNULIB_SELECT.
48092         * modules/select: New file.
48093         * doc/posix-functions/select.texi: Update.
48094
48095 2008-10-05  Bruno Haible  <bruno@clisp.org>
48096
48097         * lib/spawn_faction_addclose.c (__sysconf): Use getdtablesize always.
48098         * lib/spawn_faction_adddup2.c (__sysconf): Likewise.
48099         * lib/spawn_faction_addopen.c (__sysconf): Likewise.
48100         * modules/posix_spawn_file_actions_addclose (Depends-on): Add
48101         getdtablesize.
48102         * modules/posix_spawn_file_actions_adddup2 (Depends-on): Likewise.
48103         * modules/posix_spawn_file_actions_addopen (Depends-on): Likewise.
48104
48105 2008-10-05  Bruno Haible  <bruno@clisp.org>
48106
48107         * modules/getdtablesize-tests: New file.
48108         * tests/test-getdtablesize.c: New file.
48109
48110         New module 'getdtablesize'.
48111         * lib/unistd.in.h (getdtablesize): New declaration.
48112         * lib/getdtablesize.c: New file.
48113         * m4/getdtablesize.m4: New file.
48114         * modules/getdtablesize: New file.
48115         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
48116         GNULIB_GETDTABLESIZE, HAVE_GETDTABLESIZE.
48117         * modules/unistd (Makefile.am): Substitute GNULIB_GETDTABLESIZE,
48118         HAVE_GETDTABLESIZE.
48119         * doc/glibc-functions/getdtablesize.texi: Mention the new module.
48120
48121 2008-10-05  Bruno Haible  <bruno@clisp.org>
48122
48123         * modules/sched (Makefile.am): Fix typo.
48124         Reported by Simon Josefsson.
48125
48126 2008-10-05  Jim Meyering  <meyering@redhat.com>
48127
48128         bootstrap: check for LT_INIT, too
48129         * build-aux/bootstrap: Both AC_PROG_LIBTOOL and AM_PROG_LIBTOOL
48130         are deprecated.  Suggestion from Ralf Wildenhues.
48131
48132 2008-10-05  Bruno Haible  <bruno@clisp.org>
48133
48134         * lib/spawn.in.h (POSIX_SPAWN_*): Use the system's values, rather than
48135         overriding them by ours.
48136         (POSIX_SPAWN_USEVFORK): Use the next free bit position.
48137
48138 2008-10-05  Jim Meyering  <meyering@redhat.com>
48139
48140         bootstrap: check for AC_PROG_LIBTOOL as well as AM_PROG_LIBTOOL
48141         * build-aux/bootstrap: Check for AC_PROG_LIBTOOL, as well as the
48142         obsolete AM_PROG_LIBTOOL.  Spotted by Debarshi Ray <rishi@gnu.org>.
48143
48144 2008-10-04  Bruno Haible  <bruno@clisp.org>
48145
48146         * modules/dup2 (License): Change to LGPLv2+.
48147         * modules/sleep (License): Likewise.
48148         * modules/perror (License): Likewise.
48149         * modules/fopen (License): Change to LGPLv2+, with approval by Eric
48150         Blake.
48151         * modules/signal (License): Likewise.
48152         * modules/sigprocmask (License): Likewise.
48153         * modules/raise (License): Change to LGPLv2+, with approval by Jim
48154         Meyering.
48155
48156 2008-10-04  Bruno Haible  <bruno@clisp.org>
48157
48158         * lib/spawn.in.h (POSIX_SPAWN_*): Undefine before redefining.
48159         Reported by Rainer Tammer <tammer@tammer.net>.
48160
48161 2008-10-03  Paolo Bonzini  <bonzini@gnu.org>
48162             Bruno Haible  <bruno@clisp.org>
48163
48164         * lib/errno.in.h (EWOULDBLOCK) [win32]: Define to EAGAIN.
48165         * lib/winsock.c (set_winsock_errno): Map WSAEWOULDBLOCK to EWOULDBLOCK.
48166         * lib/strerror.c (rpl_strerror): Remove error string for EWOULDBLOCK.
48167
48168 2008-10-03  Kamil Dudka  <kdudka@redhat.com>
48169
48170         filevercmp: new module
48171         * lib/filevercmp.h: New function filevercmp comparing version strings.
48172         * lib/filevercmp.c: Implementation of filevercmp function.
48173         * modules/filevercmp: Module metadata.
48174         * tests/test-filevercmp.c: Unit test for new module.
48175         * modules/filevercmp-tests: Unit test metadata.
48176         * MODULES.html.sh: Add filevercmp module.
48177
48178 2008-10-03  Bruno Haible  <bruno@clisp.org>
48179
48180         * lib/c-ctype.h: Add comment.
48181         Reported by Jim Meyering.
48182
48183 2008-10-02  Bruno Haible  <bruno@clisp.org>
48184
48185         * modules/posix_spawn-internal (Depends-on): Add 'open'.
48186
48187 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
48188
48189         * build-aux/bootstrap: Allow renaming bootstrap, and change the
48190         name of bootstrap.conf accordingly.
48191
48192 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
48193
48194         * build-aux/bootstrap: Install git-merge-changelog configuration
48195         items into .gitconfig if needed.
48196
48197 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
48198
48199         * build-aux/bootstrap: Recognize `gnulib' being a submodule in a
48200         git repository, and initialize/update it accordingly.
48201
48202 2008-10-02  Richard W.M. Jones  <rjones@redhat.com>
48203
48204         * modules/fsync-tests: New file.
48205         * tests/test-fsync.c: New file.
48206
48207         New module 'fsync'.
48208         * lib/fsync.c: New file.
48209         * m4/fsync.m4: New file.
48210         * modules/fsync: New file.
48211         * lib/unistd.in.h (fsync): New declaration.
48212         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define and AC_SUBST both
48213         GNULIB_FSYNC and HAVE_FSYNC.
48214         * modules/unistd: Substitute GNULIB_FSYNC and HAVE_FSYNC.
48215         * MODULES.html.sh (posix_functions): Add fsync.
48216         * doc/posix-functions/fsync.texi: Mention the new module.
48217
48218 2008-10-02  Jim Meyering  <meyering@redhat.com>
48219
48220         fts.c: sync with similar code from coreutils' remove.c
48221         * lib/fts.c (dirent_inode_sort_may_be_useful): Merge from coreutils.
48222         Guard also with "#if defined __linux__", since for now at least,
48223         this code is Linux-kernel-specific.
48224
48225 2008-10-02  Jim Meyering  <meyering@redhat.com>
48226
48227         fts: bug fixes
48228         * lib/fts.c: Remove unnecessary "defined" in cpp directive.
48229         Include <sys/vfs.h>, not <sys/statfs.h>.
48230
48231         * m4/fts.m4 (gl_FUNC_FTS_CORE): Fix typo s/vfs/vfs.h/.
48232         Include <sys/vfs.h>, not <sys/statfs.h>.
48233
48234 2008-10-01  Bruno Haible  <bruno@clisp.org>
48235
48236         Avoid the broken posix_spawn function on AIX 5.3 and 6.1.
48237         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): New macro.
48238         (gl_POSIX_SPAWN_BODY): Invoke it. Set REPLACE_POSIX_SPAWN if needed.
48239         * doc/posix-functions/posix_spawn.texi: Mention the AIX bugs.
48240         * doc/posix-functions/posix_spawnp.texi: Likewise.
48241         * m4/execute.m4 (gl_EXECUTE): Invoke gl_POSIX_SPAWN_WORKS, to check
48242         whether posix_spawn actually works.
48243         * m4/pipe.m4 (gl_PIPE): Likewise.
48244         * modules/execute (Files): Add m4/posix_spawn.m4.
48245         * modules/pipe (Files): Add m4/posix_spawn.m4.
48246         Reported and analyzed by Rainer Tammer <tammer@tammer.net>.
48247
48248 2008-10-01  Jim Meyering  <meyering@redhat.com>
48249
48250         remove trailing spaces
48251         * NEWS: Likewise.
48252         * lib/poll.c (poll): Likewise.
48253         * lib/sys_socket.in.h (SHUT_RDWR): Likewise.
48254         * lib/winsock.c (rpl_close): Likewise.
48255         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Likewise.
48256         * modules/yield: Likewise.
48257         * tests/test-poll.c (connect_to_socket, poll1): Likewise.
48258         * tests/test-sys_select.c (connect_to_socket): Likewise.
48259
48260         fts.c: adjust a new interface to be more generally useful
48261         * lib/fts.c (dirent_inode_sort_may_be_useful): Take an FD parameter.
48262         (fts_build): Adjust caller.
48263
48264 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
48265
48266         * modules/cond-tests: New file.
48267         * tests/test-cond.c: New file.
48268
48269 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
48270             Bruno Haible  <bruno@clisp.org>
48271
48272         * modules/cond (Dependencies): Add errno, time.
48273         * lib/glthread/cond.h: Include <time.h>.
48274         (gl_cond_define, gl_cond_define_initialized): Use the same definition
48275         across platforms.
48276
48277 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
48278             Bruno Haible  <bruno@clisp.org>
48279
48280         * m4/thread.m4 (gl_THREAD): Fix detection of pthread_atfork function.
48281
48282 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
48283             Bruno Haible  <bruno@clisp.org>
48284
48285         * modules/tls-tests (Depends-on): Add thread, yield.
48286         (configure.ac): Remove all checks.
48287         (test_tls_LDADD): Use YIELD_LIB instead of LIBSCHED.
48288         * tests/test-tls.c (gl_thread_t, gl_thread_join, gl_thread_yield,
48289         gl_thread_self): Remove definitions. Include glthread/thread.h and
48290         glthread/yield.h instead.
48291         (test_tls): Pass an additional NULL argument to gl_thread_join.
48292
48293 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
48294             Bruno Haible  <bruno@clisp.org>
48295
48296         * modules/lock-tests (Depends-on): Add thread, yield.
48297         (configure.ac): Remove all checks.
48298         (test_lock_LDADD): Use YIELD_LIB instead of LIBSCHED.
48299         * tests/test-lock.c (gl_thread_t, gl_thread_join, gl_thread_yield,
48300         gl_thread_self): Remove definitions. Include glthread/thread.h and
48301         glthread/yield.h instead.
48302         (test_lock, test_rwlock, test_recursive_lock, test_once): Pass an
48303         additional NULL argument to gl_thread_join.
48304
48305 2008-09-30  Bruno Haible  <bruno@clisp.org>
48306
48307         Fix the Win32 implementation of the 'thread' module.
48308         * lib/glthread/thread.h [USE_WIN32_THREADS] (gl_thread_t): Change to a
48309         pointer type.
48310         (gl_thread_self): Invoke gl_thread_self_func.
48311         (gl_thread_self_func): New declaration.
48312         * lib/glthread/thread.c [USE_WIN32_THREADS] (self_key): New variable.
48313         (do_init_self_key, init_self_key): New functions.
48314         (struct gl_thread_struct): Renamed from 'struct thread_extra'.
48315         Remove some fields.
48316         (running_threads, running_lock): Remove variables.
48317         (get_current_thread_handle): New function.
48318         (gl_thread_self_func, wrapper_func, glthread_create_func,
48319         glthread_join_func, gl_thread_exit_func): Largely rewritten and
48320         simplified.
48321
48322 2008-09-30  Bruno Haible  <bruno@clisp.org>
48323
48324         * lib/winsock-select.c (win32_poll_handle): Add shortcut for regular
48325         files.
48326
48327 2008-09-30  Jim Meyering  <meyering@redhat.com>
48328
48329         fts.m4: correct the test for statfs.f_type
48330         * m4/fts.m4 (gl_FUNC_FTS_CORE): Include <sys/statfs.h>
48331         when checking for statfs.f_type.
48332
48333 2008-09-15  Simon Josefsson  <simon@josefsson.org>
48334
48335         tests: avoid some compiler warnings
48336         * tests/test-memchr.c (main): Pass NULL indirectly.
48337         * tests/test-getdate.c (main): Remove unused variable 'ret'.
48338
48339 2008-09-29  OndÅ™ej Vašík  <ovasik@redhat.com>
48340
48341         getdate.y: disallow countable dayshifts like "4 yesterday ago"
48342         * lib/getdate.y (relative_time_table) [tDAY_SHIFT]: New type for
48343         exactly specified dayshifts.
48344         (dayshift): New rule.
48345         (rel): Add dayshift.
48346         (relative_time_table) [tomorrow, yesterday, today, now]:
48347         Use tDAY_SHIFT in place of tDAY_UNIT.
48348         * tests/test-getdate.c: Add tests for now-disallowed countable
48349         dayshifts, e.g., "4 yesterday ago".
48350
48351 2008-09-29  Bruno Haible  <bruno@clisp.org>
48352
48353         * tests/test-posix_spawn1.c: Renamed from tests/test-posix_spawn.c.
48354         * tests/test-posix_spawn1.in.sh: Renamed from
48355         tests/test-posix_spawn.in.sh.
48356         * tests/test-posix_spawn2.c: New file.
48357         * tests/test-posix_spawn2.in.sh: New file.
48358         * modules/posix_spawnp-tests (Files): Update.
48359         (Makefile.am): Update. Add test-posix_spawn2 to the tests.
48360
48361 2008-09-29  Bruno Haible  <bruno@clisp.org>
48362
48363         Propagate effects of putenv/setenv/unsetenv to child processes.
48364         * lib/execute.c (execute): Use spawnvpe instead of spawnvp.
48365         * lib/pipe.c (create_pipe): Likewise.
48366
48367 2008-09-29  Bruno Haible  <bruno@clisp.org>
48368
48369         Enable use of shell scripts as executables in mingw.
48370         * lib/execute.c (execute): When spawnv fails with error ENOEXEC,
48371         run the program as a shell script.
48372         * lib/pipe.c (create_pipe): Likewise.
48373         * lib/w32spawn.h (prepare_spawn): Add a hidden element in front of the
48374         resulting array.
48375
48376 2008-09-29  Eric Blake  <ebb9@byu.net>
48377
48378         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Fix typo.
48379
48380 2008-08-24  Paolo Bonzini  <bonzini@gnu.org>
48381
48382         * doc/posix-functions/accept.texi: Update mingw problems.
48383         * doc/posix-functions/bind.texi: Update mingw problems.
48384         * doc/posix-functions/close.texi: Update mingw problems.
48385         * doc/posix-functions/connect.texi: Update mingw problems.
48386         * doc/posix-functions/getpeername.texi: Update mingw problems.
48387         * doc/posix-functions/getsockname.texi: Update mingw problems.
48388         * doc/posix-functions/getsockopt.texi: Update mingw problems.
48389         * doc/posix-functions/ioctl.texi: Update mingw problems.
48390         * doc/posix-functions/listen.texi: Update mingw problems.
48391         * doc/posix-functions/recv.texi: Update mingw problems.
48392         * doc/posix-functions/recvfrom.texi: Update mingw problems.
48393         * doc/posix-functions/select.texi: Update mingw problems.
48394         * doc/posix-functions/send.texi: Update mingw problems.
48395         * doc/posix-functions/sendto.texi: Update mingw problems.
48396         * doc/posix-functions/setsockopt.texi: Update mingw problems.
48397         * doc/posix-functions/socket.texi: Update mingw problems.
48398
48399 2008-09-29  Paolo Bonzini  <bonzini@gnu.org>
48400             Bruno Haible  <bruno@clisp.org>
48401
48402         * lib/sys_select.in.h: Include sys/time.h.
48403         * m4/sys_select.h.m4: Test that struct timeval is fully defined.
48404         * modules/sys_select: Depend on sys_time.
48405         * tests/test-sys_select.c: Test that sys/select.h defines struct
48406         timeval fully.
48407
48408 2008-09-29  Bruno Haible  <bruno@clisp.org>
48409
48410         * lib/sys_socket.in.h: Wrap the definitions in 'extern "C"'.
48411         * lib/sys_select.in.h: Likewise.
48412
48413 2008-09-29  Bruno Haible  <bruno@clisp.org>
48414
48415         * lib/winsock.c (rpl_close, rpl_socket): Remove unused variables.
48416
48417 2008-09-29  Bruno Haible  <bruno@clisp.org>
48418
48419         * m4/sockets.m4 (gl_SOCKETS): Check also for the need to use -lsocket.
48420         Set LIBSOCKET instead of augmenting LIBS.
48421         * modules/sockets (Link): New section.
48422         * modules/sockets-tests (test_sockets_LDADD): New variable.
48423         * modules/sys_select-tests (test_sys_select_LDADD): New variable.
48424         * modules/poll-tests (test_poll_LDADD): New variable.
48425         * NEWS: Document the change.
48426
48427 2008-09-29  Bruno Haible  <bruno@clisp.org>
48428
48429         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): New macro.
48430         * m4/inet_ntop.m4 (gl_INET_NTOP): Invoke it instead of assigning
48431         ARPA_INET_H directly.
48432         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
48433
48434 2008-09-28  Bruno Haible  <bruno@clisp.org>
48435
48436         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): New macro, extracted
48437         from gl_HEADER_SYS_SOCKET.
48438         (gl_HEADER_SYS_SOCKET): Invoke it.
48439         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
48440
48441 2008-09-28  Bruno Haible  <bruno@clisp.org>
48442
48443         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem.
48444         * tests/test-sys_select.c: Include <sys/time.h>, for struct timeval.
48445         Needed on OSF/1 4.0.
48446
48447 2008-09-28  Bruno Haible  <bruno@clisp.org>
48448
48449         Override open more carefully.
48450         * lib/open.c (orig_open): New function.
48451         (rpl_open): Use orig_open instead of open.
48452         * lib/fcntl.in.h: Add special invocation convention.
48453         * m4/open.m4 (gl_PREREQ_OPEN): New macro.
48454         (gl_FUNC_OPEN): Invoke it.
48455
48456         Override freopen more carefully.
48457         * lib/freopen.c (orig_freopen): New function.
48458         (rpl_freopen): Use orig_freopen instead of freopen.
48459         * m4/freopen.m4 (gl_PREREQ_FREOPEN): New macro.
48460         (gl_FUNC_FREOPEN): Invoke it.
48461
48462         Override fopen more carefully.
48463         * lib/fopen.c (orig_fopen): New function.
48464         (rpl_fopen): Use orig_fopen instead of fopen.
48465         * m4/fopen.m4 (gl_PREREQ_FOPEN): New macro.
48466         (gl_FUNC_FOPEN): Invoke it.
48467         Needed on AIX. Reported by Rainer Tammer <tammer@tammer.net>.
48468
48469 2008-09-28  Bruno Haible  <bruno@clisp.org>
48470
48471         * lib/pipe.h (create_pipe_out, create_pipe_bidi): Add comment about
48472         SIGPIPE.
48473
48474 2008-09-28  Bruno Haible  <bruno@clisp.org>
48475
48476         * tests/test-sigaction.c (handler, main): Disable the check whether
48477         SA_RESETHAND has reverted the installed handler to SIG_DFL. Needed on
48478         glibc systems with LinuxThreads.
48479
48480 2008-09-28  Bruno Haible  <bruno@clisp.org>
48481
48482         * doc/posix-functions/freopen.texi: Mention the trailing slash problem.
48483
48484         * lib/stdio.in.h (fopen, freopen): Undefine before redefining. Needed
48485         with AIX xlc.
48486         * lib/fcntl.in.h (open): Likewise.
48487         Reported by Rainer Tammer <tammer@tammer.net>.
48488
48489 2008-09-28  Bruno Haible  <bruno@clisp.org>
48490
48491         * modules/posix_spawnp-tests: New file.
48492         * tests/test-posix_spawn.c: New file.
48493         * tests/test-posix_spawn.in.sh: New file.
48494
48495         New module 'posix_spawnp'.
48496         * modules/posix_spawnp: New file.
48497         * lib/spawnp.c: New file, from GNU libc with modifications.
48498         * doc/posix-functions/posix_spawnp.texi: Mention the new module.
48499
48500         New module 'posix_spawn'.
48501         * modules/posix_spawn: New file.
48502         * lib/spawn.c: New file, from GNU libc with modifications.
48503         * doc/posix-functions/posix_spawn.texi: Mention the new module.
48504
48505         New module 'posix_spawnattr_destroy'.
48506         * modules/posix_spawnattr_destroy: New file.
48507         * lib/spawnattr_destroy.c: New file, from GNU libc with modifications.
48508         * doc/posix-functions/posix_spawnattr_destroy.texi: Mention the new
48509         module.
48510
48511         New module 'posix_spawnattr_setsigmask'.
48512         * modules/posix_spawnattr_setsigmask: New file.
48513         * lib/spawnattr_setsigmask.c: New file, from GNU libc with
48514         modifications.
48515         * doc/posix-functions/posix_spawnattr_setsigmask.texi: Mention the
48516         new module.
48517
48518         New module 'posix_spawnattr_getsigmask'.
48519         * modules/posix_spawnattr_getsigmask: New file.
48520         * lib/spawnattr_getsigmask.c: New file, from GNU libc with
48521         modifications.
48522         * doc/posix-functions/posix_spawnattr_getsigmask.texi: Mention the
48523         new module.
48524
48525         New module 'posix_spawnattr_setsigdefault'.
48526         * modules/posix_spawnattr_setsigdefault: New file.
48527         * lib/spawnattr_setdefault.c: New file, from GNU libc with
48528         modifications.
48529         * doc/posix-functions/posix_spawnattr_setsigdefault.texi: Mention the
48530         new module.
48531
48532         New module 'posix_spawnattr_getsigdefault'.
48533         * modules/posix_spawnattr_getsigdefault: New file.
48534         * lib/spawnattr_getdefault.c: New file, from GNU libc with
48535         modifications.
48536         * doc/posix-functions/posix_spawnattr_getsigdefault.texi: Mention the
48537         new module.
48538
48539         New module 'posix_spawnattr_setschedpolicy'.
48540         * modules/posix_spawnattr_setschedpolicy: New file.
48541         * lib/spawnattr_setschedpolicy.c: New file, from GNU libc with
48542         modifications.
48543         * doc/posix-functions/posix_spawnattr_setschedpolicy.texi: Mention the
48544         new module.
48545
48546         New module 'posix_spawnattr_getschedpolicy'.
48547         * modules/posix_spawnattr_getschedpolicy: New file.
48548         * lib/spawnattr_getschedpolicy.c: New file, from GNU libc with
48549         modifications.
48550         * doc/posix-functions/posix_spawnattr_getschedpolicy.texi: Mention the
48551         new module.
48552
48553         New module 'posix_spawnattr_setschedparam'.
48554         * modules/posix_spawnattr_setschedparam: New file.
48555         * lib/spawnattr_setschedparam.c: New file, from GNU libc with
48556         modifications.
48557         * doc/posix-functions/posix_spawnattr_setschedparam.texi: Mention the
48558         new module.
48559
48560         New module 'posix_spawnattr_getschedparam'.
48561         * modules/posix_spawnattr_getschedparam: New file.
48562         * lib/spawnattr_getschedparam.c: New file, from GNU libc with
48563         modifications.
48564         * doc/posix-functions/posix_spawnattr_getschedparam.texi: Mention the
48565         new module.
48566
48567         New module 'posix_spawnattr_setpgroup'.
48568         * modules/posix_spawnattr_setpgroup: New file.
48569         * lib/spawnattr_setpgroup.c: New file, from GNU libc with
48570         modifications.
48571         * doc/posix-functions/posix_spawnattr_setpgroup.texi: Mention the new
48572         module.
48573
48574         New module 'posix_spawnattr_getpgroup'.
48575         * modules/posix_spawnattr_getpgroup: New file.
48576         * lib/spawnattr_getpgroup.c: New file, from GNU libc with
48577         modifications.
48578         * doc/posix-functions/posix_spawnattr_getpgroup.texi: Mention the new
48579         module.
48580
48581         New module 'posix_spawnattr_setflags'.
48582         * modules/posix_spawnattr_setflags: New file.
48583         * lib/spawnattr_setflags.c: New file, from GNU libc with modifications.
48584         * doc/posix-functions/posix_spawnattr_setflags.texi: Mention the new
48585         module.
48586
48587         New module 'posix_spawnattr_getflags'.
48588         * modules/posix_spawnattr_getflags: New file.
48589         * lib/spawnattr_getflags.c: New file, from GNU libc with modifications.
48590         * doc/posix-functions/posix_spawnattr_getflags.texi: Mention the new
48591         module.
48592
48593         New module 'posix_spawnattr_init'.
48594         * modules/posix_spawnattr_init: New file.
48595         * lib/spawnattr_init.c: New file, from GNU libc with modifications.
48596         * doc/posix-functions/posix_spawnattr_init.texi: Mention the new
48597         module.
48598
48599         New module 'posix_spawn_file_actions_destroy'.
48600         * modules/posix_spawn_file_actions_destroy: New file.
48601         * lib/spawn_faction_destroy.c: New file, from GNU libc with
48602         modifications.
48603         * doc/posix-functions/posix_spawn_file_actions_destroy.texi: Mention
48604         the new module.
48605
48606         New module 'posix_spawn_file_actions_addopen'.
48607         * modules/posix_spawn_file_actions_addopen: New file.
48608         * lib/spawn_faction_addopen.c: New file, from GNU libc with
48609         modifications.
48610         * doc/posix-functions/posix_spawn_file_actions_addopen.texi: Mention
48611         the new module.
48612
48613         New module 'posix_spawn_file_actions_adddup2'.
48614         * modules/posix_spawn_file_actions_adddup2: New file.
48615         * lib/spawn_faction_adddup2.c: New file, from GNU libc with
48616         modifications.
48617         * doc/posix-functions/posix_spawn_file_actions_adddup2.texi: Mention
48618         the new module.
48619
48620         New module 'posix_spawn_file_actions_addclose'.
48621         * modules/posix_spawn_file_actions_addclose: New file.
48622         * lib/spawn_faction_addclose.c: New file, from GNU libc with
48623         modifications.
48624         * doc/posix-functions/posix_spawn_file_actions_addclose.texi: Mention
48625         the new module.
48626
48627         New module 'posix_spawn_file_actions_init'.
48628         * modules/posix_spawn_file_actions_init: New file.
48629         * lib/spawn_faction_init.c: New file, from GNU libc with modifications.
48630         * doc/posix-functions/posix_spawn_file_actions_init.texi: Mention the
48631         new module.
48632
48633         New module 'posix_spawn-internal'.
48634         * modules/posix_spawn-internal: New file.
48635         * lib/spawn_int.h: New file, from GNU libc with modifications.
48636         * lib/spawni.c: New file, from GNU libc with modifications.
48637         * m4/posix_spawn.m4: New file.
48638
48639         New module 'spawn'.
48640         * modules/spawn: New file.
48641         * lib/spawn.in.h: New file, from GNU libc with modifications.
48642         * m4/spawn_h.m4: New file.
48643         * doc/posix-headers/spawn.texi: Mention the new module.
48644
48645 2008-09-28  Bruno Haible  <bruno@clisp.org>
48646
48647         * modules/sched-tests: New file.
48648         * tests/test-sched.c: New file.
48649
48650         New module 'sched'.
48651         * modules/sched: New file.
48652         * lib/sched.in.h: New file.
48653         * m4/sched_h.m4: New file.
48654         * doc/posix-headers/sched.texi: Mention the new module.
48655
48656 2008-09-27  Eric Blake  <ebb9@byu.net>
48657
48658         Fix previous patch, and tweak references to $0.
48659         * posix-modules: Call func_gnulib_dir before using $gnulib_dir.
48660         (func_version, func_gnulib_dir): Don't call this program
48661         gnulib-tool.
48662         (func_gnulib_dir, func_tmpdir, func_fatal_error): Avoid shell bugs
48663         with using $0 in function.
48664         * gnulib-tool (func_gnulib_dir, func_tmpdir): Likewise.
48665         (func_fatal_error): Reuse the name the user invoked us with.
48666
48667 2008-09-27  Bruno Haible  <bruno@clisp.org>
48668
48669         * m4/iconv_h.m4 (gl_REPLACE_ICONV_H): New macro.
48670         (gl_ICONV_H_DEFAULTS): Initialize ICONV_H here...
48671         (gl_ICONV_H): Not here.
48672         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
48673         instead of assigning ICONV_H directly.
48674
48675         * m4/wchar.m4 (gl_REPLACE_WCHAR_H): New macro.
48676         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Invoke it instead of assigning
48677         WCHAR_H directly.
48678
48679 2008-09-27  Bruno Haible  <bruno@clisp.org>
48680
48681         * lib/arpa_inet.in.h: Include the GL_LINK_WARNING anchor.
48682         * modules/arpa_inet (Depends-on): Add link-warning.
48683         (Makefile.am): Insert the definition of GL_LINK-WARNING.
48684         * modules/unistd (Makefile.am): Likewise.
48685
48686 2008-09-26  Bruno Haible  <bruno@clisp.org>
48687
48688         * posix-modules (cvsdatestamp, last_checkin_date, version): Remove
48689         variables.
48690         (func_version): Essentially copied from gnulib-tool.
48691         (func_exit, func_gnulib_dir, func_tmpdir, func_fatal_error,
48692         func_readlink): Copied from gnulib-tool.
48693
48694 2008-09-26  Bruno Haible  <bruno@clisp.org>
48695
48696         * gnulib-tool (func_version): Change directory to $gnulib_dir before
48697         invoking git-version-gen.
48698
48699 2008-09-26  Bruno Haible  <bruno@clisp.org>
48700
48701         * posix-modules: Update to directory names changed on 2008-01-19.
48702         Remove commas in output before splitting into words. No more need to
48703         avoid 'ftruncate' since 2007-02-19.
48704
48705 2008-09-26  Bruno Haible  <bruno@clisp.org>
48706
48707         * doc/posix-headers/errno.texi: Remove mention of module 'EOVERFLOW'.
48708
48709 2008-09-26  Bruno Haible  <bruno@clisp.org>
48710
48711         * lib/fwriteerror.c (do_fwriteerror): Ignore error EPIPE.
48712         * modules/fwriteerror (Depends-on): Add errno.
48713
48714 2008-09-26  Bruno Haible  <bruno@clisp.org>
48715
48716         * tests/test-vc-list-files-git.sh: Explain reason for skipping test.
48717         * tests/test-vc-list-files-cvs.sh: Likewise.
48718
48719 2008-09-26  Bruno Haible  <bruno@clisp.org>
48720
48721         * doc/posix-headers/sys_resource.texi: Reorder items.
48722
48723 2008-09-26  Jim Meyering  <meyering@redhat.com>
48724
48725         fts: tweak inode comparison function
48726         * lib/fts.c (fts_compare_ino): Sort on increasing, not decreasing
48727         inode numbers, as documented.
48728
48729         fts: sort dirent entries on inode number before traversing
48730         This avoids a quadratic, seek-related performance penalty when
48731         operating on a directory containing many entries (measurable at 10k;
48732         3.5 hours at 2 million entries with a cold cache) on certain types
48733         of file systems, including ext3 and ext4, but not tmpfs.
48734         * lib/fts.c (DT_MUST_BE, NOT_AN_INODE_NUMBER, D_INO): Define.
48735         (FTS_INODE_SORT_DIR_ENTRIES_THRESHOLD): Define if not defined.
48736         (S_MAGIC_TMPFS, S_MAGIC_NFS): Define.
48737         (fs_handles_readdir_ordered_dirents_efficiently): New function.
48738         (dirent_inode_sort_may_be_useful, fts_compare_ino): Likewise.
48739         (fts_build): Set the stat.st_ino member from D_INO.
48740         If it is likely to be useful, sort dirent entries on inode number.
48741
48742         * m4/fts.m4 (gl_FUNC_FTS_CORE): Check for fstatfs, sys/vfs.h,
48743         and the struct statfs.f_type member.
48744         * modules/fts (Depends-on): Add d-ino.
48745
48746 2008-09-26  Bruno Haible  <bruno@clisp.org>
48747
48748         * modules/sigpipe-die (Depends-on): Add sigpipe.
48749
48750         * lib/stdio.in.h (fprintf, vfprintf, printf, vprintf, fputc, putc,
48751         putchar, fputs, puts, fwrite): Replace when REPLACE_STDIO_WRITE_FUNCS
48752         and GNULIB_STDIO_H_SIGPIPE are set.
48753         * lib/stdio-write.c: New file.
48754         * m4/stdio_h.m4 (gl_STDIO_H): Set GNULIB_FPRINTF, GNULIB_PRINTF,
48755         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
48756         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
48757         REPLACE_STDIO_WRITE_FUNCS.
48758         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FPRINTF, GNULIB_PRINTF,
48759         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
48760         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
48761         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
48762         * modules/stdio (Files): Add lib/stdio-write.c.
48763         (Makefile.am): Substitute GNULIB_FPRINTF, GNULIB_PRINTF,
48764         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
48765         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
48766         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
48767         * m4/fprintf-posix.m4 (gl_REPLACE_FPRINTF): Define
48768         REPLACE_FPRINTF_POSIX.
48769         * m4/printf-posix-rpl.m4 (gl_REPLACE_PRINTF): Define
48770         REPLACE_PRINTF_POSIX.
48771         * m4/vfprintf-posix.m4 (gl_REPLACE_VFPRINTF): Define
48772         REPLACE_VFPRINTF_POSIX.
48773         * m4/vprintf-posix.m4 (gl_REPLACE_VPRINTF): Define
48774         REPLACE_VPRINTF_POSIX.
48775         * doc/posix-functions/fprintf.texi: Mention the sigpipe module and the
48776         SIGPIPE issue.
48777         * doc/posix-functions/fputc.texi: Likewise.
48778         * doc/posix-functions/fputs.texi: Likewise.
48779         * doc/posix-functions/fwrite.texi: Likewise.
48780         * doc/posix-functions/printf.texi: Likewise.
48781         * doc/posix-functions/putc.texi: Likewise.
48782         * doc/posix-functions/putchar.texi: Likewise.
48783         * doc/posix-functions/puts.texi: Likewise.
48784         * doc/posix-functions/vfprintf.texi: Likewise.
48785         * doc/posix-functions/vprintf.texi: Likewise.
48786
48787         * modules/safe-write (Depends-on): Add write.
48788
48789         * modules/sigpipe-tests: New file.
48790         * tests/test-sigpipe.c: New file.
48791         * tests/test-sigpipe.sh: New file.
48792
48793         * modules/write: New file.
48794         * lib/unistd.in.h: Include <sys/types.h>.
48795         (write): New declaration.
48796         * lib/write.c: New file.
48797         * m4/write.m4: New file.
48798         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
48799         GNULIB_UNISTD_H_SIGPIPE, GNULIB_WRITE, REPLACE_WRITE.
48800         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_SIGPIPE,
48801         GNULIB_WRITE, REPLACE_WRITE.
48802         * doc/posix-functions/write.texi: Mention the write, sigpipe modules
48803         and the SIGPIPE issue.
48804
48805         * lib/signal.in.h (SIGPIPE): Define to a replacement value.
48806         (raise): New declaration.
48807         * lib/sigprocmask.c (SIGPIPE_handler): New variable.
48808         (ext_signal): New function.
48809         (rpl_raise): New function.
48810         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Initialize
48811         GNULIB_SIGNAL_H_SIGPIPE.
48812         * modules/signal (Makefile.am): Substitute GNULIB_SIGNAL_H_SIGPIPE.
48813         * doc/posix-headers/signal.texi: Mention the SIGPIPE issue.
48814
48815         * modules/sigpipe: New file.
48816         * m4/sigpipe.m4: New file.
48817
48818 2008-09-25  Derek Price  <derek@ximbiot.com>
48819             Bruno Haible  <bruno@clisp.org>
48820
48821         * gnulib-tool (func_import): Report all license incompatibilities, not
48822         just the first one.
48823
48824 2008-09-25  Bruno Haible  <bruno@clisp.org>
48825
48826         * gnulib-tool (func_import): When computing the edits, consider not
48827         only the Makefile.ams that exist but also those that will be generated.
48828
48829 2008-09-25  Simon Josefsson  <simon@josefsson.org>
48830
48831         * modules/sys_select-tests (Depends-on): Remove sys_select itself,
48832         fixes gnulib-tool --test warning about duplicate dependency.
48833
48834 2008-09-25  Bruno Haible  <bruno@clisp.org>
48835
48836         * gnulib-tool: Don't ask the user to perform edits in the generated
48837         Makefile.ams.
48838         (func_emit_lib_Makefile_am): Emit empty SUBDIRS. Execute edits that
48839         apply to the Makefile.am being generated.
48840         (func_emit_tests_Makefile_am): Execute edits that apply to the
48841         Makefile.am being generated.
48842         (func_import): Setup list of Makefile.am edits before emitting the
48843         Makefile.ams, not at the end.
48844         (func_create_testdir): Update.
48845         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
48846
48847 2008-09-25  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
48848
48849         * gnulib-tool (func_import): Store the --tests-base option in the
48850         comment in gnulib-cache.m4.
48851
48852 2008-09-24  Paolo Bonzini  <bonzini@gnu.org>
48853
48854         * NEWS: Document increased portability that sys_select now provides.
48855
48856         * lib/sys_select.in.h: Install select wrapper.
48857         * lib/sys_socket.in.h: Use more descriptive name when there is no
48858         select wrapper.
48859         * lib/winsock-select.c: New.
48860         * m4/sys_select_h.m4: Compile lib/winsock-select.c if WinSock is used.
48861         Require gl_HEADER_SYS_SOCKET.
48862         * modules/sys_select: Depend on alloca, add lib/winsock-select.c.
48863         * modules/sys_select-tests: Copy dependencies from modules/poll-tests.
48864         * tests/test-sys_select.c: Add functional tests.
48865
48866 2008-09-24  Eric Blake  <ebb9@byu.net>
48867
48868         open, fopen: close fd leak in last patch
48869         * lib/open.c (rpl_open): Close fd before returning error.
48870         * lib/fopen.c (rpl_fopen): Close fd before returning error.
48871         * doc/posix-functions/open.texi (open): Document that Irix also
48872         has the bug.
48873         * doc/posix-functions/fopen.texi (fopen): Likewise.
48874         Reported by Paolo Bonzini.
48875
48876 2008-09-24  Bruno Haible  <bruno@clisp.org>
48877
48878         Ensure that a filename ending in a slash cannot be used to access a
48879         non-directory.
48880         * lib/open.c (rpl_open): When the filename ends in a slash, use fstat()
48881         to check whether it's really a directory.
48882         * lib/fopen.c: Include fcntl.h, unistd.h.
48883         (rpl_fopen): When the filename ends in a slash, use open(), fstat(),
48884         and fdopen().
48885         * modules/fopen (Depends-on): Add unistd.
48886         * tests/test-open.c (main): Try to open "/dev/null/" as a directory.
48887         * tests/test-fopen.c (main): Likewise.
48888         * doc/posix-functions/open.texi: Mention the HP-UX, Solaris bug.
48889         * doc/posix-functions/fopen.texi: Likewise.
48890         Reported by Eric Blake.
48891
48892 2008-09-23  Eric Blake  <ebb9@byu.net>
48893
48894         c-stack: avoid compiler optimizations when provoking overflow
48895         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Make
48896         recursion harder to optimize, to ensure a stack overflow occurs.
48897         * tests/test-c-stack.c (recurse): Likewise.
48898         Borrowed from libsigsegv.
48899
48900         c-stack: work around Irix sigaltstack bug
48901         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check
48902         whether sigaltstack uses wrong end of stack_t (copied in part from
48903         libsigsegv).
48904         * lib/c-stack.c (c_stack_action) [!HAVE_LIBSIGSEGV]: Work around
48905         Irix bug, without requiring an over-allocation.
48906         * doc/posix-functions/sigaltstack.texi (sigaltstack): Document the
48907         bug.
48908
48909         fopen: document mingw bug on directories
48910         * doc/posix-functions/fopen.texi (fopen): Mention mingw bug for
48911         not allowing a stream visiting a directory, even though reading
48912         from such a stream is not portable.
48913
48914 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
48915
48916         * lib/poll.c: Rewrite.
48917         * modules/poll: Depend on alloca.
48918
48919 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
48920
48921         * lib/sys_socket.in.h: Do not implement rpl_setsockopt here,
48922         instead define prototypes for a full set of wrappers.  Ensure
48923         that Cygwin does not use the compatibility code, which is only
48924         for MinGW.
48925         * lib/winsock.c: New.
48926         * m4/sys_socket_h.m4: Compile lib/winsock.c if WinSock is being used.
48927         * modules/sys_socket: Add lib/winsock.c.
48928
48929         * modules/poll-tests: Add errno and perror.
48930         * tests/test-poll.c: Use ioctl, not ioctlsocket.
48931
48932 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
48933
48934         * tests/test-poll.c: Downgrade minimum needed Winsock version.
48935
48936 2008-09-23  Bruno Haible  <bruno@clisp.org>
48937
48938         * doc/posix-functions/*: Add info about functions missing on IRIX 5.3.
48939         * doc/glibc-functions/*: Likewise.
48940
48941 2008-09-23  Simon Josefsson  <simon@josefsson.org>
48942
48943         * tests/test-perror.sh (tmpfiles): Cleanup temporary files on
48944         success.
48945
48946 2008-09-22  Eric Blake  <ebb9@byu.net>
48947             Bruno Haible  <bruno@clisp.org>
48948
48949         vasnprintf: fix x86/glibc regression on printf("%La", 0.0L)
48950         * lib/vasnprintf.c (VASNPRINTF): Support 0.0 on platforms that
48951         supply %A but mishandle pseudo-NaN.
48952         Reported by Simon Josefsson.
48953
48954 2008-09-21  Bruno Haible  <bruno@clisp.org>
48955
48956         * tests/test-lock.c (main): Tweak skip message.
48957         * tests/test-tls.c (main): Likewise.
48958
48959 2008-09-21  Bruno Haible  <bruno@clisp.org>
48960
48961         * m4/sigaction.m4 (gl_SIGACTION): Remove unnecessary AC_SUBST. Check
48962         whether 'struct sigaction' has sa_sigaction here...
48963         (gl_PREREQ_SIG_HANDLER_H): ... not here.
48964         (gl_PREREQ_SIGACTION): Remove unnecessary AC_SUBST.
48965
48966 2008-09-21  Bruno Haible  <bruno@clisp.org>
48967
48968         * MODULES.html.sh (Support for obsolete systems lacking ANSI C 89): New
48969         section.
48970         (Support for systems lacking ANSI C 89): Move stdlib, exit, strtol,
48971         strtoul, memchr, memcmp, memcpy, memmove, memset, strcspn, strpbrk to
48972         the new section.
48973         (Support for obsolete systems lacking POSIX:2001): New section.
48974         (String handling <string.h>): Move strdup to the new section.
48975         Suggested by Simon Josefsson and Paolo Bonzini.
48976
48977 2008-09-21  Bruno Haible  <bruno@clisp.org>
48978
48979         * tests/test-vasnprintf-posix.c (test_function): Allow 3-digit
48980         exponents in %e and %g results on 'long double'. Needed for mingw's
48981         improved *printf functions.
48982         * tests/test-vasprintf-posix.c (test_function): Likewise.
48983         * tests/test-snprintf-posix.h (test_function): Likewise.
48984         * tests/test-sprintf-posix.h (test_function): Likewise.
48985         Reported by Eric Blake.
48986
48987 2008-09-21  Bruno Haible  <bruno@clisp.org>
48988
48989         * tests/test-snprintf-posix.h (test_function): Remove useless ASSERTs.
48990         * tests/test-sprintf-posix.h (test_function): Likewise.
48991
48992 2008-09-21  Bruno Haible  <bruno@clisp.org>
48993
48994         * modules/getpass (Depends-on): Add strdup-posix.
48995
48996         New module 'strdup-posix'.
48997         * modules/strdup-posix: New file.
48998         * m4/strdup.m4 (gl_FUNC_STRDUP_POSIX): New macro.
48999         * lib/string.in.h (strdup): Replace if REPLACE_STRDUP is 1.
49000         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
49001         REPLACE_STRDUP.
49002         * modules/string (Makefile.am): Substitute REPLACE_STRDUP.
49003         * doc/posix-functions/strdup.texi: Mention module strdup-posix.
49004         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
49005         strdup-posix.
49006
49007         * modules/strdup (Depends-on): Remove malloc-posix.
49008
49009 2008-09-20  Bruno Haible  <bruno@clisp.org>
49010
49011         * lib/fstrcmp.c: Add data about branch probabilities, from Ralf
49012         Wildenhues.
49013
49014 2008-09-20  Bruno Haible  <bruno@clisp.org>
49015
49016         Ensure that wint_t gets defined on IRIX 5.3.
49017         * lib/wchar.in.h (wint_t): Define if not defined by the system.
49018         * lib/wctype.in.h (wint_t): Likewise.
49019         (__wctype_wint_t): Remove type.
49020         (isw*): Use wint_t instead of __wctype_wint_t.
49021         * m4/wchar.m4 (gl_WCHAR_H): Invoke gt_TYPE_WINT_T and set HAVE_WINT_T.
49022         * modules/wchar (Files): Add m4/wint_t.m4.
49023         (Makefile.am): Substitute HAVE_WINT_T.
49024         * tests/test-wchar.c: Check that wchar_t and wint_t are defined.
49025         * tests/test-wctype.c: Check that wint_t is defined.
49026         * doc/posix-headers/wchar.texi: Mention the IRIX 5 problem.
49027         * doc/posix-headers/wctype.texi: Likewise.
49028         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
49029
49030 2008-09-18  Bruno Haible  <bruno@clisp.org>
49031
49032         * gnulib-tool (func_exit): Update comment.
49033
49034 2008-09-18  Simon Josefsson  <simon@josefsson.org>
49035
49036         * modules/getaddrinfo (Depends-on): Remove strdup, this module
49037         assumes strdup exists and does not depend on strdup to return
49038         ENOMEM on out of memory conditions.
49039
49040 2008-09-18  Bruno Haible  <bruno@clisp.org>
49041
49042         * lib/vasnprintf.c (VASNPRINTF): When printing Â±0.0L in
49043         NEED_PRINTF_INFINITE_LONG_DOUBLE case with 'e' format, always use two
49044         digits for the exponent.
49045
49046 2008-09-18  Jim Meyering  <meyering@redhat.com>
49047             Bruno Haible  <bruno@clisp.org>
49048
49049         * lib/vasnprintf.c (decimal_point_char): Define also if
49050         NEED_PRINTF_INFINITE_LONG_DOUBLE.
49051
49052 2008-09-16  Bruno Haible  <bruno@clisp.org>
49053         and Eric Blake  <ebb9@byu.net>
49054
49055         vasnprintf: support Irix 5.3
49056         * lib/vasnprintf.c (VASNPRINTF): Also handle -0.0L on platforms
49057         that mishandle long double infinity.
49058         Reported by Tom G. Christensen.
49059
49060 2008-09-16  Bruno Haible  <bruno@clisp.org>
49061
49062         * doc/glibc-functions/scandir.texi: Mention the function is missing on
49063         Solaris 9.
49064         * doc/glibc-functions/alphasort.texi: Likewise.
49065         Reported by Michael Haubenwallner <michael.haubenwallner@salomon.at>.
49066
49067 2008-09-16  Jim Meyering  <meyering@redhat.com>
49068
49069         posix-shell.m4: reject opensolaris's "sh (AT&T Research) 1993-12-28 s+"
49070         * m4/posix-shell.m4 (gl_POSIX_SHELL): Reject a shell that lets
49071         a umask modification leak out of a subshell.  Otherwise, the
49072         opensolaris /bin/sh would be accepted and thus cause unwarranted
49073         failures in the coreutils test suite.
49074
49075 2008-09-16  Paolo Bonzini  <bonzini@gnu.org>
49076
49077         * tests/test-poll.c (connect_to_socket): Allow non-blocking connect
49078         to succeed.
49079
49080 2008-09-16  Jim Meyering  <meyering@redhat.com>
49081
49082         avoid spurious test failure when library is built without ACL support
49083         * m4/acl.m4 (USE_ACL): Define as a shell variable, too, for...
49084         * modules/acl-tests (Makefile.am) [TESTS_ENVIRONMENT]: Add USE_ACL.
49085         * tests/test-file-has-acl.sh: Skip if USE_ACL == 0.
49086         * tests/test-copy-acl.sh: Likewise.
49087
49088 2008-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
49089
49090         * lib/fstrcmp.c (fstrcmp_bounded): Use a second, less quick upper bound
49091         based on character occurrence counts.
49092
49093 2008-09-15  Eric Blake  <ebb9@byu.net>
49094
49095         tests: avoid some compiler warnings
49096         * tests/test-memchr.c (main): Pass NULL indirectly.
49097         * tests/test-closein.c (main): Avoid unused variable.
49098
49099 2008-09-15  Bruno Haible  <bruno@clisp.org>
49100
49101         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test for all the macros that
49102         are missing on OpenBSD 4.0 individually.
49103         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
49104
49105 2008-09-15  Bruno Haible  <bruno@clisp.org>
49106
49107         * doc/posix-headers/errno.texi: Mention the Cygwin problem.
49108         * doc/posix-functions/strerror.texi: Mention also Cygwin.
49109         * doc/posix-functions/perror.texi: Likewise.
49110         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test also whether ECANCELED
49111         is missing.
49112         Reported by Eric Blake.
49113
49114         * lib/errno.in.h: Use replacement values >= 2000.
49115         Reported by Eric Blake.
49116
49117 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
49118
49119         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Add field 'edit_count_limit'.
49120         (EARLY_ABORT): Return true when the edit_count has grown too beyond the
49121         limit.
49122         (fstrcmp_bounded): Initialize the edit_count_limit. Return 0 when
49123         compareseq was aborted.
49124
49125 2008-09-14  Bruno Haible  <bruno@clisp.org>
49126
49127         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Combine xvec_edit_count and
49128         yvec_edit_count.
49129         (NOTE_DELETE, NOTE_INSERT): Increment the combined edit count.
49130         (fstrcmp_bounded): Simplify result computation accordingly.
49131
49132 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
49133
49134         * lib/fstrcmp.h (fstrcmp_bounded): New declaration.
49135         (fstrcmp): Define in terms of fstrcmp_bounded.
49136         * lib/fstrcmp.c (fstrcmp_bounded): Renamed from fstrcmp. Add
49137         lower_bound argument.
49138         Return quickly if the result is certainly < lower_bound.
49139         * tests/test-fstrcmp.c (check_fstrcmp): Test also fstrcmp_bounded.
49140
49141 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
49142
49143         * lib/diffseq.h (EARLY_ABORT): New macro.
49144         (compareseq): Change return type to bool. Return true when EARLY_ABORT
49145         evaluates to true.
49146
49147 2008-09-14  Bruno Haible  <bruno@clisp.org>
49148
49149         * modules/perror-tests: New file.
49150         * tests/test-perror.sh: New file.
49151         * tests/test-perror.c: New file.
49152
49153         New module 'perror'.
49154         * lib/stdio.in.h (perror): New declaration.
49155         * lib/perror.c: New file.
49156         * m4/perror.m4: New file.
49157         * modules/perror: New file.
49158         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add perror.
49159         * doc/posix-functions/perror.texi: Mention the perror module.
49160         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_PERROR,
49161         REPLACE_PERROR.
49162         * modules/stdio (Makefile.am): Substitute GNULIB_PERROR,
49163         REPLACE_PERROR.
49164
49165 2008-09-14  Bruno Haible  <bruno@clisp.org>
49166
49167         * modules/stdio (Makefile.am): Reorder to match the order in
49168         lib/stdio.in.h.
49169         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
49170
49171 2008-09-13  Bruno Haible  <bruno@clisp.org>
49172
49173         * lib/sys_socket.in.h (EINPROGRESS, ...): Remove definitions.
49174
49175 2008-09-13  Bruno Haible  <bruno@clisp.org>
49176
49177         Extend strerror to cover the added errno values.
49178         * lib/strerror.c: Include errno.h and winsock2.h if it exists.
49179         (rpl_strerror): Provide error messages for the added errno values and
49180         for the WSA* values.
49181         * m4/strerror.m4 (gl_FUNC_STRERROR): Test REPLACE_STRERROR.
49182         (gl_FUNC_STRERROR_SEPARATE): If errno.h is replaced, always replace
49183         strerror.
49184         (gl_PREREQ_STRERROR): Test whether winsock2.h exists.
49185         * modules/strerror (Depends-on): Add errno.
49186         * doc/posix-functions/strerror.texi: Document the change.
49187         * tests/test-strerror.c (main): Check also the string for ETIMEDOUT
49188         and EOVERFLOW.
49189
49190 2008-09-13  Bruno Haible  <bruno@clisp.org>
49191
49192         * modules/EOVERFLOW: Remove file.
49193         * m4/eoverflow.m4: Remove file.
49194         * modules/EOVERFLOW-tests: Remove file.
49195         * tests/test-EOVERFLOW.c: Remove file.
49196         * modules/fprintf-posix (Depends-on): Replace EOVERFLOW with errno.
49197         * modules/ftell (Depends-on): Likewise.
49198         * modules/getdelim (Depends-on): Likewise.
49199         * modules/getugroups (Depends-on): Likewise.
49200         * modules/poll (Depends-on): Likewise.
49201         * modules/snprintf (Depends-on): Likewise.
49202         * modules/sprintf-posix (Depends-on): Likewise.
49203         * modules/vasnprintf (Depends-on): Likewise.
49204         * modules/vasprintf (Depends-on): Likewise.
49205         * modules/vfprintf-posix (Depends-on): Likewise.
49206         * modules/vsnprintf (Depends-on): Likewise.
49207         * modules/vsprintf-posix (Depends-on): Likewise.
49208         * modules/xvasprintf (Depends-on): Likewise.
49209         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
49210         * modules/unistdio/u8-vasprintf (Depends-on): Likewise.
49211         * modules/unistdio/u8-vsnprintf (Depends-on): Likewise.
49212         * modules/unistdio/u8-vsprintf (Depends-on): Likewise.
49213         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
49214         * modules/unistdio/u8-u8-vasprintf (Depends-on): Likewise.
49215         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Likewise.
49216         * modules/unistdio/u8-u8-vsprintf (Depends-on): Likewise.
49217         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
49218         * modules/unistdio/u16-u16-vasprintf (Depends-on): Likewise.
49219         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Likewise.
49220         * modules/unistdio/u16-u16-vsprintf (Depends-on): Likewise.
49221         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
49222         * modules/unistdio/u16-vasprintf (Depends-on): Likewise.
49223         * modules/unistdio/u16-vsnprintf (Depends-on): Likewise.
49224         * modules/unistdio/u16-vsprintf (Depends-on): Likewise.
49225         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
49226         * modules/unistdio/u32-vasprintf (Depends-on): Likewise.
49227         * modules/unistdio/u32-vsnprintf (Depends-on): Likewise.
49228         * modules/unistdio/u32-vsprintf (Depends-on): Likewise.
49229         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
49230         * modules/unistdio/u32-u32-vasprintf (Depends-on): Likewise.
49231         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Likewise.
49232         * modules/unistdio/u32-u32-vsprintf (Depends-on): Likewise.
49233         * modules/unistdio/ulc-fprintf (Depends-on): Likewise.
49234         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
49235         * modules/unistdio/ulc-vasprintf (Depends-on): Likewise.
49236         * modules/unistdio/ulc-vfprintf (Depends-on): Likewise.
49237         * modules/unistdio/ulc-vsnprintf (Depends-on): Likewise.
49238         * modules/unistdio/ulc-vsprintf (Depends-on): Likewise.
49239         * MODULES.html.sh: Remove EOVERFLOW.
49240         * NEWS: Mention the change.
49241
49242 2008-09-13  Bruno Haible  <bruno@clisp.org>
49243
49244         * modules/errno-tests: New file.
49245         * tests/test-errno.c: New file, incorporating tests/test-EOVERFLOW.c.
49246
49247         * lib/errno.in.h: New file.
49248         * m4/errno_h.m4: New file, borrowing from m4/eoverflow.m4.
49249         * modules/errno: New file.
49250         * doc/posix-headers/errno.texi: Update documentation.
49251         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add errno.
49252
49253 2008-09-13  Bruno Haible  <bruno@clisp.org>
49254
49255         * tests/test-poll.c: Use #if for native Windows, rather than testing
49256         __MSVCRT__.
49257
49258 2008-09-13  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
49259             Bruno Haible  <bruno@clisp.org>
49260
49261         * lib/glob.c: Don't include <pwd.h> on native Windows.
49262         (WINDOWS32): New macro.
49263         (glob) [WINDOW32]: Provide a reasonable replacement for getenv("HOME").
49264
49265 2008-09-13  Bruno Haible  <bruno@clisp.org>
49266
49267         * lib/glthread/cond.h [USE_SOLARIS_THREADS]
49268         (ETIMEDOUT): Remove macro.
49269         (glthread_cond_timedwait_multithreaded): New declaration.
49270         (glthread_cond_timedwait): Use it.
49271         * lib/glthread/cond.c [USE_SOLARIS_THREADS]
49272         (glthread_cond_timedwait_multithreaded): New function.
49273
49274 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
49275
49276         * modules/poll-tests: Do not check for io.h.
49277         * tests/test-poll.c: Check for __MSVCRT__ instead.
49278
49279 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
49280
49281         * lib/sys_socket.in.h (EINPROGRESS): Define for Winsock case.
49282         * modules/poll-tests: Add inet_pton, stdbool, sockets.
49283         * tests/test-poll.c: Use them.  Use _pipe on Windows.
49284
49285 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
49286
49287         * modules/poll-tests: New.
49288         * tests/test-poll.c: New.
49289
49290 2008-09-12  Eric Blake  <ebb9@byu.net>
49291
49292         frexp: test for NetBSD failure on -0.0
49293         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Enhance test, since some, but
49294         not all, bugs from NetBSD 3.0 have been fixed.
49295         * doc/posix-functions/frexp.texi (frexp): Document bug.
49296         Reported by Thomas Klausner.
49297
49298         signbit: work around bug of HP-UX 10.20 cc with -0.0 literal
49299         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Rewrite test to avoid
49300         literal -0.0.
49301         Reported by Jonathan C. Patschke <jp@centtech.com>.
49302
49303 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
49304
49305         * lib/glthread/cond.h: Use dummy implementation also if
49306         USE_WIN32_THREADS.
49307
49308 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
49309
49310         * modules/fnmatch-posix (License): Change to LGPLv2+.
49311         * modules/fnmatch-gnu (License): Likewise.
49312
49313 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
49314
49315         * lib/poll.c (poll): Fix polling unconnected server sockets on WIN32.
49316
49317 2008-09-11  Jim Meyering  <meyering@redhat.com>
49318
49319         * users.txt: Add gtk-vnc.
49320
49321 2008-09-08  Simon Josefsson  <simon@josefsson.org>
49322
49323         * tests/test-bitrotate.c: Test 8/16-bit rotates with 0 and maximum
49324         rotate amounts.
49325
49326         * lib/bitrotate.h: Doc fix, mention that N can be wider than minimally
49327         required for 16-bit and 8-bit rotates.
49328         * lib/bitrotate.h (rotl64, rotr64, rotl32, rotl32, rotl16, rotr16,
49329         rotl8, rotr8): Use UINT64_MAX, UINT32_MAX, UINT16_MAX, and
49330         UINT8_MAX instead of hard-coded constants.
49331         Suggested by Paul Eggert.
49332
49333 2008-09-07  Bruno Haible  <bruno@clisp.org>
49334
49335         * tests/test-striconveh.c (main): Check behaviour when converting from
49336         UTF-7.
49337
49338         Make striconveh work better with stateful encodings.
49339         * lib/striconveh.c (iconv_carefully, iconv_carefully_1): Don't assume
49340         that iconv does not increment the inptr when returning -1/EINVAL.
49341
49342 2008-09-07  Bruno Haible  <bruno@clisp.org>
49343
49344         * build-aux/config.rpath: Update according to libtool-2.2.6.
49345         * build-aux/config.libpath: Likewise.
49346
49347 2008-09-06  Bruno Haible  <bruno@clisp.org>
49348
49349         * lib/freadahead.c (freadahead): Add conditional for SLOW_BUT_NO_HACKS.
49350         * lib/freadptr.c (freadptr): Likewise.
49351         * lib/freadseek.c (freadptrinc): Likewise.
49352         Reported by Simon Josefsson.
49353
49354 2008-09-06  Bruno Haible  <bruno@clisp.org>
49355
49356         * modules/freadptr (License): Change to LGPLv2+.
49357         * modules/freadseek (License): Likewise.
49358         Suggested by Eric Blake.
49359
49360         * modules/memchr2 (License): Change to LGPLv2+.
49361         Approved by Eric Blake.
49362
49363 2008-09-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
49364             Bruno Haible  <bruno@clisp.org>
49365
49366         Make gnulib-tool work with native 'sed' on AIX.
49367         * gnulib-tool (sed_noop): New variable.
49368         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am, func_import,
49369         func_add_or_update, func_create_testdir): Use it to initialize sed
49370         script variables.
49371         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
49372
49373 2008-09-04  Albert Chin  <bug-gnulib@mlists.thewrittenword.com>
49374             Bruno Haible  <bruno@clisp.org>
49375
49376         * m4/include_next.m4 (gl_INCLUDE_NEXT): Add check whether #include_next
49377         also works after #include directives.
49378
49379 2008-09-04  OndÅ™ej Vašík  <ovasik@redhat.com>
49380
49381         getdate.y: reject an out-of-range timezone value
49382         * lib/getdate.y (time_zone_hhmm): Reject any TZ offset that is outside
49383         the range [-24...+24].  When specified with only one or two digits,
49384         * tests/test-getdate.c: Tests for the fix.
49385         * doc/getdate.texi: Document this change.
49386
49387 2008-09-03  Bruno Haible  <bruno@clisp.org>
49388
49389         * doc/glibc-functions/strverscmp.texi: Mention the strverscmp module.
49390
49391 2008-09-02  Simon Josefsson  <simon@josefsson.org>
49392
49393         * lib/bitrotate.h (rotl64, rotr64): Add.  Suggested by Bruce Korb
49394         <bruce.korb@gmail.com> with ideas from Ben Pfaff
49395         <blp@cs.stanford.edu>, Bruno Haible <bruno@clisp.org> and Eric
49396         Blake <ebb9@byu.net>.
49397
49398         * tests/test-bitrotate.c: Add more test vectors.
49399
49400 2008-09-02  Eric Blake  <ebb9@byu.net>
49401
49402         vasnprintf-posix: handle large precision via %.*d
49403         * lib/vasnprintf.c (VASNPRINTF): Don't pass precision to snprintf
49404         when handling it ourselves.
49405         * tests/test-vasnprintf-posix.c (test_function): Add test.
49406         * tests/test-snprintf-posix.h (test_function): Likewise.
49407         * tests/test-sprintf-posix.h (test_function): Likewise.
49408         * tests/test-vasprintf-posix.c (test_function): Likewise.
49409         Reported by Alain Guibert.
49410
49411 2008-09-01  Eric Blake  <ebb9@byu.net>
49412
49413         c-stack: make configure-time check more robust
49414         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check for
49415         successful sigaction call.
49416         Reported by Tom G. Christensen.
49417
49418 2008-09-01  Bruno Haible  <bruno@clisp.org>
49419
49420         New module 'findprog-lgpl'.
49421         * modules/findprog-lgpl: New file.
49422         * lib/findprog-lgpl.c: New file.
49423         * lib/findprog.c: Compile nothing in findprog.c if findprog-lgpl.c is
49424         also compiled. Consider the possibly defined symbol IN_FINDPROG_LGPL
49425         to decide whether to use strdup or xstrdup, concatenated_filename or
49426         xconcatenated_filename.
49427
49428 2008-09-01  Bruno Haible  <bruno@clisp.org>
49429
49430         Split module 'concat-filename' into 'concat-filename' (LGPL) and
49431         'xconcat-filename' (GPL).
49432         * modules/concat-filename (Depends-on): Add malloc-posix, remove xalloc.
49433         (License): Change to LGPLv2+.
49434         * modules/xconcat-filename: New file.
49435         * lib/concat-filename.h (concatenated_filename): Change specification.
49436         (xconcatenated_filename): New declaration.
49437         * lib/concat-filename.c: Include errno.h, stdlib.h, not xalloc.h.
49438         (concatenated_filename): Use malloc instead of xalloc. Handle out-of-
49439         memory situations.
49440         * lib/xconcat-filename.c: New file.
49441         * NEWS: Mention the change.
49442         * lib/findprog.c: Include concat-filename.h, not filename.h.
49443         (find_in_path): Use xconcatenated_filename instead of
49444         concatenated_filename.
49445         * lib/javacomp.c: Include concat-filename.h, not filename.h.
49446         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
49447         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
49448         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
49449         is_oldgcj_14_13_usable, is_javac_usable): Use xconcatenated_filename
49450         instead of concatenated_filename.
49451         * lib/javaexec.c: Include concat-filename.h, not filename.h.
49452         (execute_java_class): Use xconcatenated_filename instead of
49453         concatenated_filename.
49454         * modules/findprog (Depends-on): Add xconcat-filename, remove filename.
49455         * modules/javacomp (Depends-on): Likewise.
49456         * modules/javaexec (Depends-on): Likewise.
49457
49458 2008-09-01  Bruno Haible  <bruno@clisp.org>
49459
49460         Split module 'filename' into 'filename' and 'concat-filename'.
49461         * modules/filename: Keep only lib/filename.h.
49462         (License): Change to LGPLv2+.
49463         * modules/concat-filename: New file, extracted from modules/filename.
49464         * lib/filename.h (concatenated_filename): Remove declaration.
49465         * lib/concat-filename.h: New file, extracted from lib/filename.h.
49466         * lib/concat-filename.c: Include concat-filename.h.
49467         * NEWS: Mention the change.
49468
49469 2008-09-01  Simon Josefsson  <simon@josefsson.org>
49470
49471         * lib/bitrotate.h (rotl8, rotr8): Add.
49472
49473         * modules/bitrotate (configure.ac): Need
49474         AC_REQUIRE([AC_C_INLINE]).
49475         (Description): Mention stdint.h.  Reported by Bruno Haible
49476         <bruno@clisp.org>.
49477
49478         * lib/bitrotate.h (rotr16, rotl16): Fix mask value.  Reported by
49479         Paolo Bonzini <bonzini@gnu.org>.
49480
49481 2008-08-31  Bruno Haible  <bruno@clisp.org>
49482
49483         Assume Solaris specific bi-arch conventions on Solaris systems.
49484         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): On Solaris in 64-bit
49485         mode, set acl_libdirstem to lib/64. Also set acl_libdirstem2.
49486         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): If acl_libdirstem does not
49487         work, try acl_libdirstem2 as fallback. Otherwise treat acl_libdirstem2
49488         like acl_libdirstem.
49489         (AC_LIB_LINKFLAGS_FROM_LIBS): Treat acl_libdirstem2 like
49490         acl_libdirstem.
49491         * NEWS: Mention the change.
49492         Reported by Ben Taylor <bentaylor.solx86@gmail.com>.
49493
49494 2008-08-31  Jim Meyering  <meyering@redhat.com>
49495
49496         * lib/strftime.h: Add comments describing the two added arguments.
49497
49498         remove duplicate #include directives
49499         * lib/chdir-long.c [TEST_CHDIR]: Remove duplicate #include <stdio.h>.
49500         * lib/putenv.c: Remove duplicate #include <stdlib.h>.
49501
49502 2008-08-31  Bruno Haible  <bruno@clisp.org>
49503
49504         New module 'sigpipe-die'.
49505         * modules/sigpipe-die: New file.
49506         * lib/sigpipe-die.h: New file.
49507         * lib/sigpipe-die.c: New file.
49508         * MODULES.html.sh (Signal handling): Add sigpipe-die.
49509
49510 2008-08-31  Bruno Haible  <bruno@clisp.org>
49511
49512         Don't override previously installed signal handlers.
49513         * lib/fatal-signal.c (saved_sigactions): New variable.
49514         (uninstall_handlers): Reset the signal to the saved handler, not
49515         to SIG_DFL (except when ignored).
49516         (install_handlers): Save the previous handlers.
49517
49518 2008-08-30  Bruno Haible  <bruno@clisp.org>
49519
49520         * gnulib-tool (func_reset_sigpipe): New function.
49521         (func_get_automake_snippet, func_modules_transitive_closure,
49522         func_import): Invoke it before a join command that reads from stdin,
49523         to avoid "echo: write error: Broken pipe" error messages on stderr.
49524         Reported by Sam Steingold <sds@gnu.org>.
49525
49526 2008-08-30  Bruno Haible  <bruno@clisp.org>
49527
49528         * m4/fopen.m4 (gl_FUNC_FOPEN): Test against bug with trailing slash.
49529         Code copied from m4/open.m4.
49530         * lib/fopen.c (rpl_fopen): Return NULL if the mode specifies write
49531         access and the filename ends in a slash. Code copied from lib/open.c.
49532         * doc/posix-functions/fopen.texi: Document bug with trailing slash.
49533         * tests/test-fopen.c (main): Check against bug with trailing slash.
49534
49535 2008-08-29  Bruno Haible  <bruno@clisp.org>
49536
49537         Avoid some "gcc -pedantic" warnings.
49538         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also PRAGMA_SYSTEM_HEADER.
49539         * lib/arpa_inet.in.h: Use PRAGMA_SYSTEM_HEADER.
49540         * lib/dirent.in.h: Likewise.
49541         * lib/fcntl.in.h: Likewise.
49542         * lib/float.in.h: Likewise.
49543         * lib/iconv.in.h: Likewise.
49544         * lib/inttypes.in.h: Likewise.
49545         * lib/locale.in.h: Likewise.
49546         * lib/math.in.h: Likewise.
49547         * lib/netinet_in.in.h: Likewise.
49548         * lib/search.in.h: Likewise.
49549         * lib/signal.in.h: Likewise.
49550         * lib/stdarg.in.h: Likewise.
49551         * lib/stdint.in.h: Likewise.
49552         * lib/stdio.in.h: Likewise.
49553         * lib/stdlib.in.h: Likewise.
49554         * lib/string.in.h: Likewise.
49555         * lib/strings.in.h: Likewise.
49556         * lib/sys_select.in.h: Likewise.
49557         * lib/sys_socket.in.h: Likewise.
49558         * lib/sys_stat.in.h: Likewise.
49559         * lib/sys_time.in.h: Likewise.
49560         * lib/sysexits.in.h: Likewise.
49561         * lib/time.in.h: Likewise.
49562         * lib/unistd.in.h: Likewise.
49563         * lib/wchar.in.h: Likewise.
49564         * lib/wctype.in.h: Likewise.
49565         * modules/arpa_inet (Makefile.am): Also substitute PRAGMA_SYSTEM_HEADER.
49566         * modules/fchdir (Makefile.am): Likewise.
49567         * modules/fcntl (Makefile.am): Likewise.
49568         * modules/float (Makefile.am): Likewise.
49569         * modules/iconv_open (Makefile.am): Likewise.
49570         * modules/inttypes (Makefile.am): Likewise.
49571         * modules/locale (Makefile.am): Likewise.
49572         * modules/math (Makefile.am): Likewise.
49573         * modules/netinet_in (Makefile.am): Likewise.
49574         * modules/search (Makefile.am): Likewise.
49575         * modules/signal (Makefile.am): Likewise.
49576         * modules/stdarg (Makefile.am): Likewise.
49577         * modules/stdint (Makefile.am): Likewise.
49578         * modules/stdio (Makefile.am): Likewise.
49579         * modules/stdlib (Makefile.am): Likewise.
49580         * modules/string (Makefile.am): Likewise.
49581         * modules/strings (Makefile.am): Likewise.
49582         * modules/sys_select (Makefile.am): Likewise.
49583         * modules/sys_socket (Makefile.am): Likewise.
49584         * modules/sys_stat (Makefile.am): Likewise.
49585         * modules/sys_time (Makefile.am): Likewise.
49586         * modules/sysexits (Makefile.am): Likewise.
49587         * modules/time (Makefile.am): Likewise.
49588         * modules/unistd (Makefile.am): Likewise.
49589         * modules/wchar (Makefile.am): Likewise.
49590         * modules/wctype (Makefile.am): Likewise.
49591         Reported by Reuben Thomas <rrt@sc3d.org>.
49592
49593 2008-08-29  Bruno Haible  <bruno@clisp.org>
49594
49595         * m4/include_next.m4 (gl_INCLUDE_NEXT): Don't define HAVE_INCLUDE_NEXT
49596         any more.
49597
49598 2008-08-29  Simon Josefsson  <simon@josefsson.org>
49599
49600         * MODULES.html.sh (Misc): Add bitrotate.
49601
49602         * modules/bitrotate: New file.
49603
49604         * lib/bitrotate.h: New file.
49605
49606         * modules/bitrotate-tests: New file.
49607
49608         * tests/test-bitrotate.c: New file.
49609
49610         * modules/crypto/gc-arctwo, modules/crypto/arctwo: Add dependency
49611         on the bitrotate module.
49612
49613         * lib/arctwo.c: Use new bitrotate module.
49614
49615 2008-08-29  Jim Meyering  <meyering@redhat.com>
49616
49617         bootstrap: merge changes from coreutils
49618         * build-aux/bootstrap (cp_mark_as_generated): Preserve perms
49619         of copied files.  Remove a kludge, now that this is fixed.
49620         * build-aux/bootstrap: Fix unportable expr usage. (by Ralf Wildenhues)
49621         * build-aux/bootstrap: Remove $bt and $bt2 also when not using gettext.
49622         * build-aux/bootstrap: Remove coreutils-specific SUBDIRS-related code.
49623
49624 2008-08-29  Bruno Haible  <bruno@clisp.org>
49625
49626         * MODULES.html.sh: Remove --cvs-urls option.
49627
49628 2008-08-28  Jose E. Marchesi  <jemarch@gnu.org>  (tiny change)
49629
49630         maint.mk: adjust to file name change
49631         * top/maint.mk: s/Makefile.cfg/cfg.mk/.
49632
49633 2008-08-28  Jim Meyering  <meyering@redhat.com>
49634
49635         * modules/getndelim2 (License): Relicense to LGPLv2+.
49636         Approved by Richard Stallman for the version of 1995, and by
49637         Paul Eggert, Bruno Haible, Eric Blake for their contributions.
49638
49639 2008-08-27  Paolo Bonzini  <bonzini@gnu.org>
49640
49641         * lib/getdelim.c (flockfile, funlockfile): Make all of them
49642         dummy if one is not available.  Do not touch them if
49643         USE_UNLOCKED_IO, instead letting unlocked-io.h do that.
49644         (getc_maybe_unlocked): New.
49645         * m4/getdelim.m4 (gl_PREREQ_GETDELIM): Check for getc_unlocked.
49646
49647 2008-08-26  Eric Blake  <ebb9@byu.net>
49648
49649         doc/INSTALL: resync from autoconf
49650         * doc/Makefile (INSTALL, INSTALL.ISO, INSTALL.UTF-8): Simplify.
49651         (INSTALL_PRELUDE): Delete; this is done more efficiently by
49652         moving...
49653         * install.texi [!autoconf]: ...here.  Resync from autoconf.
49654         * INSTALL: Regenerate.
49655         * INSTALL.ISO: New file.
49656         * INSTALL.UTF-8: Likewise.
49657
49658 2008-08-26  Jim Meyering  <meyering@redhat.com>
49659
49660         GNUmakefile: cfg.mk definitions override default autoreconf-rerun policy
49661         * top/GNUmakefile (_is-dist-target, _is-install-target): Make
49662         these definitions conditional, so that they may be overridden, too.
49663
49664 2008-08-26  Bruno Haible  <bruno@clisp.org>
49665
49666         Generate INSTALL file variants with prettier quotes.
49667         * doc/Makefile (INSTALL_PRELUDE): New macro.
49668         (INSTALL): Use it.
49669         (INSTALL.ISO, INSTALL.UTF-8): New rules.
49670
49671 2008-08-26  Bruno Haible  <bruno@clisp.org>
49672
49673         Run makeinfo in an English locale.
49674         * doc/Makefile (MAKEINFO): New variable.
49675
49676 2008-08-26  Bruno Haible  <bruno@clisp.org>
49677
49678         * doc/Makefile (INSTALL): Use --no-validate instead of --no-warn.
49679         Suggested by Eric Blake.
49680
49681 2008-08-25  Bruno Haible  <bruno@clisp.org>
49682
49683         * doc/Makefile (INSTALL): Generate with @firstparagraphindent set.
49684
49685 2008-08-25  Eric Blake  <ebb9@byu.net>
49686
49687         c-stack: test that stack overflow can be caught
49688         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Also check
49689         that platform allows handling stack overflow; at least OS/2 EMX
49690         has sigaltstack, but crashes before transferring control to
49691         handler on stack overflow.
49692         * lib/c-stack.c [HAVE_SIGALTSTACK]: Adjust conditions to also
49693         check for HAVE_STACK_OVERFLOW_HANDLING.
49694         Reported by Elbert Pol.
49695
49696 2008-08-25  Bruno Haible  <bruno@clisp.org>
49697
49698         * doc/posix-functions/strftime.texi: Fix description of strftime
49699         module.
49700
49701 2008-08-24  Bruno Haible  <bruno@clisp.org>
49702
49703         * tests/uniwidth/test-uc_width2.c: New file.
49704         * tests/uniwidth/test-uc_width2.sh: New file.
49705         * modules/uniwidth/width-tests (Files): Add the new files.
49706         (TESTS): Add uniwidth/test-uc_width2.sh.
49707         (TESTS_ENVIRONMENT): New variable.
49708         (check_PROGRAMS): Add test-uc_width2.
49709         (test_uc_width2_SOURCES): New variable.
49710
49711         Fix uc_width(0x00AB) bug, introduced on 2007-07-08.
49712         * lib/uniwidth/width.c (nonspacing_table_data): Set bit for 0x00AD,
49713         not 0x00AB.
49714         Reported by Alexander V. Lukyanov <lav@netis.ru>.
49715
49716 2008-08-22  Eric Blake  <ebb9@byu.net>
49717
49718         test-lock, test-tls: mention why a test is skipped
49719         * tests/test-lock.c (main) [!USE_*_THREADS]: Print why test is
49720         skipped.
49721         * tests/test-tls.c (main) [!USE_*_THREADS]: Likewise.
49722
49723         count-one-bits: relax license
49724         * modules/count-one-bits (License): Relicense to LGPLv2+.
49725         Suggested by Ludovic Courtès, approved by Ben Pfaff.
49726
49727 2008-08-22  Andreas Schwab  <schwab@suse.de>
49728
49729         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
49730         Remove spurious space in assignment.
49731
49732 2008-08-21  Simon Josefsson  <simon@josefsson.org>
49733
49734         * m4/autobuild.m4: Use TZ=UTC0 instead of TZ=UTC.  Reported by
49735         Paul Eggert <eggert@CS.UCLA.EDU>.
49736
49737 2008-08-20  Paolo Bonzini  <bonzini@gnu.org>
49738
49739         * modules/gettext: Add m4/threadlib.m4.
49740
49741 2008-08-19  Eric Blake  <ebb9@byu.net>
49742
49743         test-c-stack: fix compilation failure on FreeBSD 5.0
49744         * tests/test-c-stack.c [HAVE_SETRLIMIT]: Include prerequisite
49745         headers before <sys/resource.h>.
49746         * doc/posix-headers/sys_resource.texi (sys/resource.h): Document
49747         the bug.
49748         Reported by Nelson H. F. Beebe.
49749
49750         strverscmp: migrate from "strverscmp.h" to <string.h>
49751         * modules/string (Makefile.am): Add new hooks.
49752         * modules/strverscmp (Files): Remove strverscmp.h.
49753         (Depends-on): Add string.
49754         (configure.ac): Add indicator.
49755         (Include): Mention new header.
49756         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Provide new
49757         defaults.
49758         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Inform string module of
49759         results.
49760         * lib/strverscmp.h: Delete.
49761         * lib/string.in.h (strverscmp): Provide declaration, when needed.
49762         * tests/test-strverscmp.c (includes): Adjust client.
49763         * lib/check-version.c (includes): Likewise.
49764         * NEWS: Document the change.
49765
49766         strverscmp: add unit test
49767         * modules/strverscmp-tests: New file.
49768         * tests/test-strverscmp.c: Likewise.
49769
49770 2008-08-19  Simon Josefsson  <simon@josefsson.org>
49771
49772         * lib/gc-gnulib.c: Indentation cleanup.  Add some comments
49773         regarding Windows crypto stuff, from Mono.
49774
49775 2008-08-19  Adam Strzelecki <ono@java.pl>  (tiny change)
49776
49777         * lib/gc-gnulib.c: Use CRYPT_VERIFY_CONTEXT.  Try to use Intel CSP
49778         if present, for intel RND.  Return error on failures.
49779
49780 2008-08-18  Ben Pfaff  <blp@gnu.org>
49781
49782         gitlog-to-changelog: give better diagnostic for failed pipe-open
49783         * build-aux/gitlog-to-changelog: Improve error message: suggest
49784         that the version of Git may be too old.
49785
49786 2008-08-18  Simon Josefsson  <simon@josefsson.org>
49787
49788         * m4/autobuild.m4: Use TZ=UTC to avoid time zone complexity.  Use
49789         ISO 8601 format.  Suggested by Greg Troxel <gdt@ir.bbn.com>.
49790
49791 2008-08-18  Bruno Haible  <bruno@clisp.org>
49792
49793         * lib/glthread/thread.h [USE_SOLARIS_THREADS]: Use thread_in_use(), not
49794         pthread_in_use().
49795
49796 2008-08-18  Bruno Haible  <bruno@clisp.org>
49797
49798         * lib/glthread/threadlib.c: Include <pthread.h>.
49799
49800 2008-08-18  Bruno Haible  <bruno@clisp.org>
49801
49802         * lib/glthread/lock.h [USE_SOLARIS_THREADS]: Fix
49803         glthread_recursive_lock_* macros.
49804         * lib/glthread/lock.c (glthread_recursive_lock_destroy_multithreaded):
49805         Fix syntax error.
49806
49807 2008-08-18  Bruno Haible  <bruno@clisp.org>
49808
49809         * lib/glthread/thread.c: Avoid forcing a context switch right after
49810         thread creation.
49811
49812 2008-08-17  Bruno Haible  <bruno@clisp.org>
49813
49814         * lib/glthread/thread.c: New file, based on code from tests/test-lock.c.
49815         * lib/glthread/thread.h: Provide Win32 specific implementation.
49816         * modules/thread (Files): Add lib/glthread/thread.c.
49817         (Depends-on): Add lock.
49818         (Makefile.am): Add glthread/thread.c to lib_SOURCES.
49819
49820 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
49821
49822         New module 'yield'.
49823         * modules/yield: New file.
49824         * lib/glthread/yield.h: New file.
49825         * m4/yield.m4: New file.
49826         * MODULES.html.sh (Multithreading): Add yield.
49827
49828 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
49829
49830         New module 'thread'.
49831         * modules/thread: New file.
49832         * lib/glthread/thread.h: New file.
49833         * m4/thread.m4: New file.
49834         * MODULES.html.sh (Multithreading): Add thread.
49835
49836 2008-08-17  Bruno Haible  <bruno@clisp.org>
49837
49838         * lib/glthread/lock.h: Include <stdlib.h> always.
49839         * lib/glthread/tls.h: Likewise.
49840         * lib/glthread/cond.h: Likewise.
49841
49842 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
49843
49844         New module 'cond'.
49845         * modules/cond: New file.
49846         * lib/glthread/cond.h: New file.
49847         * lib/glthread/cond.c: New file.
49848         * m4/cond.m4: New file.
49849         * MODULES.html.sh (Multithreading): Add cond.
49850
49851 2008-08-16  Eric Blake  <ebb9@byu.net>
49852
49853         c-stack: fix regression on Irix 5.3 from 2008-06-21
49854         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Move check for
49855         sa_sigaction...
49856         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): ...here.
49857         (gl_PREREQ_SIGACTION): Depend on sig-handler.h prereq's.
49858         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Set the default.
49859         * modules/signal (Makefile.am): Use the value.
49860         * lib/signal.in.h (sa_sigaction) [HAVE_SIGACTION
49861         && !HAVE_STRUCT_SIGACTION_SA_SIGACTION]: Define.
49862         * doc/posix-headers/signal.texi (signal.h): Document this
49863         portability issue.
49864         * doc/posix-functions/sigaction.texi (sigaction): Likewise.
49865         Reported by Tom G. Christensen.
49866
49867 2008-08-17  Bruno Haible  <bruno@clisp.org>
49868
49869         New module 'threadlib'.
49870         * modules/threadlib: New file.
49871         * lib/glthread/threadlib.c: New file, extracted from
49872         lib/glthread/lock.c.
49873         * lib/glthread/lock.c (dummy_thread_func, glthread_in_use): Remove
49874         functions.
49875         * m4/threadlib.m4: New file, from m4/lock.m4, renaming gl_LOCK to
49876         gl_THREADLIB and gl_LOCK_EARLY to gl_THREADLIB_EARLY.
49877         * m4/lock.m4 (gl_LOCK_EARLY, gl_LOCK_EARLY_BODY, gl_LOCK_BODY): Remove
49878         macros.
49879         (gl_LOCK): Just require gl_THREADLIB and perform checks for lock.h.
49880         (gl_DISABLE_THREADS): Remove macro.
49881         * modules/lock (Files): Remove build-aux/config.rpath.
49882         (Depends-on): Remove havelib. Add threadlib.
49883         (configure.ac-early): Remove section.
49884         * m4/tls.m4 (gl_TLS): Require gl_THREADLIB instead of gl_LOCK.
49885         * modules/tls (Depends-on): Remove lock. Add threadlib.
49886         (Link): New section, copied from threadlib.
49887         * MODULES.html.sh (Multithreading): Add threadlib.
49888
49889 2008-08-14  Bruno Haible  <bruno@clisp.org>
49890
49891         * lib/glthread/lock.h (glthread_lock_lock, glthread_lock_unlock,
49892         glthread_lock_destroy, glthread_rwlock_rdlock, glthread_rwlock_wrlock,
49893         glthread_rwlock_unlock, glthread_rwlock_destroy,
49894         glthread_recursive_lock_lock, glthread_recursive_lock_unlock,
49895         glthread_recursive_lock_destroy): Define as macros always.
49896         * lib/glthread/lock.c (glthread_lock_lock_func): Renamed from
49897         glthread_lock_lock.
49898         (glthread_lock_unlock_func): Renamed from glthread_lock_unlock.
49899         (glthread_lock_destroy_func): Renamed from glthread_lock_destroy.
49900         (glthread_rwlock_rdlock_func): Renamed from glthread_rwlock_rdlock.
49901         (glthread_rwlock_wrlock_func): Renamed from glthread_rwlock_wrlock.
49902         (glthread_rwlock_unlock_func): Renamed from glthread_rwlock_unlock.
49903         (glthread_rwlock_destroy_func): Renamed from glthread_rwlock_destroy.
49904         (glthread_recursive_lock_lock_func): Renamed from
49905         glthread_recursive_lock_lock.
49906         (glthread_recursive_lock_unlock_func): Renamed from
49907         glthread_recursive_lock_unlock.
49908         (glthread_recursive_lock_destroy_func): Renamed from
49909         glthread_recursive_lock_destroy.
49910
49911 2008-08-14  Bruno Haible  <bruno@clisp.org>
49912
49913         * lib/glthread/lock.h: Renamed from lib/lock.h.
49914         * lib/glthread/lock.c: Renamed from lib/lock.c. Update includes.
49915         * lib/glthread/tls.h: Renamed from lib/tls.h.
49916         * lib/glthread/tls.c: Renamed from lib/tls.c. Update includes.
49917         * lib/fstrcmp.c: Update includes.
49918         * lib/strsignal.c: Update includes.
49919         * modules/lock (Files, Makefile.am): Update.
49920         (Include): Change to "glthread/lock.h".
49921         * modules/tls (Files, Makefile.am): Update.
49922         (Include): Change to "glthread/tls.h".
49923         * tests/test-lock.c: Update includes.
49924         * tests/test-tls.c: Update includes.
49925         * NEWS: Mention the renamed header files.
49926
49927 2008-08-11  Jim Meyering  <meyering@redhat.com>
49928
49929         * lib/fts_.h: Fix grammar (insert a missing "is") in a comment.
49930
49931 2008-08-11  Eric Blake  <ebb9@byu.net>
49932
49933         test-c-stack: avoid C99-ism
49934         * tests/test-c-stack.c (main): Fix whitespace, move declaration
49935         before statement.
49936         Reported by Alain Guibert.
49937
49938 2008-08-10  Jim Meyering  <meyering@redhat.com>
49939
49940         ensure that return value of uinttostr et al are not ignored
49941         * lib/inttostr.h (__GNUC_PREREQ): Define.
49942         (__attribute_warn_unused_result__): Define.
49943         (offtostr, imaxtostr, umaxtostr, uinttostr): Apply the attribute.
49944
49945 2008-08-07  Paolo Bonzini  <bonzini@gnu.org>
49946
49947         * lib/lock.c (glthread_recursive_lock_init_multithreaded)
49948         [!PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Fix typo.
49949
49950 2008-08-07  Jim Meyering  <meyering@redhat.com>
49951
49952         * m4/inet_pton.m4: Fix typo in comment: s/inet_ntop/inet_pton/.
49953
49954         * modules/mkstemp (License): Relicense under LGPLv2+.
49955         * modules/tempname (License): Likewise.
49956
49957 2008-08-06  Bruno Haible  <bruno@clisp.org>
49958
49959         * lib/poll.c (poll): Further micro-optimization.
49960
49961 2008-08-06  Jim Meyering  <meyering@redhat.com>
49962
49963         inet_pton.c: use locale-independent tolower
49964         * lib/inet_pton.c: Include <c-ctype.h> rather than <ctype.h>.
49965         (inet_pton6): Use c_tolower rather than tolower.
49966         * modules/inet_pton (Depends-on): Add c-ctype.
49967
49968 2008-08-06  Paolo Bonzini  <bonzini@gnu.org>
49969
49970         * lib/poll.c (poll): Avoid division when timeout is 0, cache
49971         _SC_OPEN_MAX, avoid repeated access to errno.  Check for nfd < 0.
49972
49973 2008-08-06  Jim Meyering  <meyering@redhat.com>
49974
49975         * modules/inet_pton (License): Relicense under LGPLv2+.
49976
49977 2008-08-03  Bruno Haible  <bruno@clisp.org>
49978
49979         Additional non-aborting API for lock and tls.
49980         * lib/lock.h: Include <errno.h>.
49981         (glthread_lock_init): New macro/function.
49982         (gl_lock_init): Define as wrapper around glthread_lock_init.
49983         (glthread_lock_lock): New macro/function.
49984         (gl_lock_lock): Define as wrapper around glthread_lock_lock.
49985         (glthread_lock_unlock): New macro/function.
49986         (gl_lock_unlock): Define as wrapper around glthread_lock_unlock.
49987         (glthread_lock_destroy): New macro/function.
49988         (gl_lock_destroy): Define as wrapper around glthread_lock_destroy.
49989         (glthread_rwlock_init): New macro/function.
49990         (gl_rwlock_init): Define as wrapper around glthread_rwlock_init.
49991         (glthread_rwlock_rdlock): New macro/function.
49992         (gl_rwlock_rdlock): Define as wrapper around glthread_rwlock_rdlock.
49993         (glthread_rwlock_wrlock): New macro/function.
49994         (gl_rwlock_wrlock): Define as wrapper around glthread_rwlock_wrlock.
49995         (glthread_rwlock_unlock): New macro/function.
49996         (gl_rwlock_unlock): Define as wrapper around glthread_rwlock_unlock.
49997         (glthread_rwlock_destroy): New macro/function.
49998         (gl_rwlock_destroy): Define as wrapper around glthread_rwlock_destroy.
49999         (glthread_recursive_lock_init): New macro/function.
50000         (gl_recursive_lock_init): Define as wrapper around
50001         glthread_recursive_lock_init.
50002         (glthread_recursive_lock_lock): New macro/function.
50003         (gl_recursive_lock_lock): Define as wrapper around
50004         glthread_recursive_lock_lock.
50005         (glthread_recursive_lock_unlock): New macro/function.
50006         (gl_recursive_lock_unlock): Define as wrapper around
50007         glthread_recursive_lock_unlock.
50008         (glthread_recursive_lock_destroy): New macro/function.
50009         (gl_recursive_lock_destroy): Define as wrapper around
50010         glthread_recursive_lock_destroy.
50011         (glthread_once): New macro/function.
50012         (gl_once): Define as wrapper around glthread_once.
50013         Update function declarations.
50014         * lib/lock.c (glthread_rwlock_init_multithreaded): Renamed from
50015         glthread_rwlock_init. Return error code.
50016         (glthread_rwlock_rdlock_multithreaded): Renamed from
50017         glthread_rwlock_rdlock. Return error code.
50018         (glthread_rwlock_wrlock_multithreaded): Renamed from
50019         glthread_rwlock_wrlock. Return error code.
50020         (glthread_rwlock_unlock_multithreaded): Renamed from
50021         glthread_rwlock_unlock. Return error code.
50022         (glthread_rwlock_destroy_multithreaded): Renamed from
50023         glthread_rwlock_destroy. Return error code.
50024         (glthread_recursive_lock_init_multithreaded): Renamed from
50025         glthread_recursive_lock_init. Return error code.
50026         (glthread_recursive_lock_lock_multithreaded): Renamed from
50027         glthread_recursive_lock_lock. Return error code.
50028         (glthread_recursive_lock_unlock_multithreaded): Renamed from
50029         glthread_recursive_lock_unlock. Return error code.
50030         (glthread_recursive_lock_destroy_multithreaded): Renamed from
50031         glthread_recursive_lock_destroy. Return error code.
50032         (glthread_once_call): Make static.
50033         (glthread_once_multithreaded): Renamed from glthread_once.
50034         * lib/tls.h: Include <errno.h>.
50035         (glthread_tls_key_init): New macro/function.
50036         (gl_tls_key_init): Define as wrapper around glthread_tls_key_init.
50037         (glthread_tls_set): New macro/function.
50038         (gl_tls_set): Define as wrapper around glthread_tls_set.
50039         (glthread_tls_key_destroy): New macro/function.
50040         (gl_tls_key_destroy): Define as wrapper around glthread_tls_key_destroy.
50041         Update function declarations.
50042         * lib/tls.c (glthread_tls_get_multithreaded): Renamed from
50043         glthread_tls_get.
50044         Suggested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
50045
50046 2008-08-04  Eric Blake  <ebb9@byu.net>
50047
50048         gnumakefile: use space, not TAB, outside of targets
50049         * top/GNUmakefile (_dummy): Fix whitespace error in prior edit.
50050
50051 2008-08-02  Jim Meyering  <meyering@redhat.com>
50052
50053         getdate.y: avoid locale-dependent date parsing failure
50054         In Turkish locales, getdate would fail to recognize keywords
50055         containing a lowercase "i".  The solution is not to rely on
50056         locale-sensitive case-conversion.
50057         * lib/getdate.y: Include <c-ctype.h> rather than <ctype.h>.
50058         (lookup_word): Use c_toupper in place of toupper.
50059         (yylex, get_date): Use c_ prefixed variants of isspace and isalpha, too.
50060         Reported by Vefa Bicakci <bicave@superonline.com> in
50061         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/14184>.
50062         * modules/getdate (Depends-on): Add c-ctype.
50063
50064 2008-08-02  Bruno Haible  <bruno@clisp.org>
50065
50066         * gnulib-tool (func_import): When updating or creating a .gitignore
50067         file, prepend each added line with a slash, and ignore leading slashes
50068         from the existing lines.
50069         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
50070
50071 2008-08-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
50072
50073         Portability fix for GNU make 3.79.1.
50074         * top/GNUmakefile: Avoid 'else COND', which older GNU make
50075         versions do not understand.
50076
50077 2008-08-01  Bruno Haible  <bruno@clisp.org>
50078
50079         Work around bug of HP-UX 10.20 cc with -0.0 literal.
50080         * tests/test-isnanf.h (zero): New variable.
50081         (main): Avoid literal -0.0f.
50082         * tests/test-isnand.h (zero): New variable.
50083         (main): Avoid literal -0.0.
50084         * tests/test-isnanl.h (zero): New variable.
50085         (main): Avoid literal -0.0L.
50086         * tests/test-isnan.c (zerof, zerod, zerol): New variables.
50087         (test_float, test_double, test_long_double): Avoid literals -0.0f,
50088         -0.0, -0.0L.
50089         * tests/test-signbit.c (test_signbitf): Avoid literal -0.0f.
50090         (test_signbitd): Avoid literal -0.0.
50091         (test_signbitl): Avoid literal -0.0L.
50092         * tests/test-ceilf1.c (zero): New variable.
50093         (main): Avoid literal -0.0f.
50094         * tests/test-ceill.c (zero): New variable.
50095         (main): Avoid literal -0.0L.
50096         * tests/test-floorf1.c (zero): New variable.
50097         (main): Avoid literal -0.0f.
50098         * tests/test-floorl.c (zero): New variable.
50099         (main): Avoid literal -0.0L.
50100         * tests/test-roundf1.c (zero): New variable.
50101         (main): Avoid literal -0.0f.
50102         * tests/test-round1.c (zero): New variable.
50103         (main): Avoid literal -0.0.
50104         * tests/test-roundl.c (zero): New variable.
50105         (main): Avoid literal -0.0L.
50106         * tests/test-truncf1.c (zero): New variable.
50107         (main): Avoid literal -0.0f.
50108         * tests/test-trunc1.c (zero): New variable.
50109         (main): Avoid literal -0.0.
50110         * tests/test-truncl.c (zero): New variable.
50111         (main): Avoid literal -0.0L.
50112         * tests/test-frexp.c (zero): New variable.
50113         (main): Avoid literal -0.0.
50114         * tests/test-frexpl.c (zero): New variable.
50115         (main): Avoid literal -0.0L.
50116         * tests/test-ldexpl.c (zero): New variable.
50117         (main): Avoid literal -0.0L.
50118         * tests/test-snprintf-posix.h (have_minus_zero): Avoid literal -0.0.
50119         (zerod, zerol): New variables.
50120         (test_function): Avoid literals -0.0, -0.0L.
50121         * tests/test-sprintf-posix.h (have_minus_zero): Avoid literal -0.0.
50122         (zerod, zerol): New variables.
50123         (test_function): Avoid literals -0.0, -0.0L.
50124         * tests/test-vasnprintf-posix.c (have_minus_zero): Avoid literal -0.0.
50125         (zerod, zerol): New variables.
50126         (test_function): Avoid literals -0.0, -0.0L.
50127         * tests/test-vasprintf-posix.c (have_minus_zero): Avoid literal -0.0.
50128         (zerod, zerol): New variables.
50129         (test_function): Avoid literals -0.0, -0.0L.
50130         * tests/test-strtod.c (zero): New variable.
50131         (main): Avoid literal -0.0.
50132         Reported by Jonathan C. Patschke <jp@centtech.com>.
50133
50134 2008-07-31  Jim Meyering  <meyering@redhat.com>
50135
50136         sha256.h: correct definition of SHA224_DIGEST_SIZE
50137         * lib/sha256.h (SHA224_DIGEST_SIZE): Define to 28, not 24.
50138         Reported by Paulie Pena IV <paulie4@gmail.com>.
50139         Define as 224 / 8, rather than as a literal.
50140         (SHA256_DIGEST_SIZE): Define as 256/8 rather than equivalent literal.
50141         * lib/sha512.h (SHA384_DIGEST_SIZE): Likewise, define as equiv: 384/8.
50142         (SHA512_DIGEST_SIZE): Likewise, define as equivalent quotient: 512/8.
50143
50144 2008-07-31  Bruno Haible  <bruno@clisp.org>
50145
50146         * lib/regex_internal.h (BITSET_WORD_BITS): Make first conditional work
50147         on HP-UX 10.20 with "cc -Ae". Fix second conditional.
50148         Reported by Jonathan Patschke <jp@centtech.com>.
50149
50150 2008-07-31  Bruno Haible  <bruno@clisp.org>
50151
50152         * gnulib-tool (func_import): Make change from 2008-06-23 more robust.
50153         Reported by Paolo Bonzini <bonzini@gnu.org>.
50154
50155 2008-07-30  Eric Blake  <ebb9@byu.net>
50156
50157         test-strtod: allow compilation without -lm
50158         * tests/test-strtod.c (main): Avoid link dependence on fabs.
50159         Reported by Dennis Clarke <blastwave@gmail.com>.
50160
50161 2008-07-28  Jim Meyering  <meyering@redhat.com>
50162
50163         bootstrap: work also when there are no .po files in po/
50164         * build-aux/bootstrap (update_po_files): Complete the change
50165         that I began in bc960df8c789c878f1c1c54a28a3c2648dead8d9.
50166
50167 2008-07-27  Jim Meyering  <meyering@redhat.com>
50168
50169         * users.txt: Add zile.
50170
50171 2008-07-26  Ben Pfaff  <blp@gnu.org>
50172
50173         Add missing dependencies on new m4/exponent[fdl].m4 files.
50174         * modules/isnanf-nolibm: Add m4/exponentf.m4.
50175         * modules/isnand-nolibm: Add m4/exponentd.m4.
50176         * modules/isnanl-nolibm: Add m4/exponentl.m4.
50177         * modules/signbit-tests: Use m4/exponent[fdl].m4 instead of
50178         m4/isnan[fdl].m4, because the macros actually used moved.
50179         Reported by Jim Meyering.
50180
50181 2008-07-14  Ben Pfaff  <blp@gnu.org>
50182
50183         Add isinf module.
50184         * lib/isinf.c: New file.
50185         * lib/math.in.h: Define isinf macro if we have decided to replace
50186         it.
50187         * m4/isinf.m4: New file.
50188         * m4/math_h.m4: Initialize and substitute variables for isinf
50189         module.
50190         * modules/isinf: New file.
50191         * modules/isinf-tests: New file.
50192         * modules/math: Add substitutions for new module.
50193         * tests/test-isinf.c: New file.
50194         * doc/posix-functions/isinf.texi: Mention new module.
50195         * MODULES.html.sh: Mention new module.
50196
50197 2008-07-14  Ben Pfaff  <blp@gnu.org>
50198
50199         Factor out some macros for use by additional modules.
50200         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Move into new file
50201         exponentf.m4.
50202         * m4/isnand.m4 (gl_DOUBLE_EXPONENT_LOCATION): Move into new file
50203         exponentd.m4.
50204         * m4/isnanl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Move into new
50205         file exponentl.m4.
50206         * m4/exponentf.m4: New file.
50207         * m4/exponentd.m4: New file.
50208         * m4/exponentl.m4: New file.
50209         * modules/isnanf: Use new file m4/exponentf.m4.
50210         * modules/isnand: Use new file m4/exponentd.m4.
50211         * modules/isnanl: Use new file m4/exponentl.m4.
50212
50213 2008-07-23  Ulrich Drepper  <drepper@redhat.com>
50214
50215         mktime.c: normalize tp->tm_isdst value to -1/0/1.
50216         * lib/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
50217         Reported by Michael Ringe <Michael.Ringe@gmx.de> in
50218         <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>.
50219
50220         * lib/canonicalize-lgpl.c (__realpath): Avoid buffer overflow after
50221         readlink on platforms without PATH_MAX.
50222
50223 2008-07-21  Eric Blake  <ebb9@byu.net>
50224
50225         Warn, not fail, on stale version.
50226         * top/GNUmakefile (_curr-ver): Tone down previous patch.
50227
50228         Don't allow installation with stale devel version number.
50229         * top/GNUmakefile (_is-install-target): New macro.
50230         (_curr-ver): Forbid installation with stale version number.
50231
50232 2008-07-20  Bruno Haible  <bruno@clisp.org>
50233
50234         * modules/c-stack-tests (Makefile.am): Add LIBSIGSEGV to
50235         TESTS_ENVIRONMENT.
50236         * tests/test-c-stack2.sh: React differently if LIBSIGSEGV is in use.
50237
50238 2008-07-20  Bruno Haible  <bruno@clisp.org>
50239
50240         * lib/c-stack.h (c_stack_action): Add documentation.
50241         * lib/c-stack.c (c_stack_action): Remove incomplete documentation.
50242
50243 2008-07-20  Bruno Haible  <bruno@clisp.org>
50244
50245         * modules/canonicalize-lgpl (License): Relicense under LGPLv2+.
50246         * modules/readlink (License): Likewise.
50247
50248 2008-07-17  Eric Blake  <ebb9@byu.net>
50249
50250         * modules/c-stack (Link): Fix typo.
50251
50252         Make c-stack use libsigsegv, when available.
50253         * modules/c-stack (Depends-on): Add libsigsegv.
50254         * modules/c-stack-tests (Makefile.am): Link with libsigsegv, if
50255         needed.
50256         * lib/c-stack.c (SIGSTKSZ): Define fallback.
50257         (segv_handler, overflow_handler, c_stack_action)
50258         [HAVE_LIBSIGSEGV && !HAVE_XSI_STACK_OVERFLOW_HEURISTIC]: Add new
50259         implementation when libsigsegv is available, but only when using
50260         the library is necessary.
50261         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Add
50262         comment, explaining why XSI check fails on Linux.
50263         (gl_PREREQ_C_STACK): Supply LIBCSTACK, LTLIBCSTACK.
50264         * tests/test-c-stack2.sh: Tweak skip message.
50265         * NEWS: Document new link-time requirements.
50266
50267 2008-07-16  Eric Blake  <ebb9@byu.net>
50268
50269         c-stack: Expose false positives when not using libsigsegv.
50270         * modules/c-stack-tests (Files): Expand test.
50271         * tests/test-c-stack.c (main): Add means to conditionally trigger
50272         non-overflow SIGSEGV.
50273         * tests/test-c-stack2.sh: New file.
50274
50275 2008-07-14  Bruno Haible  <bruno@clisp.org>
50276
50277         * m4/libsigsegv.m4: Remove unneeded AC_PREREQ.
50278         Reported by Eric Blake.
50279
50280 2008-07-14  Sam Steingold  <sds@gnu.org>
50281             Bruno Haible  <bruno@clisp.org>
50282
50283         New module libsigsegv.
50284         * modules/libsigsegv: New file.
50285         * m4/libsigsegv.m4: New file, from GNU clisp sigsegv.m4 with
50286         modifications.
50287         * MODULES.html.sh (Signal handling): New section.
50288
50289 2008-07-14  Bruno Haible  <bruno@clisp.org>
50290
50291         * modules/unictype/ctype-* (Description): Add the word "function".
50292         Improves the resulting doc in MODULES.html.
50293
50294 2008-07-12  Ben Pfaff  <blp@gnu.org>
50295
50296         Add longlong module.
50297         * modules/longlong: New file.
50298
50299 2008-07-12  Bruno Haible  <bruno@clisp.org>
50300
50301         * m4/isnan.m4 (gl_ISNAN): When the replacement is used, set ISNAN_LIBM
50302         to empty.
50303
50304 2008-07-10  Ben Pfaff  <blp@gnu.org>
50305
50306         Add isnan module.
50307         * doc/posix-functions/isnan.texi: Mention new module.
50308         * lib/math.in.h: Define isnan macro if we have decided to replace
50309         it.
50310         * m4/isnan.m4: New file.
50311         * m4/isnanl.m4 (gl_FUNC_ISNANL): Factor out some code into new
50312         macro gl_BUILD_ISNANL so that isnan.m4 can use that functionality
50313         also.
50314         (gl_FUNC_ISNANL_NO_LIBM): Factor out same code, to reduce
50315         redundancy.
50316         * m4/math_h.m4: Initialize and substitute variables for isnan
50317         module.
50318         * modules/isnan: New file.
50319         * modules/isnan-tests: New file.
50320         * modules/math: Add substitutions for new module.
50321         * tests/test-isnan.c: New file.
50322         * MODULES.html.sh: Mention new module.
50323
50324 2008-07-10  Ben Pfaff  <blp@gnu.org>
50325
50326         Add isnanf module.
50327         * lib/isnanf.m4: New file.
50328         * m4/isnanf.m4 (gl_FUNC_ISNANF): New macro.
50329         (gl_HAVE_ISNANF_IN_LIBM): New macro.
50330         (gl_BUILD_ISNANF): New macro used by gl_FUNC_ISNANF,
50331         gl_FUNC_ISNANF_NO_LIBM, and gl_FUNC_ISNAN.
50332         * modules/isnanf: New file.
50333         * modules/isnanf-tests: New file.
50334         * modules/isnanf-nolibm-tests: Add tests/test-isnanf.h to list of
50335         files.
50336         * tests/test-isnanf-nolibm.c: factored most of its contents into
50337         new file tests/test-isnanf.h.
50338         * tests/test-isnanf.h: New file.
50339         * tests/test-isnanf.c: New file.
50340         * MODULES.html.sh: Mention new module.
50341         * doc/glibc-functions/isnanf.texi: Mention new module.
50342
50343 2008-07-10  Ben Pfaff  <blp@gnu.org>
50344
50345         Add isnand module.
50346         * lib/isnand.h: New file.
50347         * m4/isnand.m4 (gl_FUNC_ISNAND): New macro.
50348         (gl_FUNC_ISNAND_NO_LIBM): Split partially into new macro
50349         gl_HAVE_ISNAND_NO_LIBM so that gl_FUNC_ISNAND can use that
50350         functionality also.
50351         (gl_BUILD_ISNAND): New macro used by gl_FUNC_ISNAND,
50352         gl_FUNC_ISNAND_NO_LIBM, and gl_FUNC_ISNAN.
50353         (gl_HAVE_ISNAND_IN_LIBM): New macro.
50354         * modules/isnand: New file.
50355         * modules/isnand-tests: New file.
50356         * modules/isnand-nolibm-tests: Add tests/test-isnand.h to list of
50357         files.
50358         * tests/test-isnand-nolibm.c: factored most of its contents into
50359         new file tests/test-isnand.h.
50360         * tests/test-isnand.h: New file.
50361         * tests/test-isnand.c: New file.
50362         * MODULES.html.sh: Mention new module.
50363
50364 2008-07-10  Ben Pfaff  <blp@gnu.org>
50365
50366         * lib/isnanf.h: Rename lib/isnanf-nolibm.h.
50367         * lib/isnand.h: Rename lib/isnand-nolibm.h.
50368         * tests/test-isnanf.c: Rename tests/test-isnanf-nolibm.c.
50369         * tests/test-isnand.c: Rename tests/test-isnand-nolibm.c.
50370         * modules/isnanf-nolibm: Update references to renamed files.
50371         * modules/isnand-nolibm: Likewise.
50372         * modules/isnanf-nolibm-tests: Likewise.
50373         * modules/isnand-nolibm-tests: Likewise.
50374         * lib/frexp.c: Likewise.
50375         * lib/isfinite.c: Likewise.
50376         * lib/signbitd.c: Likewise.
50377         * lib/signbitf.c: Likewise.
50378         * lib/vasnprintf.c: Likewise.
50379         * tests/test-ceilf1.c: Likewise.
50380         * tests/test-ceilf2.c: Likewise.
50381         * tests/test-floorf1.c: Likewise.
50382         * tests/test-floorf2.c: Likewise.
50383         * tests/test-frexp.c: Likewise.
50384         * tests/test-round1.c: Likewise.
50385         * tests/test-round2.c: Likewise.
50386         * tests/test-roundf1.c: Likewise.
50387         * tests/test-strtod.c: Likewise.
50388         * tests/test-trunc1.c: Likewise.
50389         * tests/test-trunc2.c: Likewise.
50390         * tests/test-truncf1.c: Likewise.
50391         * tests/test-truncf2.c: Likewise.
50392         * NEWS: Mention the renamed header files.
50393
50394 2008-07-11  Jim Meyering  <meyering@redhat.com>
50395
50396         vc-list-files: make the last-resort awk code more portable
50397         * build-aux/vc-list-files: Don't rely on awk's "sub" command.
50398         /bin/awk from OpenSolaris 11's SUNWesu version 2008.03.22.10.56
50399         does not support it.
50400
50401 2008-07-10  Eric Blake  <ebb9@byu.net>
50402
50403         Work with tar's bootstrap.
50404         * gnulib-tool (func_emit_initmacro_end): Use m4_defn in the case
50405         where LIBSOURCES_DIR contains .#bootmp but must not be treated as
50406         an m4 comment.
50407
50408 2008-07-09  Jim Meyering  <meyering@redhat.com>
50409
50410         posix-shell.m4: fix typo that made this test malfunction
50411         * m4/posix-shell.m4: Remove capitalization in variable name.
50412
50413 2008-07-08  Bruno Haible  <bruno@clisp.org>
50414
50415         * m4/onceonly.m4: Update comments.
50416         Reported by Ben Pfaff <blp@cs.stanford.edu>.
50417
50418 2008-07-04  Jim Meyering  <meyering@redhat.com>
50419
50420         * users.txt: Add vc-dwim.
50421         (bison, coreutils): Use the gitweb URL.
50422
50423 2008-07-03  Jim Meyering  <meyering@redhat.com>
50424
50425         * users.txt: Add libffcall.  From Sam Steingold.
50426
50427 2008-07-03  OndÅ™ej Vašík  <ovasik@redhat.com>
50428
50429         getdate.y: do not ignore TZ with relative day, month or year offset
50430         * lib/getdate.y (get_date): Move the tz-handling block to follow the
50431         relative-date-handling, since otherwise, the latter would clobber the
50432         sole output (an updated Start value) of the tz-handling block.
50433         * tests/test-getdate.c: Tests for the fix
50434
50435 2008-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
50436
50437         Recognize 'foo_LIBRARIES += libgnu.a'.
50438         * gnulib-tool (func_emit_lib_Makefile_am): Recognize if a
50439         makefile snippet has already specified an installation location,
50440         also using '+='.
50441
50442 2008-07-02  OndÅ™ej Vašík  <ovasik@redhat.com>
50443
50444         getdate.y: factor out common actions
50445         * lib/getdate.y (apply_relative_time, set_hhmmss): New functions.
50446         Use them in place of open-coded actions.
50447
50448 2008-07-01  Simon Josefsson  <simon@josefsson.org>
50449
50450         Add self-test for getdate module.
50451         * modules/getdate-tests: New file.
50452         * tests/test-getdate.c: New file.
50453
50454 2008-06-29  Bruno Haible  <bruno@clisp.org>
50455
50456         * gnulib-tool (func_import): Put gnulib-comp.m4 into .cvsignore or
50457         .gitignore.
50458         Reported by Sylvain Beucler <beuc@beuc.net>.
50459
50460 2008-06-29  Bruno Haible  <bruno@clisp.org>
50461
50462         * doc/gnulib-tool.texi (VCS Issues): Mention --no-vc-files option.
50463         * m4/gnulib-tool.m4: Update to match current gnulib-tool.
50464
50465 2008-06-29  Bruno Haible  <bruno@clisp.org>
50466
50467         * gnulib-tool (func_import): Recommend to put gnulib-cache.m4 into
50468         EXTRA_DIST.
50469         Reported by Sylvain Beucler <beuc@beuc.net>.
50470
50471 2008-06-26  Jim Meyering  <meyering@redhat.com>
50472
50473         make several modules depend on the "open" module
50474         This provides slightly increased consistency when opening-for-write
50475         the name of a non-directory spelled with a trailing slash.
50476         * modules/chdir-safer: Likewise.
50477         * modules/chown: Likewise.
50478         * modules/clean-temp: Likewise.
50479         * modules/copy-file: Likewise.
50480         * modules/fchdir: Likewise.
50481         * modules/fcntl-safer: Likewise.
50482         * modules/pipe: Likewise.
50483         * modules/utime: Likewise.
50484         Prompted by Eric Blake and Bruno Haible.
50485
50486 2008-06-24  Andreas Schwab  <schwab@suse.de>
50487
50488         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Don't test whether compound
50489         literals can be used as initializers for global variables.
50490
50491 2008-06-23  Eric Blake  <ebb9@byu.net>
50492
50493         Make gnulib-cache.m4 easier to diff.
50494         * gnulib-tool (func_import): Allow newlines when reading cached
50495         gl_MODULES, and generate newlines when creating gnulib-cache.m4.
50496
50497 2008-06-23  Bruno Haible  <bruno@clisp.org>
50498
50499         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): Remove macro.
50500         (gl_PREREQ_SIGPROCMASK): Don't invoke it.
50501         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): New macro, moved here from
50502         m4/signalblocking.m4.
50503         (gl_PREREQ_SIGACTION): Don't invoke it.
50504         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Invoke
50505         gl_PREREQ_SIG_HANDLER_H.
50506         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
50507         Don't check for sigaction here.
50508
50509 2008-06-23  Bruno Haible  <bruno@clisp.org>
50510
50511         * lib/fatal-signal.c (fatal_signal_handler): Update comment.
50512         (install_handlers): Don't set the SA_RESETHAND flag.
50513
50514 2008-06-23  Bruno Haible  <bruno@clisp.org>
50515
50516         * m4/sigaction.m4: Comment fixes.
50517         * lib/signal.in.h: Likewise.
50518
50519 2008-06-23  Eric Blake  <ebb9@byu.net>
50520
50521         Fix typo.
50522         * tests/test-sigaction.c (MASK_SA_FLAGS): Add missing operator.
50523
50524         Avoid SA_ namespace.
50525         * tests/test-sigaction.c (MASK_SA_FLAGS): Rename from SA_MASK.
50526         Reported by Ralf Wildenhues.
50527
50528         Avoid test failure due to SA_RESTORER.
50529         * tests/test-sigaction.c (SA_MASK): New macro.
50530         (main): Avoid failing due to extension flags being set.
50531         Reported by Jim Meyering.
50532
50533         Revert use of sig-handler.h in sigprocmask.c.
50534         * modules/sigprocmask (Files): Don't rely on sig-handler.h, since
50535         it requires the existence of struct sigaction.
50536         * lib/sigprocmask.c (handler_t): Restore typedef.
50537         (rpl_signal, old_handlers): Use local type.
50538
50539 2008-06-22  Bruno Haible  <bruno@clisp.org>
50540
50541         * tests/test-stdint.c: Disable the INTMAX_MAX preprocessor test
50542         conditionally.
50543         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
50544
50545 2008-06-22  Bruno Haible  <bruno@clisp.org>
50546
50547         * doc/posix-functions/siginterrupt.texi: Move note.
50548
50549         * lib/signal.in.h (SA_RESTART): New macro.
50550         * lib/sigaction.c: Update comment.
50551
50552         * m4/sigaction.m4 (gl_SIGACTION): Require gl_SIGNAL_H_DEFAULTS.
50553
50554         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): New macro.
50555         (gl_PREREQ_SIGPROCMASK): Invoke it.
50556         * m4/sigaction.m4 (gl_PREREQ_SIGACTION): Likewise.
50557
50558         * lib/nanosleep.c (rpl_nanosleep): Setup newact only when it is needed.
50559
50560         * lib/sigprocmask.c: Update a comment.
50561
50562 2008-06-21  Eric Blake  <ebb9@byu.net>
50563
50564         Use sigaction module rather than signal().
50565         * modules/c-stack (Depends-on): Add sigaction.
50566         * modules/fatal-signal (Depends-on): Likewise.
50567         * modules/nanosleep (Depends-on): Likewise.
50568         * modules/sigprocmask (Files): Add sig-handler.h.
50569         * modules/sigaction (Files): Likewise.
50570         * lib/sig-handler.h (get_handler): New file, suggested by Paul
50571         Eggert.
50572         * lib/c-stack.c (SIGACTION_WORKS): Simplify conditions.
50573         (c_stack_action) [!SIGACTION_WORKS]: Use sigaction, not signal.
50574         * lib/fatal-signal.c (uninstall_handlers, install_handlers)
50575         (init_fatal_signals): Likewise.
50576         * lib/nanosleep.c (rpl_nanosleep): Likewise.
50577         (siginterrupt): Delete fallback.
50578         * lib/sigprocmask.c (handler_t, old_handlers): Use sa_handler_t
50579         instead.
50580         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Drop check for
50581         siginterrupt.
50582
50583         New module sigaction, for mingw.
50584         * modules/sigaction: New module...
50585         * modules/sigaction-tests: ...and its test.
50586         * m4/sigaction.m4: New file.
50587         * lib/sigaction.c: Likewise.
50588         * tests/test-sigaction.c: Likewise.
50589         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Add sigaction variables.
50590         * modules/signal (Makefile.am): Likewise.
50591         * lib/signal.in.h (!@HAVE_SIGACTION@): Define replacements when
50592         needed.
50593         * doc/posix-headers/signal.texi (signal.h): Mention provided
50594         types.
50595         * doc/posix-functions/siginterrupt.texi (siginterrupt): Mention
50596         that sigaction is preferable.
50597         * doc/posix-functions/sigaction.texi (sigaction): Mention new
50598         module.
50599         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
50600         sigaction.
50601
50602         Improve robustness of sigprocmask by overriding signal.
50603         * lib/signal.in.h (rpl_signal): Override signal when sigprocmask
50604         is in use.
50605         * lib/sigprocmask.c (blocked_handler): Reinstall block handler.
50606         (SIGKILL, SIGSTOP): Provide fallbacks.
50607         (rpl_signal): Implement.
50608         (old_handlers, blocked_set): Mark volatile, since sigprocmask and
50609         signal can be called inside handlers.
50610
50611         Fix nanosleep module on mingw.
50612         * modules/nanosleep (Depends-on): Add sys_select.
50613         * lib/nanosleep.c (HAVE_SYS_SELECT_H): Rely on gnulib module.
50614
50615         Fix licensing of sigprocmask.
50616         * modules/raise (License): Relicense as LGPL.
50617
50618 2008-06-21  Bruno Haible  <bruno@clisp.org>
50619
50620         * lib/propername.c (proper_name_utf8): Don't use the transliterated
50621         result if it contains question marks.
50622         Reported by Michael Geng <linux@michaelgeng.de>.
50623
50624 2008-06-19  Bruno Haible  <bruno@clisp.org>
50625
50626         Fix CVS-ism.
50627         * doc/gnulib.texi: Include updated-stamp.texi.
50628         * doc/Makefile (GNULIB_TEXI_FILES): New variable.
50629         (updated-stamp.texi): New rule.
50630         (gnulib.info): Depend on it.
50631         * doc/.gitignore: Add updated-stamp.texi.
50632         Based on a patch by Thien-Thi Nguyen <ttn@gnuvola.org>.
50633
50634 2008-06-19  Bruno Haible  <bruno@clisp.org>
50635
50636         * doc/Makefile (gnulib.info): Update and simplify dependencies.
50637         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
50638
50639 2008-06-19  Eric Blake  <ebb9@byu.net>
50640
50641         Fix VPATH 'make dist' with GNU make and non-VCS tarball.
50642         * top/GNUmakefile (_curr-ver): Don't use $(srcdir) unnecessarily.
50643         Reported by Stepan Kasal.
50644
50645 2008-06-18  Bruno Haible  <bruno@clisp.org>
50646
50647         * lib/fatal-signal.c (init_fatal_signals): Add comment.
50648         Reported by Eric Blake.
50649
50650 2008-06-18  Eric Blake  <ebb9@byu.net>
50651
50652         Work around cygwin 1.5.25 strsignal bug.
50653         * tests/test-strsignal.c: Allow for const char *.
50654         * doc/glibc-functions/strsignal.texi (strsignal): Document the bug.
50655
50656 2008-06-18  Simon Josefsson  <simon@josefsson.org>
50657
50658         * users.txt: Update URL to article and add author/date
50659         information.
50660
50661 2008-06-17  Bruno Haible  <bruno@clisp.org>
50662
50663         New macro gl_DISABLE_THREADS.
50664         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Use value gl_use_threads_default
50665         if the user did not pass --enable-threads or --disable-threads option.
50666         (gl_DISABLE_THREADS): New macro.
50667         Reported by Eric Blake <ebb9@byu.net>.
50668
50669 2008-06-17  Bruno Haible  <bruno@clisp.org>
50670
50671         * lib/tls.h (gl_tls_key_init): Evaluate the destructor argument also
50672         when the macro ignores it.
50673         Based on a patch by Eric Blake <ebb9@byu.net>.
50674
50675 2008-06-17  Bruno Haible  <bruno@clisp.org>
50676
50677         * modules/tls (License): Change to LGPLv2+.
50678         Reported by Eric Blake.
50679
50680 2008-06-17  Eric Blake  <ebb9@byu.net>
50681
50682         Simplify c-stack prerequisites.
50683         * lib/c-stack.c (includes): Remove unused <sys/resource.h>.
50684         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Posix 200x
50685         no longer requires <ucontext.h> to exist.  Optimize setrlimit
50686         check.
50687         (gl_PREREQ_C_STACK): Remove check for unused getcontext and
50688         <sys/resource.h>.
50689
50690         Move c-stack test into testsuite.
50691         * modules/c-stack-tests: New file.
50692         * lib/c-stack.c [DEBUG]: Move test program...
50693         * tests/test-c-stack.c: ...into this new file.  Skip rather than
50694         fail test if sigaltstack is lacking.
50695         * tests/test-c-stack.sh: New driver file.
50696
50697 2008-06-16  Eric Blake  <ebb9@byu.net>
50698
50699         Use raise module consistently.
50700         * modules/fatal-signal (Depends-on): Add raise.
50701         * modules/sigprocmask (Depends-on): Likewise.
50702         * lib/fatal-signal.c (fatal_signal_handler): Rely on raise.
50703         * lib/sigprocmask.c (sigprocmask): Likewise.
50704         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
50705         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Likewise.
50706
50707         Fix compliance bug in sigpending.
50708         * lib/sigprocmask.c (sigpending): Return pending array via
50709         parameter, not return value.
50710
50711 2008-06-14  Eric Blake  <ebb9@byu.net>
50712
50713         Improve obstack-printf test code.
50714         * tests/test-obstack-printf.c (test_function): Fix comment, and
50715         simplify usage of obstack_* in macros.  Add a test for coverage.
50716         Reported by Bruno Haible.
50717
50718 2008-06-14  Bruno Haible  <bruno@clisp.org>
50719
50720         * lib/obstack_printf.c (obstack_vprintf): Define the stack-allocated
50721         array size as a constant, not as a const variable.
50722         * m4/obstack-printf.m4 (gl_FUNC_OBSTACK_PRINTF): Require
50723         AC_USE_SYSTEM_EXTENSIONS.
50724         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
50725         Test whether the obstack_printf function actually exists.
50726         * modules/obstack-printf (Depends-on): Add extensions.
50727         (Include): Remove obstack.h.
50728         * modules/obstack-printf-posix (Depends-on): Add extensions.
50729         (Include): Remove obstack.h.
50730
50731 2008-06-13  Eric Blake  <ebb9@byu.net>
50732
50733         Add obstack-printf and obstack-printf-posix modules.
50734         * modules/obstack-printf: New file.
50735         * modules/obstack-printf-posix: Likewise.
50736         * MODULES.html.sh (Misc): Mention them.
50737         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
50738         Likewise.
50739         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
50740         Likewise.
50741         * modules/stdio (Makefile.am): Accomodate new modules.
50742         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
50743         * lib/stdio.in.h (rpl_obstack_printf, rpl_obstack_vprintf):
50744         Declare.
50745         * lib/obstack_printf.c (obstack_printf, obstack_vprintf): New
50746         functions.
50747         * m4/obstack-printf.m4 (gl_OBSTACK_PRINTF)
50748         (gl_REPLACE_OBSTACK_PRINTF): New macros
50749         * m4/obstack-printf-posix.m4 (gl_OBSTACK_PRINTF_POSIX): Likewise.
50750         * tests/test-obstack-printf.c: New file.
50751         * modules/obstack-printf-tests: Likewise.
50752         * modules/obstack-printf-posix-tests: Likewise.
50753
50754 2008-06-11  Bruno Haible  <bruno@clisp.org>
50755
50756         * m4/open.m4 (gl_FUNC_OPEN): Add test against trailing slash bug.
50757         * lib/open.c: Include errno.h.
50758         (open): Fail when attempting to write to a file that has a trailing
50759         slash.
50760         * tests/test-open.c (main): Test against trailing slash bug.
50761         * doc/posix-functions/open.texi: Mention the trailing slash bug.
50762
50763 2008-06-10  Bruno Haible  <bruno@clisp.org>
50764
50765         * tests/test-vc-list-files-git.sh: Make double use of 'exit'. Needed
50766         for $? to work inside the trap command, with various /bin/sh-s.
50767         * tests/test-vc-list-files-cvs.sh: Likewise.
50768
50769 2008-06-10  Bruno Haible  <bruno@clisp.org>
50770
50771         * lib/acl-internal.h: Don't include gettext.h here.
50772         * lib/set-mode-acl.c: Include gettext.h here.
50773         * lib/copy-acl.c: Likewise.
50774
50775 2008-06-10  Bruno Haible  <bruno@clisp.org>
50776
50777         * lib/wait-process.h (wait_subprocess): Add termsigp argument.
50778         * lib/wait-process.c (wait_subprocess): Likewise.
50779         * lib/execute.h (execute): Add termsigp argument.
50780         * lib/execute.c (execute): Likewise.
50781         * lib/csharpcomp.c (compile_csharp_using_pnet,
50782         compile_csharp_using_mono, compile_csharp_using_sscli): Update.
50783         * lib/csharpexec.c (execute_csharp_using_pnet,
50784         execute_csharp_using_mono, execute_csharp_using_sscli): Update.
50785         * lib/javacomp.c (compile_using_envjavac, compile_using_gcj,
50786         compile_using_javac, compile_using_jikes, is_envjavac_gcj,
50787         is_envjavac_gcj43, is_gcj_present, is_gcj_43, is_javac_present,
50788         is_jikes_present): Update.
50789         * lib/javaexec.c (execute_java_class): Update.
50790         * lib/javaversion.c (execute_and_read_line): Update.
50791         * NEWS: Document the changes.
50792         Reported by Eric Blake.
50793
50794 2008-06-10  Eric Blake  <ebb9@byu.net>
50795
50796         Add missing include.
50797         * tests/test-strstr.c (includes): Add <signal.h>.
50798         * tests/test-strcasestr.c (includes): Likewise.
50799         * tests/test-memmem.c (includes): Likewise.
50800
50801 2008-06-10  Bruno Haible  <bruno@clisp.org>
50802
50803         * lib/wait-process.c (wait_subprocess): Add an assertion.
50804
50805 2008-06-10  Bruno Haible  <bruno@clisp.org>
50806
50807         * lib/wait-process.c (wait_subprocess): Try to fix waitid() based code.
50808
50809 2008-06-10  Bruno Haible  <bruno@clisp.org>
50810
50811         * tests/test-memmem.c (main): Reset SIGALRM to default handling before
50812         using alarm().
50813         * tests/test-strcasestr.c (main): Likewise.
50814         * tests/test-strstr.c (main): Likewise.
50815
50816 2008-06-09  Bruno Haible  <bruno@clisp.org>
50817
50818         Work around the Solaris 10 ACE ACLs ABI change.
50819         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): Don't
50820         declare if ACL_NO_TRIVIAL is present.
50821         (ACE_ACCESS_ALLOWED_ACE_TYPE, ACE_ACCESS_DENIED_ACE_TYPE,
50822         NEW_ACE_OWNER, NEW_ACE_GROUP, NEW_ACE_IDENTIFIER_GROUP, ACE_EVERYONE,
50823         NEW_ACE_READ_DATA, NEW_ACE_WRITE_DATA, NEW_ACE_EXECUTE): New macros.
50824         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): Don't
50825         define if ACL_NO_TRIVIAL is present.
50826         (acl_ace_nontrivial): Detect whether the old or new ABI is in use,
50827         and use the current ABI.
50828         (file_has_acl): Use same #if condition as elsewhere.
50829         * lib/set-mode-acl.c (qset_acl): Detect whether the old or new ABI is
50830         in use, and use the current ABI.
50831         * doc/acl-resources.txt: More doc about newer Solaris 10 versions.
50832         Reported by Jim Meyering.
50833
50834 2008-06-09  Eric Blake  <ebb9@byu.net>
50835
50836         Work around environments that (stupidly) ignore SIGALRM.
50837         * m4/strstr.m4 (gl_FUNC_STRSTR): Reset SIGALRM to default handling
50838         before using alarm().
50839         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
50840         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
50841         Reported by Ian Beckwith <ianb@erislabs.net>.
50842
50843         Produce autobuild blurb earlier in log.
50844         * modules/autobuild (configure.ac-early): Move AB_INIT here.
50845
50846 2008-06-09  Jim Meyering  <meyering@redhat.com>
50847         and OndÅ™ej Vašík  <ovasik@redhat.com>
50848
50849         utimens.c: correct kernel bug work-around
50850         OndÅ™ej Vašík found that the invalid return value of 280 indicates
50851         failure, not success, and the kernel bug we're trying to work
50852         around affects not just the utimensat call, but also the fallback
50853         futimens call.
50854         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Simulate failure,
50855         not success.
50856         [HAVE_FUTIMENS]: Use the same work-around, here.
50857
50858 2008-06-09  Jim Meyering  <meyering@redhat.com>
50859
50860         add more guards around definition of ACE_-related code
50861         * lib/file-has-acl.c (acl_ace_nontrivial): Define only if
50862         ALLOW and ACE_OWNER are also defined.
50863
50864 2008-06-08  Bruno Haible  <bruno@clisp.org>
50865
50866         * lib/acl-internal.h: Add me as co-author.
50867         * lib/file-has-acl.c: Likewise.
50868         * lib/set-mode-acl.c: Likewise.
50869         * lib/copy-acl.c: Likewise.
50870
50871 2008-06-08  Bruno Haible  <bruno@clisp.org>
50872
50873         Add support for AIX ACLs.
50874         * lib/acl-internal.h (acl_nontrivial): New declaration.
50875         * lib/file-has-acl.c (acl_nontrivial): New function.
50876         (file_has_acl): Add implementation using AIX 4 ACL API.
50877         * lib/set-mode-acl.c (qset_acl): Likewise.
50878         * lib/copy-acl.c (qcopy_acl): Likewise.
50879
50880 2008-06-08  Bruno Haible  <bruno@clisp.org>
50881
50882         Add support for HP-UX ACLs.
50883         * lib/acl-internal.h (acl_nontrivial): New declaration.
50884         * lib/file-has-acl.c (acl_nontrivial): New function.
50885         (file_has_acl): Add implementation using HP-UX 11 ACL API.
50886         * lib/set-mode-acl.c (qset_acl): Likewise.
50887         * lib/copy-acl.c (qcopy_acl): Likewise.
50888
50889 2008-06-08  Bruno Haible  <bruno@clisp.org>
50890
50891         Add support for Cygwin ACLs.
50892         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro for Solaris-like API.
50893         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Don't optimize away
50894         the chmod_or_fchmod call.
50895         * lib/copy-acl.c (qcopy_acl) [!MODE_INSIDE_ACL]: Likewise.
50896
50897 2008-06-08  Bruno Haible  <bruno@clisp.org>
50898
50899         Fix bug with setuid modes in Solaris 10+ code.
50900         * lib/set-mode-acl.c (qset_acl): Call chmod_or_fchmod when acl_set
50901         succeeded, when the mode contains some special bits.
50902
50903 2008-06-08  Bruno Haible  <bruno@clisp.org>
50904
50905         Add support for Solaris 7..10 ACLs.
50906         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): New
50907         declarations.
50908         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): New
50909         functions.
50910         (file_has_acl): Add implementation using Solaris 7..10 ACL API.
50911         * lib/set-mode-acl.c (qset_acl): Likewise.
50912         * lib/copy-acl.c (qcopy_acl): Likewise.
50913
50914 2008-06-08  Bruno Haible  <bruno@clisp.org>
50915
50916         * lib/acl-internal.h (acl_extended_nontrivial) [MacOS X]: New
50917         declaration.
50918         * lib/file-has-acl.c (acl_extended_nontrivial) [MacOS X]: New function.
50919         (acl_access_nontrivial): Remove MacOS X case.
50920         (file_has_acl): Use acl_extended_nontrivial.
50921         * lib/copy-acl.c (qcopy_acl): Likewise.
50922
50923 2008-06-08  Bruno Haible  <bruno@clisp.org>
50924
50925         * lib/set-mode-acl.c (qset_acl): Trivial code simplifications.
50926
50927 2008-06-08  Jim Meyering  <meyering@redhat.com>
50928
50929         * modules/acl (Maintainer): Add Bruno Haible.
50930
50931 2008-06-07  Bruno Haible  <bruno@clisp.org>
50932
50933         Improve support for Tru64 ACLs.
50934         * lib/file-has-acl.c (file_has_acl): Don't test the ACL_TYPE_DEFAULT
50935         ACL on OSF/1.
50936
50937 2008-06-07  Bruno Haible  <bruno@clisp.org>
50938
50939         Add support for MacOS X ACLs.
50940         * lib/file-has-acl.c (file_has_acl): Use ACL_TYPE_EXTENDED instead of
50941         ACL_TYPE_ACCESS and ACL_TYPE_DEFAULT.
50942         * lib/set-mode-acl.c (qset_acl): Likewise.
50943         * lib/copy-acl.c (qcopy_acl): Likewise.
50944
50945 2008-06-07  Bruno Haible  <bruno@clisp.org>
50946
50947         Fix memory leak introduced on 2008-05-22.
50948         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Free ACLs after
50949         use.
50950
50951 2008-06-07  Bruno Haible  <bruno@clisp.org>
50952
50953         * lib/set-mode-acl.c (qset_acl): Use acl_init(), not acl_from_text(),
50954         to construct an empty ACL.
50955
50956 2008-06-07  Bruno Haible  <bruno@clisp.org>
50957
50958         * lib/set-mode-acl.c (chmod_or_fchmod): Document return value
50959         precisely.
50960         * lib/copy-acl.c (qcopy_acl): Trivial code simplifications.
50961
50962 2008-06-07  Bruno Haible  <bruno@clisp.org>
50963
50964         * lib/copy-acl.c (qcopy_acl): Make the #if branches independent.
50965         * lib/set-mode-acl.c (qset_acl): Choose better local variable names.
50966
50967 2008-06-07  Bruno Haible  <bruno@clisp.org>
50968
50969         * doc/posix-functions/_setjmp.texi: Explain the use of this function
50970         regardless of POSIX.
50971         * doc/posix-functions/_longjmp.texi: Likewise.
50972         * doc/posix-functions/setjmp.texi: Mention HP-UX as not counting as a
50973         SystemV platform in this case.
50974
50975 2008-06-06  Eric Blake  <ebb9@byu.net>
50976
50977         Document abort() bugs.
50978         * doc/posix-functions/abort.texi (abort): Mention anomalies.
50979
50980         * doc/posix-functions/setjmp.texi (setjmp): Mingw has setjmp.
50981         * doc/posix-functions/sigsetjmp.texi (sigsetjmp): Cygwin has
50982         sigsetjmp.
50983         * doc/posix-functions/siglongjmp.texi (siglongjmp): Cygwin has
50984         siglongjmp, but only as a macro.
50985         * doc/posix-functions/_longjmp.texi (_longjmp): Mention that this
50986         is obsolete.
50987         * doc/posix-functions/_setjmp.texi (_setjmp): Likewise.
50988
50989         Tweak documentation to cover cygwin argz bugs.
50990         * m4/argz.m4 (gl_FUNC_ARGZ): Mention date of last known cygwin
50991         argz bug fix; no code change needed since no cygwin releases
50992         occurred between the last fix and the bug being tested.
50993         * doc/glibc-functions/argz_add.texi (argz_add): Document the argz
50994         module and recently fixed cygwin bugs.
50995         * doc/glibc-functions/argz_add_sep.texi (argz_add_sep): Likewise.
50996         * doc/glibc-functions/argz_append.texi (argz_append): Likewise.
50997         * doc/glibc-functions/argz_count.texi (argz_count): Likewise.
50998         * doc/glibc-functions/argz_create.texi (argz_create): Likewise.
50999         * doc/glibc-functions/argz_create_sep.texi (argz_create_sep):
51000         Likewise.
51001         * doc/glibc-functions/argz_delete.texi (argz_delete): Likewise.
51002         * doc/glibc-functions/argz_extract.texi (argz_extract): Likewise.
51003         * doc/glibc-functions/argz_insert.texi (argz_insert): Likewise.
51004         * doc/glibc-functions/argz_next.texi (argz_next): Likewise.
51005         * doc/glibc-functions/argz_replace.texi (argz_replace): Likewise.
51006         * doc/glibc-functions/argz_stringify.texi (argz_stringify):
51007         Likewise.
51008
51009         Avoid gcc warning on cygwin.
51010         * lib/copy-acl.c (qcopy_acl) [!HAVE_ACL_GET_FILE &&
51011         !ACL_NO_TRIVIAL]: Avoid unused variable.
51012
51013 2008-06-05  Eric Blake  <ebb9@byu.net>
51014
51015         Be tolerant of UNKNOWN version in gnulib-tool test dir.
51016         * top/GNUmakefile (_dummy): Warn rather than reconfigure if
51017         git-version-gen fails to come up with a version.
51018         Reported by Simon Josefsson.
51019
51020 2008-06-05  Jim Meyering  <meyering@redhat.com>
51021             Paul Eggert  <eggert@cs.ucla.edu>
51022
51023         utimens.c: work around a probable Linux kernel bug
51024         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Work around what
51025         appears to be a kernel bug that causes utimensat to return 280
51026         instead of 0, indicating success.
51027
51028 2008-06-04  Bruno Haible  <bruno@clisp.org>
51029
51030         * lib/copy-acl.c (qcopy_acl): Call qset_acl, not set_acl. Fixes
51031         2008-06-01 commit.
51032
51033 2008-06-04  Bruno Haible  <bruno@clisp.org>
51034
51035         * lib/acl-internal.h (acl_access_nontrivial): New declaration.
51036         * lib/file-has-acl.c (acl_access_nontrivial): New function.
51037         (file_has_acl): Use it. Save errno afterwards.
51038         * lib/copy-acl.c (qcopy_acl): Use acl_access_nontrivial.
51039
51040 2008-06-03  Bruno Haible  <bruno@clisp.org>
51041
51042         * lib/file-has-acl.c (file_has_acl): Put Solaris 10 code after POSIX-
51043         draft code. Simplify #ifs.
51044         * lib/set-mode-acl.c (qset_acl): Don't test for symlink if !USE_ACL.
51045         Put Solaris code after POSIX-draft code. Fix comments regarding
51046         Solaris 10, HP-UX. Mention Cygwin.
51047         * lib/copy-acl.c (qcopy_acl): Simplify #ifs.
51048
51049 2008-06-03  Eric Blake  <ebb9@byu.net>
51050
51051         Provide fallback for older kernels.
51052         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT, HAVE_FUTIMENS]:
51053         Provide runtime fallback if kernel lacks support.
51054         Reported by Mike Frysinger.
51055
51056 2008-06-02  Bruno Haible  <bruno@clisp.org>
51057
51058         * lib/acl-internal.h (ACL_NOT_WELL_SUPPORTED): Include EOPNOTSUPP if
51059         it exists.
51060
51061 2008-06-02  Bruno Haible  <bruno@clisp.org>
51062
51063         * lib/acl_entries.c (acl_entries): Rewrite to use acl_get_entry.
51064         * lib/copy-acl.c (qcopy_acl): Update comment.
51065
51066 2008-06-02  Bruno Haible  <bruno@clisp.org>
51067
51068         * lib/acl-entries.h: Enclose most definitions in #ifs for POSIX-draft
51069         like ACL APIs.
51070
51071 2008-06-02  Bruno Haible  <bruno@clisp.org>
51072
51073         * tests/test-file-has-acl.sh: Use different code for Cygwin.
51074         * tests/test-set-mode-acl.sh: Likewise.
51075         * tests/test-copy-acl.sh: Likewise.
51076         * tests/test-copy-file.sh: Likewise.
51077
51078 2008-06-02  Bruno Haible  <bruno@clisp.org>
51079
51080         * tests/test-file-has-acl.sh: Remove unused code.
51081
51082 2008-06-01  Bruno Haible  <bruno@clisp.org>
51083
51084         * lib/copy-acl.c (qcopy_acl): New function, extracted from copy_acl.
51085         (copy_acl): Just a wrapper around qcopy_acl that emits the error
51086         messages.
51087         * lib/set-mode-acl.c (qset_acl): Document return value precisely.
51088
51089 2008-06-01  Bruno Haible  <bruno@clisp.org>
51090
51091         * m4/acl.m4 (gl_FUNC_ACL): Separate the POSIX-like and the Solaris
51092         tests. Test for libpacl, needed for OSF/1. Test for extended ACLs,
51093         needed for MacOS X. Test for HP-UX API. Test for newer and older AIX
51094         APIs.
51095         * modules/acl-tests (configure.ac): Remove tests now contained in
51096         m4/acl.m4.
51097
51098 2008-06-02  Jim Meyering  <meyering@redhat.com>
51099
51100         announce-gen: use a better key-server host name
51101         * build-aux/announce-gen (main): Recommend keys.gnupg.net, since
51102         it may be more consistently reliable.  Suggested by Werner Koch
51103         in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/13717>.
51104
51105 2008-06-01  Bruno Haible  <bruno@clisp.org>
51106
51107         * lib/stdio-impl.h (fp_ub): Use fp_. Needed for DragonFly BSD.
51108         Reported by Voroskoi Andras <voroskoi@gmail.com>.
51109
51110 2008-06-01  Voroskoi Andras  <voroskoi@gmail.com>  (tiny change)
51111
51112         * lib/stdio-impl.h [__DragonFly__]: Fix typo.
51113
51114 2008-06-01  Bruno Haible  <bruno@clisp.org>
51115
51116         New ACL tests.
51117         * tests/test-file-has-acl.sh: New file.
51118         * tests/test-file-has-acl.c: New file.
51119         * tests/test-set-mode-acl.sh: New file.
51120         * tests/test-set-mode-acl.c: New file.
51121         * tests/test-copy-acl.sh: New file, based on tests/test-copy-file.sh.
51122         * tests/test-copy-acl.c: New file.
51123         * modules/acl-tests: New file, based on modules/copy-file-tests.
51124         * modules/copy-file-tests (Files): Remove tests/test-sameacls.c.
51125         (Depends-on): Add acl-tests.
51126         (configure.ac): Remove checks.
51127         (Makefile.am): Don't create test-sameacls program here any more.
51128
51129 2008-06-01  Bruno Haible  <bruno@clisp.org>
51130
51131         * tests/test-copy-file.sh: Portability fixes for Solaris, HP-UX, IRIX.
51132         * tests/test-sameacls.c: Include progname.h.
51133         (main): Invoke set_program_name. Portability fixes for MacOS X,
51134         Solaris, HP-UX.
51135
51136 2008-06-01  Bruno Haible  <bruno@clisp.org>
51137
51138         * lib/freadahead.c (freadahead) [__DragonFly__]: Use the __sreadahead
51139         function.
51140         Reported by VOROSKOI Andras <voroskoi@gmail.com>.
51141
51142 2008-06-01  Bruno Haible  <bruno@clisp.org>
51143
51144         * modules/rpmatch (Depends-on): Add strdup.
51145
51146 2008-06-01  Bruno Haible  <bruno@clisp.org>
51147
51148         * lib/pipe.c: Include unistd-safer.h.
51149         (create_pipe): Ensure the returned file descriptors are not in {0,1,2}.
51150         * modules/pipe (Depends-on): Add unistd-safer.
51151
51152 2008-05-30  Simon Josefsson  <simon@josefsson.org>
51153
51154         * modules/autobuild (configure.ac): Call AB_INIT.
51155
51156 2008-05-30  Simon Josefsson  <simon@josefsson.org>
51157
51158         * tests/test-getaddrinfo.c: Don't print debug messages by default.
51159         Suggested by Bruno Haible <bruno@clisp.org>.
51160
51161 2008-05-30  Simon Josefsson  <simon@josefsson.org>
51162
51163         * tests/test-base64.c: Cast size_t to unsigned long when invoking
51164         printf.  Use %lu instead of %d.  Reported by Bruno Haible
51165         <bruno@clisp.org>.
51166
51167 2008-05-29  Eric Blake  <ebb9@byu.net>
51168
51169         Prefer new POSIX 200x interfaces over futimesat.
51170         * m4/utimens.m4 (gl_UTIMENS): Check for futimens, utimensat.
51171         * lib/utimens.c (gl_futimens): Use them for nanosecond resolution
51172         when available.
51173         [HAVE_BUGGY_NFS_TIME_STAMPS]: Allow C89 compilation.
51174
51175 2008-05-28  Bruno Haible  <bruno@clisp.org>
51176
51177         * modules/stpcpy (License): Change to LGPLv2+.
51178         Requested by David Lutterkort <dlutter@redhat.com>.
51179
51180 2008-05-27  Bruno Haible  <bruno@clisp.org>
51181
51182         * lib/localename.c (SUBLANG_TIBETAN_BHUTAN): Force value 2. Needed for
51183         current mingw.
51184         Reported by Jose E. Marchesi <jemarch@gnu.org>.
51185
51186 2008-05-27  Bruno Haible  <bruno@clisp.org>
51187
51188         * modules/iconv_open (Link): New section, from module 'iconv'.
51189         * modules/striconv (Link): Likewise.
51190         * modules/striconveh (Link): Likewise.
51191         * modules/xstriconv (Link): Likewise.
51192         * modules/unicodeio (Link): Likewise.
51193         * modules/propername (Link): Likewise.
51194         Reported by Jim Meyering.
51195
51196 2008-05-26  Jim Meyering  <meyering@redhat.com>
51197
51198         sha256: do not artificially restrict buffer length to be < 2^32
51199         * lib/sha256.h (struct sha256_ctx) [buflen]: Change type from
51200         uint32_t to size_t.
51201         * lib/sha256.c (sha256_conclude_ctx): Change type of a local
51202         to match.
51203
51204         avoid unaligned access errors, e.g., on sparc
51205         * lib/sha512.c (sha512_conclude_ctx): Use set_uint64 rather than
51206         direct access through a possibly-unaligned uint64* pointer.
51207         * lib/sha256.c (sha256_conclude_ctx): Use set_uint32 rather than
51208         direct access through a possibly-unaligned uint32* pointer.
51209         Prompted by this patch from Tom "spot" Callaway:
51210         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13638
51211
51212         sha512.c: fix typo in comment
51213         * lib/sha512.c (sha512_conclude_ctx): Length is 128-bit, not 64-bit.
51214
51215 2008-05-25  Bruno Haible  <bruno@clisp.org>
51216
51217         * lib/set-mode-acl.c: Renamed from lib/acl.c.
51218         * modules/acl (Files): Add lib/set-mode-acl.c, remove lib/acl.c.
51219         (Makefile.am): Update lib_SOURCES.
51220
51221 2008-05-25  Bruno Haible  <bruno@clisp.org>
51222
51223         * m4/acl.m4 (gl_FUNC_ACL): Don't set LIB_ACL_TRIVIAL.
51224
51225 2008-05-25  Jim Meyering  <meyering@redhat.com>
51226
51227         useless-if-before-free: freed expr may have white-space differences
51228         * build-aux/useless-if-before-free: Recognize cases in which the
51229         freed expression differs from the tested one in embedded white
51230         space, e.g., if (p[i + 1]) free(p[i+1]).  Correct thinko in prev:
51231         $1 was used, so we can't make any regexp shy.  Improved tests now
51232         detect this.
51233
51234         useless-if-before-free: accept white space in the expression.
51235         * build-aux/useless-if-before-free: For now, any white space
51236         in the expression must be identical in the free argument.
51237
51238         useless-if-before-free: efficiency tweak
51239         * build-aux/useless-if-before-free: Make the expression-matching
51240         regexp "shy".
51241         Make the *outer* regexp shy, not the expr-matching one.
51242
51243         update code-in-comment to accept cast of free arg
51244         * build-aux/useless-if-before-free: Update regexp.
51245
51246 2008-05-25  Bruno Haible  <bruno@clisp.org>
51247
51248         * tests/test-sameacls.c: Renamed from tests/test-copy-file-sameacls.c.
51249         * modules/copy-file-tests (Files, Makefile.am): Update.
51250         * tests/test-copy-file.c (func_test_copy): Update.
51251
51252 2008-05-24  Andreas Färber  <andreas.faerber@web.de>  (tiny change)
51253
51254         * lib/stdbool.in.h [__HAIKU__]: Disable __BEOS__ workarounds.
51255
51256 2008-05-23  Bruno Haible  <bruno@clisp.org>
51257
51258         Improve support for ACLs on OSF/1.
51259         * lib/acl.c (qset_acl): For OSF/1, use a string that ends in a comma.
51260         Remove fallback for unknown flavors of ACLs.
51261
51262 2008-05-22  Bruno Haible  <bruno@clisp.org>
51263
51264         Add support for ACLs on OSF/1.
51265         * lib/acl-internal.h (acl_get_fd, acl_set_fd): New inline function
51266         replacements.
51267         (acl_free_text): New macro fallback.
51268         * lib/acl_entries.c (acl_entries): Use acl_free_text instead of
51269         acl_free.
51270         * m4/acl.m4 (gl_FUNC_ACL): Look also in libpacl library. Test for
51271         acl_free_text function. Require AC_C_INLINE.
51272
51273 2008-05-22  Bruno Haible  <bruno@clisp.org>
51274
51275         Make copy_acl work on MacOS X 10.5.
51276         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro.
51277         (ACL_NOT_WELL_SUPPORTED): On MacOS X, also handle ENOENT.
51278         * lib/acl.c (qset_acl): Add different code branch for !MODE_INSIDE_ACL.
51279         If MODE_INSIDE_ACL, don't assume that every system has the same text
51280         representation for ACLs as FreeBSD.
51281         * lib/copy-acl.c (copy_acl): Add support for platforms with
51282         !MODE_INSIDE_ACL.
51283         * lib/file-has-acl.c (file_has_acl): Likewise.
51284         * m4/acl.m4 (gl_FUNC_ACL): Test for some functions that are witness of
51285         FreeBSD, MacOS X, or IRIX, respectively.
51286
51287 2008-05-22  Bruno Haible  <bruno@clisp.org>
51288
51289         * lib/acl.h: Don't include <sys/acl.h>.
51290         (GETACLCNT): Move fallback to lib/acl-internal.h.
51291         * lib/acl-internal.h: Include <sys/acl.h> here.
51292         (GETACLCNT): New macro fallback, moved here from lib/acl.h.
51293
51294 2008-05-22  Bruno Haible  <bruno@clisp.org>
51295
51296         Split off copy_acl function to separate file.
51297         * lib/copy-acl.c: New file, extracted from lib/acl.c.
51298         * lib/acl.c (copy_acl): Moved function to separate file.
51299         * m4/acl.m4 (gl_FUNC_ACL): Remove unconditional AC_LIBOBJs.
51300         * modules/acl (Files): Add lib/copy-acl.c.
51301         (Makefiles.am): Augment lib_SOURCES.
51302
51303 2008-05-22  Bruno Haible  <bruno@clisp.org>
51304
51305         * modules/copy-file-tests: New file.
51306         * tests/test-copy-file.sh: New file.
51307         * tests/test-copy-file.c: New file.
51308         * tests/test-copy-file-sameacls.c: New file.
51309
51310 2008-05-22  Eric Blake  <ebb9@byu.net>
51311
51312         Avoid gcc warning.
51313         * tests/test-memcmp.c (main): Pass NULL indirectly.
51314
51315 2008-05-21  Bruno Haible  <bruno@clisp.org>
51316
51317         Add reference doc about ACLs.
51318         * doc/acl-resources.txt: New file.
51319         * doc/acl-cygwin.txt: New file.
51320
51321 2008-05-21  Bruno Haible  <bruno@clisp.org>
51322
51323         Avoid one more warning from gcc.
51324         * lib/vasnprintf.c (IF_LINT): Update comments.
51325         (VASNPRINTF): Use it also for the 'prefix' array initializer.
51326
51327 2008-05-21  Jim Meyering  <meyering@redhat.com>
51328
51329         avoid a warning from gcc
51330         * lib/vasnprintf.c (IF_LINT): Define.
51331         (scale10_round_decimal_long_double):
51332         Use it to avoid a "may be used uninitialized" warning.
51333         (scale10_round_decimal_double): Likewise.
51334
51335 2008-05-21  Simon Josefsson  <simon@josefsson.org>
51336
51337         * m4/memcmp.m4: When cross-compiling, assume memcmp works if it is
51338         declared.
51339
51340 2008-05-20  Bruno Haible  <bruno@clisp.org>
51341
51342         * tests/test-memcmp.c (main): Test also the sign of the result. Test
51343         against two known bugs; code taken from autoconf's AC_FUNC_MEMCMP.
51344
51345 2008-05-20  Simon Josefsson  <simon@josefsson.org>
51346
51347         * modules/memcmp-tests: New file.
51348         * tests/test-memcmp.c: New file.
51349
51350 2008-05-19  Bruno Haible  <bruno@clisp.org>
51351
51352         * modules/propername (Notice, configure.ac): Put quoted "..." into
51353         --keyword option.
51354         * lib/propername.h: Update comments accordingly.
51355         Reported by Eric Blake.
51356
51357 2008-05-19  Martin Lambers  <marlam@marlam.de>  (tiny change)
51358
51359         * modules/getpass-gnu (Depends-on): Add fseeko.
51360
51361 2008-05-19  Simon Josefsson  <simon@josefsson.org>
51362
51363         * modules/base64-tests: New file.
51364
51365 2008-05-19  Bo Borgerson <gigabo@gmail.com>
51366
51367         * lib/base64.c (base64_decode_ctx): If a decode context structure
51368         was passed in use it to ignore newlines.  If a context structure
51369         was _not_ passed in, continue to treat newlines as garbage (this
51370         is the historical behavior).  Formerly base64_decode.
51371         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
51372         takes a decode context structure.
51373         * lib/base64.h (base64_decode): Macro for four-argument calls.
51374         (base64_decode_alloc): Likewise.
51375         * lib/base64.c (base64_decode_ctx): If a decode context structure
51376         was passed in use it to ignore newlines.  If a context structure
51377         was _not_ passed in, continue to treat newlines as garbage (this
51378         is the historical behavior).  Formerly base64_decode.
51379         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
51380         takes a decode context structure.
51381         * lib/base64.h (base64_decode): Macro for four-argument calls.
51382         (base64_decode_alloc): Likewise.
51383
51384 2008-05-19  Jim Meyering  <meyering@redhat.com>
51385
51386         avoid a warning from gcc
51387         * lib/trim.c (IF_LINT): Define.
51388         (trim2): Use it to avoid a "may be used uninitialized" warning.
51389
51390         Fix doc typo.
51391         * doc/glibc-functions/getpass.texi (getpass): s/PATH_MAX/PASS_MAX/.
51392
51393 2008-05-19  Bruno Haible  <bruno@clisp.org>
51394
51395         * doc/glibc-functions/getpass.texi: Document limits of other
51396         implementations.
51397
51398 2008-05-19  Simon Josefsson  <simon@josefsson.org>
51399             Bruno Haible <bruno@clisp.org>
51400
51401         * doc/glibc-functions/getpass.texi: Document gnulib implementation.
51402
51403 2008-05-18  Bruno Haible  <bruno@clisp.org>
51404
51405         * modules/propername: New file, from GNU gettext.
51406         * lib/propername.h: New file, from GNU gettext.
51407         * lib/propername.c: New file, from GNU gettext.
51408         * MODULES.html.sh (Internationalization functions): Add propername.
51409
51410 2008-05-16  Jim Meyering  <meyering@redhat.com>
51411             Bruno Haible  <bruno@clisp.org>
51412
51413         Avoid some warnings from "gcc -Wshadow".
51414         * lib/vasnprintf.c (exp, remainder): Define to different identifiers.
51415
51416 2008-05-15  Eric Blake  <ebb9@byu.net>
51417
51418         Extend previous patch to cygwin 1.7.0.
51419         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a
51420         fast implementation in cygwin >= 1.7.0.
51421         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
51422         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
51423
51424 2008-05-15  Bruno Haible  <bruno@clisp.org>
51425
51426         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a fast
51427         implementation in glibc >= 2.9.
51428         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
51429         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
51430
51431 2008-05-15  Bruno Haible  <bruno@clisp.org>
51432
51433         * MODULES.html.sh (Internationalization functions): Remove linebreak.
51434         (Unicode string functions): Add unilbrk/*.
51435         Reported by Karl Berry.
51436
51437 2008-05-15  Eric Blake  <ebb9@byu.net>
51438
51439         Fix violation of <stdbool.h> replacement in regex.
51440         * lib/regcomp.c (re_compile_internal): Avoid implicit cast to bool.
51441         * lib/regexec.c (re_search_internal): Likewise.
51442         Reported by Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.
51443
51444 2008-05-15  Jim Meyering  <meyering@redhat.com>
51445
51446         avoid distracting test output when git or cvs is not found
51447         * tests/test-vc-list-files-cvs.sh: Suppress 'init' error output.
51448         * tests/test-vc-list-files-git.sh: Likewise.
51449
51450 2008-05-15  Eric Blake  <ebb9@byu.net>
51451
51452         Glibc finally accepted the memmem speedup code, bugzilla #5514.
51453         * doc/glibc-functions/memmem.texi (memmem): Mention last broken
51454         glibc version.
51455         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
51456         * doc/posix-functions/strstr.texi (strstr): Likewise.
51457         * lib/str-two-way.h (MAX): Sychronize with glibc.
51458
51459 2008-05-15  Paolo Bonzini  <bonzini@gnu.org>
51460
51461         * lib/regcomp.c (optimize_utf8): Add a note on why we test
51462         opr.ctx_type.
51463         (calc_first): Initialize constraint field.
51464         (duplicate_node_closure): Use it instead of special casing ANCHORS.
51465         Fix grammar.
51466         (duplicate_node): Merge constraint field for all node types.
51467         (calc_eclosure_iter): Look at constraint field for all node types.
51468         * lib/regex_internal.c (create_cd_newstate): Don't look at
51469         opr.ctx_type.
51470
51471 2008-05-14  Bruno Haible  <bruno@clisp.org>
51472
51473         Help GCC to do better code generation.
51474         * lib/eealloc.h (eemalloc) [GCC >= 3]: Declare with attribute 'malloc'.
51475         * lib/pagealign_alloc.h (pagealign_alloc, pagealign_xalloc): Likewise.
51476         * lib/xalloc.h (ATTRIBUTE_MALLOC): New macro.
51477         (xmalloc, xzalloc, xcalloc, xmemdup, xstrdup, xnmalloc, xcharalloc):
51478         Declare with attribute 'malloc' if supported.
51479
51480 2008-05-14  Lasse Collin  <lasse.collin@tukaani.org>
51481
51482         use "echo STR|wc -c" rather than unportable "expr length STR"
51483         * build-aux/mktempd (mktempd): Vendor-supplied expr from at least
51484         OpenBSD 4.3 and Solaris 10 do not honor expr's "length" function.
51485
51486 2008-05-14  Jim Meyering  <meyering@redhat.com>
51487
51488         use dd ibs=$n count=1 ... rather than less-portable head -c$n
51489         * build-aux/mktempd (rand_bytes): head's -cN option is not accepted
51490         by Solaris 10's /bin/head or by the one from HP-UX 11.x.
51491         Reported in http://sourceforge.net/forum/message.php?msg_id=4960334
51492         via Collin Lasse.
51493
51494 2008-05-14  Eric Blake  <ebb9@byu.net>
51495
51496         Avoid quadratic growth in gl_LIBSOURCES.
51497         * gnulib-tool (func_emit_initmacro_done): s/\(m4_append\)_uniq/\1/.
51498         Suggested by Bruno Haible.
51499
51500         Test xmemdup0.
51501         * modules/xmemdup0-tests: New file.
51502         * tests/test-xmemdup0.c: Likewise.
51503
51504 2008-05-13  Eric Blake  <ebb9@byu.net>
51505
51506         Split xmemdup0 into its own module.
51507         * modules/xmemdup0: New file.
51508         * lib/xmemdup0.h: Likewise.
51509         * lib/xmemdup0.c: Likewise.
51510         * MODULES.html.sh (Memory management functions): Add xmemdup0.
51511         * lib/xalloc.h (xmemdup0): Remove.
51512         * lib/xmalloc.c (xmemdup0): Likewise.
51513
51514 2008-05-13  Eric Blake  <ebb9@byu.net>
51515             Bruno Haible  <bruno@clisp.org>
51516
51517         Reduce number of forks required during autoconf.
51518         * gnulib-tool (func_emit_initmacro_start): Prepare gl_LIBSOURCES_LIST
51519         and gl_LIBSOURCES_DIR.
51520         (func_emit_initmacro_end): Use them here in a single m4_syscmd...
51521         (func_emit_initmacro_done) <gl_LIBSOURCES>: ...rather than in one
51522         m4_syscmd per file.
51523         <m4_foreach_w>: Move...
51524         * m4/gnulib-common.m4 (m4_foreach_w): ...here.
51525
51526 2008-05-13  Eric Blake  <ebb9@byu.net>
51527
51528         * gnulib-tool: Fix various comment typos.
51529
51530 2008-05-12  Bruno Haible  <bruno@clisp.org>
51531
51532         Tailor the linebreaking algorithm.
51533         * lib/unilbrk/tables.c (unilbrk_table): Change (IS,AL) entry.
51534
51535 2008-05-12  Bruno Haible  <bruno@clisp.org>
51536
51537         Update to Unicode 5.0.0.
51538         * lib/unilbrk/tables.h (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
51539         LBP_JV, LBP_JT. Redistribute values.
51540         (unilbrk_table): Change size.
51541         * lib/unilbrk/tables.c (unilbrk_table): Change size. Update to match
51542         Unicode TR#14 rev. 22.
51543         * lib/unilbrk/gen-lbrk.c (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
51544         LBP_JV, LBP_JT. Redistribute values.
51545         (get_lbp): Update to match Unicode TR#14 rev. 21/22 and Unicode 5.0.0.
51546         (debug_output_lbp, fill_org_lbp, debug_output_org_lbp, output_lbp):
51547         Update.
51548         * lib/unilbrk/lbrkprop1.h: Regenerated.
51549         * lib/unilbrk/lbrkprop2.h: Regenerated.
51550         * lib/unilbrk/u8-possible-linebreaks.c (u8_possible_linebreaks):
51551         Change handling of LBP_CM after LBP_ZW. Update for new value of LBP_BK.
51552         * lib/unilbrk/u16-possible-linebreaks.c (u16_possible_linebreaks):
51553         Likewise.
51554         * lib/unilbrk/u32-possible-linebreaks.c (u32_possible_linebreaks):
51555         Likewise.
51556         * tests/unilbrk/test-u8-possible-linebreaks.c (main): Update expected
51557         result.
51558         * tests/unilbrk/test-u16-possible-linebreaks.c (main): Likewise.
51559         * tests/unilbrk/test-u32-possible-linebreaks.c (main): Likewise.
51560         * tests/unilbrk/test-ulc-possible-linebreaks.c (main): Likewise.
51561         * tests/unilbrk/test-u8-width-linebreaks.c (main): Likewise.
51562         * tests/unilbrk/test-u16-width-linebreaks.c (main): Likewise.
51563         * tests/unilbrk/test-u32-width-linebreaks.c (main): Likewise.
51564
51565 2008-05-11  Bruno Haible  <bruno@clisp.org>
51566
51567         * lib/unilbrk/gen-lbrk.c (output_lbp): Fix whitespace.
51568
51569 2008-05-11  Bruno Haible  <bruno@clisp.org>
51570
51571         * lib/unilbrk/gen-lbrk.c: New file, from GNU gettext (gen-lbrkprop.c).
51572         * modules/unilbrk/gen-lbrk: New file.
51573
51574 2008-05-11  Bruno Haible  <bruno@clisp.org>
51575
51576         * m4/sha256.m4 (gl_SHA256): Require AC_C_INLINE.
51577         * m4/sha512.m4 (gl_SHA512): Likewise.
51578
51579 2008-05-11  Jim Meyering  <meyering@redhat.com>
51580
51581         New modules: crypto/sha256, crypto/sha512 (from coreutils)
51582         * modules/crypto/sha256: New file.
51583         * modules/crypto/sha512: Likewise.
51584         * lib/sha256.c: Likewise.
51585         * lib/sha256.h: Likewise.
51586         * lib/sha512.c: Likewise.
51587         * lib/sha512.h: Likewise.
51588         * lib/u64.h: Likewise.
51589         * m4/sha256.m4: Likewise.
51590         * m4/sha512.m4: Likewise.
51591         * MODULES.html.sh (Cryptographic computations (low-level)): List them.
51592
51593 2008-05-10  Bruno Haible  <bruno@clisp.org>
51594
51595         * MODULES.html.sh (Environment variables <stdlib.h>): Add unsetenv.
51596         (Input/Output <stdio.h>): Add xprintf.
51597         (Signal handling <signal.h>): Add strsignal.
51598         (Cryptographic computations (high-level)): Add crypto/gc-camellia.
51599         (Core language properties): Add func.
51600         (Mathematics <math.h>): Add ceil, floor, frexp-nolibm.
51601         (Support for systems lacking POSIX:2001): Add environ, EOVERFLOW,
51602         strings.
51603         (Enhancements for POSIX:2001 functions): Add iconv_open-utf.
51604         (Input/output): New section.
51605         (File system functions): Add openat-die, stat-macros.
51606         (Networking functions): Add sockets.
51607         (Unicode string functions): Add unictype/*.
51608         (Support for building libraries and executables): Add gperf.
51609         (Support for building documentation): Add agpl-3.0.
51610         (Misc): Add nocrash.
51611
51612 2008-05-10  Bruno Haible  <bruno@clisp.org>
51613
51614         * modules/unictype/gen-ctype: New file.
51615
51616 2008-05-10  Jim Meyering  <meyering@redhat.com>
51617
51618         Make chdir-safer.c more efficient on a system with no symlinks.
51619         * lib/chdir-safer.c (chdir_no_follow): Skip lstat and fstat calls
51620         also if ELOOP is zero.  Suggested by Bruno Haible.
51621
51622         Make chdir-safer.c slightly safer.
51623         * lib/chdir-safer.c (chdir_no_follow): Test HAVE_WORKING_O_NOFOLLOW,
51624         not O_NOFOLLOW, in case the latter is nonzero and open ignores it.
51625
51626         Avoid compile failure on systems without ELOOP (like mingw).
51627         * lib/chdir-safer.c (ELOOP): Define if not already defined.
51628         Reported by Bruno Haible.
51629
51630 2008-05-10  Bruno Haible  <bruno@clisp.org>
51631
51632         * lib/unilbrk/ulc-common.c: Include c-strcaseeq.h instead of streq.h.
51633         (is_utf8_encoding): Use a case-insensitive comparison.
51634         * modules/unilbrk/ulc-common (Depends-on): Add c-strcaseeq. Remove
51635         streq.
51636
51637 2008-05-10  Bruno Haible  <bruno@clisp.org>
51638
51639         * lib/unilbrk/ulc-common.c: Don't include <stdlib.h>.
51640         (iconv_string_length, iconv_string_keeping_offsets): Remove functions.
51641         * lib/unilbrk/ulc-common.h (iconv_string_length,
51642         iconv_string_keeping_offsets): Remove declarations.
51643         * lib/unilbrk/ulc-possible-linebreaks.c: Include <string.h>, uniconv.h.
51644         Don't include <iconv.h>, streq.h, xsize.h.
51645         (ulc_possible_linebreaks): Use u8_conv_from_encoding for doing the
51646         conversion.
51647         * lib/unilbrk/ulc-width-linebreaks.c: Include uniconv.h. Don't include
51648         <iconv.h>, streq.h, xsize.h.
51649         (ulc_width_linebreaks): Use u8_conv_from_encoding for doing the
51650         conversion.
51651         * modules/unilbrk/ulc-common (Depends-on): Remove iconv.
51652         * modules/unilbrk/ulc-possible-linebreaks (Depends-on): Add
51653         uniconv/u8-conv-from-enc. Remove iconv_open, streq, xsize.
51654         * modules/unilbrk/ulc-width-linebreaks (Depends-on): Likewise.
51655
51656 2008-05-10  Bruno Haible  <bruno@clisp.org>
51657
51658         * modules/unilbrk/ulc-width-linebreaks-tests: New file.
51659         * tests/unilbrk/test-ulc-width-linebreaks.c: New file.
51660
51661         * modules/unilbrk/u32-width-linebreaks-tests: New file.
51662         * tests/unilbrk/test-u32-width-linebreaks.c: New file.
51663
51664         * modules/unilbrk/u16-width-linebreaks-tests: New file.
51665         * tests/unilbrk/test-u16-width-linebreaks.c: New file.
51666
51667         * modules/unilbrk/u8-width-linebreaks-tests: New file.
51668         * tests/unilbrk/test-u8-width-linebreaks.c: New file.
51669
51670         * modules/unilbrk/ulc-possible-linebreaks-tests: New file.
51671         * tests/unilbrk/test-ulc-possible-linebreaks.c: New file.
51672
51673         * modules/unilbrk/u32-possible-linebreaks-tests: New file.
51674         * tests/unilbrk/test-u32-possible-linebreaks.c: New file.
51675
51676         * modules/unilbrk/u16-possible-linebreaks-tests: New file.
51677         * tests/unilbrk/test-u16-possible-linebreaks.c: New file.
51678
51679         * modules/unilbrk/u8-possible-linebreaks-tests: New file.
51680         * tests/unilbrk/test-u8-possible-linebreaks.c: New file.
51681
51682 2008-05-10  Bruno Haible  <bruno@clisp.org>
51683
51684         Split up 'linebreak' module.
51685         * lib/unilbrk.h: New file, based on lib/linebreak.h.
51686         * lib/unilbrk/lbrkprop1.h: New file, extracted from lib/lbrkprop.h.
51687         * lib/unilbrk/lbrkprop2.h: New file, renamed from lib/lbrkprop.h with
51688         modifications.
51689         * lib/unilbrk/tables.h: New file, extracted from lib/linebreak.c.
51690         * lib/unilbrk/tables.c: New file, extracted from lib/linebreak.c.
51691         * lib/unilbrk/u8-possible-linebreaks.c: New file, extracted from
51692         lib/linebreak.c.
51693         * lib/unilbrk/u16-possible-linebreaks.c: New file, extracted from
51694         lib/linebreak.c.
51695         * lib/unilbrk/u32-possible-linebreaks.c: New file, extracted from
51696         lib/linebreak.c.
51697         * lib/unilbrk/ulc-common.h: New file, extracted from lib/linebreak.c.
51698         * lib/unilbrk/ulc-common.c: New file, extracted from lib/linebreak.c.
51699         * lib/unilbrk/ulc-possible-linebreaks.c: New file, extracted from
51700         lib/linebreak.c.
51701         * lib/unilbrk/u8-width-linebreaks.c: New file, extracted from
51702         lib/linebreak.c.
51703         * lib/unilbrk/u16-width-linebreaks.c: New file, extracted from
51704         lib/linebreak.c.
51705         * lib/unilbrk/u32-width-linebreaks.c: New file, extracted from
51706         lib/linebreak.c.
51707         * lib/unilbrk/ulc-width-linebreaks.c: New file, extracted from
51708         lib/linebreak.c.
51709         * modules/unilbrk/base: New file.
51710         * modules/unilbrk/tables: New file.
51711         * modules/unilbrk/u8-possible-linebreaks: New file.
51712         * modules/unilbrk/u16-possible-linebreaks: New file.
51713         * modules/unilbrk/u32-possible-linebreaks: New file.
51714         * modules/unilbrk/ulc-common: New file.
51715         * modules/unilbrk/ulc-possible-linebreaks: New file.
51716         * modules/unilbrk/u8-width-linebreaks: New file.
51717         * modules/unilbrk/u16-width-linebreaks: New file.
51718         * modules/unilbrk/u32-width-linebreaks: New file.
51719         * modules/unilbrk/ulc-width-linebreaks: New file.
51720         * lib/linebreak.h: Remove file.
51721         * lib/linebreak.c: Remove file.
51722         * m4/linebreak.m4: Remove file.
51723         * modules/linebreak: Remove file.
51724         * NEWS: Mention the changes.
51725
51726 2008-05-09  Eric Blake  <ebb9@byu.net>
51727
51728         Add xmemdup0.
51729         * lib/xalloc.h (xmemdup0): New prototype and C++ typesafe
51730         implementation.
51731         * lib/xmalloc.c (xmemdup0): New C implementation.
51732
51733 2008-05-08  Bruno Haible  <bruno@clisp.org>
51734
51735         * m4/wctype.m4 (gl_WCTYPE_H): Correct indentation.
51736
51737 2008-05-07  Eric Blake  <ebb9@byu.net>
51738
51739         Support cross-compilation of <wctype.h>.
51740         * m4/wctype.m4 (gl_WCTYPE_H): Fix improper nesting in
51741         AC_CACHE_CHECK.
51742
51743 2008-05-06  Soren Hansen  <soren@ubuntu.com>  (tiny change)
51744
51745         * build-aux/vc-list-files: Add support for bzr.
51746
51747 2008-05-03  Jim Meyering  <meyering@redhat.com>
51748
51749         avoid failed assertion with tight malloc
51750         * tests/test-getndelim2.c: Correct an off-by-one assertion.
51751
51752 2008-05-03  Simon Josefsson  <simon@josefsson.org>
51753
51754         * m4/inet_pton.m4: Set HAVE_DECL_INET_PTON to 0 when declarations
51755         are needed from arpa/inet.h.
51756         * m4/inet_ntop.m4: Likewise, for HAVE_DECL_INET_NTOP.
51757         Reported by Bruno Haible.
51758
51759 2008-05-02  Jim Meyering  <meyering@redhat.com>
51760
51761         avoid compilation error on FreeBSD 6
51762         * tests/test-getaddrinfo.c [!defined EAI_NODATA] (EAI_NODATA): Define.
51763
51764 2008-05-01  Jim Meyering  <meyering@redhat.com>
51765
51766         useless-if-before-free: correct --help's exit status description
51767         * build-aux/useless-if-before-free (usage): Like grep, exit 0
51768         for one or more matches, etc.  Reported by Bruno Haible.
51769
51770         vc-list-files: make the stand-alone gnulib test work
51771         * modules/vc-list-files-tests (configure.ac):
51772         Define and AC_SUBST abs_aux_dir.
51773         (Makefile.am) [TESTS_ENVIRONMENT]: Rather than passing
51774         $(abs_top_srcdir) to each script and having each of them
51775         duplicate the work of setting PATH, set PATH here, using
51776         the new variable, abs_aux_dir instead.
51777         * tests/test-vc-list-files-cvs.sh: Don't set PATH here.
51778         * tests/test-vc-list-files-git.sh: Likewise.
51779         Reported by Bruno Haible.
51780
51781 2008-05-01  Bruno Haible  <bruno@clisp.org>
51782
51783         * lib/getndelim2.c (getndelim2): Fix newsize computation during
51784         reallocation. Rename 'done' to 'found_delimiter'.
51785
51786 2008-05-01  Jim Meyering  <meyering@redhat.com>
51787
51788         vc-list-files: accommodate /bin/sh like the one from Solaris 10
51789         * build-aux/vc-list-files: Use `...`, not $(...).
51790
51791 2008-04-30  Jim Meyering  <meyering@redhat.com>
51792
51793         add tests for vc-list-files
51794         * modules/vc-list-files-tests: New module.
51795         * tests/test-vc-list-files-cvs.sh: New file.
51796         * tests/test-vc-list-files-git.sh: New file.
51797
51798         avoid a warning from gcc
51799         * lib/getndelim2.c (IF_LINT): Define.
51800         (getndelim2): Use it to avoid a "may be used uninitialized" warning.
51801
51802         vc-list-files: work properly with build-aux/cvsu, too
51803         * build-aux/vc-list-files: Hoist the "./"-removing code to apply
51804         to all cvs-based clauses.
51805
51806         vc-list-files: work properly in the CVS+awk case, too
51807         * build-aux/vc-list-files: In the CVS+awk case, remove "./" prefix.
51808
51809         vc-list-files: avoid use of ${*-*} that fails when /bin/sh is dash
51810         * build-aux/vc-list-files: Simplify ${*-*} to $dir, since we no longer
51811         take more than one file argument, so .  Add quotes, just in case $dir
51812         ever contains a shell meta-character.  Prompted by Soren Hansen in
51813         <http://thread.gmane.org/gmane.comp.emulators.libvirt/6221/focus=6240>.
51814
51815 2008-04-29  Eric Blake  <ebb9@byu.net>
51816
51817         Optimize getndelim2 to use block operations when possible.
51818         * modules/getndelim2 (Depends-on): Add stdbool, freadptr,
51819         freadseek, and memchr2.
51820         * lib/getndelim2.c (getndelim2): Use them for block reads.
51821
51822 2008-04-29  Bruno Haible  <bruno@clisp.org>
51823
51824         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_USE_SYSTEM_EXTENSIONS.
51825         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
51826         * modules/inet_ntop (Depends-on): Add extensions.
51827         * modules/inet_pton (Depends-on): Likewise.
51828         Reported by Simon Josefsson.
51829
51830 2008-04-29  Jim Meyering  <meyering@redhat.com>
51831
51832         When the is more than one match in a block, match all of them.
51833         * build-aux/useless-if-before-free: Iterate through each block
51834         until there are no more matches.
51835
51836         Fix broken useless-if-before-free script.
51837         * build-aux/useless-if-before-free: Fix typo: missing "?" after
51838         the expression to match cast of argument to free-like function.
51839
51840 2008-04-29  Eric Blake  <ebb9@byu.net>
51841
51842         Use new header.
51843         * lib/getaddrinfo.c (includes): s/"inet_ntop.h"/<arpa/inet.h>/.
51844
51845 2008-04-29  Jim Meyering  <meyering@redhat.com>
51846
51847         Avoid test segfault on x86_64 due to lack of inet_ntop declaration.
51848         * tests/test-getaddrinfo.c: Include <arpa/inet.h>, now guaranteed
51849         by gnulib to exist and to declare e.g., inet_ntop.
51850         Don't include "inet_ntop.h", now removed.
51851
51852         * m4/arpa_inet_h.m4: Remove trailing blanks.
51853
51854 2008-04-29  Eric Blake  <ebb9@byu.net>
51855
51856         Silence valgrind on safe reads beyond potential array bounds.
51857         * lib/rawmemchr.valgrind: New file.
51858         * lib/strchrnul.valgrind: Likewise.
51859         * modules/rawmemchr (Files): Distribute new file.
51860         * modules/strchrnul (Files): Likewise.
51861         Suggested by Bruno Haible.
51862
51863 2008-04-29  Bruno Haible  <bruno@clisp.org>
51864
51865         * lib/arpa_inet.in.h: Include system's <arpa/inet.h> if it exists.
51866         (inet_ntop, inet_pton): Change portability warning's wording.
51867         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Set HAVE_ARPA_INET_H.
51868         Invoke gl_CHECK_NEXT_HEADERS.
51869         (gl_ARPA_INET_H_DEFAULTS): Initialize ARPA_INET_H.
51870         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_ARPA_INET_H_DEFAULTS and
51871         set ARPA_INET_H.
51872         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
51873         * modules/arpa_inet (Description): No longer only for systems that
51874         lack it.
51875         (Depends-on): Add include_next.
51876         (Makeile.am): Substitute INCLUDE_NEXT, NEXT_ARPA_INET_H,
51877         HAVE_ARPA_INET_H.
51878
51879 2008-04-29  Jim Meyering  <meyering@redhat.com>
51880
51881         * modules/mkdir (License): Re-license as LGPLv2+.
51882
51883 2008-04-29  Bruno Haible  <bruno@clisp.org>
51884
51885         * modules/rawmemchr (Maintainer): Set to Eric.
51886         * modules/strchrnul (Maintainer): Likewise.
51887
51888 2008-04-29  Simon Josefsson  <simon@josefsson.org>
51889
51890         * m4/arpa_inet_h.m4 (gl_ARPA_INET_H_DEFAULTS): Set
51891         HAVE_DECL_INET_NTOP and HAVE_DECL_INET_PTON.
51892
51893         * modules/arpa_inet (arpa/inet.h): Use them.
51894
51895 2008-04-28  Eric Blake  <ebb9@byu.net>
51896
51897         Test getndelim2.
51898         * modules/getndelim2-tests: New file.
51899         * tests/test-getndelim2.c: Likewise.
51900         * lib/getndelim2.c (getndelim2): Never return 0.  Lock the
51901         stream.
51902         * m4/getndelim2.m4 (gl_GETNDELIM2): Check for lock functions.
51903
51904         * MODULES.html.sh: Document new module.
51905
51906 2008-04-20  Bruno Haible  <bruno@clisp.org>
51907
51908         * lib/c-stack.c (die): Use raise.
51909         * modules/c-stack (Depends-on): Add raise.
51910
51911 2008-04-28  Bruno Haible  <bruno@clisp.org>
51912
51913         Expect rpmatch to be declared.
51914         * lib/yesno.c (rpmatch): Remove declaration.
51915
51916         Declare rpmatch.
51917         * lib/stdlib.in.h (rpmatch): New declaration.
51918         * lib/rpmatch.c: Include <stdlib.h> first.
51919         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Require AC_USE_SYSTEM_EXTENSIONS and
51920         gl_STDLIB_H_DEFAULTS. Set HAVE_RPMATCH.
51921         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_RPMATCH,
51922         HAVE_RPMATCH.
51923         * modules/rpmatch (Depends-on): Add stdlib, extensions.
51924         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
51925         (Include): Set to <stdlib.h>.
51926         * modules/stdlib (Makefile.am): Substitute GNULIB_RPMATCH and
51927         HAVE_RPMATCH.
51928         * NEWS: Document the change.
51929
51930 2008-04-28  Bruno Haible  <bruno@clisp.org>
51931
51932         Change rpmatch to use nl_langinfo when appropriate.
51933         * lib/rpmatch.c: Include stdbool.h, string.h, langinfo.h.
51934         (N_): New macro.
51935         (localized_pattern): New function/macro.
51936         (try): Remove match, nomatch arguments. Copy the pattern into safe
51937         memory before caching it.
51938         (rpmatch): Use localized_pattern. Add translator comments.
51939         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Test for nl_langinfo and YESEXPR.
51940         Suggested by Eric Blake.
51941         * modules/rpmatch (Depends-on): Add stdbool.
51942
51943 2008-04-28  Eric Blake  <ebb9@byu.net>
51944
51945         Add rawmemchr module, matching glibc.
51946         * modules/string (Makefile.am): New indicator.
51947         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set it.
51948         * lib/string.in.h (rawmemchr): Declare when appropriate.
51949         * modules/rawmemchr: New file.
51950         * m4/rawmemchr.m4: Likewise.
51951         * lib/rawmemchr.c: Likewise.
51952         * modules/rawmemchr-tests: Likewise.
51953         * tests/test-rawmemchr.c: Likewise.
51954         * doc/glibc-functions/rawmemchr.texi (rawmemchr): Document
51955         module.
51956         * modules/strchrnul (Depends-on): Add rawmemchr.
51957         * lib/strchrnul.c (strchrnul): Optimize a corner case.
51958
51959         Whitespace cleanup.
51960         * tests/test-strchrnul.c: Reindent.
51961         * lib/strchrnul.c: Likewise.
51962
51963         Optimize and test strchrnul.
51964         * lib/strchrnul.c (strchrnul): Rewrite to do parallel search.
51965         * modules/strchrnul-tests: New file.
51966         * tests/test-strchrnul.c: Likewise.
51967
51968         Remove intprops dependency.
51969         * modules/memchr (Depends-on): Remove intprops.
51970         * modules/memrchr (Depends-on): Likewise.
51971         * modules/memchr2 (Depends-on): Likewise.
51972         * lib/memchr.c (__memchr): Hand-inline the TYPE_MAXIMUM check.
51973         * lib/memrchr.c (__memrchr): Likewise.
51974         * lib/memrchr2.c (memchr2): Likewise.
51975         Reported by Simon Josefsson.
51976
51977 2008-04-28  Simon Josefsson  <simon@josefsson.org>
51978
51979         * m4/sys_socket_h.m4: Move AC_REQUIRE([AC_C_INLINE]) to top.
51980         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
51981
51982 2008-04-28  Simon Josefsson  <simon@josefsson.org>
51983
51984         * lib/inet_ntop.h, lib/inet_pton.h: Remove files.
51985
51986         * lib/inet_ntop.c: Include arpa/inet.h instead of inet_ntop.h.
51987
51988         * lib/inet_pton.c: Include arpa/inet.h instead of inet_pton.h.
51989
51990         * lib/arpa_inet.in.h [@GNULIB_INET_NTOP@]: Inline inet_ntop.h
51991         declarations.
51992         [@GNULIB_INET_PTON@]: Inline inet_pton.h declarations.
51993
51994         * m4/inet_pton.m4: Don't check for header files.
51995
51996         * m4/inet_ntop.m4: Don't check for header files.
51997
51998 2008-04-28  Simon Josefsson  <simon@josefsson.org>
51999
52000         * m4/sys_socket_h.m4: Require AC_C_INLINE when necessary.
52001         * lib/sys_socket.in.h (setsockopt): Use proper win32 tests (don't
52002         trigger for cygwin).
52003         Reported by Bruno Haible  <bruno@clisp.org>.
52004
52005 2008-04-28  Bruno Haible  <bruno@clisp.org>
52006
52007         * doc/posix-functions/strdup.texi: Mention mingw problem.
52008
52009 2008-04-27  Bruno Haible  <bruno@clisp.org>
52010
52011         * modules/stat-time-tests (Depends-on): Add sleep.
52012         * tests/test-stat-time.c (force_unlink): New function.
52013         (cleanup): Use it.
52014         (test_mtime): Remove the ctime related tests.
52015         (test_ctime): New function, containing the ctime related tests.
52016         (main): Call test_ctime, except on native Windows platforms.
52017
52018 2008-04-27  Bruno Haible  <bruno@clisp.org>
52019
52020         * lib/rpmatch.c (rpmatch): Add some comments.
52021         Reported by James Youngman <jay@gnu.org>.
52022
52023 2008-04-27  Bruno Haible  <bruno@clisp.org>
52024
52025         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Also test the behaviour on
52026         quiet NaNs.
52027
52028 2008-04-27  Bruno Haible  <bruno@clisp.org>
52029
52030         Make test-yesno.sh work on mingw.
52031         * tests/test-yesno.sh: Postprocess the output to convert CR/LF to LF.
52032         * tests/test-yesno.c: Include yesno.h first. Include binary-io.h.
52033         (main): Set stdin to binary mode.
52034         * modules/yesno-tests (Depends-on): Add binary-io.
52035
52036 2008-04-27  Bruno Haible  <bruno@clisp.org>
52037
52038         Fix 'isfinite' on x86, x86_64, ia64 platforms.
52039         * tests/test-isfinite.c (test_isfinitel): Also test the behavior on
52040         argument that lie outside the IEEE 854 domain.
52041         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): New macro.
52042         (gl_ISFINITE): Use it.
52043         * doc/posix-functions/isfinite.texi: Document the fixed bugs.
52044
52045 2008-04-27  Bruno Haible  <bruno@clisp.org>
52046
52047         Allow local renaming in config.h.
52048         * lib/memrchr.c (memrchr): Don't undefine outside libc.
52049
52050 2008-04-27  Bruno Haible  <bruno@clisp.org>
52051
52052         * lib/memchr.c (__memchr): Change type of 'i'.
52053         * lib/memchr2.c (memchr2): Likewise.
52054
52055 2008-04-26  Eric Blake  <ebb9@byu.net>
52056         and Bruno Haible  <bruno@clisp.org>
52057
52058         Optimize and test memrchr.
52059         * modules/memrchr (Depends-on): Add intprops.
52060         * lib/memrchr.c (__memrchr): Avoid false positives in loop.
52061         * modules/memrchr-tests: New file.
52062         * tests/test-memrchr.c: New file.
52063
52064 2008-04-26  Bruno Haible  <bruno@clisp.org>
52065
52066         Add tentative support for DragonFly BSD.
52067         * lib/stdio-impl.h: Add macros for DragonFly BSD.
52068         * lib/fbufmode.c (fbufmode): Update conditionals. Use fp_ instead of
52069         fp.
52070         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
52071         restore_seek_optimization, update_fpos_cache, rpl_fflush: Likewise.
52072         * lib/fpurge.c (fpurge): Likewise.
52073         * lib/freadable.c (freaadable): Likewise.
52074         * lib/freadahead.c (freadahead): Likewise.
52075         * lib/freading.c (freading): Likewise.
52076         * lib/freadptr.c (freadptr): Likewise.
52077         * lib/freadseek.c (freadptrinc): Likewise.
52078         * lib/fseeko.c (fseeko): Likewise.
52079         * lib/fseterr.c (fseterr): Likewise.
52080         * lib/fwritable.c (fwritable): Likewise.
52081         * lib/fwriting.c (fwriting): Likewise.
52082
52083 2008-04-26  Bruno Haible  <bruno@clisp.org>
52084
52085         * lib/stdio-impl.h: New file.
52086         * lib/fbufmode.c: Include stdio-impl.h.
52087         (fbufmode): Use fp_, remove redundant #defines.
52088         * lib/fflush.c: Include stdio-impl.h.
52089         (clear_ungetc_buffer): Remove redundant #defines.
52090         * lib/fpurge.c: Include stdio-impl.h.
52091         (fpurge): Remove redundant #defines.
52092         * lib/freadable.c: Include stdio-impl.h.
52093         (freadable): Remove redundant #defines.
52094         * lib/freadahead.c: Include stdio-impl.h.
52095         (freadahead): Remove redundant #defines.
52096         * lib/freading.c: Include stdio-impl.h.
52097         (freading): Remove redundant #defines.
52098         * lib/freadptr.c: Include stdio-impl.h.
52099         (freadptr): Remove redundant #defines.
52100         * lib/freadseek.c: Include stdio-impl.h.
52101         (freadptrinc): Remove redundant #defines.
52102         * lib/fseeko.c: Include stdio-impl.h.
52103         (rpl_fseeko): Remove redundant #defines.
52104         * lib/fseterr.c: Include stdio-impl.h.
52105         (fseterr): Remove redundant #defines.
52106         * lib/fwritable.c: Include stdio-impl.h.
52107         (fwritable: Remove redundant #defines.
52108         * lib/fwriting.c: Include stdio-impl.h.
52109         (fwriting): Remove redundant #defines.
52110         * modules/fbufmode (Files): Add lib/stdio-impl.h.
52111         * modules/fflush (Files): Likewise.
52112         * modules/fpurge (Files): Likewise.
52113         * modules/freadable (Files): Likewise.
52114         * modules/freadahead (Files): Likewise.
52115         * modules/freading (Files): Likewise.
52116         * modules/freadptr (Files): Likewise.
52117         * modules/freadseek (Files): Likewise.
52118         * modules/fseeko (Files): Likewise.
52119         * modules/fseterr (Files): Likewise.
52120         * modules/fwritable (Files): Likewise.
52121         * modules/fwriting (Files): Likewise.
52122
52123 2008-04-26  Bruno Haible  <bruno@clisp.org>
52124
52125         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
52126         restore_seek_optimization, update_fpos_cache): New functions, extracted
52127         from rpl_fflush.
52128         (rpl_fflush): Use them.
52129         * m4/fflush.m4 (gl_PREREQ_FFLUSH): New macro.
52130         (gl_REPLACE_FFLUSH): Use it.
52131
52132 2008-04-26  Bruno Haible  <bruno@clisp.org>
52133
52134         * tests/test-xstrtol.sh: Work around limitation of an old 'tr' program
52135         on Solaris.
52136         * tests/test-xstrtoimax.sh: Likewise.
52137         * tests/test-xstrtoumax.sh: Likewise.
52138         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
52139
52140 2008-04-26  Bruno Haible  <bruno@clisp.org>
52141
52142         * modules/memchr-tests: New file.
52143         * tests/test-memchr.c; New file, based on tests/test-memchr2.c.
52144
52145 2008-04-26  Eric Blake  <ebb9@byu.net>
52146             Bruno Haible  <bruno@clisp.org>
52147
52148         * lib/memchr.c: Include intprops.h.
52149         (__memchr): Optimize parallel detection of matching bytes. Rename local
52150         variables. Add explanatory comments.
52151
52152 2008-04-26  Bruno Haible  <bruno@clisp.org>
52153
52154         Fix module 'memchr', broken since 2000-10-28.
52155         * lib/memchr.c: Outside glibc, define memchr, not __memchr.
52156
52157 2008-04-26  Bruno Haible  <bruno@clisp.org>
52158
52159         * lib/memchr2.c (memchr2): Rename local variables. Add explanatory
52160         comments.
52161
52162 2008-04-25  Eric Blake  <ebb9@byu.net>
52163
52164         Use native fstatat on cygwin 1.7.0.
52165         * m4/openat.m4 (gl_FUNC_OPENAT): Make sure lstat check is made
52166         first.
52167
52168 2008-04-23  Eric Blake  <ebb9@byu.net>
52169
52170         Improve memchr2 performance.
52171         * lib/memchr2.c (memchr2): Further optimize parallel detection of
52172         NUL bytes.
52173         * modules/memchr2 (Depends-on): Use intprops.h.
52174
52175 2008-04-23  Simon Josefsson  <simon@josefsson.org>
52176
52177         * lib/sys_socket.in.h (setsockopt): Be more type safe by declaring
52178         an inline function instead of a CPP macro.  Patch by Ben Pfaff
52179         <blp@cs.stanford.edu>.
52180
52181 2008-04-23  Simon Josefsson  <simon@josefsson.org>
52182
52183         * lib/arpa_inet.in.h: New file.
52184
52185         * modules/arpa_inet (Files): Add lib/arpa_inet.in.h.
52186         (Makefile.am): Sed in substitute header file.
52187
52188         * m4/arpa_inet_h.m4: Add gl_ARPA_INET_H_DEFAULTS and
52189         gl_ARPA_INET_MODULE_INDICATOR.  Use them.
52190
52191         * modules/inet_ntop (configure.ac): Use
52192         gl_ARPA_INET_MODULE_INDICATOR.
52193
52194         * modules/inet_pton (configure.ac): Use
52195         gl_ARPA_INET_MODULE_INDICATOR.
52196
52197 2008-04-22  Jim Meyering  <meyering@redhat.com>
52198
52199         * modules/verify (License): Re-license as LGPLv2+.
52200
52201 2008-04-22  Simon Josefsson  <simon@josefsson.org>
52202
52203         * lib/sys_socket.in.h: Define setsockopt macro to cast fourth
52204         parameter to void* as per POSIX standard (MinGW uses char*).
52205
52206 2008-04-21  Bruno Haible  <bruno@clisp.org>
52207
52208         * lib/wctype.in.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
52209         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
52210         Define to replacements if REPLACE_ISWCNTRL is 1.
52211         * m4/wctype.m4 (gl_WCTYPE_H): Test whether the isw* functions work.
52212         If not, set WCTYPE_H to nonempty and REPLACE_ISWCNTRL to 1.
52213         * modules/wctype (Makefile.am): Substitute REPLACE_ISWCNTRL.
52214         * doc/posix-functions/iswalnum.texi: Mention the 'wctype' module and
52215         what it fixes.
52216         * doc/posix-functions/iswalpha.texi: Likewise.
52217         * doc/posix-functions/iswblank.texi: Likewise.
52218         * doc/posix-functions/iswcntrl.texi: Likewise.
52219         * doc/posix-functions/iswdigit.texi: Likewise.
52220         * doc/posix-functions/iswgraph.texi: Likewise.
52221         * doc/posix-functions/iswlower.texi: Likewise.
52222         * doc/posix-functions/iswprint.texi: Likewise.
52223         * doc/posix-functions/iswpunct.texi: Likewise.
52224         * doc/posix-functions/iswspace.texi: Likewise.
52225         * doc/posix-functions/iswupper.texi: Likewise.
52226         * doc/posix-functions/iswxdigit.texi: Likewise.
52227         Reported by Alain Guibert.
52228
52229 2008-04-21  Bruno Haible  <bruno@clisp.org>
52230
52231         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit.
52232         Patch by Alain Guibert.
52233
52234 2008-04-21  Bruno Haible  <bruno@clisp.org>
52235
52236         Fix test failures on mingw.
52237         * tests/test-xstrtol.c (print_no_progname): New function.
52238         (main): Install it in error_print_progname hook.
52239         * tests/test-xstrtol.sh: Convert CR/LF to NL in output.
52240         * tests/test-xstrtoimax.sh: Likewise.
52241         * tests/test-xstrtoumax.sh: Likewise.
52242
52243 2008-04-21  Bruno Haible  <bruno@clisp.org>
52244
52245         Fix test failure on mingw.
52246         * tests/test-argp-2.sh (func_compare): Remove CRs from sed's output.
52247
52248 2008-04-21  Bruno Haible  <bruno@clisp.org>
52249
52250         * lib/localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN):
52251         Actually assign a value.
52252
52253 2008-04-20  Bruno Haible  <bruno@clisp.org>
52254
52255         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl',
52256         take 2.
52257         * lib/canonicalize.c (canonicalize_file_name): Elide if the
52258         'canonicalize-lgpl' module is also used.
52259         * lib/canonicalize-lgpl.c: Undo last change.
52260         * modules/canonicalize-lgpl (configure.ac): Invoke gl_MODULE_INDICATOR.
52261
52262 2008-04-20  Bruno Haible  <bruno@clisp.org>
52263
52264         * lib/mkdir.c (mkdir): Undefine after the includes, not right after
52265         config.h. Provide _mkdir based fallback for mingw.
52266         * lib/sys_stat.in.h (mkdir): Define through an 'extern' declaration
52267         if REPLACE_MKDIR is 1. Otherwise, test for mingw directly.
52268         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Require
52269         gl_SYS_STAT_H_DEFAULTS. When doing the replacement, set REPLACE_MKDIR
52270         rather than defining mkdir in config.h.
52271         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): New macro.
52272         (gl_SYS_STAT_H_DEFAULTS): New macro.
52273         (gl_HEADER_SYS_STAT_H): Require it. Don't set HAVE_DECL_MKDIR and
52274         HAVE_IO_H any more.
52275         * modules/sys_stat (Makefile.am): Substitute REPLACE_MKDIR instead of
52276         HAVE_DECL_MKDIR and HAVE_IO_H.
52277
52278 2008-04-20  Bruno Haible  <bruno@clisp.org>
52279
52280         * lib/isapipe.c: Port to native Windows platforms.
52281
52282 2008-04-20  Bruno Haible  <bruno@clisp.org>
52283
52284         * lib/gc-gnulib.c: Include <windows.h> before <wincrypt.h>.
52285
52286 2008-04-21  Eric Blake  <ebb9@byu.net>
52287
52288         Work around preprocessors that don't handle UINTMAX_MAX.
52289         * lib/memchr2.c (memchr2): Avoid embedded #if.
52290         Reported by Alain Guibert, fix suggested by Bruno Haible.
52291
52292 2008-04-21  Simon Josefsson  <simon@josefsson.org>
52293
52294         * doc/posix-functions/strftime.texi (strftime): Explain better
52295         Windows incompatibility.  Suggested by Micah Cowan
52296         <micah@cowan.name>.
52297
52298 2008-04-20  Bruno Haible  <bruno@clisp.org>
52299
52300         * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen,
52301         unistr/u8-mblen.
52302
52303 2008-04-20  Bruno Haible  <bruno@clisp.org>
52304
52305         Fix test failure on platforms with non-GNU iconv.
52306         * lib/uniconv/u16-conv-to-enc.c (u16_to_u8_lenient): New function.
52307         (U_TO_U8): Use it, rather than u16_to_u8.
52308         * lib/uniconv/u-conv-to-enc.h (FUNC): Allow an incomplete sequence of
52309         units at the end of the input string.
52310         * modules/uniconv/u16-conv-to-enc (Depends-on): Update.
52311
52312 2008-04-20  Bruno Haible  <bruno@clisp.org>
52313
52314         * tests/uniconv/test-u8-conv-to-enc.c (main): Accept result == NULL
52315         when the resulting length is 0.
52316         * tests/uniconv/test-u16-conv-to-enc.c (main): Likewise.
52317
52318 2008-04-20  Bruno Haible  <bruno@clisp.org>
52319
52320         * m4/roundf.m4 (gl_FUNC_ROUNDF): Add test whether roundf actually
52321         works.
52322         * doc/posix-functions/roundf.texi: Mention roundf bug on mingw.
52323
52324 2008-04-20  Bruno Haible  <bruno@clisp.org>
52325
52326         * tests/test-tsearch.c (main): Don't use initstate if it is missing.
52327         * modules/tsearch-tests (configure.ac): Test for initstate function.
52328
52329 2008-04-20  Bruno Haible  <bruno@clisp.org>
52330
52331         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Also provided a substitute
52332         for nlink_t if missing.
52333         * tests/test-sys_stat.c: Check the existence of the nlink_t type.
52334
52335 2008-04-19  Bruno Haible  <bruno@clisp.org>
52336
52337         Work around snprintf bug on Linux libc5.
52338         * m4/printf.m4 (gl_SNPRINTF_SIZE1): New macro.
52339         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
52340         gl_SNPRINTF_SIZE1.
52341         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
52342         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Likewise. Replace snprintf if
52343         that test failed.
52344         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Likewise.
52345         * lib/vasnprintf.c (USE_SNPRINTF): Set to 0 on Linux libc5 systems.
52346         * modules/snprintf (Files): Add m4/printf.m4.
52347         * modules/vsnprintf (Files): Likewise.
52348         * doc/posix-functions/snprintf.texi: Document Linux libc5 problem.
52349         * doc/posix-functions/vsnprintf.texi: Likewise.
52350
52351 2008-04-19  Bruno Haible  <bruno@clisp.org>
52352
52353         * lib/vasnprintf.c (floorlog10l, floorlog10): Reduce maximum error
52354         from 0.0058 to less than 10^-7.
52355
52356 2008-04-19  Bruno Haible  <bruno@clisp.org>
52357
52358         Fix rounding when a precision is given.
52359         * lib/vasnprintf.c (is_borderline): New function.
52360         (VASNPRINTF): For %e and %g, consider replacing the digits 10....0 with
52361         9...9x.
52362         * tests/test-vasnprintf-posix.c (test_function): Test rounding with %f,
52363         %e, %g.
52364         * tests/test-vasprintf-posix.c (test_function): Likewise.
52365         * tests/test-snprintf-posix.h (test_function): Likewise.
52366         * tests/test-sprintf-posix.h (test_function): Likewise.
52367         * tests/test-fprintf-posix.h (test_function): Test rounding with %f.
52368         * tests/test-printf-posix.h (test_function): Likewise.
52369         * tests/test-printf-posix.output: Update.
52370         Reported by John Darrington <john@darrington.wattle.id.au> via
52371         Ben Pfaff <blp@cs.stanford.edu>.
52372
52373 2008-04-18  Simon Josefsson  <simon@josefsson.org>
52374
52375         * doc/posix-functions/strftime.texi (strftime): Clarify platform.
52376         Suggested by Bruno Haible <bruno@clisp.org>.
52377
52378 2008-04-17  Bruno Haible  <bruno@clisp.org>
52379
52380         * lib/lock.h (gl_lock_destroy, gl_rwlock_destroy,
52381         gl_recursive_lock_destroy): Provide no-op definitions for the dummy
52382         implementation.
52383         Patch by Bruce Merry <bmerry@gmail.com>.
52384
52385 2008-04-17  Simon Josefsson  <simon@josefsson.org>
52386
52387         * doc/posix-functions/strftime.texi (strftime): Mention that %e
52388         doesn't work under Windows.
52389
52390 2008-04-16  Bruno Haible  <bruno@clisp.org>
52391
52392         * lib/localename.c (LANG_MAORI, LANG_QUECHUA, LANG_SOTHO, LANG_UIGHUR):
52393         New macros.
52394         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN,
52395         SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC,
52396         SUBLANG_CROATIAN_CROATIA, SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,
52397         SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA, SUBLANG_MONGOLIAN_PRC,
52398         SUBLANG_QUECHUA_BOLIVIA, SUBLANG_QUECHUA_ECUADOR, SUBLANG_QUECHUA_PERU,
52399         SUBLANG_RUSSIAN_RUSSIA, SUBLANG_RUSSIAN_MOLDAVIA, SUBLANG_SPANISH_US,
52400         SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN, SUBLANG_UIGHUR_PRC): New
52401         macros.
52402         (gl_locale_name_from_win32_LANGID): Refine code for Croatian/Bosnian,
52403         Mongolian, Russian, Spanish, Tibetan. Add code for Maori, Quechua,
52404         Northern Sotho, Uighur.
52405
52406 2008-04-16  Bruno Haible  <bruno@clisp.org>
52407
52408         * lib/localename.c (SUBLANG_SINDHI_INDIA): New macro.
52409         (SUBLANG_SINDHI_PAKISTAN): Change value from 1 to 2.
52410         (gl_locale_name_from_win32_LANGID): Fix code for Sindhi.
52411         Reported by Daniel Bergström <daniel@octocode.com>.
52412
52413 2007-12-25  KJK::Hyperion  <hackbunny@reactos.com>
52414             Bruno Haible  <bruno@clisp.org>
52415
52416         * lib/localename.c (gl_locale_name_canonicalize) [WIN32_NATIVE]: New
52417         function.
52418         (gl_locale_name_from_win32_LANGID, gl_locale_name_from_win32_LCID):
52419         New functions, mostly extracted from gl_locale_name_default.
52420         (gl_locale_name_default): Use gl_locale_name_from_win32_LCID.
52421
52422 2008-04-16  Eric Blake  <ebb9@byu.net>
52423
52424         Adjust strtod detection to catch glibc 2.7 bug.
52425         * m4/strtod.m4 (gl_FUNC_STRTOD): Test "nan()" behavior.
52426         Reported by John Gatewood Ham.
52427
52428 2008-04-16  Bruno Haible  <bruno@clisp.org>
52429
52430         Add tentative support for Linux libc5.
52431         * lib/fbufmode.c (fbufmode) [__GNU_LIBRARY__==1]: Reuse glibc2 code.
52432         * lib/fpurge.c (fpurge): Likewise.
52433         * lib/freadable.c (freadable): Likewise.
52434         * lib/freadahead.c (freadahead): Likewise.
52435         * lib/freading.c (freading): Likewise.
52436         * lib/freadptr.c (freadptr): Likewise.
52437         * lib/freadseek.c (freadptrinc): Likewise.
52438         * lib/fseeko.c (rpl_fseeko): Likewise.
52439         * lib/fseterr.c (fseterr): Likewise.
52440         * lib/fwritable.c (fwritable): Likewise.
52441         * lib/fwriting.c (fwriting): Likewise.
52442         Reported by Alain Guibert <alguibert+bts@free.fr>.
52443
52444 2008-04-15  Bruno Haible  <bruno@clisp.org>
52445
52446         * modules/mathl (configure.ac): Define module indicator.
52447
52448 2008-04-15  Bruno Haible  <bruno@clisp.org>
52449
52450         * lib/logl.c (logl): Remove unused variables.
52451
52452 2008-04-15  Bruno Haible  <bruno@clisp.org>
52453
52454         * lib/uniconv/u-conv-to-enc.h (FUNC): Fix return value when U_TO_U8
52455         fails.
52456
52457 2008-04-15  Bruno Haible  <bruno@clisp.org>
52458
52459         * lib/trim.c (trim2): Fix argument of isspace() macro.
52460
52461 2008-04-15  Paolo Bonzini  <bonzini@gnu.org>
52462
52463         * lib/tanl.c (kernel_tanl): Rename flag to invert, initialize it
52464         to 0.
52465         * lib/trigl.c (ieee754_rem_pio2l): Fix range checks.
52466
52467 2008-04-14  Bruno Haible  <bruno@clisp.org>
52468
52469         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Fix underquoting of
52470         AC_LANG_PROGRAM argument.
52471         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
52472         * m4/gethrxtime.m4 (gl_ARITHMETIC_HRTIME_T): Likewise.
52473         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
52474         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
52475         * m4/math_h.m4 (gl_MATH_H): Likewise.
52476         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Likewise.
52477         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
52478         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
52479         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Likewise.
52480         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
52481         * m4/regex.m4 (gl_REGEX): Likewise.
52482         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Likewise.
52483         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): Likewise.
52484         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
52485         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Likewise.
52486         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
52487         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
52488         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
52489         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
52490
52491 2008-04-14  Jim Meyering  <meyering@redhat.com>
52492
52493         test-strtod: fix typos: s/abs/fabs/
52494         * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
52495
52496 2008-04-13  Bruno Haible  <bruno@clisp.org>
52497
52498         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
52499         * lib/canonicalize-lgpl.c: Elide the contents if the 'canonicalize'
52500         module is also used and while not building the reloc-wrapper.
52501
52502 2008-04-13  Bruno Haible  <bruno@clisp.org>
52503
52504         * tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
52505
52506 2008-04-13  Bruno Haible  <bruno@clisp.org>
52507
52508         Fix AIX compilation failure introduced on 2008-04-02.
52509         * tests/test-frexp.c (exp): Undefine before redefining.
52510         * tests/test-frexpl.c (exp): Likewise.
52511
52512 2008-04-13  Bruno Haible  <bruno@clisp.org>
52513
52514         Work around a HP-UX stdio bug.
52515         * tests/test-ftell.c (main): Disable the fseek/ftell test on HP-UX.
52516         * tests/test-ftello.c (main): Likewise.
52517         * doc/posix-functions/ftell.texi: Mention HP-UX bug.
52518         * doc/posix-functions/ftello.texi: Likewise.
52519
52520 2008-04-13  Bruno Haible  <bruno@clisp.org>
52521
52522         Make test-signbit pass on HP-UX/hppa.
52523         * tests/test-signbit.c (minus_zerol): New variable.
52524         (test_signbitl): Use it.
52525
52526 2008-04-13  Bruno Haible  <bruno@clisp.org>
52527
52528         Make truncl work on OSF/1 4.0.
52529         * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
52530         Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
52531         * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
52532         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
52533         HAVE_DECL_TRUNCL.
52534         * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
52535         HAVE_DECL_TRUNCL.
52536         * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
52537
52538 2008-04-13  Bruno Haible  <bruno@clisp.org>
52539
52540         * lib/unictype.h: Remove trailing comma from enumeration definitions.
52541
52542 2008-04-13  Bruno Haible  <bruno@clisp.org>
52543
52544         * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
52545         expression, so as to avoid HP-UX 11 cc compiler bug.
52546
52547 2008-04-13  Bruno Haible  <bruno@clisp.org>
52548
52549         * m4/regex.m4 (gl_PREREQ_REGEX): Also check for <libintl.h>.
52550
52551 2008-04-13  Bruno Haible  <bruno@clisp.org>
52552
52553         * lib/git-merge-changelog.c: Remove empty declaration outside of
52554         functions.
52555
52556 2008-04-13  Bruno Haible  <bruno@clisp.org>
52557
52558         * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
52559
52560 2008-04-13  Bruno Haible  <bruno@clisp.org>
52561
52562         * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
52563         * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
52564         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
52565         also if it exists but lacks definitions of the SHUT_* macros.
52566         * modules/sys_socket (Description): Update.
52567         Reported by Elbert Pol <e.pol@chello.nl>.
52568
52569 2008-04-13  Bruno Haible  <bruno@clisp.org>
52570
52571         * lib/localcharset.c (OS2): Don't redefine if already defined.
52572         Reported by Elbert Pol <e.pol@chello.nl>.
52573
52574 2008-04-13  Bruno Haible  <bruno@clisp.org>
52575
52576         * lib/binary-io.h [__EMX__]: Include <io.h>.
52577         Reported by Elbert Pol <e.pol@chello.nl>.
52578
52579 2008-04-12  Bruno Haible  <bruno@clisp.org>
52580
52581         * lib/fpucw.h: Enable the definitions also for x86_64.
52582         Needed for NetBSD/x86_64.
52583         Reported by Thomas Klausner <tk@giga.or.at>.
52584
52585 2008-04-12  Bruno Haible  <bruno@clisp.org>
52586
52587         * tests/test-strtod.c: Include isnand.h.
52588         (main): Use isnand instead of isnan.
52589         Reported by Jim Meyering.
52590
52591 2008-04-12  Bruno Haible  <bruno@clisp.org>
52592
52593         * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
52594         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
52595
52596 2008-04-12  Jim Meyering  <meyering@redhat.com>
52597
52598         * m4/math_h.m4 (gl_MATH_H): Fix typos.
52599
52600 2008-04-12  Bruno Haible  <bruno@clisp.org>
52601
52602         * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
52603         Reported by Elbert Pol <e.pol@chello.nl>.
52604
52605 2008-04-12  Eric Blake  <ebb9@byu.net>
52606
52607         Work around Solaris 10 math.h bug.
52608         * m4/math_h.m4 (gl_MATH_H): Check for bug.
52609         (gl_MATH_H_DEFAULTS): Set up default.
52610         * modules/math (Makefile.am): Replace new indicators.
52611         * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
52612         * tests/test-math.c (main): Test this.
52613         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
52614         * doc/posix-headers/math.texi (math.h): Mention bug.
52615         Reported by Nelson H. F. Beebe and Jim Meyering.
52616
52617 2008-04-11  Bruno Haible  <bruno@clisp.org>
52618
52619         Adapt to future versions of Apple GCC.
52620         * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
52621         Reported by Peter O'Gorman <peter@pogma.com>.
52622
52623 2008-04-11  Bruno Haible  <bruno@clisp.org>
52624
52625         * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
52626
52627 2008-04-11  Bruno Haible  <bruno@clisp.org>
52628
52629         * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
52630
52631         * modules/getaddrinfo-tests (Makefile.am): Define
52632         test_getaddrinfo_LDADD.
52633
52634 2008-04-11  Bruno Haible  <bruno@clisp.org>
52635
52636         * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
52637         (init): Fix syntax error.
52638         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
52639         is declared.
52640
52641 2008-04-11  Bruno Haible  <bruno@clisp.org>
52642
52643         * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
52644         * modules/glob (Depends-on): Add stdbool.
52645
52646 2008-04-11  Bruno Haible  <bruno@clisp.org>
52647
52648         * lib/trim.c: Include <string.h>.
52649
52650 2008-04-11  Eric Blake  <ebb9@byu.net>
52651
52652         Avoid compile failure on OS/2.
52653         * lib/regex_internal.h (internal_function): Disable optimization
52654         on OS/2 (__EMX__), where it caused compiler error.
52655         Reported by Elbert Pol.
52656
52657 2008-04-11  Bruno Haible  <bruno@clisp.org>
52658
52659         Flush the standard error stream before aborting. Needed on mingw.
52660         * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
52661         * tests/test-array_list.c (ASSERT): Likewise.
52662         * tests/test-array_oset.c (ASSERT): Likewise.
52663         * tests/test-avltree_list.c (ASSERT): Likewise.
52664         * tests/test-avltree_oset.c (ASSERT): Likewise.
52665         * tests/test-avltreehash_list.c (ASSERT): Likewise.
52666         * tests/test-binary-io.c (ASSERT): Likewise.
52667         * tests/test-byteswap.c (ASSERT): Likewise.
52668         * tests/test-c-ctype.c (ASSERT): Likewise.
52669         * tests/test-c-strcasecmp.c (ASSERT): Likewise.
52670         * tests/test-c-strcasestr.c (ASSERT): Likewise.
52671         * tests/test-c-strncasecmp.c (ASSERT): Likewise.
52672         * tests/test-c-strstr.c (ASSERT): Likewise.
52673         * tests/test-canonicalize-lgpl.c (ASSERT): Likewise.
52674         * tests/test-canonicalize.c (ASSERT): Likewise.
52675         * tests/test-carray_list.c (ASSERT): Likewise.
52676         * tests/test-ceilf1.c (ASSERT): Likewise.
52677         * tests/test-ceilf2.c (ASSERT): Likewise.
52678         * tests/test-ceill.c (ASSERT): Likewise.
52679         * tests/test-count-one-bits.c (ASSERT): Likewise.
52680         * tests/test-fbufmode.c (ASSERT): Likewise.
52681         * tests/test-fflush2.c (ASSERT): Likewise.
52682         * tests/test-floorf1.c (ASSERT): Likewise.
52683         * tests/test-floorf2.c (ASSERT): Likewise.
52684         * tests/test-floorl.c (ASSERT): Likewise.
52685         * tests/test-fopen.c (ASSERT): Likewise.
52686         * tests/test-fpending.c (ASSERT): Likewise.
52687         * tests/test-fprintf-posix.c (ASSERT): Likewise.
52688         * tests/test-fpurge.c (ASSERT): Likewise.
52689         * tests/test-freadable.c (ASSERT): Likewise.
52690         * tests/test-freadahead.c (ASSERT): Likewise.
52691         * tests/test-freading.c (ASSERT): Likewise.
52692         * tests/test-freadptr.c (ASSERT): Likewise.
52693         * tests/test-freadptr2.c (ASSERT): Likewise.
52694         * tests/test-freadseek.c (ASSERT): Likewise.
52695         * tests/test-freopen.c (ASSERT): Likewise.
52696         * tests/test-frexp.c (ASSERT): Likewise.
52697         * tests/test-frexpl.c (ASSERT): Likewise.
52698         * tests/test-fseek.c (ASSERT): Likewise.
52699         * tests/test-fseeko.c (ASSERT): Likewise.
52700         * tests/test-fstrcmp.c (ASSERT): Likewise.
52701         * tests/test-ftell.c (ASSERT): Likewise.
52702         * tests/test-ftello.c (ASSERT): Likewise.
52703         * tests/test-func.c (ASSERT): Likewise.
52704         * tests/test-fwritable.c (ASSERT): Likewise.
52705         * tests/test-fwriting.c (ASSERT): Likewise.
52706         * tests/test-getdelim.c (ASSERT): Likewise.
52707         * tests/test-getline.c (ASSERT): Likewise.
52708         * tests/test-i-ring.c (ASSERT): Likewise.
52709         * tests/test-iconv-utf.c (ASSERT): Likewise.
52710         * tests/test-iconv.c (ASSERT): Likewise.
52711         * tests/test-isfinite.c (ASSERT): Likewise.
52712         * tests/test-isnand.c (ASSERT): Likewise.
52713         * tests/test-isnanf.c (ASSERT): Likewise.
52714         * tests/test-isnanl.h (ASSERT): Likewise.
52715         * tests/test-ldexpl.c (ASSERT): Likewise.
52716         * tests/test-linked_list.c (ASSERT): Likewise.
52717         * tests/test-linkedhash_list.c (ASSERT): Likewise.
52718         * tests/test-localename.c (ASSERT): Likewise.
52719         * tests/test-lseek.c (ASSERT): Likewise.
52720         * tests/test-mbscasecmp.c (ASSERT): Likewise.
52721         * tests/test-mbscasestr1.c (ASSERT): Likewise.
52722         * tests/test-mbscasestr2.c (ASSERT): Likewise.
52723         * tests/test-mbscasestr3.c (ASSERT): Likewise.
52724         * tests/test-mbscasestr4.c (ASSERT): Likewise.
52725         * tests/test-mbschr.c (ASSERT): Likewise.
52726         * tests/test-mbscspn.c (ASSERT): Likewise.
52727         * tests/test-mbsncasecmp.c (ASSERT): Likewise.
52728         * tests/test-mbspbrk.c (ASSERT): Likewise.
52729         * tests/test-mbspcasecmp.c (ASSERT): Likewise.
52730         * tests/test-mbsrchr.c (ASSERT): Likewise.
52731         * tests/test-mbsspn.c (ASSERT): Likewise.
52732         * tests/test-mbsstr1.c (ASSERT): Likewise.
52733         * tests/test-mbsstr2.c (ASSERT): Likewise.
52734         * tests/test-mbsstr3.c (ASSERT): Likewise.
52735         * tests/test-memchr2.c (ASSERT): Likewise.
52736         * tests/test-memmem.c (ASSERT): Likewise.
52737         * tests/test-open.c (ASSERT): Likewise.
52738         * tests/test-printf-frexp.c (ASSERT): Likewise.
52739         * tests/test-printf-frexpl.c (ASSERT): Likewise.
52740         * tests/test-printf-posix.c (ASSERT): Likewise.
52741         * tests/test-quotearg.c (ASSERT): Likewise.
52742         * tests/test-rbtree_list.c (ASSERT): Likewise.
52743         * tests/test-rbtree_oset.c (ASSERT): Likewise.
52744         * tests/test-rbtreehash_list.c (ASSERT): Likewise.
52745         * tests/test-round1.c (ASSERT): Likewise.
52746         * tests/test-roundf1.c (ASSERT): Likewise.
52747         * tests/test-roundl.c (ASSERT): Likewise.
52748         * tests/test-signbit.c (ASSERT): Likewise.
52749         * tests/test-sleep.c (ASSERT): Likewise.
52750         * tests/test-snprintf-posix.c (ASSERT): Likewise.
52751         * tests/test-snprintf.c (ASSERT): Likewise.
52752         * tests/test-sprintf-posix.c (ASSERT): Likewise.
52753         * tests/test-stat-time.c (ASSERT): Likewise.
52754         * tests/test-strcasestr.c (ASSERT): Likewise.
52755         * tests/test-strerror.c (ASSERT): Likewise.
52756         * tests/test-striconv.c (ASSERT): Likewise.
52757         * tests/test-striconveh.c (ASSERT): Likewise.
52758         * tests/test-striconveha.c (ASSERT): Likewise.
52759         * tests/test-strsignal.c (ASSERT): Likewise.
52760         * tests/test-strstr.c (ASSERT): Likewise.
52761         * tests/test-strtod.c (ASSERT): Likewise.
52762         * tests/test-trunc1.c (ASSERT): Likewise.
52763         * tests/test-trunc2.c (ASSERT): Likewise.
52764         * tests/test-truncf1.c (ASSERT): Likewise.
52765         * tests/test-truncf2.c (ASSERT): Likewise.
52766         * tests/test-truncl.c (ASSERT): Likewise.
52767         * tests/test-vasnprintf-posix.c (ASSERT): Likewise.
52768         * tests/test-vasnprintf-posix2.c (ASSERT): Likewise.
52769         * tests/test-vasnprintf.c (ASSERT): Likewise.
52770         * tests/test-vasprintf-posix.c (ASSERT): Likewise.
52771         * tests/test-vasprintf.c (ASSERT): Likewise.
52772         * tests/test-vfprintf-posix.c (ASSERT): Likewise.
52773         * tests/test-vprintf-posix.c (ASSERT): Likewise.
52774         * tests/test-vsnprintf-posix.c (ASSERT): Likewise.
52775         * tests/test-vsnprintf.c (ASSERT): Likewise.
52776         * tests/test-vsprintf-posix.c (ASSERT): Likewise.
52777         * tests/test-wcwidth.c (ASSERT): Likewise.
52778         * tests/test-xfprintf-posix.c (ASSERT): Likewise.
52779         * tests/test-xprintf-posix.c (ASSERT): Likewise.
52780         * tests/test-xvasprintf.c (ASSERT): Likewise.
52781         * tests/uniconv/test-u16-conv-from-enc.c (ASSERT): Likewise.
52782         * tests/uniconv/test-u16-conv-to-enc.c (ASSERT): Likewise.
52783         * tests/uniconv/test-u16-strconv-from-enc.c (ASSERT): Likewise.
52784         * tests/uniconv/test-u16-strconv-to-enc.c (ASSERT): Likewise.
52785         * tests/uniconv/test-u32-conv-from-enc.c (ASSERT): Likewise.
52786         * tests/uniconv/test-u32-conv-to-enc.c (ASSERT): Likewise.
52787         * tests/uniconv/test-u32-strconv-from-enc.c (ASSERT): Likewise.
52788         * tests/uniconv/test-u32-strconv-to-enc.c (ASSERT): Likewise.
52789         * tests/uniconv/test-u8-conv-from-enc.c (ASSERT): Likewise.
52790         * tests/uniconv/test-u8-conv-to-enc.c (ASSERT): Likewise.
52791         * tests/uniconv/test-u8-strconv-from-enc.c (ASSERT): Likewise.
52792         * tests/uniconv/test-u8-strconv-to-enc.c (ASSERT): Likewise.
52793         * tests/unictype/test-bidi_byname.c (ASSERT): Likewise.
52794         * tests/unictype/test-bidi_name.c (ASSERT): Likewise.
52795         * tests/unictype/test-bidi_of.c (ASSERT): Likewise.
52796         * tests/unictype/test-bidi_test.c (ASSERT): Likewise.
52797         * tests/unictype/test-block_list.c (ASSERT): Likewise.
52798         * tests/unictype/test-block_of.c (ASSERT): Likewise.
52799         * tests/unictype/test-block_test.c (ASSERT): Likewise.
52800         * tests/unictype/test-categ_and.c (ASSERT): Likewise.
52801         * tests/unictype/test-categ_and_not.c (ASSERT): Likewise.
52802         * tests/unictype/test-categ_byname.c (ASSERT): Likewise.
52803         * tests/unictype/test-categ_name.c (ASSERT): Likewise.
52804         * tests/unictype/test-categ_none.c (ASSERT): Likewise.
52805         * tests/unictype/test-categ_of.c (ASSERT): Likewise.
52806         * tests/unictype/test-categ_or.c (ASSERT): Likewise.
52807         * tests/unictype/test-categ_test_withtable.c (ASSERT): Likewise.
52808         * tests/unictype/test-combining.c (ASSERT): Likewise.
52809         * tests/unictype/test-decdigit.c (ASSERT): Likewise.
52810         * tests/unictype/test-digit.c (ASSERT): Likewise.
52811         * tests/unictype/test-mirror.c (ASSERT): Likewise.
52812         * tests/unictype/test-numeric.c (ASSERT): Likewise.
52813         * tests/unictype/test-pr_byname.c (ASSERT): Likewise.
52814         * tests/unictype/test-pr_test.c (ASSERT): Likewise.
52815         * tests/unictype/test-predicate-part1.h (ASSERT): Likewise.
52816         * tests/unictype/test-scripts.c (ASSERT): Likewise.
52817         * tests/unictype/test-sy_c_ident.c (ASSERT): Likewise.
52818         * tests/unictype/test-sy_java_ident.c (ASSERT): Likewise.
52819         * tests/unistdio/test-u16-asnprintf1.c (ASSERT): Likewise.
52820         * tests/unistdio/test-u16-vasnprintf1.c (ASSERT): Likewise.
52821         * tests/unistdio/test-u16-vasnprintf2.c (ASSERT): Likewise.
52822         * tests/unistdio/test-u16-vasnprintf3.c (ASSERT): Likewise.
52823         * tests/unistdio/test-u16-vasprintf1.c (ASSERT): Likewise.
52824         * tests/unistdio/test-u16-vsnprintf1.c (ASSERT): Likewise.
52825         * tests/unistdio/test-u16-vsprintf1.c (ASSERT): Likewise.
52826         * tests/unistdio/test-u32-asnprintf1.c (ASSERT): Likewise.
52827         * tests/unistdio/test-u32-vasnprintf1.c (ASSERT): Likewise.
52828         * tests/unistdio/test-u32-vasnprintf2.c (ASSERT): Likewise.
52829         * tests/unistdio/test-u32-vasnprintf3.c (ASSERT): Likewise.
52830         * tests/unistdio/test-u32-vasprintf1.c (ASSERT): Likewise.
52831         * tests/unistdio/test-u32-vsnprintf1.c (ASSERT): Likewise.
52832         * tests/unistdio/test-u32-vsprintf1.c (ASSERT): Likewise.
52833         * tests/unistdio/test-u8-asnprintf1.c (ASSERT): Likewise.
52834         * tests/unistdio/test-u8-vasnprintf1.c (ASSERT): Likewise.
52835         * tests/unistdio/test-u8-vasnprintf2.c (ASSERT): Likewise.
52836         * tests/unistdio/test-u8-vasnprintf3.c (ASSERT): Likewise.
52837         * tests/unistdio/test-u8-vasprintf1.c (ASSERT): Likewise.
52838         * tests/unistdio/test-u8-vsnprintf1.c (ASSERT): Likewise.
52839         * tests/unistdio/test-u8-vsprintf1.c (ASSERT): Likewise.
52840         * tests/unistdio/test-ulc-asnprintf1.c (ASSERT): Likewise.
52841         * tests/unistdio/test-ulc-vasnprintf1.c (ASSERT): Likewise.
52842         * tests/unistdio/test-ulc-vasnprintf2.c (ASSERT): Likewise.
52843         * tests/unistdio/test-ulc-vasnprintf3.c (ASSERT): Likewise.
52844         * tests/unistdio/test-ulc-vasprintf1.c (ASSERT): Likewise.
52845         * tests/unistdio/test-ulc-vsnprintf1.c (ASSERT): Likewise.
52846         * tests/unistdio/test-ulc-vsprintf1.c (ASSERT): Likewise.
52847         * tests/uniwidth/test-u16-strwidth.c (ASSERT): Likewise.
52848         * tests/uniwidth/test-u16-width.c (ASSERT): Likewise.
52849         * tests/uniwidth/test-u32-strwidth.c (ASSERT): Likewise.
52850         * tests/uniwidth/test-u32-width.c (ASSERT): Likewise.
52851         * tests/uniwidth/test-u8-strwidth.c (ASSERT): Likewise.
52852         * tests/uniwidth/test-u8-width.c (ASSERT): Likewise.
52853         * tests/uniwidth/test-uc_width.c (ASSERT): Likewise.
52854         Reported by Eric Blake.
52855
52856 2008-04-11  Bruno Haible  <bruno@clisp.org>
52857
52858         * lib/wchar.in.h: Tweak comment.
52859
52860 2008-04-11  Bruno Haible  <bruno@clisp.org>
52861
52862         Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
52863         * gnulib-tool (func_emit_initmacro_start): Emit an invocation of
52864         gl_COMMON.
52865         * m4/gnulib-common.m4 (gl_COMMON, gl_COMMON_BODY): New macros.
52866
52867 2008-04-11  Bruno Haible  <bruno@clisp.org>
52868
52869         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
52870
52871 2008-04-11  Simon Josefsson  <simon@josefsson.org>
52872
52873         * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
52874         of attempting to use non-existing /dev/*random.  Based on patch
52875         from Adam Strzelecki <ono@java.pl> in
52876         <http://lists.gnu.org/archive/html/help-gsasl/2008-02/msg00000.html>.
52877
52878 2008-04-08  Bruno Haible  <bruno@clisp.org>
52879
52880         Add tentative support for emx+gcc.
52881         * lib/fbufmode.c (fbufmode) [__EMX__]: Add conditional code.
52882         * lib/fpurge.c (fpurge): Likewise.
52883         * lib/freadable.c (freadable): Likewise.
52884         * lib/freadahead.c (freadahead): Likewise.
52885         * lib/freading.c (freading): Likewise.
52886         * lib/freadptr.c (freadptr): Likewise.
52887         * lib/freadseek.c (freadptrinc): Likewise.
52888         * lib/fseeko.c (rpl_fseeko): Likewise.
52889         * lib/fseterr.c (fseterr): Likewise.
52890         * lib/fwritable.c (fwritable): Likewise.
52891         * lib/fwriting.c (fwriting): Likewise.
52892         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc.
52893
52894 2008-04-09  Eric Blake  <ebb9@byu.net>
52895
52896         Avoid some autoconf warnings.
52897         * m4/regex.m4 (gl_REGEX): s/AC_HELP_STRING/AS_HELP_STRING/.
52898         * m4/acl.m4 (gl_FUNC_ACL): Likewise.
52899         * m4/afs.m4 (gl_AFS): Likewise.
52900         * m4/gc-random.m4 (gl_GC_RANDOM): Likewise.
52901         * m4/include_next.m4 (gl_INCLUDE_NEXT): s/AC_FOREACH/m4_foreach_w/.
52902         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
52903         * m4/stdint.m4 (gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED)
52904         (gl_INTEGER_TYPE_SUFFIX): Likewise.
52905         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE)
52906         (AC_CHECK_DECLS_ONCE): Likewise.
52907         Rename file...
52908         * m4/onceonly.m4: ...to this, and delete 2.54 variant, now that
52909         gnulib-tool requires autoconf 2.59 or better.
52910         * gnulib-tool (func_get_filelist): s/\(onceonly\)_2_57.m4/\1.m4/.
52911
52912 2008-04-08  Eric Blake  <ebb9@byu.net>
52913
52914         Use 'git describe --match' if present (added in git 1.5.5).
52915         * build-aux/git-version-gen: Limit result to tags that match 'v*'
52916         if possible.
52917
52918 2008-04-08  Bruno Haible  <bruno@clisp.org>
52919
52920         Add tentative support for OpenServer.
52921         * lib/fbufmode.c (fbufmode): Add conditional define for _flag, _base,
52922         _ptr, _cnt.
52923         * lib/fpurge.c (fpurge): Likewise.
52924         * lib/freadable.c (freadable): Likewise.
52925         * lib/freadahead.c (freadahead): Likewise.
52926         * lib/freading.c (freading): Likewise.
52927         * lib/freadptr.c (freadptr): Likewise.
52928         * lib/freadseek.c (freadptrinc): Likewise.
52929         * lib/fseeko.c (rpl_fseeko): Likewise.
52930         * lib/fseterr.c (fseterr): Likewise.
52931         * lib/fwritable.c (fwritable): Likewise.
52932         * lib/fwriting.c (fwriting): Likewise.
52933         Reported by Roger Cornelius <rac@tenzing.org> and
52934         Brian K. White <brian@aljex.com>.
52935
52936 2008-04-06  Jim Meyering  <meyering@redhat.com>
52937
52938         * gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
52939
52940 2008-04-06  Bruno Haible  <bruno@clisp.org>
52941
52942         Avoid possible error with non-ASCII bytes in UTF-8 locales.
52943         * tests/test-fprintf-posix.sh: Use "LC_ALL=C tr" instead of "tr".
52944         * tests/test-printf-posix.sh: Likewise.
52945         * tests/test-vfprintf-posix.sh: Likewise.
52946         * tests/test-vprintf-posix.sh: Likewise.
52947         * tests/test-xprintf-posix.sh: Likewise.
52948
52949 2008-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
52950
52951         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Fix quoting,
52952         hide error from 'ls', needed on OS/2.
52953         Report by Elbert Pol <elbert.pol@gmail.com>.
52954
52955 2008-04-04  Eric Blake  <ebb9@byu.net>
52956
52957         Make test-fseeko.c failures meaningful.
52958         * tests/test-fseeko.c: Print line number on failure.
52959         * tests/test-fseek.c: Likewise.
52960         Reported by Nelson H. F. Beebe.
52961
52962         Improve strtod bug detection check.
52963         * m4/strtod.m4 (gl_FUNC_STRTOD): Also check for hex-float parsing,
52964         required for Solaris 10.
52965         Reported by Bob Friesenhahn and Nelson H. F. Beebe.
52966
52967 2008-04-04  Bruno Haible  <bruno@clisp.org>
52968
52969         * modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
52970         by m4/setenv.m4.
52971
52972 2008-04-03  Eric Blake  <ebb9@byu.net>
52973
52974         Ensure sane .version contents.
52975         * top/GNUmakefile (_dummy): Also delete .version when rebuilding
52976         version string.
52977         * build-aux/git-version-gen: Improve documentation.
52978
52979         Make GNU make output nicer.
52980         * top/GNUmakefile [!_have-Makefile]: Add dependency on
52981         MAKECMDGOALS to enforce message for all command line targets.  Set
52982         srcdir for use in maint.mk.
52983
52984         Another maintainer tweak.
52985         * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as
52986         a target that regenerates version.
52987
52988 2008-04-03  Jim Meyering  <meyering@redhat.com>
52989
52990         vc-list-files: don't cause coreutils "make po-check" failure
52991         * build-aux/vc-list-files: Skip postprocessing when $2 is '.'
52992
52993 2008-04-03  Eric Blake  <ebb9@byu.net>
52994
52995         Allow VPATH usage of vc-list-files.
52996         * build-aux/vc-list-files (scriptversion): Add timestamp.
52997         (options): Add --help, --version, -C.
52998         (CVS): Support installed cvsu.
52999
53000 2008-04-02  Bruno Haible  <bruno@clisp.org>
53001
53002         Avoid some "statement with no effect" warnings from gcc.
53003         * tests/test-wctype.c (main): Explicitly ignore unused values.
53004         Reported by Jim Meyering.
53005
53006 2008-04-02  Jim Meyering  <meyering@redhat.com>
53007
53008         Avoid some warnings from "gcc -Wshadow".
53009         * tests/test-frexp.c (exp): Define to a different identifier.
53010         * tests/test-frexpl.c (exp): Likewise.
53011
53012 2008-04-03  Jim Meyering  <meyering@redhat.com>
53013
53014         bootstrap: remove dangling *.[ch] symlinks from lib
53015         * build-aux/bootstrap [dangling symlink removal]: Move find's
53016         -depth option to precede all others, to avoid a warning.
53017         Remove *.[ch] files too, and from "$source_base" (usually lib/).
53018
53019 2008-04-02  Bruno Haible  <bruno@clisp.org>
53020
53021         Avoid some warnings from "gcc -Wshadow".
53022         * tests/tests-vfprintf-posix.c (my_fprintf): Move after test_function.
53023         * tests/tests-vprintf-posix.c (my_printf): Move after test_function.
53024         * tests/tests-vsnprintf-posix.c (my_snprintf): Move after test_function.
53025         * tests/tests-vsprintf-posix.c (my_sprintf): Move after test_function.
53026         Reported by Jim Meyering.
53027
53028 2008-04-01  Bruno Haible  <bruno@clisp.org>
53029
53030         Fix test to work on IRIX 6.5 with cc.
53031         * tests/test-math.c (numeric_equal): New function.
53032         (main): Use it.
53033
53034 2008-04-01  Bruno Haible  <bruno@clisp.org>
53035
53036         * doc/posix-headers/math.texi: Refine documentation of NAN problem.
53037
53038 2008-04-01  Bruno Haible  <bruno@clisp.org>
53039
53040         * tests/test-vasnprintf-posix.c: Include nan.h instead of <math.h>.
53041         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
53042         * modules/vasnprintf-posix-tests (Files): Add tests/nan.h.
53043         (Depends-on): Remove math.
53044
53045         * tests/test-vasprintf-posix.c: Include nan.h instead of <math.h>.
53046         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
53047         * modules/vasprintf-posix-tests (Files): Add tests/nan.h.
53048         (Depends-on): Remove math.
53049
53050         * tests/test-snprintf-posix.h: Include nan.h instead of <math.h>.
53051         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
53052         * modules/snprintf-posix-tests (Files): Add tests/nan.h.
53053         (Depends-on): Remove math.
53054         * modules/vsnprintf-posix-tests (Files): Add tests/nan.h.
53055         (Depends-on): Remove math.
53056
53057         * tests/test-sprintf-posix.h: Include nan.h instead of <math.h>.
53058         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
53059         * modules/sprintf-posix-tests (Files): Add tests/nan.h.
53060         (Depends-on): Remove math.
53061         * modules/vsprintf-posix-tests (Files): Add tests/nan.h.
53062         (Depends-on): Remove math.
53063
53064         * tests/test-round1.c: Include nan.h.
53065         (main): Use NaNd instead of NAN.
53066         * modules/round-tests (Files): Add tests/nan.h.
53067
53068         * tests/test-trunc1.c: Include nan.h.
53069         (main): Use NaNd instead of NAN.
53070         * modules/trunc-tests (Files): Add tests/nan.h.
53071
53072         * tests/test-roundf1.c: Include nan.h.
53073         (main): Use NaNf instead of NAN.
53074         * modules/roundf-tests (Files): Add tests/nan.h.
53075
53076         * tests/test-truncf1.c: Include nan.h.
53077         (main): Use NaNf instead of NAN.
53078         * modules/truncf-tests (Files): Add tests/nan.h.
53079
53080         * tests/test-ceilf1.c: Include nan.h.
53081         (main): Use NaNf instead of NAN.
53082         * modules/ceilf-tests (Files): Add tests/nan.h.
53083
53084         * tests/test-floorf1.c: Include nan.h.
53085         (main): Use NaNf instead of NAN.
53086         * modules/floorf-tests (Files): Add tests/nan.h.
53087
53088         * tests/test-isnanf.c: Include nan.h instead of <math.h>.
53089         (main): Use NaNf instead of NAN.
53090         * modules/isnanf-nolibm-tests (Files): Add tests/nan.h.
53091
53092         * tests/test-isnand.c: Include nan.h instead of <math.h>.
53093         (main): Use NaNd instead of NAN.
53094         * modules/isnand-nolibm-tests (Files): Add tests/nan.h.
53095
53096         * tests/test-frexp.c: Include nan.h.
53097         (main): Use NaNd instead of NAN.
53098         * modules/frexp-tests (Files): Add tests/nan.h.
53099
53100         * lib/isnan.c: Don't include <math.h>.
53101         (FUNC): Don't use NAN macro.
53102         * modules/isnand-nolibm (Depends-on): Remove math.
53103         * modules/isnanf-nolibm (Depends-on): Remove math.
53104         * modules/isnanl (Depends-on): Remove math.
53105         * modules/isnanl-nolibm (Depends-on): Remove math.
53106
53107         * tests/nan.h: New file.
53108
53109 2008-04-01  Eric Blake  <ebb9@byu.net>
53110
53111         Fix typos.
53112         * tests/test-strtod.c (main): s/FLT_/DBL_/ for minimum and epsilon
53113         values to be the right type.
53114
53115         For now, cater to gnulib strtod inaccuracies.
53116         * tests/test-strtod.c (main): Allow 1-ulp error on expected
53117         fractional results.  While not as nice from a QoI perspective, it
53118         is a quicker patch than correctly implementing decimal to binary
53119         rounding.
53120
53121 2008-03-31  Eric Blake  <ebb9@byu.net>
53122
53123         Guarantee a definition of NAN.
53124         * lib/math.in.h (NAN): Define if missing.
53125         * tests/test-math.c (main): Test it.
53126         * doc/posix-headers/math.texi (math.h): Document this.
53127         * lib/isnan.c (rpl_isnand): Use it.
53128         * tests/test-ceilf1.c (NaN): Delete, and use NAN instead.
53129         * tests/test-floorf1.c (NaN): Likewise.
53130         * tests/test-frexp.c (NaN): Likewise.
53131         * tests/test-isnand.c (NaN): Likewise.
53132         * tests/test-isnanf.c (NaN): Likewise.
53133         * tests/test-round1.c (NaN): Likewise.
53134         * tests/test-roundf1.c (NaN): Likewise.
53135         * tests/test-snprintf-posix.h (NaN): Likewise.
53136         * tests/test-sprintf-posix.h (NaN): Likewise.
53137         * tests/test-trunc1.c (NaN): Likewise.
53138         * tests/test-truncf1.c (NaN): Likewise.
53139         * tests/test-vasnprintf-posix.c (NaN): Likewise.
53140         * tests/test-vasprintf-posix.c (NaN): Likewise.
53141         * modules/isnand-nolibm (Depends-on): Add math.
53142         * modules/isnanf-nolibm (Depends-on): Likewise.
53143         * modules/isnanl (Depends-on): Likewise.
53144         * modules/isnanl-nolibm (Depends-on): Likewise.
53145         * modules/snprintf-posix-tests (Depends-on): Likewise.
53146         * modules/sprintf-posix-tests (Depends-on): Likewise.
53147         * modules/vsnprintf-posix-tests (Depends-on): Likewise.
53148         * modules/vsprintf-posix-tests (Depends-on): Likewise.
53149         * modules/vasnprintf-posix-tests (Depends-on): Likewise.
53150         * modules/vasprintf-posix-tests (Depends-on): Likewise.
53151
53152 2008-03-31  Bruno Haible  <bruno@clisp.org>
53153
53154         * tests/test-strtod.c (main): Update results for OSF/1 platforms.
53155         * doc/posix-functions/strtod.texi: Likewise.
53156
53157 2008-03-31  Bruno Haible  <bruno@clisp.org>
53158
53159         * tests/test-strtod.c (main): Don't use C99 syntax.
53160
53161 2008-03-31  Bruno Haible  <bruno@clisp.org>
53162
53163         * tests/test-strtod.c (main): Don't test NAN macro. Needed for Solaris.
53164         Reported by Eric Blake.
53165
53166 2008-03-31  Jim Meyering  <meyering@redhat.com>
53167
53168         Don't compare actual signbit return values.
53169         * tests/test-strtod.c (main): Rather, compare only their
53170         zero/non-zero nature.
53171
53172 2008-03-31  Eric Blake  <ebb9@byu.net>
53173
53174         More strtod documentation.
53175         * doc/posix-functions/strtod.texi (strtod): Interpret more test
53176         failures as distinct bugs.
53177
53178 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
53179
53180         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
53181         Problem reported by Erik Benada in
53182         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
53183
53184 2008-03-30  Bruno Haible  <bruno@clisp.org>
53185
53186         * tests/test-strtod.c: Add comments about which assertion fails on which
53187         platform.
53188         * doc/posix-functions/strtod.texi: Add info about many more platforms.
53189
53190 2008-03-30  Eric Blake  <ebb9@byu.net>
53191
53192         Test signbit behavior on zeros.
53193         * tests/test-signbit.c (test_signbitf): Add tests for zero.
53194         (test_signbitd, test_signbitl): Likewise.
53195
53196         More strtod touchups.
53197         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
53198         sign of negative underflow, for now.  Use .5, not .1.
53199         * doc/posix-functions/strtod.texi (strtod): Mention these
53200         limitations.
53201         Reported by Jim Meyering.
53202
53203 2008-03-30  Bruno Haible  <bruno@clisp.org>
53204
53205         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
53206         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
53207
53208 2008-03-30  Bruno Haible  <bruno@clisp.org>
53209
53210         Avoid failure when attempting to return empty iconv results on some
53211         platforms.
53212         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
53213         allocation, don't report ENOMEM when the resulting string is empty.
53214
53215 2008-03-30  Bruno Haible  <bruno@clisp.org>
53216
53217         Fix buffer overrun.
53218         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
53219         Don't consider the width for tmp_length. Check count against tmp_length
53220         before doing the padding. Ensure enough allocation during padding.
53221
53222 2008-03-30  Eric Blake  <ebb9@byu.net>
53223
53224         strtod touchups.
53225         * lib/strtod.c (strtod): Avoid compiler warnings.
53226         Reported by Jim Meyering.
53227
53228 2008-03-30  Bruno Haible  <bruno@clisp.org>
53229
53230         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
53231         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
53232         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
53233         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
53234         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
53235         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
53236         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
53237         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
53238
53239         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
53240         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
53241         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
53242         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
53243         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
53244         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
53245         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
53246         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
53247
53248         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
53249         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
53250         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
53251         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
53252         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
53253         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
53254         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
53255         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
53256
53257         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
53258         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
53259
53260         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
53261         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
53262
53263         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
53264         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
53265
53266         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
53267         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
53268         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
53269
53270         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
53271         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
53272         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
53273
53274         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
53275         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
53276         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
53277
53278         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
53279         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
53280         * modules/vasprintf (Depends-on): Add EOVERFLOW.
53281
53282         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
53283         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
53284         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
53285         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
53286         (Depends-on): Add EOVERFLOW.
53287         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
53288         (Depends-on): Add EOVERFLOW.
53289         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
53290         (Depends-on): Add EOVERFLOW.
53291         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
53292         (Depends-on): Add EOVERFLOW.
53293         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
53294         (Depends-on): Add EOVERFLOW.
53295         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
53296         (Depends-on): Add EOVERFLOW.
53297         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
53298         (Depends-on): Add EOVERFLOW.
53299         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
53300         (Depends-on): Add EOVERFLOW.
53301
53302         * lib/sprintf.c (EOVERFLOW): Remove fallback.
53303         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
53304         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
53305
53306         * lib/snprintf.c (EOVERFLOW): Remove fallback.
53307         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
53308         * modules/snprintf (Depends-on): Add EOVERFLOW.
53309
53310         * lib/poll.c (EOVERFLOW): Remove fallback.
53311         * modules/poll (Depends-on): Add EOVERFLOW.
53312
53313         * lib/getugroups.c (EOVERFLOW): Remove fallback.
53314         * modules/getugroups (Depends-on): Add EOVERFLOW.
53315
53316         * lib/getdelim.c (EOVERFLOW): Remove fallback.
53317         * modules/getdelim (Depends-on): Add EOVERFLOW.
53318
53319         * lib/ftell.c (EOVERFLOW): Remove fallback.
53320         * modules/ftell (Depends-on): Add EOVERFLOW.
53321
53322         * lib/fprintf.c (EOVERFLOW): Remove fallback.
53323         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
53324         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
53325
53326         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
53327
53328         * modules/EOVERFLOW-tests: New file.
53329         * tests/test-EOVERFLOW.c: New file.
53330
53331         * modules/EOVERFLOW: New file.
53332         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
53333
53334 2008-03-30  Bruno Haible  <bruno@clisp.org>
53335
53336         Fix bug introduced on 2007-06-10.
53337         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
53338         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
53339
53340 2008-03-30  Bruno Haible  <bruno@clisp.org>
53341
53342         Improve freadseek's efficiency after ungetc.
53343         * lib/freadseek.c: Include freadahead.h.
53344         (freadptrinc): New function, extracted from freadseek.
53345         (freadseek): Use it in a loop. Use freadahead to determine the number
53346         of loop iterations.
53347         * modules/freadseek (Depends-on): Add freadahead.
53348         (configure.ac): Require AC_C_INLINE.
53349
53350 2008-03-30  Bruno Haible  <bruno@clisp.org>
53351
53352         * lib/freadseek.c (freadseek): Don't ignore the return value of
53353         freadptr.
53354
53355 2008-03-29  Eric Blake  <ebb9@byu.net>
53356
53357         Add hex float support.
53358         * modules/strtod (Depends-on): Add c-ctype.
53359         (Link): Mention POW_LIB.
53360         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
53361         whitespace between 'e' and exponent.
53362         * tests/test-strtod.c (main): Enable hex float tests.
53363         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
53364         now provides.
53365
53366         Document various strtod bugs, with some fixes.
53367         * doc/posix-functions/strtod.texi (strtod): Document bugs with
53368         "-0x", "inf", "nan", and hex constants.
53369         * doc/posix-functions/atof.texi (atof): Likewise.
53370         * modules/stdlib (Makefile.am): Support strtod.
53371         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
53372         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
53373         detect additional strtod bugs.
53374         * lib/stdlib.in.h (rpl_strtod): Add declarations.
53375         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
53376         bool where appropriate.  Parse 'inf' and 'nan'.
53377         * tests/test-strtod.c: New file.
53378         * modules/strtod (Depends-on): Add stdbool, stdlib.
53379         (configure.ac): Turn on module indicator.
53380         * modules/strtod-tests: New module.
53381
53382 2008-03-29  Eric Blake  <ebb9@byu.net>
53383
53384         Fix ftell on mingw.
53385         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
53386         * modules/ftell-tests (Depends-on): Add binary-io.
53387         * modules/ftello-tests (Depends-on): Likewise.
53388         * tests/test-ftell.c (main): Enhance test to cover behavior after
53389         ungetc.  Enforce binary mode.
53390         * tests/test-ftello.c (main): Likewise.
53391
53392         Pass test-freadseek on cygwin.
53393         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
53394         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
53395         ungetc buffer.
53396
53397         * tests/test-fflush2.c (main): Fix typo.
53398
53399 2008-03-29  Bruno Haible  <bruno@clisp.org>
53400
53401         * tests/test-fflush2.c (main): Temporarily disable the contents of
53402         this test.
53403         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
53404         Reported by Eric Blake.
53405
53406 2008-03-28  Simon Josefsson  <simon@josefsson.org>
53407
53408         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
53409         (GC_SHA224_DIGEST_SIZE): Add.
53410
53411         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
53412         (gc_hash_digest_length): Likewise.
53413         (gc_hash_buffer): Likewise.
53414
53415 2008-03-25  Bruno Haible  <bruno@clisp.org>
53416
53417         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
53418         detail which gettext release to use.
53419         Reported by Simon Josefsson.
53420
53421 2008-03-26  Jim Meyering  <meyering@redhat.com>
53422
53423         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
53424         * modules/gnumakefile (clean-GNUmakefile): Also, use
53425         test ... && ... || : syntax rather than if-then ... fi.
53426
53427         gnumakefile: Don't double-quote-expand $(VPATH) value.
53428         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
53429
53430 2008-03-24  Eric Blake  <ebb9@byu.net>
53431
53432         Alter GNUmakefile to install into top directory.
53433         * modules/maintainer-makefile: Split, and add dependency...
53434         * modules/gnumakefile: to this new module.
53435         * build-aux/GNUmakefile: Move...
53436         * top/GNUmakefile: ...here.
53437         * build-aux/maint.mk: Move...
53438         * top/maint.mk: ...here.
53439         * MODULES.html.sh (Support for maintaining...): Document new
53440         module.
53441
53442 2008-03-23  Bruno Haible  <bruno@clisp.org>
53443
53444         * gnulib-tool: New options --vc-files, --no-vc-files.
53445         (func_usage): Document them.
53446         (vc_files): New variable.
53447         (func_import): Consider vc_files.
53448         (func_create_testdir): Set vc_files to empty.
53449         Suggested by Jim Meyering and Karl Berry.
53450
53451 2008-03-23  Bruno Haible  <bruno@clisp.org>
53452
53453         Fix regex compilation error on HP-UX 11.
53454         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
53455         * modules/regex (Files): Add m4/mbstate_t.m4.
53456         Reported by Ton Voon <ton.voon@altinity.com>.
53457
53458 2008-03-23  Bruno Haible  <bruno@clisp.org>
53459
53460         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
53461
53462 2008-03-23  Eric Blake  <ebb9@byu.net>
53463             Bruno Haible  <bruno@clisp.org>
53464
53465         Install files from top/ in the destination directory.
53466         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
53467         augmentation also for the files from top/.
53468         (func_import, func_create_testdir): Rewrite file names:
53469         top/filename -> filename.
53470
53471 2008-03-23  Bruno Haible  <bruno@clisp.org>
53472
53473         Tweak "gnulib --version" output.
53474         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
53475
53476 2008-03-23  Bruno Haible  <bruno@clisp.org>
53477
53478         Tweak "gnulib --version" output.
53479         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
53480         rather than contents of ChangeLog, when possible.
53481
53482 2008-03-21  Eric Blake  <ebb9@byu.net>
53483
53484         More --version tweaks.
53485         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
53486         date of last ChangeLog entry.
53487
53488 2008-03-21  Jim Meyering  <meyering@redhat.com>
53489
53490         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
53491
53492 2008-03-20  Eric Blake  <ebb9@byu.net>
53493
53494         VPATH fix.
53495         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
53496
53497 2008-03-20  Simon Josefsson  <simon@josefsson.org>
53498
53499         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
53500         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
53501
53502 2008-03-20  Eric Blake  <ebb9@byu.net>
53503
53504         Sync GNUmakefile with coreutils.
53505         * build-aux/GNUmakefile (have-Makefile): Rename...
53506         (_have-Makefile): ...to this, for namespace consideration.
53507         (GNUmakefile.cfg): Include, if present.
53508         (_autoreconf): Define a default.
53509         (_is-dist-target): New rule for rebuilds to pick up intra-release
53510         version.
53511         (maint-cfg.mk): Rename...
53512         (cfg.mk): ...to this.
53513
53514 2008-03-18  Jim Meyering  <meyering@redhat.com>
53515
53516         New script and module: mktempd
53517         * MODULES.html.sh (maint+release support): Add mktempd.
53518         * build-aux/mktempd: New file.
53519         * modules/mktempd: New file.
53520
53521 2008-03-15  Jim Meyering  <meyering@redhat.com>
53522
53523         Undo last change.
53524         * lib/sha1.c, lib/md5.c: 63 != ~63.
53525         Reported by Andreas Schwab.
53526
53527         sha1.c, md5.c: Hoist a redundant expression.
53528         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
53529         "ctx->buflen" only once, before calling *_process_block.
53530         * lib/md5.c (md5_process_bytes): Likewise.
53531
53532 2008-03-14  Eric Blake  <ebb9@byu.net>
53533
53534         Bump copyright year in files generated by gnulib-tool.
53535         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
53536         gnulib-tool, rather than hard-coding it.
53537
53538         Fix 'gnulib-tool --version' output to work with git.
53539         * gnulib-tool (func_gnulib_dir): New function, extracted from...
53540         (startup): ...here.
53541         (func_version): Use it to invoke git-version-gen, rather than
53542         relying on CVS keyword expansion.  Modernize wording.
53543         (cvsdatestamp, last_checkin_date, version): Kill unused
53544         variables.
53545
53546 2008-03-12  Jim Meyering  <meyering@redhat.com>
53547
53548         Recognize optional cast of the argument to free.
53549         * build-aux/useless-if-before-free: Update regexps.
53550
53551         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
53552
53553 2008-03-11  Bruno Haible  <bruno@clisp.org>
53554
53555         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
53556         by a single package.
53557         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
53558         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
53559         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
53560         Reported by Sam Steingold <sds@gnu.org>.
53561
53562 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
53563
53564         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
53565         repositories.
53566
53567 2008-03-11  Bruno Haible  <bruno@clisp.org>
53568
53569         Avoid conflicts between local macro definitions.
53570         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
53571         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
53572
53573 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
53574             Bruno Haible  <bruno@clisp.org>
53575
53576         Make va_copy work with some version of xlc on AIX 5.1.
53577         * lib/stdarg.in.h: New file.
53578         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
53579         On AIX, use a <stdarg.h> file substitute.
53580         * modules/stdarg (Files): Add lib/stdarg.in.h.
53581         (Depends-on): Add include_next.
53582         (Makefile.am): Build a stdarg.h substitute if requested.
53583         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
53584
53585 2008-03-10  Bruno Haible  <bruno@clisp.org>
53586
53587         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
53588         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
53589         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
53590
53591 2008-03-10  Bruno Haible  <bruno@clisp.org>
53592
53593         * modules/stdlib (Depends-on): Add include_next, remove
53594         absolute-header.
53595
53596 2008-03-09  Bruno Haible  <bruno@clisp.org>
53597
53598         * lib/freadahead.h (freadahead): Document more precisely.
53599         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
53600         the sum of both buffer sizes.
53601         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
53602         * NEWS: Document the change.
53603
53604 2008-03-09  Bruno Haible  <bruno@clisp.org>
53605
53606         Extend freadptr to return also the buffer size.
53607         * lib/freadptr.h (freadptr): Add sizep argument.
53608         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
53609         (freadptr): Add sizep argument. Determine buffer size like freadahead
53610         does.
53611         * tests/test-freadptr.c: Don't include freadahead.h.
53612         (main): Adapt for new calling convention of freadptr.
53613         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
53614         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
53615         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
53616         tests/test-freadptr2.sh.
53617         (Depends): Remove freadahead.
53618         (TESTS): Add test-freadptr2.sh.
53619         (check_PROGRAMS): Add test-freadptr2.
53620
53621 2008-03-09  Bruno Haible  <bruno@clisp.org>
53622
53623         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
53624         Report and solution by Simon Josefsson.
53625
53626 2008-03-06  Bruno Haible  <bruno@clisp.org>
53627
53628         Make fflush after ungetc work on BSD platforms.
53629         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
53630         * tests/test-fflush2.c: New file.
53631         * tests/test-fflush2.sh: New file.
53632         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
53633         tests/test-fflush2.c.
53634         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
53635         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
53636
53637 2008-03-06  Eric Blake  <ebb9@byu.net>
53638
53639         Likewise for ftello.
53640         * modules/ftello (Dependencies): Add extensions.
53641         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
53642
53643 2008-03-06  Bruno Haible  <bruno@clisp.org>
53644
53645         * modules/fseeko (Dependencies): Add extensions.
53646         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
53647         Needed on glibc systems.
53648
53649 2008-03-06  Bruno Haible  <bruno@clisp.org>
53650
53651         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
53652         email address.
53653         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
53654
53655 2008-03-06  Bruno Haible  <bruno@clisp.org>
53656
53657         * users.txt: Add libgnupdf.
53658
53659 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
53660
53661         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
53662         (Header File Substitutes, Function Substitutes,
53663         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
53664         (Build robot for gnulib): Fix typo.
53665
53666 2008-03-06  Bruno Haible  <bruno@clisp.org>
53667
53668         * doc/gnulib-tool.texi (VCS Issues): Small updates.
53669         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
53670
53671 2008-03-06  Bruno Haible  <bruno@clisp.org>
53672
53673         * doc/func.texi: New file, extracted from doc/gnulib.texi.
53674         * doc/gnulib.texi: Include it.
53675
53676 2008-03-06  Simon Josefsson  <simon@josefsson.org>
53677
53678         * modules/func (License): Change license to unlimited; there was
53679         no LGPL parts in the module anyway.
53680
53681 2008-03-06  Simon Josefsson  <simon@josefsson.org>
53682
53683         * modules/__func__: Renamed to modules/func.
53684         * modules/__func__-tests: Renamed to modules/func-tests.
53685         * tests/test-__func__.c: Renamed to tests/test-func.c.
53686         * m4/__func__.m4: Renamed to m4/func.m4.
53687         * doc/gnulib.texi (__func__): Section renamed to func.
53688         Suggested by Eric Blake <ebb9@byu.net>.
53689
53690 2008-03-06  Simon Josefsson  <simon@josefsson.org>
53691
53692         * doc/gnulib.texi (__func__): Use C99 terminology when talking
53693         about __func__.  Make example self-contained.  Suggested by Eric
53694         Blake <ebb9@byu.net>.
53695
53696         * tests/test-__func__.c (main): Avoid extraneous () around __func.
53697         Suggested by Eric Blake <ebb9@byu.net>.
53698
53699 2008-03-06  Simon Josefsson  <simon@josefsson.org>
53700
53701         * modules/__func__: New file.
53702         * modules/__func__-tests: New file.
53703         * tests/test-__func__.c: New file.
53704         * m4/__func__.m4: New file.
53705         * doc/gnulib.texi (__func__): Document __func__ module.
53706
53707 2008-03-05  Simon Josefsson  <simon@josefsson.org>
53708
53709         * modules/byteswap (License): Re-license as LGPLv2+.
53710
53711 2008-03-05  Simon Josefsson  <simon@josefsson.org>
53712
53713         * doc/Makefile: Add pdf target.
53714
53715 2008-03-05  Simon Josefsson  <simon@josefsson.org>
53716
53717         * modules/inline (License): Use 'unlimited', since there are only
53718         *.m4 files in this module.
53719
53720 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
53721             Bruno Haible  <bruno@clisp.org>
53722
53723         Add support for HP C 7.1 on OpenVMS 8.3.
53724         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
53725
53726 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
53727
53728         Update VMS specifics.
53729         * lib/getopt.c [VMS]: Remove include of unixlib.h.
53730
53731 2008-03-02  Jim Meyering  <meyering@redhat.com>
53732
53733         Remove the last dependency on the "free" module.
53734         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
53735         Reported by Bob Proulx.
53736
53737         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
53738
53739         Remove useless "if" tests before free.  Deprecate "free" module.
53740         * doc/posix-functions/free.texi: Mention that this
53741         module is no longer useful.
53742         * modules/free (Notice): Say this module is obsolete.
53743         * modules/readutmp (Depends-on): Remove free.
53744         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
53745         * lib/putenv.c (putenv): Likewise.
53746         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
53747         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
53748         * tests/test-c-strcasestr.c (main): Likewise.
53749         * tests/test-c-strstr.c (main): Likewise.
53750         * tests/test-mbscasestr1.c (main): Likewise.
53751         * tests/test-mbscasestr2.c (main): Likewise.
53752         * tests/test-mbsstr1.c (main): Likewise.
53753         * tests/test-mbsstr2.c (main): Likewise.
53754         * tests/test-memmem.c (main): Likewise.
53755         * tests/test-strcasestr.c (main): Likewise.
53756         * tests/test-striconv.c (main): Likewise.
53757         * tests/test-striconveh.c (main): Likewise.
53758         * tests/test-striconveha.c (main): Likewise.
53759         * tests/test-strstr.c (main): Likewise.
53760
53761         * build-aux/git-version-gen: Adjust a comment and the Usage string.
53762
53763         bootstrap: sync from coreutils again
53764         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
53765
53766 2008-03-01  Jim Meyering  <meyering@redhat.com>
53767
53768         bootstrap: sync from coreutils
53769         * build-aux/bootstrap (update_po_files): Copy a .po file into place
53770         also when the target doesn't exist.
53771
53772 2008-03-01  Eric Blake  <ebb9@byu.net>
53773
53774         Fix bugs in last patch.
53775         * lib/memchr2.c (memchr2): Fix typo.
53776         * tests/test-memchr2.c: Test previous bug, and don't use GNU
53777         extension.
53778         Reported by Bruce Korb.
53779
53780         New module 'memchr2'.
53781         * modules/memchr2: New file.
53782         * modules/memchr2-tests: Likewise.
53783         * lib/memchr2.h: Likewise.
53784         * lib/memchr2.c: Likewise, based on memchr.c.
53785         * tests/test-memchr2.c: New test.
53786         * MODULES.html.sh (String handling): Add memchr2.
53787
53788 2008-02-29  Bruno Haible  <bruno@clisp.org>
53789
53790         * modules/freadseek-tests: New file.
53791         * tests/test-freadseek.sh: New file.
53792         * tests/test-freadseek.c: New file.
53793
53794         New module 'freadseek'.
53795         * modules/freadseek: New file.
53796         * lib/freadseek.h: New file.
53797         * lib/freadseek.c: New file.
53798         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
53799
53800 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
53801
53802         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
53803         wydawca.
53804
53805         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
53806         program_invocation_name and program_invocation_short_name are
53807         present.
53808
53809 2008-02-28  Bruno Haible  <bruno@clisp.org>
53810
53811         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
53812         * tests/test-freadptr.sh: Also test non-seekable stdin.
53813
53814 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
53815
53816         * build-aux/bootstrap (source_base, m4_base)
53817         (doc_base, tests_base): New variables.
53818         (gnulib_tool_options): Do not hardcode base directories, use
53819         the above variables instead.
53820
53821 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
53822
53823         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
53824
53825 2008-02-28  Bruno Haible  <bruno@clisp.org>
53826
53827         * modules/freadptr-tests: New file.
53828         * tests/test-freadptr.sh: New file.
53829         * tests/test-freadptr.c: New file.
53830
53831         New module 'freadptr'.
53832         * modules/freadptr: New file.
53833         * lib/freadptr.h: New file.
53834         * lib/freadptr.c: New file.
53835         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
53836
53837 2008-02-26  Karl Berry  <karl@freefriends.org>
53838
53839         Sync from Libtool:
53840         * libltdl/argz.c (argz_add, argz_count): New functions.
53841         * libltdl/argz.in.h: Declare them.
53842         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
53843
53844 2008-02-22  Bruno Haible  <bruno@clisp.org>
53845
53846         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
53847         is a pointer type.  Needed for HP-UX 10.
53848         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
53849         * doc/posix-functions/gmtime_r.texi: Likewise.
53850         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
53851
53852 2008-02-24  Bruno Haible  <bruno@clisp.org>
53853
53854         * modules/environ-tests: New file.
53855         * tests/test-environ.c: New file.
53856
53857         New module 'environ'.
53858         * modules/environ: New file.
53859         * lib/unistd.in.h (environ): New declaration.
53860         * m4/environ.m4: New file.
53861         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
53862         after use.
53863         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
53864         HAVE_DECL_ENVIRON.
53865         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
53866         HAVE_DECL_ENVIRON.
53867         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
53868         wrong claim that 'environ' is missing on some systems.
53869         * modules/execute (Depends-on): Add environ.
53870         * lib/execute.c (environ): Remove fallback declaration.
53871         * modules/pipe (Depends-on): Add environ.
53872         * lib/pipe.c (environ): Remove fallback declaration.
53873         * modules/setenv (Depends-on): Add environ.
53874         * lib/setenv.c (environ): Remove fallback declaration.
53875         * modules/unsetenv (Depends-on): Add environ.
53876         * lib/unsetenv.c (environ): Remove fallback declaration.
53877         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
53878         m4/environ.m4.
53879         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
53880         (gl_PREREQ_UNSETENV): Likewise.
53881
53882 2008-02-24  Bruno Haible  <bruno@clisp.org>
53883
53884         * doc/posix-functions/environ.texi: Document the MacOS X problem.
53885
53886 2008-02-20  Bob Proulx  <bob@proulx.com>
53887
53888         Enable use of older two part flavor 'git describe'.
53889         * build-aux/git-version-gen: If using the older two part flavor of
53890         git version then recreate the third part now present in the
53891         newer three part flavor of git describe.
53892
53893 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
53894
53895         * lib/fts.c (fts_build): Typo correction to comment.
53896
53897 2008-02-17  Bruno Haible  <bruno@clisp.org>
53898
53899         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
53900         generating no-op conflicts.
53901
53902 2008-02-17  Bruno Haible  <bruno@clisp.org>
53903
53904         Speed up by 10%.
53905         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
53906         result_entries, rather than an index-based loop.
53907
53908 2008-02-17  Bruno Haible  <bruno@clisp.org>
53909
53910         Speed up by 25%.
53911         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
53912         'hashcode_cached'.
53913         (entry_create): New function.
53914         (entry_hashcode): Use the cached hashcode if possible.
53915         (read_changelog_file, try_split_merged_entry): Use entry_create.
53916
53917 2008-02-17  Bruno Haible  <bruno@clisp.org>
53918
53919         Speed up from O(n^2) to O(n) for long ChangeLog files.
53920         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
53921         (read_changelog_file): Change implementation of entries_reversed list
53922         to rbtreehash.
53923         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
53924
53925 2008-02-17  Bruno Haible  <bruno@clisp.org>
53926
53927         New option --split-merged-entry.
53928         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
53929         (find_paragraph_end, try_split_merged_entry): New functions.
53930         (long_options): Add option --split-merged-entry.
53931         (usage): Document option --split-merged-entry.
53932         (main): Implement option --split-merged-entry.
53933         Reported by Eric Blake.
53934
53935 2008-02-17  Bruno Haible  <bruno@clisp.org>
53936
53937         * lib/git-merge-changelog.c: Include c-strstr.h.
53938         (main): Support the "git pull --rebase" situation.
53939         * modules/git-merge-changelog (Depends-on): Add c-strstr.
53940         Reported by Eric Blake.
53941
53942 2008-02-16  Eric Blake  <ebb9@byu.net>
53943
53944         Avoid doubling \ in common case of "c-maybe" quoting style.
53945         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
53946         eliding outer quotes.
53947         * lib/quotearg.h: Document this.
53948         * tests/test-quotearg.c (result_strings, inputs, results_g)
53949         (flag_results, locale_results): Test it by adding a new string to
53950         each test group.
53951         (compare_strings): Test new string.
53952
53953 2008-02-13  Eric Blake  <ebb9@byu.net>
53954
53955         Avoid trigraph quoting in default output.
53956         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
53957         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
53958         unless explicitly requested.
53959         * tests/test-quotearg.c (flag_results, main): Add additional tests.
53960
53961 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
53962
53963         Don't rely on signed integer overflowing to negative value.
53964         * lib/getugroups.c (getugroups): Include <limits.h>.
53965         Instead, compare against INT_MAX, and increment only if the test passes.
53966
53967 2008-02-13  Jim Meyering  <meyering@redhat.com>
53968         and Eric Blake  <ebb9@byu.net>
53969
53970         Avoid shadowing warning and compile errors on Linux.
53971         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
53972         forwarding macros on Linux.
53973         (dcgettext): Define a stub, for Linux.
53974         (results_g, main): Avoid warnings.
53975
53976 2008-02-12  Eric Blake  <ebb9@byu.net>
53977
53978         Silence warning in last patch.
53979         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
53980
53981         Quotearg part 4: add tests, fix c-maybe colon quoting.
53982         * lib/quotearg.h: Improve documentation.
53983         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
53984         escapes when adding outer quotes.  When quoting trigraphs, use
53985         valid C notation.  When quoting NUL, omit extra characters if next
53986         character is not digit.  Alter prototype.
53987         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
53988         callers.
53989         * modules/quotearg-tests: New module.
53990         * tests/test-quotearg.c: New test.
53991
53992 2008-02-07  Eric Blake  <ebb9@byu.net>
53993
53994         Quotearg part 3: add flag to control outer quote elision.
53995         * lib/quotearg.h (c_maybe_quoting_style): New style.
53996         (enum quoting_flags): Better documentation of flags.
53997         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
53998         c-maybe style.
53999         (quotearg_buffer_restyled): Handle new flag to elide outer
54000         quotes.
54001
54002         Quotearg part 2: add flag that can control NUL elision.
54003         * lib/quotearg.h (set_quoting_flags): New prototype.
54004         * lib/quotearg.c (struct quoting_options): Add flag field.
54005         (set_quoting_flags): New function.
54006         (quotearg_buffer_restyled): Add flags parameter.
54007         (quotearg_alloc_mem): Set the flag if length cannot be returned.
54008         (quotearg_n_options): Set the flag, since length cannot be
54009         returned.
54010         (quoting_options_from_style): Default flags correctly.
54011
54012         Quotearg part 1: more wrappers, restore quotearg_char state.
54013         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
54014         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
54015         (quotearg_colon_mem): New wrappers.
54016         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
54017         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
54018         functions.
54019         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
54020         (quotearg_colon_mem): New functions.
54021
54022 2008-02-11  Bruno Haible  <bruno@clisp.org>
54023
54024         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
54025         library in the current directory: it does not work with parallel make.
54026         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
54027
54028 2008-02-11  Bruno Haible  <bruno@clisp.org>
54029
54030         * .gitattributes: New file.
54031
54032 2008-02-11  Jim Meyering  <meyering@redhat.com>
54033
54034         useless-if-before-free: Fix reversed exit values.
54035         * build-aux/useless-if-before-free: Use correct values
54036         for EXIT_MATCH and EXIT_NO_MATCH.
54037
54038         * build-aux/useless-if-before-free: Close stdout carefully.
54039
54040 2008-02-10  Bruno Haible  <bruno@clisp.org>
54041
54042         New module 'git-merge-changelog'.
54043         * modules/git-merge-changelog: New file.
54044         * lib/git-merge-changelog.c: New file.
54045
54046 2008-02-10  Jim Meyering  <meyering@redhat.com>
54047
54048         useless-if-before-free: New option: --list (-l).
54049
54050         useless-if-before-free: Don't exit immediately upon open failure.
54051         * build-aux/useless-if-before-free: Exit 2 for errors.
54052         Upon failure to open a file, don't exit immediately.
54053         Rather, just warn and continue with any remaining files.
54054
54055 2008-02-10  Bruno Haible  <bruno@clisp.org>
54056
54057         New abstract list operation 'node_set_value'.
54058         * lib/gl_list.h (gl_list_node_set_value): New function.
54059         (struct gl_list_implementation): New field node_set_value.
54060         * lib/gl_list.c (gl_list_node_set_value): New function.
54061         * lib/gl_array_list.c (gl_array_node_set_value): New function.
54062         (gl_array_list_implementation): Update.
54063         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
54064         (gl_carray_list_implementation): Update.
54065         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
54066         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
54067         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
54068         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
54069         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
54070         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
54071         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
54072         Update.
54073         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
54074         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
54075         (gl_sublist_list_implementation): Update.
54076
54077 2008-02-10  Bruno Haible  <bruno@clisp.org>
54078
54079         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
54080         Needed when ELEMENT is #defined to 'some_type *'.
54081
54082 2008-02-10  Jim Meyering  <meyering@redhat.com>
54083
54084         New script and module: useless-if-before-free
54085         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
54086         * build-aux/useless-if-before-free: New file.
54087         * modules/useless-if-before-free: New file.
54088
54089         * build-aux/gitlog-to-changelog: Use committer date, not author date.
54090
54091         xstrtol_error: Fix typo.
54092         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
54093         s/exit_failure/exit_status/.
54094
54095 2008-02-09  Jim Meyering  <meyering@redhat.com>
54096
54097         New script and module: gitlog-to-changelog
54098         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
54099         * modules/gitlog-to-changelog: New file.
54100         * build-aux/gitlog-to-changelog: New file.
54101
54102 2008-02-08  Jim Meyering  <meyering@redhat.com>
54103
54104         Avoid two "parameter unused" warnings.
54105         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
54106         Mark "st" as used.
54107
54108         Use "git COMMAND", not "git-COMMAND".
54109         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
54110         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
54111         * build-aux/git-version-gen: Use "git status", not "git-status".
54112
54113 2008-02-07  Bruno Haible  <bruno@clisp.org>
54114
54115         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
54116         Avoids a crash on Windows Vista.
54117         Reported by Adam Strzelecki <ono@java.pl> via
54118         Simon Josefsson <simon@josefsson.org>.
54119
54120 2008-02-06  Bruno Haible  <bruno@clisp.org>
54121
54122         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
54123         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
54124         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
54125         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
54126         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
54127         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
54128         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
54129         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
54130         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
54131         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
54132         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
54133         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
54134         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
54135         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
54136         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
54137         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
54138         left-adjust flag.
54139         * tests/test-snprintf-posix.h (test_function): Likewise.
54140         * tests/test-sprintf-posix.h (test_function): Likewise.
54141         * tests/test-vasprintf-posix.c (test_function): Likewise.
54142         * doc/posix-functions/fprintf.texi: Update.
54143         * doc/posix-functions/printf.texi: Update.
54144         * doc/posix-functions/snprintf.texi: Update.
54145         * doc/posix-functions/sprintf.texi: Update.
54146         * doc/posix-functions/vfprintf.texi: Update.
54147         * doc/posix-functions/vprintf.texi: Update.
54148         * doc/posix-functions/vsnprintf.texi: Update.
54149         * doc/posix-functions/vsprintf.texi: Update.
54150         Reported by Peter Fales <psfales@alcatel-lucent.com>.
54151
54152 2008-02-06  Bruno Haible  <bruno@clisp.org>
54153
54154         Fix bug introduced on 2008-01-26.
54155         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
54156
54157 2008-02-06  Bruno Haible  <bruno@clisp.org>
54158
54159         Fix bug introduced on 2007-06-10.
54160         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
54161         !NEED_PRINTF_FLAG_ZERO.
54162
54163 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
54164
54165         getloadavg: use libperfstat on AIX5
54166         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
54167
54168 2008-02-03  Bruno Haible  <bruno@clisp.org>
54169
54170         * lib/diffseq.h: Add comments about required #includes.
54171         Reported by Michael Biggs <gnulib@doubleplum.net>.
54172
54173 2008-02-01  Bruno Haible  <bruno@clisp.org>
54174
54175         * users.txt: Add gnuit.
54176
54177 2008-01-31  Bruno Haible  <bruno@clisp.org>
54178
54179         * lib/md4.c (set_uint32): Mark as inline.
54180         * lib/md5.c (set_uint32): Likewise.
54181         * lib/sha1.c (set_uint32): Likewise.
54182         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
54183         * m4/md5.m4 (gl_MD5): Likewise.
54184         * m4/sha1.m4 (gl_SHA1): Likewise.
54185
54186 2008-01-31  Jim Meyering  <meyering@redhat.com>
54187
54188         Use "sizeof VAR", rather than a literal "4".
54189         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
54190         * lib/md4.c (md4_read_ctx): Likewise.
54191         * lib/sha1.c (sha1_read_ctx): Likewise.
54192
54193 2008-01-31  Simon Josefsson  <simon@josefsson.org>
54194
54195         * tests/test-sha1.c: New file, based on test-md5.c.
54196
54197         * modules/crypto/sha1-tests: New file.
54198
54199 2008-01-31  Simon Josefsson  <simon@josefsson.org>
54200
54201         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
54202
54203 2008-01-31  Jim Meyering  <meyering@redhat.com>
54204
54205         Prefer "sizeof v" over the equivalent "4".
54206         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
54207         * lib/md5.c (set_uint32): Likewise.
54208         * lib/sha1.c (set_uint32): Likewise.
54209
54210 2008-01-31  Simon Josefsson  <simon@josefsson.org>
54211
54212         * lib/sha1.c (set_uint32): Mark function as static.
54213
54214 2008-01-31  Simon Josefsson  <simon@josefsson.org>
54215
54216         md2: clarify comments to say that alignment is not required.
54217         * lib/md2.h: Remove warning about alignment in comment.
54218         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
54219         never been required.
54220
54221 2008-01-31  Simon Josefsson  <simon@josefsson.org>
54222
54223         md4: adapt alignment constraint fix from sha1.
54224         * lib/md4.c (set_uint32): New function, from sha1.c
54225         (md4_read_ctx): Use it.
54226         (md4_finish_ctx): Doc fix.
54227         * lib/md4.h: Doc fix.
54228
54229 2008-01-31  Simon Josefsson  <simon@josefsson.org>
54230
54231         md5: adapt alignment constraint fix from sha1.
54232         * lib/md5.c (set_uint32): New function, from sha1.c
54233         (md5_read_ctx): Use it.
54234         (md5_finish_ctx): Doc fix.
54235         * lib/md5.h: Doc fix.
54236
54237 2008-01-30  Peter Palfrader  <weasel@debian.org>
54238
54239         sha1: remove the result buffer alignment constraint
54240         * lib/sha1.c (set_uint32): New function.
54241         (sha1_read_ctx): Rewrite to remove the result buffer alignment
54242         constraint.
54243         (sha1_finish_ctx): Remove comment warning about alignment constraint.
54244         * lib/sha1.h: Likewise.
54245
54246 2008-01-30  Andreas Schwab  <schwab@suse.de>
54247             Bruno Haible  <bruno@clisp.org>
54248
54249         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
54250         correct definition of LDBL_MIN_EXP.
54251
54252 2008-01-30  Karl Berry  <karl@gnu.org>
54253
54254         * config/srclist-update: try to preserve x bit on updates.
54255         * config/srclistvars.sh: update for karl.
54256
54257 2008-01-29  Jim Meyering  <meyering@redhat.com>
54258
54259         vasnprintf.c: Avoid warning about unused label
54260         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
54261         "overflow" label definition and associated code with the
54262         same cpp condition that guards the sole use of that label.
54263
54264 2008-01-26  Bruno Haible  <bruno@clisp.org>
54265
54266         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
54267         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
54268         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
54269         * lib/isnanl-nolibm.h (isnanl): Likewise.
54270         Reported by Paul Eggert <eggert@cs.ucla.edu>.
54271
54272 2008-01-26  Bruno Haible  <bruno@clisp.org>
54273
54274         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
54275         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
54276
54277 2008-01-26  Bruno Haible  <bruno@clisp.org>
54278
54279         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
54280         GCC >= 4.0 built-in.
54281         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
54282
54283 2008-01-26  Bruno Haible  <bruno@clisp.org>
54284
54285         Rename isnan, applicable to 'double' only, to isnand.
54286         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
54287         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
54288         (configure.ac): Update.
54289         (Include): Replace "isnan.h" with "isnand.h".
54290         * m4/isnand.m4: Renamed from m4/isnan.m4.
54291         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
54292         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
54293         instead of isnan.c.
54294         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
54295         instead of HAVE_ISNAN_IN_LIBC.
54296         (isnand): Renamed from isnan.
54297         * lib/isnand.c: New file.
54298         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
54299         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
54300         (Makefile.am): Update.
54301         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
54302         Include isnand.h instead of isnan.h.
54303         (main): Test isnand instead of isnan.
54304         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
54305         isnan-nolibm.
54306         * modules/frexp (Depends-on): Likewise.
54307         * modules/frexp-tests (Depends-on): Likewise.
54308         * modules/frexp-nolibm (Depends-on): Likewise.
54309         * modules/frexp-nolibm-tests (Depends-on): Likewise.
54310         * modules/isfinite (Depends-on): Likewise.
54311         * modules/round-tests (Depends-on): Likewise.
54312         * modules/signbit (Depends-on): Likewise.
54313         * modules/signbit-tests (Depends-on): Likewise.
54314         * modules/snprintf-posix (Depends-on): Likewise.
54315         * modules/sprintf-posix (Depends-on): Likewise.
54316         * modules/trunc-tests (Depends-on): Likewise.
54317         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
54318         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
54319         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
54320         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
54321         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
54322         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
54323         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
54324         * modules/vasnprintf-posix (Depends-on): Likewise.
54325         * modules/vasprintf-posix (Depends-on): Likewise.
54326         * modules/vfprintf-posix (Depends-on): Likewise.
54327         * modules/vsnprintf-posix (Depends-on): Likewise.
54328         * modules/vsprintf-posix (Depends-on): Likewise.
54329         * lib/frexp.c: Include isnand.h instead of isnan.h.
54330         (ISNAN): Set to isnand instead of isnan.
54331         * lib/isfinite.c: Include isnand.h instead of isnan.h.
54332         (gl_isfinited): Use isnand instead of isnan.
54333         * lib/signbitd.c: Include isnand.h instead of isnan.h.
54334         (gl_signbitd): Use isnand instead of isnan.
54335         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
54336         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
54337         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
54338         (main): Use isnand instead of isnan.
54339         * tests/test-round1.c: Include isnand.h.
54340         (main): Use isnand instead of isnan.
54341         * tests/test-round2.c: Include isnand.h instead of isnan.h.
54342         (ISNAN): Set to isnand instead of isnan.
54343         * tests/test-trunc1.c: Include isnand.h.
54344         (main): Use isnand instead of isnan.
54345         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
54346         (equal): Use isnand instead of isnan.
54347         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
54348         isnand-nolibm.
54349         * NEWS: Mention the change.
54350
54351 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
54352             Bruno Haible  <bruno@clisp.org>
54353
54354         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
54355         the GCC builtins for signbits are present and set
54356         REPLACE_SIGNBIT_USING_GCC if so.
54357         * lib/math.in.h (signbit): Define using GCC builtins if
54358         REPLACE_SIGNBIT_USING_GCC is set.
54359         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
54360         REPLACE_SIGNBIT_USING_GCC.
54361         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
54362
54363 2008-01-25  Jim Meyering  <meyering@redhat.com>
54364
54365         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
54366         * lib/poll.c: Include <config.h>, not "config.h".
54367         * tests/test-getaddrinfo.c: Likewise.
54368
54369 2008-01-25  Simon Josefsson  <simon@josefsson.org>
54370
54371         * modules/sockets-tests: New file.
54372
54373 2008-01-24  Simon Josefsson  <simon@josefsson.org>
54374
54375         * modules/sockets: New module, can be used to call WSA_Startup and
54376         WSA_Cleanup when needed.
54377
54378         * lib/sockets.h, lib/sockets.c: New files.
54379
54380         * m4/sockets.m4: New file.
54381
54382         * tests/test-sockets.c: New file.
54383
54384 2008-01-19  Bruno Haible  <bruno@clisp.org>
54385
54386         * doc/posix-headers: Renamed from doc/headers.
54387         * doc/posix-functions: Renamed from doc/functions.
54388         * doc/gnulib.texi: Update.
54389
54390 2008-01-19  Bruno Haible  <bruno@clisp.org>
54391
54392         * doc/glibc-functions/strcasestr.texi: Include contents of
54393         doc/functions/strcasestr.texi, fixing the list of platforms.
54394         * doc/functions/strcasestr.texi: Remove file.
54395
54396 2008-01-19  Bruno Haible  <bruno@clisp.org>
54397
54398         * doc/glibc-functions/memmem.texi: Include contents of
54399         doc/functions/memmem.texi.
54400         * doc/functions/memmem.texi: Remove file.
54401
54402 2008-01-18  Bruno Haible  <bruno@clisp.org>
54403
54404         * doc/glibc-functions/*.texi: New files.
54405         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
54406         to use the new files.
54407
54408 2008-01-17  Bruno Haible  <bruno@clisp.org>
54409
54410         * tests/test-gethostname.c (main): Fix printf statement.
54411
54412 2008-01-17  Simon Josefsson  <simon@josefsson.org>
54413
54414         * modules/gethostname-tests: New file.
54415
54416         * tests/test-gethostname.c: New file.
54417
54418 2008-01-17  Simon Josefsson  <simon@josefsson.org>
54419
54420         * lib/gethostname.c: Include string.h unconditionally, strncpy is
54421         used by the UNAME case.  Reported by Bruno Haible
54422         <bruno@clisp.org>.
54423
54424 2008-01-17  Eric Blake  <ebb9@byu.net>
54425
54426         Convert c-strcasestr to be more efficient.
54427         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
54428         (Depends-on): Add c-strcase, remove malloca, strnlen.
54429         * tests/test-c-strcasestr.c (main): Enhance test.
54430         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
54431
54432 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
54433
54434         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
54435         Use it in creating po/Makevars.
54436
54437 2008-01-15  Simon Josefsson  <simon@josefsson.org>
54438
54439         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
54440         Applications that requires it should initialize libgcrypt
54441         manually.
54442
54443 2008-01-16  Simon Josefsson  <simon@josefsson.org>
54444
54445         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
54446
54447 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
54448
54449         Fix problem with getdate on mingw32 reported by Simon Josefsson
54450         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
54451         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
54452         tzname", when deciding whether to declare tzname.
54453         * lib/strftime.c (tzname): Likewise.
54454
54455 2008-01-15  Bruno Haible  <bruno@clisp.org>
54456
54457         Work around a MacOS X 10.5 bug in frexpl().
54458         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
54459         * doc/functions/frexpl.texi: Document the bug.
54460         Reported by Elias Pipping <pipping@gentoo.org>.
54461
54462 2008-01-14  Eric Blake  <ebb9@byu.net>
54463
54464         Touch up previous patch.
54465         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
54466         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
54467
54468         Convert strcasestr module to use Two-Way algorithm.
54469         * modules/strcasestr-simple: New module, based on the old
54470         strcasestr, but with Two-Way rather than KMP.
54471         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
54472         * lib/string.in.h (rpl_strcasestr): Declare.
54473         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
54474         performance.
54475         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
54476         * modules/string (Makefile.am): Support strcasestr.
54477         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
54478         * modules/strcasestr-tests (Depends-on): Check for alarm.
54479         * tests/test-strcasestr.c: Augment test.
54480         * lib/str-two-way.h: Clean up stray macro.
54481         * NEWS: Document new module.
54482         * MODULES.html.sh (string handling): Likewise.
54483         * doc/functions/strcasestr.texi: New file.
54484         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
54485         here, since it is not a POSIX function.
54486
54487 2008-01-14  Colin Watson  <cjwatson@debian.org>
54488             Bruno Haible  <bruno@clisp.org>
54489
54490         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
54491         works fine; if not, set REPLACE_STRSIGNAL.
54492         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
54493         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
54494         REPLACE_STRSIGNAL.
54495         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
54496         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
54497         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
54498
54499 2008-01-14  Bruno Haible  <bruno@clisp.org>
54500
54501         * modules/strsignal (Include): Change to <string.h>.
54502
54503 2008-01-14  Colin Watson  <cjwatson@debian.org>
54504
54505         * modules/argp (Notice): Add a notice recommending to change
54506         XGETTEXT_OPTIONS.
54507         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
54508
54509 2008-01-13  Colin Watson  <cjwatson@debian.org>
54510
54511         * modules/strsignal-tests: New file.
54512         * tests/test-strsignal.c: New file.
54513
54514         * lib/strsignal.c: New file, from glibc with modifications.
54515         * lib/siglist.h: New file, from glibc with modifications.
54516         * lib/string.in.h (strsignal): New declaration.
54517         * m4/strsignal.m4: New file.
54518         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
54519         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
54520         * modules/strsignal: New file.
54521         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
54522         HAVE_DECL_STRSIGNAL.
54523
54524 2008-01-13  Bruno Haible  <bruno@clisp.org>
54525
54526         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
54527         locale encoding is not ASCII. Needed for OpenBSD 4.0.
54528         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
54529         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
54530
54531 2008-01-13  Bruno Haible  <bruno@clisp.org>
54532
54533         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
54534         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
54535         * lib/argp.h (__attribute__): Likewise.
54536         * lib/c-stack.c (__attribute__): Likewise.
54537         * lib/error.h (__attribute__): Likewise.
54538         * lib/fts.c (__attribute__): Likewise.
54539         * lib/openat.h (__attribute__): Likewise.
54540         * lib/stdio.in.h (__attribute__): Likewise.
54541         * lib/string.in.h (__attribute__): Likewise.
54542         * lib/utimens.c (__attribute__): Likewise.
54543         * lib/vasnprintf.h (__attribute__): Likewise.
54544         * lib/xalloc.h (__attribute__): Likewise.
54545         * lib/xprintf.h (__attribute__): Likewise.
54546         * lib/xstrtol.h (__attribute__): Likewise.
54547         * lib/xvasprintf.h (__attribute__): Likewise.
54548
54549 2008-01-12  Bruno Haible  <bruno@clisp.org>
54550
54551         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
54552         * doc/glibc-headers/a.out.texi: New file.
54553         * doc/glibc-headers/aliases.texi: New file.
54554         * doc/glibc-headers/alloca.texi: New file.
54555         * doc/glibc-headers/ar.texi: New file.
54556         * doc/glibc-headers/argp.texi: New file.
54557         * doc/glibc-headers/argz.texi: New file.
54558         * doc/glibc-headers/byteswap.texi: New file.
54559         * doc/glibc-headers/crypt.texi: New file.
54560         * doc/glibc-headers/endian.texi: New file.
54561         * doc/glibc-headers/envz.texi: New file.
54562         * doc/glibc-headers/err.texi: New file.
54563         * doc/glibc-headers/error.texi: New file.
54564         * doc/glibc-headers/execinfo.texi: New file.
54565         * doc/glibc-headers/fpu_control.texi: New file.
54566         * doc/glibc-headers/fstab.texi: New file.
54567         * doc/glibc-headers/fts.texi: New file.
54568         * doc/glibc-headers/getopt.texi: New file.
54569         * doc/glibc-headers/ieee754.texi: New file.
54570         * doc/glibc-headers/ifaddrs.texi: New file.
54571         * doc/glibc-headers/libintl.texi: New file.
54572         * doc/glibc-headers/mcheck.texi: New file.
54573         * doc/glibc-headers/mntent.texi: New file.
54574         * doc/glibc-headers/obstack.texi: New file.
54575         * doc/glibc-headers/paths.texi: New file.
54576         * doc/glibc-headers/printf.texi: New file.
54577         * doc/glibc-headers/pty.texi: New file.
54578         * doc/glibc-headers/resolv.texi: New file.
54579         * doc/glibc-headers/shadow.texi: New file.
54580         * doc/glibc-headers/sysexits.texi: New file.
54581         * doc/glibc-headers/ttyent.texi: New file.
54582
54583 2008-01-12  Jim Meyering  <meyering@redhat.com>
54584
54585         announce-gen: emit Gnulib's git-based version string.
54586         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
54587         New option --gnulib-version=V, where V is expected to be
54588         the output of running git describe in the gnulib directory.
54589         (get_tool_versions): Request feedback on xdelta.  I suspect it's
54590         not useful, and plan to stop publishing an xdelta file with each
54591         coreutils release.
54592
54593         * build-aux/announce-gen: Also check for lzma-compressed files.
54594
54595 2008-01-11  Bruno Haible  <bruno@clisp.org>
54596
54597         * tests/test-memmem.c (main): Increase maximum allowed time.
54598         * tests/test-strstr.c (main): Likewise.
54599
54600 2008-01-11  Bruno Haible  <bruno@clisp.org>
54601
54602         * doc/functions/memmem.texi: Add more precisions about platforms.
54603         * doc/functions/strstr.texi: Likewise.
54604
54605 2008-01-10  Eric Blake  <ebb9@byu.net>
54606
54607         * m4/strstr.m4: Delete cruft from copy-n-paste.
54608         Reported by Bruno Haible.
54609
54610 2008-01-10  Bruno Haible  <bruno@clisp.org>
54611
54612         Make c-strstr rely on strstr.
54613         * lib/c-strstr.c: Don't include str-kmp.h.
54614         (c_strstr): Define in terms of strstr.
54615         * modules/c-strstr (Files): Remove lib/str-kmp.h.
54616         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
54617
54618 2008-01-10  Bruno Haible  <bruno@clisp.org>
54619
54620         * doc/gnulib.texi (String Functions in C Locale): New section.
54621         * doc/c-ctype.texi: New file.
54622         * doc/c-strcase.texi: New file.
54623         * doc/c-strcaseeq.texi: New file.
54624         * doc/c-strcasestr.texi: New file.
54625         * doc/c-strstr.texi: New file.
54626         * doc/c-strtod.texi: New file.
54627         * doc/c-strtold.texi: New file.
54628
54629 2008-01-10  Eric Blake  <ebb9@byu.net>
54630
54631         * lib/relocatable.h: Fix a comment.
54632
54633 2008-01-10  Eric Blake  <ebb9@byu.net>
54634
54635         Share two-way algorithm.
54636         * lib/str-two-way.h: New file, merged from...
54637         * lib/memmem.c: ...here...
54638         * lib/strstr.c: ...and here.
54639         * modules/memmem (Files): Use it.
54640         * modules/strstr (Files): Likewise.
54641
54642         Avoid quadratic strstr implementations.
54643         * lib/strstr.c: New file.
54644         * m4/strstr.m4: Likewise.
54645         * modules/strstr: Likewise.
54646         * modules/strstr-tests: Likewise.
54647         * tests/test-strstr.c: Likewise.
54648         * lib/string.in.h (rpl_strstr): Declare.
54649         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
54650         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
54651         * modules/string (Makefile.am): Likewise.
54652         * MODULES.html.sh (string handling): Mention new module.
54653         * doc/functions/strstr.texi (strstr): Document the bug.
54654
54655 2008-01-10  Bruno Haible  <bruno@clisp.org>
54656
54657         * lib/relocatable.h (relocate): State whether result is freshly
54658         allocated or not.
54659         * lib/relocatable.c (relocate): Return a freshly allocated string
54660         instead of a pointer to a privately held string.
54661         Reported by Sylvain Beucler <beuc@gnu.org>.
54662
54663 2008-01-10  Colin Watson  <cjwatson@debian.org>
54664
54665         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
54666         s/S_ISNLK/S_ISLNK/.
54667
54668 2008-01-09  Bruno Haible  <bruno@clisp.org>
54669
54670         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
54671         and other files.
54672         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
54673         if it's only a guess.
54674         * modules/memmem: Simplify by depending on memmem-simple.
54675
54676 2008-01-09  Bruno Haible  <bruno@clisp.org>
54677
54678         Work around OpenBSD 4.0 tdelete() bug.
54679         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
54680         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
54681         macros and don't redefine the enum values.
54682         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
54683         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
54684         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
54685
54686 2008-01-09  Bruno Haible  <bruno@clisp.org>
54687
54688         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
54689         (main): Don't perform the tests if setlocale did not install a UTF-8
54690         locale. Needed on OpenBSD 4.0.
54691         * modules/wcwidth-tests (Depends-on): Add localcharset.
54692
54693 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
54694
54695         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
54696         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
54697         * NEWS: announce this.
54698         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
54699
54700 2008-01-09  Simon Josefsson  <simon@josefsson.org>
54701         and Eric Blake  <ebb9@byu.net>
54702
54703         Add memmem-simple module.
54704         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
54705         (gl_FUNC_MEMMEM): Separate performance from presence checks.
54706         * modules/memmem-simple: New file.
54707         * modules/memmem (Description): Tweak.
54708         * MODULES.html.sh (string handling): Mention new module.
54709         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
54710         addressed by memmem-simple.
54711         * NEWS: Document the difference.
54712
54713 2008-01-09  Eric Blake  <ebb9@byu.net>
54714
54715         Give gcc some memmem optimization hints.
54716         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
54717         (strcasestr): Declare as pure.
54718         * modules/memmem (Maintainer): Claim my implementation.
54719
54720 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
54721
54722         Support AIX 6.1 and higher.
54723         * build-aux/config.libpath: Likewise.
54724         * build-aux/config.rpath: Likewise.
54725
54726 2008-01-08  Jim Meyering  <meyering@redhat.com>
54727             Bruno Haible  <bruno@clisp.org>
54728
54729         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
54730         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
54731         Reported by Peter Fales in
54732         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
54733
54734 2008-01-08  Bruno Haible  <bruno@clisp.org>
54735
54736         * modules/unictype/category-of (Depends-on): Add
54737         unictype/category-none.
54738         * modules/unictype/category-and-tests (Depends-on): Add
54739         unictype/category-{L,N,Lu,Nd}.
54740         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
54741         * modules/unictype/category-or-tests (Depends-on): Add
54742         unictype/category-{L,N}.
54743         * modules/unictype/category-name-tests (Depends-on): Add
54744         unictype/category-{Z,Nl}.
54745         Reported by Simon Josefsson.
54746
54747 2008-01-08  Bruno Haible  <bruno@clisp.org>
54748
54749         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
54750         convention better.
54751         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
54752         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
54753         Reported by Peter Miller <millerp@canb.auug.org.au>.
54754
54755 2008-01-08  Eric Blake  <ebb9@byu.net>
54756
54757         Rewrite memmem to guarantee linear complexity without malloc.
54758         * lib/memmem.c (memmem): Use Two-Way rather than
54759         Knuth-Morris-Pratt, to allow O(1) space usage.
54760         (critical_factorization, two_way_short_needle)
54761         (two_way_long_needle): New functions.
54762         (knuth_morris_pratt): Delete.
54763         * modules/memmem (Depends-on): No longer need malloca or stdbool.
54764         Add stdint.
54765         * tests/test-memmem.c (main): Add tests for periodic needle and
54766         sublinear performance.
54767         * doc/functions/memmem.texi (memmem): Document other deficiencies
54768         in cygwin and older glibc.
54769
54770 2008-01-08  Bruno Haible  <bruno@clisp.org>
54771
54772         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
54773         augmentation.
54774
54775 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
54776
54777         Add a configure time option: --disable-acl.
54778         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
54779         AC_ARG_ENABLE(acl).
54780
54781 2008-01-06  Simon Josefsson  <simon@josefsson.org>
54782
54783         * tests/test-localename.c: Don't include obsolete "setenv.h".
54784
54785         * modules/localename-tests (Depends-on): Need unsetenv.
54786
54787 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
54788
54789         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
54790
54791 2008-01-06  Colin Watson  <cjwatson@debian.org>
54792
54793         * users.txt: Add man-db.
54794
54795 2008-01-07  Bruno Haible  <bruno@clisp.org>
54796
54797         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
54798         previous section name.
54799
54800 2008-01-07  Bruno Haible  <bruno@clisp.org>
54801
54802         * lib/progname.c (set_program_name): Don't strip off a leading
54803         "lt-" prefix outside a .libs directory.
54804         Suggested by Paul Eggert.
54805
54806 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
54807             Bruno Haible  <bruno@clisp.org>
54808
54809         Improve memory cleanup in 'relocatable' module.
54810         * lib/relocatable.h (compute_curr_prefix): Change return type to
54811         'char *'.
54812         * lib/relocatable.c (compute_curr_prefix): Change return type to
54813         'char *'. Free curr_installdir after use.
54814         (relocate): Free curr_prefix_better after use.
54815         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
54816
54817 2008-01-01  Bruno Haible  <bruno@clisp.org>
54818
54819         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
54820         failure on older glibc systems.
54821         Reported by Peter Fales <psfales@alcatel-lucent.com>.
54822
54823 2008-01-05  Eric Blake  <ebb9@byu.net>
54824
54825         Avoid quadratic system memmem.
54826         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
54827         Reported by Ralf Wildenhues.
54828
54829         Fix memmem test for mingw.
54830         * modules/memmem-tests (configure.ac): Check for alarm.
54831         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
54832         it.
54833         * doc/functions/memmem.texi: New file.
54834         * doc/gnulib.texi (Function Substitutes): Add memmem.
54835         Reported by Bruno Haible.
54836
54837 2008-01-04  Bruno Haible  <bruno@clisp.org>
54838
54839         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
54840         Require gl_HEADER_STRINGS_H_DEFAULTS, not
54841         gl_HEADER_STRING_H_DEFAULTS.
54842
54843 2008-01-04  Eric Blake  <ebb9@byu.net>
54844
54845         Shorten duration of memmem test.
54846         * tests/test-memmem.c (main): Use alarm to declare failure if test
54847         is taking too long.
54848         Reported by Ralf Wildenhues.
54849
54850 2007-12-21  Simon Josefsson  <simon@josefsson.org>
54851
54852         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
54853         string, needed by strerror.
54854
54855 2008-01-03  Colin Watson  <cjwatson@debian.org>
54856             Bruno Haible  <bruno@clisp.org>
54857
54858         * doc/gnulib-tool.texi (Localization): New section.
54859
54860 2008-01-02  Bruno Haible  <bruno@clisp.org>
54861
54862         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
54863         variables to 'unsigned char *' type.
54864         Reported by Paul Eggert.
54865
54866 2008-01-02  Jim Meyering  <jim@meyering.net>
54867
54868         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
54869
54870 2007-12-31  Jim Meyering  <jim@meyering.net>
54871
54872         Avoid use of private FTS type name.
54873         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
54874
54875 2007-12-30  Karl Berry  <karl@gnu.org>
54876
54877         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
54878         work around defect in Texinfo and/or the standalone Info browser.
54879
54880 2007-12-30  Bruno Haible  <bruno@clisp.org>
54881
54882         Unify 5 copies of the KMP code.
54883         * lib/str-kmp.h: New file.
54884         * lib/c-strcasestr.c: Include str-kmp.h.
54885         (knuth_morris_pratt): Remove function.
54886         (c_strcasestr): Update.
54887         * lib/c-strstr.c: Include str-kmp.h.
54888         (knuth_morris_pratt): Remove function.
54889         (c_strcasestr): Update.
54890         * lib/mbscasestr.c: Include str-kmp.h.
54891         (knuth_morris_pratt_unibyte): Remove function.
54892         * lib/mbsstr.c: Include str-kmp.h.
54893         (knuth_morris_pratt_unibyte): Remove function.
54894         * lib/strcasestr.c: Include str-kmp.h.
54895         (knuth_morris_pratt): Remove function.
54896         (strcasestr): Update.
54897         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
54898         * modules/c-strstr (Files): Likewise.
54899         * modules/mbscasestr (Files): Likewise.
54900         * modules/mbsstr (Files): Likewise.
54901         * modules/strcasestr (Files): Likewise.
54902         Suggested by Paul Eggert.
54903
54904 2007-12-30  Bruno Haible  <bruno@clisp.org>
54905
54906         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
54907         defined.
54908
54909 2007-12-30  Bruno Haible  <bruno@clisp.org>
54910
54911         * lib/xmalloca.h: Include xalloc.h.
54912         (xnmalloca): New macro.
54913
54914 2007-12-30  Bruno Haible  <bruno@clisp.org>
54915
54916         * lib/malloca.h (nmalloca): New macro.
54917         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
54918         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
54919         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
54920         knuth_morris_pratt_multibyte): Likewise.
54921         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
54922         knuth_morris_pratt_multibyte): Likewise.
54923         * lib/memmem.c (knuth_morris_pratt): Likewise.
54924         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
54925
54926 2007-12-25  Bruno Haible  <bruno@clisp.org>
54927
54928         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
54929         * lib/glob.c: Don't include openat.h.
54930         (link_exists2_p): Add back the code that deals with the
54931         !GLOB_ALTDIRFUNC case.
54932         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
54933         let it do the filename concatenation.
54934         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
54935         * modules/glob (Depends-on): Remove openat.
54936
54937 2007-12-31  Bruno Haible  <bruno@clisp.org>
54938
54939         * modules/dirfd (License): Change to LGPLv2+.
54940         Approved by Jim Meyering.
54941
54942 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
54943
54944         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
54945         when multiplying M by sizeof (size_t).
54946
54947 2007-12-10  Martin Lambers  <marlam@marlam.de>
54948
54949         Override getpagesize on mingw.
54950         * lib/getpagesize.c: New file.
54951         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
54952         * modules/getpagesize (Files): Add lib/getpagesize.c.
54953         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
54954         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
54955         REPLACE_GETPAGESIZE.
54956         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
54957
54958 2007-12-25  Bruno Haible  <bruno@clisp.org>
54959
54960         * modules/localcharset (Notice): New field.
54961         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
54962         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
54963
54964 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
54965             Bruno Haible  <bruno@clisp.org>
54966
54967         Avoid using the syntax symbol() in formatted documentation.
54968         * MODULES.html.sh (func_module): When replacing symbol() with a
54969         hyperlink, remove the parentheses. Show an error if some remain.
54970         Recognize and render the '...' syntax.
54971         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
54972         Rework. Add paragraph about GCC's inlining.
54973         * doc/alloca.texi: Likewise.
54974         * doc/error.texi: Remove parentheses from symbol reference.
54975         * doc/gnulib-intro.texi: Likewise.
54976         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
54977         * modules/fnmatch (Description): Reword to say "the ... function".
54978         * modules/full-read (Description): Likewise.
54979         * modules/full-write (Description): Likewise.
54980         * modules/safe-read (Description): Likewise.
54981         * modules/safe-write (Description): Likewise.
54982         * modules/strchrnul (Description): Likewise.
54983         * modules/trim (Description): Likewise.
54984         * modules/error (Description): Remove parentheses from symbol
54985         references.
54986         * modules/verror (Description): Likewise.
54987         Reported by Karl Berry.
54988
54989 2007-12-25  Bruno Haible  <bruno@clisp.org>
54990
54991         Fixup after 2007-10-16 commit.
54992         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
54993
54994 2007-12-24  Bruno Haible  <bruno@clisp.org>
54995
54996         Make --enable-relocatable work with DESTDIR.
54997         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
54998         to compute installdir from destprog.
54999         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
55000         also set the RELOC_DESTDIR variable.
55001         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
55002
55003 2007-12-24  Bruno Haible  <bruno@clisp.org>
55004
55005         Fix link error due to xalloc_die().
55006         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
55007         of xreadlink.
55008         * lib/relocwrapper.c: Update comments.
55009         * build-aux/install-reloc: Remove xreadlink.c from file list.
55010         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
55011         xreadlink.c.
55012         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
55013
55014 2007-12-24  Bruno Haible  <bruno@clisp.org>
55015
55016         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
55017         * lib/setenv.h: Remove file.
55018         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
55019         lib/setenv.h.
55020         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
55021         (Depends-on): Add stdlib.
55022         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
55023         gl_FUNC_UNSETENV.
55024         (Include): Replace setenv.h with <stdlib.h>.
55025         * modules/unsetenv: New file.
55026         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
55027         * lib/unsetenv.c: Include <stdlib.h> first.
55028         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
55029         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
55030         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
55031         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
55032         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
55033         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
55034         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
55035         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
55036         * doc/functions/unsetenv.texi: Update.
55037         * modules/xsetenv (Depends-on): Add unsetenv.
55038         * modules/getdate (Depends-on): Likewise.
55039         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
55040         * lib/xsetenv.c: Don't include setenv.h.
55041         * lib/getdate.y: Likewise.
55042         * lib/relocwrapper.c: Likewise.
55043         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
55044         (Depends-on): Add stdlib.
55045         * NEWS: Mention the changes.
55046         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
55047
55048 2007-12-23  Bruno Haible  <bruno@clisp.org>
55049
55050         * lib/memmem.c (memmem): Use lowercase variable names. Tab
55051         indentation.
55052
55053 2007-12-23  Bruno Haible  <bruno@clisp.org>
55054
55055         * lib/c-strcasestr.c: Add more comments.
55056         * lib/c-strstr.c: Likewise.
55057         * lib/mbscasestr.c: Likewise.
55058         * lib/mbsstr.c: Likewise.
55059         * lib/strcasestr.c: Likewise.
55060         * lib/memmem.c: Likewise.
55061
55062 2007-12-23  Bruno Haible  <bruno@clisp.org>
55063
55064         * tests/test-memmem.c: Include <string.h> first.
55065
55066 2007-12-22  Bruno Haible  <bruno@clisp.org>
55067
55068         * gnulib-tool (func_create_testdir): Change $auxdir while generating
55069         the contents of $testsbase.
55070         Reported by Ralf Wildenhues.
55071
55072 2007-12-22  Bruno Haible  <bruno@clisp.org>
55073
55074         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
55075         two variables local_ldadd_before, local_ldadd_last.
55076
55077 2007-12-20  Eric Blake  <ebb9@byu.net>
55078
55079         Work around circular library issue when cross-compiling.
55080         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
55081         that progname.o does not need to pull in rpl_memcmp.
55082
55083 2007-12-19  Eric Blake  <ebb9@byu.net>
55084
55085         Fix memmem to avoid O(n^2) worst-case complexity.
55086         * lib/memmem.c (knuth_morris_pratt): New function.
55087         (memmem): Use it if first few naive iterations fail.
55088         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
55089         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
55090         * modules/memchr (License): Likewise.
55091         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
55092         malloca.
55093         * tests/test-memmem.c: Rewrite, borrowing ideas from
55094         test-mbsstr1.c; the old version wouldn't even compile!
55095         * modules/memmem-tests: New file.
55096         * lib/string.in.h (rpl_memmem): Add declaration.
55097         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
55098         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
55099         REPLACE_MEMMEM.
55100
55101 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
55102
55103         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
55104         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
55105         before any system include files, and undef after them all.  This
55106         should fix a problem on VMS reported by John E. Malmberg in
55107         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
55108
55109 2007-12-17  Eric Blake  <ebb9@byu.net>
55110
55111         Revert addition of verify, for BSD/OS.
55112         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
55113         can't handle large files, for the sake of obsolete platforms.
55114         * modules/fseeko (Depends-on): Remove verify.
55115         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
55116         * doc/functions/ftello.texi (ftello): Likewise.
55117         * doc/functions/fgetpos.texi (fgetpos): Likewise.
55118         Reported by Larry Jones.
55119
55120 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
55121
55122         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
55123         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
55124
55125 2007-12-17  Jim Meyering  <meyering@redhat.com>
55126
55127         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
55128         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
55129         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
55130         * modules/getcwd (Depends-on): Add openat.
55131         Reported by Petr Salinger.
55132
55133 2007-12-17  Bruno Haible  <bruno@clisp.org>
55134
55135         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
55136         avoid a segmentation fault of the configure test on x86_64 systems.
55137
55138 2007-12-15  Jim Meyering  <meyering@redhat.com>
55139
55140         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
55141
55142 2007-12-13  Eric Blake  <ebb9@byu.net>
55143
55144         Another fseek test.
55145         * tests/test-fseek.c (main): Also test ungetc handling.
55146         * tests/test-fseeko.c (main): Likewise.
55147         * modules/fseeko (Depends-on): Add verify.
55148         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
55149         large.
55150         Reported by Larry Jones.
55151
55152         Fix fseeko on mingw.
55153         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
55154         seek.
55155
55156         Beef up fseek tests.
55157         * tests/test-fseek.c (main): Also test eof handling.
55158         * tests/test-fseeko.c (main): Likewise.
55159         Reported by Larry Jones.
55160
55161 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
55162
55163         Fix fseeko on BSD-based platforms.
55164         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
55165         successful seek.
55166
55167 2007-12-12  Eric Blake  <ebb9@byu.net>
55168
55169         Allow circular dependency of separate libtests.a
55170         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
55171         when use_libtests.
55172
55173 2007-12-11  Eric Blake  <ebb9@byu.net>
55174
55175         Fix bug with -0.0L in previous patch.
55176         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
55177         * tests/test-isnan.c (main): Also test on zeroes.
55178         * tests/test-isnanf.c (main): Likewise.
55179         * tests/test-isnanl.h (main): Likewise.
55180
55181         Detect pseudo-denormals on x86 even when cross-compiling.
55182         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
55183         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
55184         invalid bit patterns that happen to satisfy ==.
55185
55186         Avoid link failures with separate libtests.a.
55187         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
55188         last, to satisfy circular dependencies.
55189
55190 2007-12-11  Eric Blake  <ebb9@byu.net>
55191         and Bruno Haible  <bruno@clisp.org>
55192
55193         Fix OpenBSD 4.0 <float.h> handling of long double.
55194         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
55195         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
55196         * doc/headers/float.texi (float.h): Document OpenBSD bug.
55197
55198 2007-12-11  Jim Meyering  <meyering@redhat.com>
55199
55200         * users.txt: Add libvirt.
55201
55202         Support versions of autoconf prior to 2.59c.
55203         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
55204         if it is not already defined.
55205
55206 2007-12-09  Bruno Haible  <bruno@clisp.org>
55207
55208         Let 'gnulib-tool --import' collect sources needed for the tests in
55209         tests/ rather than in lib/.
55210         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
55211         argument. If true, add rules to generate libtests.a, and put libtests.a
55212         into $(LDADD). Consider source files in subdirectories and set
55213         uses_subdirs.
55214         (func_emit_initmacro_start, func_emit_initmacro_end,
55215         func_emit_initmacro_done): Pass all arguments explicitly.
55216         (func_import): Determine two module lists main_modules,
55217         testsrelated_modules. Determine use_libtests. Determine two variables
55218         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
55219         instead of just sed_transform_lib_file. Determine two variables
55220         main_files and testsrelated_files. Compute 'files' as the union of
55221         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
55222         func_add_or_update. In the generated gnulib-comp.m4, collect the
55223         object files for tests/ in different variables than those for lib/.
55224         Substitute LIBTESTS_LIBDEPS.
55225         (func_create_testdir): Combine the uses_subdirs results from
55226         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
55227
55228 2007-12-09  Bruno Haible  <bruno@clisp.org>
55229
55230         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
55231         the build-aux directory.
55232
55233 2007-12-09  Bruno Haible  <bruno@clisp.org>
55234
55235         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
55236         introduced on 2006-09-09.
55237
55238 2007-12-07  Jim Meyering  <meyering@redhat.com>
55239
55240         Let these macros work also with autoconf-2.59.
55241         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
55242         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
55243         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
55244
55245 2007-12-06  Jim Meyering  <meyering@redhat.com>
55246
55247         Avoid a configure-time syntax error in gl_FUNC_ACL.
55248         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
55249         function in each branch, before testing the cache variable.
55250
55251 2007-12-04  Eric Blake  <ebb9@byu.net>
55252
55253         Make scripts executable.
55254         * build-aux/config.guess: Add execute permissions.
55255         * build-aux/config.sub: Likewise.
55256         * build-aux/gendocs.sh: Likewise.
55257
55258         Fix frexp on mingw.
55259         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
55260         cross-compiling.
55261         * doc/functions/frexp.texi (frexp): Document the bug.
55262
55263         Make cygwin fseeko check more reliable.
55264         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
55265         version numbers, rather than unrelated feature check.
55266         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
55267         * doc/functions/ftello.texi (ftello): Likewise.
55268         Reported by Bruno Haible.
55269
55270         * m4/strerror.m4: Bump version number.
55271
55272 2007-12-03  Bruno Haible  <bruno@clisp.org>
55273
55274         * doc/functions/mprotect.texi: Mention the mingw problem.
55275
55276 2007-12-03  Eric Blake  <ebb9@byu.net>
55277
55278         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
55279         REPLACE_STRERROR is initialized before this macro.
55280
55281 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
55282
55283         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
55284         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
55285         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
55286         put -lsec in even for programs other than 'ls'.  This fixes a problem
55287         for gettext reported by Bruno Haible in
55288         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
55289         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
55290         Add support for Solaris 10.  This isn't efficient, but should get the
55291         job done for now.
55292
55293 2007-12-03  James Youngman  <jay@gnu.org>
55294
55295         * doc/regexprops-generic.texi: change "an close-group" to "a
55296         close-group" and "illegal" to "not allowed".
55297
55298 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
55299
55300         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
55301         pr_byname.h. Needed for the rare case when the maintainer has done
55302         "make maintainer-clean" in the source directory and then attempts a
55303         build outside the source directory.
55304         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
55305         scripts_byname.h.
55306
55307 2007-12-02  Martin Lambers <marlam@marlam.de>
55308             Bruno Haible  <bruno@clisp.org>
55309
55310         * lib/getpagesize.h: Remove file.
55311         * lib/unistd.in.h: Include declaration of getpagesize here.
55312         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
55313         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
55314         HAVE_SYS_PARAM_H.
55315         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
55316         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
55317         * modules/getpagesize (Files): Remove lib/getpagesize.h.
55318         (Depends-on): Add unistd.
55319         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
55320         (Include): Use <unistd.h> instead of getpagesize.h.
55321         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
55322         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
55323         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
55324         gl_GETPAGESIZE invocation, already handled by module dependency.
55325         * lib/pagealign_alloc.c: Don't include getpagesize.h.
55326
55327 2007-12-02  Bruno Haible  <bruno@clisp.org>
55328
55329         * modules/strings-tests: New file.
55330         * tests/test-strings.c: New file.
55331
55332         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
55333         * lib/strings.in.h: New file.
55334         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
55335         * m4/strings_h.m4: New file.
55336         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
55337         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
55338         * modules/strings: New file.
55339         * modules/string (Makefile.am): Update.
55340         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
55341         Reported by Karl Berry.
55342
55343 2007-12-01  Eric Blake  <ebb9@byu.net>
55344
55345         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
55346         accomodate fix in cygwin 1.5.25.
55347
55348 2007-12-01  Jim Meyering  <meyering@redhat.com>
55349
55350         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
55351         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
55352         that would inhibit utf8-optimization of a regexp containing line-
55353         or buffer-anchors, e.g., `^', `$'.
55354
55355 2007-11-30  Bruno Haible  <bruno@clisp.org>
55356
55357         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
55358         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
55359         glthread_recursive_lock_init.
55360         * lib/lock.c (glthread_recursive_lock_init)
55361         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
55362         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
55363
55364 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
55365
55366         New function qset_acl, like set_acl but with syscall semantics.
55367         * lib/acl.h (qset_acl): New decl.
55368         * lib/acl.c (qset_acl): New function.
55369         (set_acl): Use new function.  Use more-consistent diagnostics.
55370
55371 2007-11-28  Jim Meyering  <meyering@redhat.com>
55372
55373         * modules/physmem (License): Change from GPL to LGPLv2+.
55374
55375 2007-11-26  Bruno Haible  <bruno@clisp.org>
55376
55377         * lib/vasnprintf.c (decode_long_double): Don't abort if the
55378         'long double' type has excess precision.
55379         Reported by Jim Meyering in
55380         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
55381
55382 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
55383
55384         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
55385         Sync from <http://gnu.org/licenses>.
55386         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
55387         with license text from same location.
55388         * doc/maintain.texi, doc/standards.texi:  Sync from
55389         <http://savannah.gnu.org/projects/gnustandards>.
55390
55391 2007-11-22  OndÅ™ej Vašík  <ovasik@redhat.com>
55392         and Jim Meyering  <meyering@redhat.com>
55393
55394         Adjust getdate' grammar to accept a slightly more regular language.
55395         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
55396         Before, the former was rejected.
55397         * lib/getdate.y (digits_to_date_time): New function, factored
55398         out of ...
55399         (number): ...here.  Just call digits_to_date_time.
55400         (hybrid): New non-terminal to handle an <unsigned number,
55401         signed relative offset> sequence consistently.
55402
55403 2007-11-18  Jim Meyering  <meyering@redhat.com>
55404
55405         Pull my changes from coreutils:
55406         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
55407         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
55408         use of $gnulib_tool_option_extras, so that it's separated from the
55409         preceding argument.
55410
55411         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
55412         * build-aux/bootstrap (cp_mark_as_generated): Create any required
55413         parent destination directories before copying a file into place.
55414
55415 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
55416
55417         bootstrap: work also with 4-argument variant of AC_INIT
55418         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
55419
55420 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
55421
55422         Port test-getaddrinfo to Solaris.
55423         Problem reported by Bruno Haible in
55424         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
55425         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
55426         explanation of setting 'hints'.
55427         Don't reject an implementation merely because it returns EAI_SERVICE.
55428         (EAI_SERVICE): Define to 0 if not defined.
55429
55430 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
55431
55432         The license of gnu-make and posix-shell is now "GPLed build tool".
55433         * modules/gnu-make (License): Likewise.
55434         * modules/posix-shell (License): Likewise.
55435
55436         New module posix-shell, for determining a POSIX shell
55437         or perhaps something that is close enough to a POSIX shell.
55438         * m4/posix-shell.m4: New file.
55439         * modules/posix-shell: New file.
55440
55441         * MODULES.html.sh: Mention new module.
55442
55443         New module gnu-make, for determining whether we're using GNU Make.
55444         * m4/gnu-make.m4: New file.
55445         * modules/gnu-make: New file.
55446         * MODULES.html.sh: Mention new module.
55447
55448 2007-11-14  Jim Meyering  <meyering@redhat.com>
55449
55450         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
55451         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
55452         use this macro to create a function _definition_.
55453         Remove useless "#undef ARGMATCH_DIE".
55454
55455 2007-11-14  Bruno Haible  <bruno@clisp.org>
55456
55457         * lib/config.charset: Update for OpenBSD 4.1.
55458         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
55459
55460 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
55461
55462         Document 64-bit #if problems in stdint.texi.
55463         * doc/headers/stdint.texi (stdint.h): Mention problems with
55464         64-bit-#if, and how to work around them.
55465
55466         Don't insist on 'long long int' support in the preprocessor.  It
55467         breaks too many things.  For example, PRIdMAX still uses a 'long
55468         long int' format with the latest Sun compiler, even though
55469         HAVE_LONG_LONG_INT isn't defined due to that compiler's
55470         preprocessor problem.  This causes the latest coreutils to dump
55471         core on Solaris 10 sparc with the Sun C compiler.
55472         Instead, fix the 2007-10-16 problem in a different way, by evaluating
55473         the troublesome expressions at configure-time, not at #if-time.
55474         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
55475         preprocessor.
55476         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
55477         compile-time C checks, done at 'configure'-time.
55478         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
55479         * modules/inttypes (Makefile): Substitute the new symbols that
55480         gl_INTTYPES_H now generates.
55481         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
55482
55483 2007-11-12  Bruno Haible  <bruno@clisp.org>
55484
55485         Tests for Unicode character classification functions.
55486
55487         * modules/unictype/bidicategory-byname-tests: New file.
55488         * modules/unictype/bidicategory-name-tests: New file.
55489         * modules/unictype/bidicategory-of-tests: New file.
55490         * modules/unictype/bidicategory-test-tests: New file.
55491         * modules/unictype/block-list-tests: New file.
55492         * modules/unictype/block-of-tests: New file.
55493         * modules/unictype/block-test-tests: New file.
55494         * modules/unictype/category-C-tests: New file.
55495         * modules/unictype/category-Cc-tests: New file.
55496         * modules/unictype/category-Cf-tests: New file.
55497         * modules/unictype/category-Cn-tests: New file.
55498         * modules/unictype/category-Co-tests: New file.
55499         * modules/unictype/category-Cs-tests: New file.
55500         * modules/unictype/category-L-tests: New file.
55501         * modules/unictype/category-Ll-tests: New file.
55502         * modules/unictype/category-Lm-tests: New file.
55503         * modules/unictype/category-Lo-tests: New file.
55504         * modules/unictype/category-Lt-tests: New file.
55505         * modules/unictype/category-Lu-tests: New file.
55506         * modules/unictype/category-M-tests: New file.
55507         * modules/unictype/category-Mc-tests: New file.
55508         * modules/unictype/category-Me-tests: New file.
55509         * modules/unictype/category-Mn-tests: New file.
55510         * modules/unictype/category-N-tests: New file.
55511         * modules/unictype/category-Nd-tests: New file.
55512         * modules/unictype/category-Nl-tests: New file.
55513         * modules/unictype/category-No-tests: New file.
55514         * modules/unictype/category-P-tests: New file.
55515         * modules/unictype/category-Pc-tests: New file.
55516         * modules/unictype/category-Pd-tests: New file.
55517         * modules/unictype/category-Pe-tests: New file.
55518         * modules/unictype/category-Pf-tests: New file.
55519         * modules/unictype/category-Pi-tests: New file.
55520         * modules/unictype/category-Po-tests: New file.
55521         * modules/unictype/category-Ps-tests: New file.
55522         * modules/unictype/category-S-tests: New file.
55523         * modules/unictype/category-Sc-tests: New file.
55524         * modules/unictype/category-Sk-tests: New file.
55525         * modules/unictype/category-Sm-tests: New file.
55526         * modules/unictype/category-So-tests: New file.
55527         * modules/unictype/category-Z-tests: New file.
55528         * modules/unictype/category-Zl-tests: New file.
55529         * modules/unictype/category-Zp-tests: New file.
55530         * modules/unictype/category-Zs-tests: New file.
55531         * modules/unictype/category-and-not-tests: New file.
55532         * modules/unictype/category-and-tests: New file.
55533         * modules/unictype/category-byname-tests: New file.
55534         * modules/unictype/category-name-tests: New file.
55535         * modules/unictype/category-none-tests: New file.
55536         * modules/unictype/category-of-tests: New file.
55537         * modules/unictype/category-or-tests: New file.
55538         * modules/unictype/category-test-withtable-tests: New file.
55539         * modules/unictype/combining-class-tests: New file.
55540         * modules/unictype/ctype-alnum-tests: New file.
55541         * modules/unictype/ctype-alpha-tests: New file.
55542         * modules/unictype/ctype-blank-tests: New file.
55543         * modules/unictype/ctype-cntrl-tests: New file.
55544         * modules/unictype/ctype-digit-tests: New file.
55545         * modules/unictype/ctype-graph-tests: New file.
55546         * modules/unictype/ctype-lower-tests: New file.
55547         * modules/unictype/ctype-print-tests: New file.
55548         * modules/unictype/ctype-punct-tests: New file.
55549         * modules/unictype/ctype-space-tests: New file.
55550         * modules/unictype/ctype-upper-tests: New file.
55551         * modules/unictype/ctype-xdigit-tests: New file.
55552         * modules/unictype/decimal-digit-tests: New file.
55553         * modules/unictype/digit-tests: New file.
55554         * modules/unictype/mirror-tests: New file.
55555         * modules/unictype/numeric-tests: New file.
55556         * modules/unictype/property-alphabetic-tests: New file.
55557         * modules/unictype/property-ascii-hex-digit-tests: New file.
55558         * modules/unictype/property-bidi-arabic-digit-tests: New file.
55559         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
55560         * modules/unictype/property-bidi-block-separator-tests: New file.
55561         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
55562         * modules/unictype/property-bidi-common-separator-tests: New file.
55563         * modules/unictype/property-bidi-control-tests: New file.
55564         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
55565         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
55566         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
55567         * modules/unictype/property-bidi-european-digit-tests: New file.
55568         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
55569         * modules/unictype/property-bidi-left-to-right-tests: New file.
55570         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
55571         * modules/unictype/property-bidi-other-neutral-tests: New file.
55572         * modules/unictype/property-bidi-pdf-tests: New file.
55573         * modules/unictype/property-bidi-segment-separator-tests: New file.
55574         * modules/unictype/property-bidi-whitespace-tests: New file.
55575         * modules/unictype/property-byname-tests: New file.
55576         * modules/unictype/property-combining-tests: New file.
55577         * modules/unictype/property-composite-tests: New file.
55578         * modules/unictype/property-currency-symbol-tests: New file.
55579         * modules/unictype/property-dash-tests: New file.
55580         * modules/unictype/property-decimal-digit-tests: New file.
55581         * modules/unictype/property-default-ignorable-code-point-tests: New file.
55582         * modules/unictype/property-deprecated-tests: New file.
55583         * modules/unictype/property-diacritic-tests: New file.
55584         * modules/unictype/property-extender-tests: New file.
55585         * modules/unictype/property-format-control-tests: New file.
55586         * modules/unictype/property-grapheme-base-tests: New file.
55587         * modules/unictype/property-grapheme-extend-tests: New file.
55588         * modules/unictype/property-grapheme-link-tests: New file.
55589         * modules/unictype/property-hex-digit-tests: New file.
55590         * modules/unictype/property-hyphen-tests: New file.
55591         * modules/unictype/property-id-continue-tests: New file.
55592         * modules/unictype/property-id-start-tests: New file.
55593         * modules/unictype/property-ideographic-tests: New file.
55594         * modules/unictype/property-ids-binary-operator-tests: New file.
55595         * modules/unictype/property-ids-trinary-operator-tests: New file.
55596         * modules/unictype/property-ignorable-control-tests: New file.
55597         * modules/unictype/property-iso-control-tests: New file.
55598         * modules/unictype/property-join-control-tests: New file.
55599         * modules/unictype/property-left-of-pair-tests: New file.
55600         * modules/unictype/property-line-separator-tests: New file.
55601         * modules/unictype/property-logical-order-exception-tests: New file.
55602         * modules/unictype/property-lowercase-tests: New file.
55603         * modules/unictype/property-math-tests: New file.
55604         * modules/unictype/property-non-break-tests: New file.
55605         * modules/unictype/property-not-a-character-tests: New file.
55606         * modules/unictype/property-numeric-tests: New file.
55607         * modules/unictype/property-other-alphabetic-tests: New file.
55608         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
55609         * modules/unictype/property-other-grapheme-extend-tests: New file.
55610         * modules/unictype/property-other-id-continue-tests: New file.
55611         * modules/unictype/property-other-id-start-tests: New file.
55612         * modules/unictype/property-other-lowercase-tests: New file.
55613         * modules/unictype/property-other-math-tests: New file.
55614         * modules/unictype/property-other-uppercase-tests: New file.
55615         * modules/unictype/property-paired-punctuation-tests: New file.
55616         * modules/unictype/property-paragraph-separator-tests: New file.
55617         * modules/unictype/property-pattern-syntax-tests: New file.
55618         * modules/unictype/property-pattern-white-space-tests: New file.
55619         * modules/unictype/property-private-use-tests: New file.
55620         * modules/unictype/property-punctuation-tests: New file.
55621         * modules/unictype/property-quotation-mark-tests: New file.
55622         * modules/unictype/property-radical-tests: New file.
55623         * modules/unictype/property-sentence-terminal-tests: New file.
55624         * modules/unictype/property-soft-dotted-tests: New file.
55625         * modules/unictype/property-space-tests: New file.
55626         * modules/unictype/property-terminal-punctuation-tests: New file.
55627         * modules/unictype/property-test-tests: New file.
55628         * modules/unictype/property-titlecase-tests: New file.
55629         * modules/unictype/property-unassigned-code-value-tests: New file.
55630         * modules/unictype/property-unified-ideograph-tests: New file.
55631         * modules/unictype/property-uppercase-tests: New file.
55632         * modules/unictype/property-variation-selector-tests: New file.
55633         * modules/unictype/property-white-space-tests: New file.
55634         * modules/unictype/property-xid-continue-tests: New file.
55635         * modules/unictype/property-xid-start-tests: New file.
55636         * modules/unictype/property-zero-width-tests: New file.
55637         * modules/unictype/scripts-tests: New file.
55638         * modules/unictype/syntax-c-ident-tests: New file.
55639         * modules/unictype/syntax-c-whitespace-tests: New file.
55640         * modules/unictype/syntax-java-ident-tests: New file.
55641         * modules/unictype/syntax-java-whitespace-tests: New file.
55642         * tests/unictype/test-bidi_byname.c: New file.
55643         * tests/unictype/test-bidi_name.c: New file.
55644         * tests/unictype/test-bidi_of.c: New file.
55645         * tests/unictype/test-bidi_test.c: New file.
55646         * tests/unictype/test-block_list.c: New file.
55647         * tests/unictype/test-block_of.c: New file.
55648         * tests/unictype/test-block_test.c: New file.
55649         * tests/unictype/test-categ_and.c: New file.
55650         * tests/unictype/test-categ_and_not.c: New file.
55651         * tests/unictype/test-categ_byname.c: New file.
55652         * tests/unictype/test-categ_name.c: New file.
55653         * tests/unictype/test-categ_none.c: New file.
55654         * tests/unictype/test-categ_of.c: New file.
55655         * tests/unictype/test-categ_or.c: New file.
55656         * tests/unictype/test-categ_test_withtable.c: New file.
55657         * tests/unictype/test-combining.c: New file.
55658         * tests/unictype/test-decdigit.c: New file.
55659         * tests/unictype/test-digit.c: New file.
55660         * tests/unictype/test-mirror.c: New file.
55661         * tests/unictype/test-numeric.c: New file.
55662         * tests/unictype/test-pr_byname.c: New file.
55663         * tests/unictype/test-pr_test.c: New file.
55664         * tests/unictype/test-predicate-part1.h: New file.
55665         * tests/unictype/test-predicate-part2.h: New file.
55666         * tests/unictype/test-scripts.c: New file.
55667         * tests/unictype/test-sy_c_ident.c: New file.
55668         * tests/unictype/test-sy_java_ident.c: New file.
55669
55670         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
55671         for Unicode 5.0.0.
55672         * tests/unictype/test-categ_Cc.c: Likewise.
55673         * tests/unictype/test-categ_Cf.c: Likewise.
55674         * tests/unictype/test-categ_Cn.c: Likewise.
55675         * tests/unictype/test-categ_Co.c: Likewise.
55676         * tests/unictype/test-categ_Cs.c: Likewise.
55677         * tests/unictype/test-categ_L.c: Likewise.
55678         * tests/unictype/test-categ_Ll.c: Likewise.
55679         * tests/unictype/test-categ_Lm.c: Likewise.
55680         * tests/unictype/test-categ_Lo.c: Likewise.
55681         * tests/unictype/test-categ_Lt.c: Likewise.
55682         * tests/unictype/test-categ_Lu.c: Likewise.
55683         * tests/unictype/test-categ_M.c: Likewise.
55684         * tests/unictype/test-categ_Mc.c: Likewise.
55685         * tests/unictype/test-categ_Me.c: Likewise.
55686         * tests/unictype/test-categ_Mn.c: Likewise.
55687         * tests/unictype/test-categ_N.c: Likewise.
55688         * tests/unictype/test-categ_Nd.c: Likewise.
55689         * tests/unictype/test-categ_Nl.c: Likewise.
55690         * tests/unictype/test-categ_No.c: Likewise.
55691         * tests/unictype/test-categ_P.c: Likewise.
55692         * tests/unictype/test-categ_Pc.c: Likewise.
55693         * tests/unictype/test-categ_Pd.c: Likewise.
55694         * tests/unictype/test-categ_Pe.c: Likewise.
55695         * tests/unictype/test-categ_Pf.c: Likewise.
55696         * tests/unictype/test-categ_Pi.c: Likewise.
55697         * tests/unictype/test-categ_Po.c: Likewise.
55698         * tests/unictype/test-categ_Ps.c: Likewise.
55699         * tests/unictype/test-categ_S.c: Likewise.
55700         * tests/unictype/test-categ_Sc.c: Likewise.
55701         * tests/unictype/test-categ_Sk.c: Likewise.
55702         * tests/unictype/test-categ_Sm.c: Likewise.
55703         * tests/unictype/test-categ_So.c: Likewise.
55704         * tests/unictype/test-categ_Z.c: Likewise.
55705         * tests/unictype/test-categ_Zl.c: Likewise.
55706         * tests/unictype/test-categ_Zp.c: Likewise.
55707         * tests/unictype/test-categ_Zs.c: Likewise.
55708         * tests/unictype/test-ctype_alnum.c: Likewise.
55709         * tests/unictype/test-ctype_alpha.c: Likewise.
55710         * tests/unictype/test-ctype_blank.c: Likewise.
55711         * tests/unictype/test-ctype_cntrl.c: Likewise.
55712         * tests/unictype/test-ctype_digit.c: Likewise.
55713         * tests/unictype/test-ctype_graph.c: Likewise.
55714         * tests/unictype/test-ctype_lower.c: Likewise.
55715         * tests/unictype/test-ctype_print.c: Likewise.
55716         * tests/unictype/test-ctype_punct.c: Likewise.
55717         * tests/unictype/test-ctype_space.c: Likewise.
55718         * tests/unictype/test-ctype_upper.c: Likewise.
55719         * tests/unictype/test-ctype_xdigit.c: Likewise.
55720         * tests/unictype/test-decdigit.h: Likewise.
55721         * tests/unictype/test-digit.h: Likewise.
55722         * tests/unictype/test-numeric.h: Likewise.
55723         * tests/unictype/test-pr_alphabetic.c: Likewise.
55724         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
55725         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
55726         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
55727         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
55728         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
55729         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
55730         * tests/unictype/test-pr_bidi_control.c: Likewise.
55731         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
55732         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
55733         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
55734         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
55735         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
55736         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
55737         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
55738         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
55739         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
55740         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
55741         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
55742         * tests/unictype/test-pr_combining.c: Likewise.
55743         * tests/unictype/test-pr_composite.c: Likewise.
55744         * tests/unictype/test-pr_currency_symbol.c: Likewise.
55745         * tests/unictype/test-pr_dash.c: Likewise.
55746         * tests/unictype/test-pr_decimal_digit.c: Likewise.
55747         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
55748         * tests/unictype/test-pr_deprecated.c: Likewise.
55749         * tests/unictype/test-pr_diacritic.c: Likewise.
55750         * tests/unictype/test-pr_extender.c: Likewise.
55751         * tests/unictype/test-pr_format_control.c: Likewise.
55752         * tests/unictype/test-pr_grapheme_base.c: Likewise.
55753         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
55754         * tests/unictype/test-pr_grapheme_link.c: Likewise.
55755         * tests/unictype/test-pr_hex_digit.c: Likewise.
55756         * tests/unictype/test-pr_hyphen.c: Likewise.
55757         * tests/unictype/test-pr_id_continue.c: Likewise.
55758         * tests/unictype/test-pr_id_start.c: Likewise.
55759         * tests/unictype/test-pr_ideographic.c: Likewise.
55760         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
55761         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
55762         * tests/unictype/test-pr_ignorable_control.c: Likewise.
55763         * tests/unictype/test-pr_iso_control.c: Likewise.
55764         * tests/unictype/test-pr_join_control.c: Likewise.
55765         * tests/unictype/test-pr_left_of_pair.c: Likewise.
55766         * tests/unictype/test-pr_line_separator.c: Likewise.
55767         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
55768         * tests/unictype/test-pr_lowercase.c: Likewise.
55769         * tests/unictype/test-pr_math.c: Likewise.
55770         * tests/unictype/test-pr_non_break.c: Likewise.
55771         * tests/unictype/test-pr_not_a_character.c: Likewise.
55772         * tests/unictype/test-pr_numeric.c: Likewise.
55773         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
55774         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
55775         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
55776         * tests/unictype/test-pr_other_id_continue.c: Likewise.
55777         * tests/unictype/test-pr_other_id_start.c: Likewise.
55778         * tests/unictype/test-pr_other_lowercase.c: Likewise.
55779         * tests/unictype/test-pr_other_math.c: Likewise.
55780         * tests/unictype/test-pr_other_uppercase.c: Likewise.
55781         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
55782         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
55783         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
55784         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
55785         * tests/unictype/test-pr_private_use.c: Likewise.
55786         * tests/unictype/test-pr_punctuation.c: Likewise.
55787         * tests/unictype/test-pr_quotation_mark.c: Likewise.
55788         * tests/unictype/test-pr_radical.c: Likewise.
55789         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
55790         * tests/unictype/test-pr_soft_dotted.c: Likewise.
55791         * tests/unictype/test-pr_space.c: Likewise.
55792         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
55793         * tests/unictype/test-pr_titlecase.c: Likewise.
55794         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
55795         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
55796         * tests/unictype/test-pr_uppercase.c: Likewise.
55797         * tests/unictype/test-pr_variation_selector.c: Likewise.
55798         * tests/unictype/test-pr_white_space.c: Likewise.
55799         * tests/unictype/test-pr_xid_continue.c: Likewise.
55800         * tests/unictype/test-pr_xid_start.c: Likewise.
55801         * tests/unictype/test-pr_zero_width.c: Likewise.
55802         * tests/unictype/test-sy_c_whitespace.c: Likewise.
55803         * tests/unictype/test-sy_java_whitespace.c: Likewise.
55804
55805 2007-11-12  Bruno Haible  <bruno@clisp.org>
55806
55807         Unicode character classification functions.
55808         * lib/unictype.h: New file.
55809         * modules/unictype/base: New file.
55810         * modules/unictype/category-L: New file.
55811         * modules/unictype/category-Lu: New file.
55812         * modules/unictype/category-Ll: New file.
55813         * modules/unictype/category-Lt: New file.
55814         * modules/unictype/category-Lm: New file.
55815         * modules/unictype/category-Lo: New file.
55816         * modules/unictype/category-M: New file.
55817         * modules/unictype/category-Mn: New file.
55818         * modules/unictype/category-Mc: New file.
55819         * modules/unictype/category-Me: New file.
55820         * modules/unictype/category-N: New file.
55821         * modules/unictype/category-Nd: New file.
55822         * modules/unictype/category-Nl: New file.
55823         * modules/unictype/category-No: New file.
55824         * modules/unictype/category-P: New file.
55825         * modules/unictype/category-Pc: New file.
55826         * modules/unictype/category-Pd: New file.
55827         * modules/unictype/category-Ps: New file.
55828         * modules/unictype/category-Pe: New file.
55829         * modules/unictype/category-Pi: New file.
55830         * modules/unictype/category-Pf: New file.
55831         * modules/unictype/category-Po: New file.
55832         * modules/unictype/category-S: New file.
55833         * modules/unictype/category-Sm: New file.
55834         * modules/unictype/category-Sc: New file.
55835         * modules/unictype/category-Sk: New file.
55836         * modules/unictype/category-So: New file.
55837         * modules/unictype/category-Z: New file.
55838         * modules/unictype/category-Zs: New file.
55839         * modules/unictype/category-Zl: New file.
55840         * modules/unictype/category-Zp: New file.
55841         * modules/unictype/category-C: New file.
55842         * modules/unictype/category-Cc: New file.
55843         * modules/unictype/category-Cf: New file.
55844         * modules/unictype/category-Cs: New file.
55845         * modules/unictype/category-Co: New file.
55846         * modules/unictype/category-Cn: New file.
55847         * modules/unictype/category-or: New file.
55848         * modules/unictype/category-of: New file.
55849         * modules/unictype/category-test: New file.
55850         * modules/unictype/category-test-withtable: New file.
55851         * modules/unictype/category-byname: New file.
55852         * modules/unictype/category-none: New file.
55853         * modules/unictype/category-and: New file.
55854         * modules/unictype/category-and-not: New file.
55855         * modules/unictype/category-name: New file.
55856         * modules/unictype/combining-class: New file.
55857         * modules/unictype/category-all: New file.
55858         * modules/unictype/bidicategory-all: New file.
55859         * modules/unictype/bidicategory-byname: New file.
55860         * modules/unictype/bidicategory-name: New file.
55861         * modules/unictype/bidicategory-of: New file.
55862         * modules/unictype/bidicategory-test: New file.
55863         * modules/unictype/decimal-digit: New file.
55864         * modules/unictype/digit: New file.
55865         * modules/unictype/numeric: New file.
55866         * modules/unictype/mirror: New file.
55867         * modules/unictype/property-white-space: New file.
55868         * modules/unictype/property-alphabetic: New file.
55869         * modules/unictype/property-other-alphabetic: New file.
55870         * modules/unictype/property-not-a-character: New file.
55871         * modules/unictype/property-default-ignorable-code-point: New file.
55872         * modules/unictype/property-other-default-ignorable-code-point: New
55873         file.
55874         * modules/unictype/property-deprecated: New file.
55875         * modules/unictype/property-logical-order-exception: New file.
55876         * modules/unictype/property-variation-selector: New file.
55877         * modules/unictype/property-private-use: New file.
55878         * modules/unictype/property-unassigned-code-value: New file.
55879         * modules/unictype/property-uppercase: New file.
55880         * modules/unictype/property-other-uppercase: New file.
55881         * modules/unictype/property-lowercase: New file.
55882         * modules/unictype/property-other-lowercase: New file.
55883         * modules/unictype/property-titlecase: New file.
55884         * modules/unictype/property-soft-dotted: New file.
55885         * modules/unictype/property-id-start: New file.
55886         * modules/unictype/property-other-id-start: New file.
55887         * modules/unictype/property-id-continue: New file.
55888         * modules/unictype/property-other-id-continue: New file.
55889         * modules/unictype/property-xid-start: New file.
55890         * modules/unictype/property-xid-continue: New file.
55891         * modules/unictype/property-pattern-white-space: New file.
55892         * modules/unictype/property-pattern-syntax: New file.
55893         * modules/unictype/property-join-control: New file.
55894         * modules/unictype/property-grapheme-base: New file.
55895         * modules/unictype/property-grapheme-extend: New file.
55896         * modules/unictype/property-other-grapheme-extend: New file.
55897         * modules/unictype/property-grapheme-link: New file.
55898         * modules/unictype/property-bidi-control: New file.
55899         * modules/unictype/property-bidi-left-to-right: New file.
55900         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
55901         * modules/unictype/property-bidi-arabic-right-to-left: New file.
55902         * modules/unictype/property-bidi-european-digit: New file.
55903         * modules/unictype/property-bidi-eur-num-separator: New file.
55904         * modules/unictype/property-bidi-eur-num-terminator: New file.
55905         * modules/unictype/property-bidi-arabic-digit: New file.
55906         * modules/unictype/property-bidi-common-separator: New file.
55907         * modules/unictype/property-bidi-block-separator: New file.
55908         * modules/unictype/property-bidi-segment-separator: New file.
55909         * modules/unictype/property-bidi-whitespace: New file.
55910         * modules/unictype/property-bidi-non-spacing-mark: New file.
55911         * modules/unictype/property-bidi-boundary-neutral: New file.
55912         * modules/unictype/property-bidi-pdf: New file.
55913         * modules/unictype/property-bidi-embedding-or-override: New file.
55914         * modules/unictype/property-bidi-other-neutral: New file.
55915         * modules/unictype/property-hex-digit: New file.
55916         * modules/unictype/property-ascii-hex-digit: New file.
55917         * modules/unictype/property-ideographic: New file.
55918         * modules/unictype/property-unified-ideograph: New file.
55919         * modules/unictype/property-radical: New file.
55920         * modules/unictype/property-ids-binary-operator: New file.
55921         * modules/unictype/property-ids-trinary-operator: New file.
55922         * modules/unictype/property-zero-width: New file.
55923         * modules/unictype/property-space: New file.
55924         * modules/unictype/property-non-break: New file.
55925         * modules/unictype/property-iso-control: New file.
55926         * modules/unictype/property-format-control: New file.
55927         * modules/unictype/property-dash: New file.
55928         * modules/unictype/property-hyphen: New file.
55929         * modules/unictype/property-punctuation: New file.
55930         * modules/unictype/property-line-separator: New file.
55931         * modules/unictype/property-paragraph-separator: New file.
55932         * modules/unictype/property-quotation-mark: New file.
55933         * modules/unictype/property-sentence-terminal: New file.
55934         * modules/unictype/property-terminal-punctuation: New file.
55935         * modules/unictype/property-currency-symbol: New file.
55936         * modules/unictype/property-math: New file.
55937         * modules/unictype/property-other-math: New file.
55938         * modules/unictype/property-paired-punctuation: New file.
55939         * modules/unictype/property-left-of-pair: New file.
55940         * modules/unictype/property-combining: New file.
55941         * modules/unictype/property-composite: New file.
55942         * modules/unictype/property-decimal-digit: New file.
55943         * modules/unictype/property-numeric: New file.
55944         * modules/unictype/property-diacritic: New file.
55945         * modules/unictype/property-extender: New file.
55946         * modules/unictype/property-ignorable-control: New file.
55947         * modules/unictype/property-test: New file.
55948         * modules/unictype/property-byname: New file.
55949         * modules/unictype/property-all: New file.
55950         * modules/unictype/scripts: New file.
55951         * modules/unictype/scripts-all: New file.
55952         * modules/unictype/block-of: New file.
55953         * modules/unictype/block-test: New file.
55954         * modules/unictype/block-list: New file.
55955         * modules/unictype/block-all: New file.
55956         * modules/unictype/syntax-c-whitespace: New file.
55957         * modules/unictype/syntax-java-whitespace: New file.
55958         * modules/unictype/syntax-c-ident: New file.
55959         * modules/unictype/syntax-java-ident: New file.
55960         * modules/unictype/ctype-alnum: New file.
55961         * modules/unictype/ctype-alpha: New file.
55962         * modules/unictype/ctype-cntrl: New file.
55963         * modules/unictype/ctype-digit: New file.
55964         * modules/unictype/ctype-graph: New file.
55965         * modules/unictype/ctype-lower: New file.
55966         * modules/unictype/ctype-print: New file.
55967         * modules/unictype/ctype-punct: New file.
55968         * modules/unictype/ctype-space: New file.
55969         * modules/unictype/ctype-upper: New file.
55970         * modules/unictype/ctype-xdigit: New file.
55971         * modules/unictype/ctype-blank: New file.
55972         * lib/unictype/bidi_byname.c: New file.
55973         * lib/unictype/bidi_name.c: New file.
55974         * lib/unictype/bidi_of.c: New file.
55975         * lib/unictype/bidi_test.c: New file.
55976         * lib/unictype/bitmap.h: New file.
55977         * lib/unictype/block_test.c: New file.
55978         * lib/unictype/blocks.c: New file.
55979         * lib/unictype/categ_C.c: New file.
55980         * lib/unictype/categ_Cc.c: New file.
55981         * lib/unictype/categ_Cf.c: New file.
55982         * lib/unictype/categ_Cn.c: New file.
55983         * lib/unictype/categ_Co.c: New file.
55984         * lib/unictype/categ_Cs.c: New file.
55985         * lib/unictype/categ_L.c: New file.
55986         * lib/unictype/categ_Ll.c: New file.
55987         * lib/unictype/categ_Lm.c: New file.
55988         * lib/unictype/categ_Lo.c: New file.
55989         * lib/unictype/categ_Lt.c: New file.
55990         * lib/unictype/categ_Lu.c: New file.
55991         * lib/unictype/categ_M.c: New file.
55992         * lib/unictype/categ_Mc.c: New file.
55993         * lib/unictype/categ_Me.c: New file.
55994         * lib/unictype/categ_Mn.c: New file.
55995         * lib/unictype/categ_N.c: New file.
55996         * lib/unictype/categ_Nd.c: New file.
55997         * lib/unictype/categ_Nl.c: New file.
55998         * lib/unictype/categ_No.c: New file.
55999         * lib/unictype/categ_P.c: New file.
56000         * lib/unictype/categ_Pc.c: New file.
56001         * lib/unictype/categ_Pd.c: New file.
56002         * lib/unictype/categ_Pe.c: New file.
56003         * lib/unictype/categ_Pf.c: New file.
56004         * lib/unictype/categ_Pi.c: New file.
56005         * lib/unictype/categ_Po.c: New file.
56006         * lib/unictype/categ_Ps.c: New file.
56007         * lib/unictype/categ_S.c: New file.
56008         * lib/unictype/categ_Sc.c: New file.
56009         * lib/unictype/categ_Sk.c: New file.
56010         * lib/unictype/categ_Sm.c: New file.
56011         * lib/unictype/categ_So.c: New file.
56012         * lib/unictype/categ_Z.c: New file.
56013         * lib/unictype/categ_Zl.c: New file.
56014         * lib/unictype/categ_Zp.c: New file.
56015         * lib/unictype/categ_Zs.c: New file.
56016         * lib/unictype/categ_and.c: New file.
56017         * lib/unictype/categ_and_not.c: New file.
56018         * lib/unictype/categ_byname.c: New file.
56019         * lib/unictype/categ_name.c: New file.
56020         * lib/unictype/categ_none.c: New file.
56021         * lib/unictype/categ_of.c: New file.
56022         * lib/unictype/categ_or.c: New file.
56023         * lib/unictype/categ_test.c: New file.
56024         * lib/unictype/combining.c: New file.
56025         * lib/unictype/ctype_alnum.c: New file.
56026         * lib/unictype/ctype_alpha.c: New file.
56027         * lib/unictype/ctype_blank.c: New file.
56028         * lib/unictype/ctype_cntrl.c: New file.
56029         * lib/unictype/ctype_digit.c: New file.
56030         * lib/unictype/ctype_graph.c: New file.
56031         * lib/unictype/ctype_lower.c: New file.
56032         * lib/unictype/ctype_print.c: New file.
56033         * lib/unictype/ctype_punct.c: New file.
56034         * lib/unictype/ctype_space.c: New file.
56035         * lib/unictype/ctype_upper.c: New file.
56036         * lib/unictype/ctype_xdigit.c: New file.
56037         * lib/unictype/decdigit.c: New file.
56038         * lib/unictype/digit.c: New file.
56039         * lib/unictype/identsyntaxmap.h: New file.
56040         * lib/unictype/mirror.c: New file.
56041         * lib/unictype/numeric.c: New file.
56042         * lib/unictype/pr_alphabetic.c: New file.
56043         * lib/unictype/pr_ascii_hex_digit.c: New file.
56044         * lib/unictype/pr_bidi_arabic_digit.c: New file.
56045         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
56046         * lib/unictype/pr_bidi_block_separator.c: New file.
56047         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
56048         * lib/unictype/pr_bidi_common_separator.c: New file.
56049         * lib/unictype/pr_bidi_control.c: New file.
56050         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
56051         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
56052         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
56053         * lib/unictype/pr_bidi_european_digit.c: New file.
56054         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
56055         * lib/unictype/pr_bidi_left_to_right.c: New file.
56056         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
56057         * lib/unictype/pr_bidi_other_neutral.c: New file.
56058         * lib/unictype/pr_bidi_pdf.c: New file.
56059         * lib/unictype/pr_bidi_segment_separator.c: New file.
56060         * lib/unictype/pr_bidi_whitespace.c: New file.
56061         * lib/unictype/pr_byname.c: New file.
56062         * lib/unictype/pr_byname.gperf: New file.
56063         * lib/unictype/pr_combining.c: New file.
56064         * lib/unictype/pr_composite.c: New file.
56065         * lib/unictype/pr_currency_symbol.c: New file.
56066         * lib/unictype/pr_dash.c: New file.
56067         * lib/unictype/pr_decimal_digit.c: New file.
56068         * lib/unictype/pr_default_ignorable_code_point.c: New file.
56069         * lib/unictype/pr_deprecated.c: New file.
56070         * lib/unictype/pr_diacritic.c: New file.
56071         * lib/unictype/pr_extender.c: New file.
56072         * lib/unictype/pr_format_control.c: New file.
56073         * lib/unictype/pr_grapheme_base.c: New file.
56074         * lib/unictype/pr_grapheme_extend.c: New file.
56075         * lib/unictype/pr_grapheme_link.c: New file.
56076         * lib/unictype/pr_hex_digit.c: New file.
56077         * lib/unictype/pr_hyphen.c: New file.
56078         * lib/unictype/pr_id_continue.c: New file.
56079         * lib/unictype/pr_id_start.c: New file.
56080         * lib/unictype/pr_ideographic.c: New file.
56081         * lib/unictype/pr_ids_binary_operator.c: New file.
56082         * lib/unictype/pr_ids_trinary_operator.c: New file.
56083         * lib/unictype/pr_ignorable_control.c: New file.
56084         * lib/unictype/pr_iso_control.c: New file.
56085         * lib/unictype/pr_join_control.c: New file.
56086         * lib/unictype/pr_left_of_pair.c: New file.
56087         * lib/unictype/pr_line_separator.c: New file.
56088         * lib/unictype/pr_logical_order_exception.c: New file.
56089         * lib/unictype/pr_lowercase.c: New file.
56090         * lib/unictype/pr_math.c: New file.
56091         * lib/unictype/pr_non_break.c: New file.
56092         * lib/unictype/pr_not_a_character.c: New file.
56093         * lib/unictype/pr_numeric.c: New file.
56094         * lib/unictype/pr_other_alphabetic.c: New file.
56095         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
56096         * lib/unictype/pr_other_grapheme_extend.c: New file.
56097         * lib/unictype/pr_other_id_continue.c: New file.
56098         * lib/unictype/pr_other_id_start.c: New file.
56099         * lib/unictype/pr_other_lowercase.c: New file.
56100         * lib/unictype/pr_other_math.c: New file.
56101         * lib/unictype/pr_other_uppercase.c: New file.
56102         * lib/unictype/pr_paired_punctuation.c: New file.
56103         * lib/unictype/pr_paragraph_separator.c: New file.
56104         * lib/unictype/pr_pattern_syntax.c: New file.
56105         * lib/unictype/pr_pattern_white_space.c: New file.
56106         * lib/unictype/pr_private_use.c: New file.
56107         * lib/unictype/pr_punctuation.c: New file.
56108         * lib/unictype/pr_quotation_mark.c: New file.
56109         * lib/unictype/pr_radical.c: New file.
56110         * lib/unictype/pr_sentence_terminal.c: New file.
56111         * lib/unictype/pr_soft_dotted.c: New file.
56112         * lib/unictype/pr_space.c: New file.
56113         * lib/unictype/pr_terminal_punctuation.c: New file.
56114         * lib/unictype/pr_test.c: New file.
56115         * lib/unictype/pr_titlecase.c: New file.
56116         * lib/unictype/pr_unassigned_code_value.c: New file.
56117         * lib/unictype/pr_unified_ideograph.c: New file.
56118         * lib/unictype/pr_uppercase.c: New file.
56119         * lib/unictype/pr_variation_selector.c: New file.
56120         * lib/unictype/pr_white_space.c: New file.
56121         * lib/unictype/pr_xid_continue.c: New file.
56122         * lib/unictype/pr_xid_start.c: New file.
56123         * lib/unictype/pr_zero_width.c: New file.
56124         * lib/unictype/scripts.c: New file.
56125         * lib/unictype/sy_c_ident.c: New file.
56126         * lib/unictype/sy_c_whitespace.c: New file.
56127         * lib/unictype/sy_java_ident.c: New file.
56128         * lib/unictype/sy_java_whitespace.c: New file.
56129
56130         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
56131         Unicode 5.0.0.
56132         * lib/unictype/blocks.h: Likewise.
56133         * lib/unictype/categ_C.h: Likewise.
56134         * lib/unictype/categ_Cc.h: Likewise.
56135         * lib/unictype/categ_Cf.h: Likewise.
56136         * lib/unictype/categ_Cn.h: Likewise.
56137         * lib/unictype/categ_Co.h: Likewise.
56138         * lib/unictype/categ_Cs.h: Likewise.
56139         * lib/unictype/categ_L.h: Likewise.
56140         * lib/unictype/categ_Ll.h: Likewise.
56141         * lib/unictype/categ_Lm.h: Likewise.
56142         * lib/unictype/categ_Lo.h: Likewise.
56143         * lib/unictype/categ_Lt.h: Likewise.
56144         * lib/unictype/categ_Lu.h: Likewise.
56145         * lib/unictype/categ_M.h: Likewise.
56146         * lib/unictype/categ_Mc.h: Likewise.
56147         * lib/unictype/categ_Me.h: Likewise.
56148         * lib/unictype/categ_Mn.h: Likewise.
56149         * lib/unictype/categ_N.h: Likewise.
56150         * lib/unictype/categ_Nd.h: Likewise.
56151         * lib/unictype/categ_Nl.h: Likewise.
56152         * lib/unictype/categ_No.h: Likewise.
56153         * lib/unictype/categ_P.h: Likewise.
56154         * lib/unictype/categ_Pc.h: Likewise.
56155         * lib/unictype/categ_Pd.h: Likewise.
56156         * lib/unictype/categ_Pe.h: Likewise.
56157         * lib/unictype/categ_Pf.h: Likewise.
56158         * lib/unictype/categ_Pi.h: Likewise.
56159         * lib/unictype/categ_Po.h: Likewise.
56160         * lib/unictype/categ_Ps.h: Likewise.
56161         * lib/unictype/categ_S.h: Likewise.
56162         * lib/unictype/categ_Sc.h: Likewise.
56163         * lib/unictype/categ_Sk.h: Likewise.
56164         * lib/unictype/categ_Sm.h: Likewise.
56165         * lib/unictype/categ_So.h: Likewise.
56166         * lib/unictype/categ_Z.h: Likewise.
56167         * lib/unictype/categ_Zl.h: Likewise.
56168         * lib/unictype/categ_Zp.h: Likewise.
56169         * lib/unictype/categ_Zs.h: Likewise.
56170         * lib/unictype/categ_of.h: Likewise.
56171         * lib/unictype/combining.h: Likewise.
56172         * lib/unictype/ctype_alnum.h: Likewise.
56173         * lib/unictype/ctype_alpha.h: Likewise.
56174         * lib/unictype/ctype_blank.h: Likewise.
56175         * lib/unictype/ctype_cntrl.h: Likewise.
56176         * lib/unictype/ctype_digit.h: Likewise.
56177         * lib/unictype/ctype_graph.h: Likewise.
56178         * lib/unictype/ctype_lower.h: Likewise.
56179         * lib/unictype/ctype_print.h: Likewise.
56180         * lib/unictype/ctype_punct.h: Likewise.
56181         * lib/unictype/ctype_space.h: Likewise.
56182         * lib/unictype/ctype_upper.h: Likewise.
56183         * lib/unictype/ctype_xdigit.h: Likewise.
56184         * lib/unictype/decdigit.h: Likewise.
56185         * lib/unictype/digit.h: Likewise.
56186         * lib/unictype/mirror.h: Likewise.
56187         * lib/unictype/numeric.h: Likewise.
56188         * lib/unictype/pr_alphabetic.h: Likewise.
56189         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
56190         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
56191         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
56192         * lib/unictype/pr_bidi_block_separator.h: Likewise.
56193         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
56194         * lib/unictype/pr_bidi_common_separator.h: Likewise.
56195         * lib/unictype/pr_bidi_control.h: Likewise.
56196         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
56197         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
56198         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
56199         * lib/unictype/pr_bidi_european_digit.h: Likewise.
56200         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
56201         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
56202         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
56203         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
56204         * lib/unictype/pr_bidi_pdf.h: Likewise.
56205         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
56206         * lib/unictype/pr_bidi_whitespace.h: Likewise.
56207         * lib/unictype/pr_combining.h: Likewise.
56208         * lib/unictype/pr_composite.h: Likewise.
56209         * lib/unictype/pr_currency_symbol.h: Likewise.
56210         * lib/unictype/pr_dash.h: Likewise.
56211         * lib/unictype/pr_decimal_digit.h: Likewise.
56212         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
56213         * lib/unictype/pr_deprecated.h: Likewise.
56214         * lib/unictype/pr_diacritic.h: Likewise.
56215         * lib/unictype/pr_extender.h: Likewise.
56216         * lib/unictype/pr_format_control.h: Likewise.
56217         * lib/unictype/pr_grapheme_base.h: Likewise.
56218         * lib/unictype/pr_grapheme_extend.h: Likewise.
56219         * lib/unictype/pr_grapheme_link.h: Likewise.
56220         * lib/unictype/pr_hex_digit.h: Likewise.
56221         * lib/unictype/pr_hyphen.h: Likewise.
56222         * lib/unictype/pr_id_continue.h: Likewise.
56223         * lib/unictype/pr_id_start.h: Likewise.
56224         * lib/unictype/pr_ideographic.h: Likewise.
56225         * lib/unictype/pr_ids_binary_operator.h: Likewise.
56226         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
56227         * lib/unictype/pr_ignorable_control.h: Likewise.
56228         * lib/unictype/pr_iso_control.h: Likewise.
56229         * lib/unictype/pr_join_control.h: Likewise.
56230         * lib/unictype/pr_left_of_pair.h: Likewise.
56231         * lib/unictype/pr_line_separator.h: Likewise.
56232         * lib/unictype/pr_logical_order_exception.h: Likewise.
56233         * lib/unictype/pr_lowercase.h: Likewise.
56234         * lib/unictype/pr_math.h: Likewise.
56235         * lib/unictype/pr_non_break.h: Likewise.
56236         * lib/unictype/pr_not_a_character.h: Likewise.
56237         * lib/unictype/pr_numeric.h: Likewise.
56238         * lib/unictype/pr_other_alphabetic.h: Likewise.
56239         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
56240         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
56241         * lib/unictype/pr_other_id_continue.h: Likewise.
56242         * lib/unictype/pr_other_id_start.h: Likewise.
56243         * lib/unictype/pr_other_lowercase.h: Likewise.
56244         * lib/unictype/pr_other_math.h: Likewise.
56245         * lib/unictype/pr_other_uppercase.h: Likewise.
56246         * lib/unictype/pr_paired_punctuation.h: Likewise.
56247         * lib/unictype/pr_paragraph_separator.h: Likewise.
56248         * lib/unictype/pr_pattern_syntax.h: Likewise.
56249         * lib/unictype/pr_pattern_white_space.h: Likewise.
56250         * lib/unictype/pr_private_use.h: Likewise.
56251         * lib/unictype/pr_punctuation.h: Likewise.
56252         * lib/unictype/pr_quotation_mark.h: Likewise.
56253         * lib/unictype/pr_radical.h: Likewise.
56254         * lib/unictype/pr_sentence_terminal.h: Likewise.
56255         * lib/unictype/pr_soft_dotted.h: Likewise.
56256         * lib/unictype/pr_space.h: Likewise.
56257         * lib/unictype/pr_terminal_punctuation.h: Likewise.
56258         * lib/unictype/pr_titlecase.h: Likewise.
56259         * lib/unictype/pr_unassigned_code_value.h: Likewise.
56260         * lib/unictype/pr_unified_ideograph.h: Likewise.
56261         * lib/unictype/pr_uppercase.h: Likewise.
56262         * lib/unictype/pr_variation_selector.h: Likewise.
56263         * lib/unictype/pr_white_space.h: Likewise.
56264         * lib/unictype/pr_xid_continue.h: Likewise.
56265         * lib/unictype/pr_xid_start.h: Likewise.
56266         * lib/unictype/pr_zero_width.h: Likewise.
56267         * lib/unictype/scripts.h: Likewise.
56268         * lib/unictype/scripts_byname.gperf: Likewise.
56269         * lib/unictype/sy_c_ident.h: Likewise.
56270         * lib/unictype/sy_c_whitespace.h: Likewise.
56271         * lib/unictype/sy_java_ident.h: Likewise.
56272         * lib/unictype/sy_java_whitespace.h: Likewise.
56273
56274         * lib/unictype/Makefile: New file.
56275         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
56276         glibc.
56277         * lib/unictype/3level.h: New file, copied from glibc.
56278         * lib/unictype/3levelbit.h: New file.
56279
56280 2007-11-11  Bruno Haible  <bruno@clisp.org>
56281
56282         * modules/gperf: New file.
56283         * modules/iconv_open (Depends-on): Add it.
56284         (Makefile.am): Remove the GPERF definition.
56285
56286 2007-11-11  Bruno Haible  <bruno@clisp.org>
56287
56288         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
56289         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
56290
56291 2007-11-11  Bruno Haible  <bruno@clisp.org>
56292
56293         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
56294         (usage): Remove function.
56295
56296 2007-11-11  Bruno Haible  <bruno@clisp.org>
56297
56298         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
56299         gl_FUNC_CEILF_LIBS.
56300         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
56301         gl_FUNC_CEIL_LIBS.
56302         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
56303         gl_FUNC_CEILL_LIBS.
56304         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
56305         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
56306         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
56307
56308 2007-11-11  Bruno Haible  <bruno@clisp.org>
56309
56310         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
56311         roundf were declared but do not exist on functions.
56312         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
56313         roundl were declared but do not exist on functions.
56314         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
56315         HAVE_FLOORL_AND_CEILL, respectively.
56316         Needed for Sun C on Solaris 10.
56317
56318 2007-11-11  Bruno Haible  <bruno@clisp.org>
56319
56320         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
56321         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
56322         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
56323         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
56324         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
56325         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
56326         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
56327         HAVE_DECL_ROUNDF.
56328         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
56329         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
56330         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
56331         of HAVE_DECL_ROUND*.
56332         * modules/math (Makefile.am): Update.
56333
56334 2007-11-10  Bruno Haible  <bruno@clisp.org>
56335
56336         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
56337         ptrdiff_t as m4/intl.m4.
56338
56339 2007-11-10  Jim Meyering  <meyering@redhat.com>
56340
56341         Avoid link failure for the argmatch test.
56342         * tests/test-argmatch.c (usage): Define function to avoid a link
56343         failure: argmatch_die requires a usage function.
56344
56345 2007-11-09  Bruno Haible  <bruno@clisp.org>
56346
56347         * doc/functions/snprintf.texi: Mention BeOS deficiency.
56348         * doc/functions/vsnprintf.texi: Likewise.
56349         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
56350         with a size argument < 2.
56351
56352 2007-11-09  Bruno Haible  <bruno@clisp.org>
56353
56354         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
56355         buffer. Fixes an inefficiency introduced on 2007-11-03.
56356
56357 2007-11-09  Bruno Haible  <bruno@clisp.org>
56358
56359         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
56360         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
56361
56362 2007-11-08  Jim Meyering  <meyering@redhat.com>
56363
56364         Change cache variable name prefix "jm_" to "gl_" everywhere.
56365         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
56366         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
56367         * m4/uptime.m4: s/gl_/jm_/
56368
56369 2007-11-07  Bruno Haible  <bruno@clisp.org>
56370
56371         Update to GNU gettext 0.17.
56372         * m4/intl.m4: Update to GNU gettext 0.17.
56373         * m4/po.m4: Likewise.
56374         * modules/gettext (Files): Remove m4/ulonglong.m4.
56375         (configure.ac): Require gettext infrastructure from version 0.17.
56376
56377 2007-11-06  Bruno Haible  <bruno@clisp.org>
56378
56379         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
56380         symbolic values are not defined in a public header.
56381         * lib/freadable.c (freadable) [QNX]: Likewise.
56382         * lib/freadahead.c (freadahead) [QNX]: Likewise.
56383         * lib/freading.c (freading) [QNX]: Likewise.
56384         * lib/fseterr.c (fseterr) [QNX]: Likewise.
56385         * lib/fwritable.c (fwritable) [QNX]: Likewise.
56386         * lib/fwriting.c (fwriting) [QNX]: Likewise.
56387         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
56388         Reported by Alain Magloire.
56389
56390         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
56391
56392 2007-11-05  Bruno Haible  <bruno@clisp.org>
56393
56394         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
56395         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
56396         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
56397         Reported by Eric Blake.
56398
56399 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
56400             Bruno Haible  <bruno@clisp.org>
56401
56402         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
56403         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
56404         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
56405         (malloc): Undefine also before including <stdlib.h>.
56406         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
56407         Needed on OSF/1 4.0.
56408
56409 2007-11-05  Jim Meyering  <meyering@redhat.com>
56410
56411         git-version-gen: sync from coreutils.
56412         * build-aux/git-version-gen: Add comments.
56413         Change the first '-' to '.' in the snapshot version string,
56414         e.g., 6.9-377-08144 -> 6.9.377-08144
56415         Remove first parameter.
56416         Don't declare a version "-dirty" merely because a time
56417         stamp has changed.
56418
56419 2007-11-04  Bruno Haible  <bruno@clisp.org>
56420
56421         * lib/lock.h: Protect all macro definitions containing an 'if'
56422         statement through a "do { ... } while (0)".
56423         * lib/tls.h: Likewise.
56424
56425 2007-11-04  Bruno Haible  <bruno@clisp.org>
56426
56427         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
56428
56429 2007-11-04  Bruno Haible  <bruno@clisp.org>
56430
56431         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
56432         * modules/fprintf-posix (Depends-on): Add nocrash.
56433         * modules/snprintf-posix (Depends-on): Likewise.
56434         * modules/sprintf-posix (Depends-on): Likewise.
56435         * modules/vasnprintf-posix (Depends-on): Likewise.
56436         * modules/vasprintf-posix (Depends-on): Likewise.
56437         * modules/vfprintf-posix (Depends-on): Likewise.
56438         * modules/vsnprintf-posix (Depends-on): Likewise.
56439         * modules/vsprintf-posix (Depends-on): Likewise.
56440         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
56441         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
56442         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
56443         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
56444         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
56445         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
56446         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
56447
56448 2007-11-04  Bruno Haible  <bruno@clisp.org>
56449
56450         * modules/nocrash: New file.
56451         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
56452         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
56453
56454 2007-11-04  Bruno Haible  <bruno@clisp.org>
56455
56456         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
56457         precision handling.
56458         * tests/test-vasprintf-posix.c (test_function): Likewise.
56459         * tests/test-snprintf-posix.h (test_function): Likewise.
56460         * tests/test-sprintf-posix.h (test_function): Likewise.
56461
56462         Fix *printf behaviour for large precisions on mingw and BeOS.
56463         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
56464         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
56465         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
56466         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
56467         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
56468         gl_PRINTF_PRECISION and test its result. Invoke
56469         gl_PREREQ_VASNPRINTF_PRECISION.
56470         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
56471         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
56472         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
56473         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
56474         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
56475         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
56476         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
56477         * doc/functions/fprintf.texi: Update.
56478         * doc/functions/printf.texi: Update.
56479         * doc/functions/snprintf.texi: Update.
56480         * doc/functions/sprintf.texi: Update.
56481         * doc/functions/vfprintf.texi: Update.
56482         * doc/functions/vprintf.texi: Update.
56483         * doc/functions/vsnprintf.texi: Update.
56484         * doc/functions/vsprintf.texi: Update.
56485
56486 2007-11-04  Bruno Haible  <bruno@clisp.org>
56487
56488         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
56489
56490 2007-11-04  Bruno Haible  <bruno@clisp.org>
56491
56492         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
56493         Reported by Sylvain Beucler <beuc@gnu.org>.
56494
56495 2007-11-03  Bruno Haible  <bruno@clisp.org>
56496
56497         * tests/test-fprintf-posix2.sh: New file.
56498         * tests/test-fprintf-posix2.c: New file.
56499         * modules/fprintf-posix-tests (Files): Add them.
56500         (TESTS): Add test-fprintf-posix2.sh.
56501         (configure.ac): Check for getrlimit and setrlimit.
56502         (check_PROGRAMS): Add test-fprintf-posix2.
56503
56504         * tests/test-printf-posix2.sh: New file.
56505         * tests/test-printf-posix2.c: New file.
56506         * modules/printf-posix-tests (Files): Add them.
56507         (TESTS): Add test-printf-posix2.sh.
56508         (configure.ac): Check for getrlimit and setrlimit.
56509         (check_PROGRAMS): Add test-printf-posix2.
56510
56511         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
56512         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
56513         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
56514         (decode_double): New function, copied from decode_long_double.
56515         (scale10_round_decimal_decoded): New function, extracted from
56516         scale10_round_decimal_long_double.
56517         (scale10_round_decimal_long_double): Use it.
56518         (scale10_round_decimal_double): New function.
56519         (floorlog10): New function.
56520         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
56521         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
56522         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
56523         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
56524         gl_PRINTF_ENOMEM and test its result. Invoke
56525         gl_PREREQ_VASNPRINTF_ENOMEM.
56526         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
56527         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
56528         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
56529         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
56530         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
56531         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
56532         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
56533         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
56534         * modules/snprintf-posix (Depends-on): Likewise.
56535         * modules/sprintf-posix (Depends-on): Likewise.
56536         * modules/vasnprintf-posix (Depends-on): Likewise.
56537         * modules/vasprintf-posix (Depends-on): Likewise.
56538         * modules/vfprintf-posix (Depends-on): Likewise.
56539         * modules/vsnprintf-posix (Depends-on): Likewise.
56540         * modules/vsprintf-posix (Depends-on): Likewise.
56541         * doc/functions/fprintf.texi: Update.
56542         * doc/functions/printf.texi: Update.
56543         * doc/functions/snprintf.texi: Update.
56544         * doc/functions/sprintf.texi: Update.
56545         * doc/functions/vfprintf.texi: Update.
56546         * doc/functions/vprintf.texi: Update.
56547         * doc/functions/vsnprintf.texi: Update.
56548         * doc/functions/vsprintf.texi: Update.
56549
56550 2007-11-03  Bruno Haible  <bruno@clisp.org>
56551
56552         * modules/frexp-nolibm-tests: New file.
56553
56554         * modules/frexp-nolibm: New file.
56555         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
56556
56557 2007-11-03  Bruno Haible  <bruno@clisp.org>
56558
56559         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
56560         value is C99 compliant.
56561         Needed for OSF/1 5.1.
56562
56563 2007-11-03  Bruno Haible  <bruno@clisp.org>
56564
56565         Fix out-of-memory handling of vasnprintf.
56566         * lib/printf-parse.c: Include <errno.h>.
56567         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
56568         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
56569         is already set.
56570
56571 2007-11-02  Eric Blake  <ebb9@byu.net>
56572
56573         Fix tests on cygwin.
56574         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
56575
56576 2007-11-01  Bruno Haible  <bruno@clisp.org>
56577
56578         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
56579         warning.
56580         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
56581         needed for POSIX compatibility.
56582
56583 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
56584
56585         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
56586         for compatibility with GNU.
56587
56588 2007-11-01  Bruno Haible  <bruno@clisp.org>
56589
56590         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
56591         (putenv): Renamed from rpl_putenv. Change argument type from
56592         'const char *' to 'char *'.
56593         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
56594         of defining putenv in config.h, just set REPLACE_PUTENV.
56595         * modules/putenv (Depends-on): Add stdlib.
56596         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
56597         (Include): Use <stdlib.h>.
56598         * lib/stdlib.in.h (putenv): New declaration.
56599         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
56600         REPLACE_PUTENV.
56601         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
56602         REPLACE_PUTENV.
56603         Needed for MacOS X 10.5.0.
56604         Reported by Peter O'Gorman <peter@pogma.com>.
56605
56606 2007-11-01  Jim Meyering  <meyering@redhat.com>
56607
56608         Treat an empty date string exactly like "0".
56609         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
56610         if the remaining date string (to be parsed) is empty, use "0".
56611         Reported by Mischa Molhoek and discussed in this thread:
56612         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
56613
56614 2007-10-31  Bruno Haible  <bruno@clisp.org>
56615
56616         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
56617         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
56618         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
56619         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
56620         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
56621         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
56622
56623 2007-10-31  Bruno Haible  <bruno@clisp.org>
56624
56625         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
56626         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
56627         (AC_TYPE_LONG_LONG_INT): Use it.
56628         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
56629         it as well.
56630         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
56631         to m4/longlong.m4.
56632         * modules/stdint (Files): Remove m4/ulonglong.m4.
56633         * modules/strtoull (Files): Use m4/longlong.m4 instead of
56634         m4/ulonglong.m4.
56635         * modules/strtoumax (Files): Likewise.
56636
56637 2007-10-30  Bruno Haible  <bruno@clisp.org>
56638
56639         * modules/xvasprintf-posix: New file.
56640         Suggested by Eric Blake.
56641
56642 2007-10-30  Bruno Haible  <bruno@clisp.org>
56643
56644         * modules/xprintf-posix-tests: New file.
56645         * tests/test-xprintf-posix.sh: New file.
56646         * tests/test-xprintf-posix.c: New file.
56647         * tests/test-xfprintf-posix.c: New file.
56648
56649         * modules/xprintf-posix: New file.
56650
56651 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
56652
56653         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
56654         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
56655         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
56656
56657 2007-10-29  Bruno Haible  <bruno@clisp.org>
56658
56659         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
56660         contain the special marker '_cv_'.
56661         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
56662         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
56663         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
56664         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
56665         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
56666         Reported by Ralf Wildenhues.
56667
56668 2007-10-29  Bruno Haible  <bruno@clisp.org>
56669
56670         * gnulib-tool (func_import): When --lgpl is not specified, set
56671         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
56672         GPLv3.
56673         Reported by Simon Josefsson.
56674
56675 2007-10-28  Bruno Haible  <bruno@clisp.org>
56676
56677         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
56678         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
56679         HAVE_DECL_ISFINITE.
56680         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
56681         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
56682         HAVE_DECL_ISFINITE.
56683
56684 2007-10-28  Bruno Haible  <bruno@clisp.org>
56685
56686         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
56687         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
56688
56689 2007-10-28  Bruno Haible  <bruno@clisp.org>
56690
56691         Fix link errors with Sun C 5.0 on Solaris 10.
56692         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
56693         function is declared but not present in the compiler's libm.
56694         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
56695         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
56696         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
56697         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
56698         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
56699         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
56700         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
56701         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
56702         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
56703         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
56704         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
56705         HAVE_DECL_FLOORL.
56706
56707 2007-10-28  Bruno Haible  <bruno@clisp.org>
56708
56709         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
56710         gl_FUNC_FLOORL. Cache the result.
56711         (gl_FUNC_FLOORL): Use it.
56712         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
56713         gl_FUNC_CEILL. Cache the result.
56714         (gl_FUNC_CEILL): Use it.
56715
56716         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
56717         gl_FUNC_FLOOR. Cache the result.
56718         (gl_FUNC_FLOOR): Use it.
56719         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
56720         gl_FUNC_CEIL. Cache the result.
56721         (gl_FUNC_CEIL): Use it.
56722
56723         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
56724         gl_FUNC_FLOORF. Cache the result.
56725         (gl_FUNC_FLOORF): Use it.
56726         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
56727         gl_FUNC_CEILF. Cache the result.
56728         (gl_FUNC_CEILF): Use it.
56729
56730 2007-10-28  Bruno Haible  <bruno@clisp.org>
56731
56732         * gnulib-tool: Allow specifying the LGPL version number through
56733         --lgpl=2 or --lgpl=3.
56734         (func_usage): Document --lgpl with argument.
56735         Handle --lgpl=... arguments.
56736         (func_import): Recognize also gl_LGPL calls with an argument. When
56737         --lgpl=2 is used and the module's license is just LGPL, report an
56738         error. Set sed_transform_lib_file according to the lgpl variable. In
56739         the generated files, use --lgpl or gl_LGPL invocations with argument,
56740         if necessary.
56741         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
56742         an LGPv2+ license.
56743         * doc/gnulib-tool.texi (Modified imports): Update explanation of
56744         gl_LGPL macro.
56745
56746 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
56747             Bruno Haible  <bruno@clisp.org>
56748
56749         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
56750         (u16_uctomb_aux): Likewise.
56751         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
56752         !HAVE_INLINE.
56753         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
56754
56755 2007-10-28  Bruno Haible  <bruno@clisp.org>
56756
56757         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
56758         Invoke AM_GETTEXT_OPTION if it exists.
56759         * modules/vasprintf: Likewise.
56760         * modules/verror: Likewise.
56761         * modules/xprintf: Likewise.
56762         * modules/xvasprintf: Likewise.
56763
56764 2007-10-27  Ben Pfaff  <blp@gnu.org>
56765
56766         * lib/math.in.h: Define isfinite macro and prototypes for
56767         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
56768         implementations.
56769         * m4/math_h.m4: New substitutions for isfinite module.
56770         * lib/isfinite.c: New file.
56771         * m4/isfinite.m4: New file.
56772         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
56773         * modules/isfinite: New file.
56774         * modules/isfinite-tests: New file.
56775         * tests/tests-isfinite.c: New file.
56776         * doc/functions/isfinite.texi: Mention isfinite module.
56777         * MODULES.html.sh: Mention new module.
56778
56779 2007-10-27  Ben Pfaff  <blp@gnu.org>
56780
56781         Ralf Wildenhues reported that Tru64 4.0D declares the round
56782         functions but does not have definitions.
56783         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
56784         cannot be found in any library, set the output variable to
56785         "missing" instead of "".
56786         * m4/round.m4: Also use our substitute if we cannot find round in
56787         any library, even if it is declared.
56788         * m4/roundf.m4: Likewise for roundf.
56789         * m4/roundl.m4: Likewise for roundl.
56790         * lib/math.in.h: Undefine roundf, round, roundl before defining
56791         their replacements, to allow for hypothetical systems where these
56792         may be defined as macros but not available in libraries.
56793
56794 2007-10-27  Bruno Haible  <bruno@clisp.org>
56795
56796         * doc/gnulib.texi: Invoke @firstparagraphindent.
56797         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
56798         changes in gnulib.
56799         (Source changes): New section.
56800
56801 2007-10-26  Bruno Haible  <bruno@clisp.org>
56802
56803         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
56804         borrowed from autoconf.
56805
56806 2007-10-26  Bruno Haible  <bruno@clisp.org>
56807
56808         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
56809         strerror returned the empty string. Needed on HP-UX 11.00.
56810
56811 2007-10-24  Micah Cowan  <micah@cowan.name>
56812
56813         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
56814         * build-aux/bootstrap: Remove support for now-unnecessary option,
56815         --cvs-user, and envvars CVS_USER, CVS_RSH.
56816
56817 2007-10-24  Jim Meyering  <meyering@redhat.com>
56818
56819         Avoid diagnostics from sha1sum when there is no cached checksum.
56820         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
56821         if the po.s1 file hasn't been created yet.
56822
56823         * build-aux/bootstrap: Sync from coreutils:
56824         2007-10-24  Jim Meyering  <meyering@redhat.com>
56825         Get gnulib from the git repository, not from an obsolete cvs one.
56826         * build-aux/bootstrap: Suggestion from Micah Cowan.
56827         2007-10-04  Jim Meyering  <jim@meyering.net>
56828         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
56829         (update_po_files): Work also when there are no .po files in po/.
56830
56831 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
56832
56833         * README: Append ".git" to git and cg examples.
56834         Problem reported by Benoit Sigoure.
56835
56836 2007-10-23  Micah Cowan  <micah@cowan.name>
56837
56838         * users.txt: Add wget.
56839
56840 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
56841
56842         Fix linking of some unistdio tests on FreeBSD.
56843         * modules/unistdio/u16-vsnprintf-tests
56844         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
56845         * modules/unistdio/u16-vsprintf-tests
56846         (test_u16_vsnprintf1_LDADD): Likewise.
56847         * modules/unistdio/u32-vsnprintf-tests
56848         (test_u32_vsnprintf1_LDADD): Likewise.
56849         * modules/unistdio/u32-vsprintf-tests
56850         (test_u32_vsprintf1_LDADD): Likewise.
56851         * modules/unistdio/u8-vsnprintf-tests
56852         (test_u8_vsnprintf1_LDADD): Likewise.
56853         * modules/unistdio/u8-vsprintf-tests
56854         (test_u8_vsprintf1_LDADD): Likewise.
56855         * modules/unistdio/ulc-vsnprintf-tests
56856         (test_ulc_vsnprintf1_LDADD): Likewise.
56857         * modules/unistdio/ulc-vsprintf-tests
56858         (test_ulc_vsprintf1_LDADD): Likewise.
56859
56860         Fix linking of some uniconv tests on FreeBSD.
56861         * modules/uniconv/u16-conv-from-enc-tests
56862         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
56863         * modules/uniconv/u16-conv-to-enc-tests
56864         (test_u16_conv_to_enc_LDADD): Likewise.
56865         * modules/uniconv/u16-strconv-from-enc-tests
56866         (test_u16_strconv_from_enc_LDADD): Likewise.
56867         * modules/uniconv/u16-strconv-to-enc-tests
56868         (test_u16_strconv_to_enc_LDADD): Likewise.
56869         * modules/uniconv/u32-conv-from-enc-tests
56870         (test_u32_conv_from_enc_LDADD): Likewise.
56871         * modules/uniconv/u32-conv-to-enc-tests
56872         (test_u32_conv_to_enc_LDADD): Likewise.
56873         * modules/uniconv/u32-strconv-from-enc-tests
56874         (test_u32_strconv_from_enc_LDADD): Likewise.
56875         * modules/uniconv/u32-strconv-to-enc-tests
56876         (test_u32_strconv_to_enc_LDADD): Likewise.
56877         * modules/uniconv/u8-conv-from-enc-tests
56878         (test_u8_conv_from_enc_LDADD): Likewise.
56879         * modules/uniconv/u8-conv-to-enc-tests
56880         (test_u8_conv_to_enc_LDADD): Likewise.
56881         * modules/uniconv/u8-strconv-from-enc-tests
56882         (test_u8_strconv_from_enc_LDADD): Likewise.
56883         * modules/uniconv/u8-strconv-to-enc-tests
56884         (test_u8_strconv_to_enc_LDADD): Likewise.
56885
56886 2007-10-22  Bruno Haible  <bruno@clisp.org>
56887
56888         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
56889         size.
56890
56891 2007-10-22  Eric Blake  <ebb9@byu.net>
56892
56893         Tweak x*printf documentation.
56894         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
56895         variable name and comments.
56896         Suggested by Bruno Haible.
56897
56898 2007-10-22  Bruno Haible  <bruno@clisp.org>
56899
56900         * lib/acl.c (copy_acl): Fix file name in comment.
56901
56902 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
56903
56904         Fix Tru64 problem with stdbool.h.
56905         * lib/stdbool.in.h (false, true):
56906         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
56907         Don't declare as an enum in this situation; it runs afoul of Tru64.
56908         Problem reported by Steven M. Schweda in
56909         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
56910
56911 2007-10-22  Eric Blake  <ebb9@byu.net>
56912
56913         Also wrap vf?printf.
56914         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
56915         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
56916         (xvprintf, xvfprintf): New functions.
56917
56918 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
56919
56920         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
56921         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
56922
56923         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
56924         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
56925
56926 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
56927
56928         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
56929         by Bruno Haible.
56930
56931 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
56932
56933         * lib/getloadavg.c
56934         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
56935         Undef `sys' after including sys/table.h, for Tru64 4.0D.
56936
56937         * tests/test-i-ring.c: Work for C89.
56938
56939 2007-10-22  Bruno Haible  <bruno@clisp.org>
56940
56941         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
56942         -1u, in preprocessor expression, so that we don't test for the bug
56943         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
56944         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
56945
56946 2007-10-22  Eric Blake  <ebb9@byu.net>
56947
56948         * tests/test-yesno.sh: Silence stderr during test.
56949
56950 2007-10-22  Simon Josefsson  <simon@josefsson.org>
56951
56952         * modules/crypto/gc-camellia: New file.
56953
56954         * m4/gc-camellia.m4: New file.
56955
56956         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
56957
56958         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
56959
56960 2007-10-22  Simon Josefsson  <simon@josefsson.org>
56961
56962         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
56963         --help to stdout.  Reported by sms@antinode.org (Steven
56964         M. Schweda).
56965
56966 2007-10-22  Simon Josefsson  <simon@josefsson.org>
56967
56968         * users.txt: Fix link to libksba.
56969
56970 2007-10-21  Ben Pfaff  <blp@gnu.org>
56971
56972         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
56973         round.c roundf implementation that depends on floorf and ceilf to
56974         be tested unconditionally.
56975
56976 2007-10-21  Ben Pfaff  <blp@gnu.org>
56977
56978         * m4/check-libm-func.m4: Removed.
56979         * m4/check-math-lib.m4: New file.
56980         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
56981         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
56982         definition and lack of AC_LIBOBJ([roundf]).
56983         * m4/roundl.m4: Ditto, and similarly for roundl.
56984         * modules/round: Reference new m4 file.
56985         * modules/roundf: Ditto.
56986         * modules/roundl: Ditto.
56987         * tests/test-round2.c (main): Use ROUND instead of round.
56988         Bug report from Bruno Haible.
56989
56990 2007-10-21  Bruno Haible  <bruno@clisp.org>
56991
56992         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
56993         context.
56994
56995 2007-10-21  Bruno Haible  <bruno@clisp.org>
56996
56997         * tests/test-wcwidth.c (main): Allow negative result for some control
56998         characters.
56999
57000         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
57001         Needed on OSF/1 5.1.
57002
57003 2007-10-21  Bruno Haible  <bruno@clisp.org>
57004
57005         * tests/test-floorf1.c: Include isnanf.h.
57006         (main): Use isnanf() instead of isnan().
57007         * tests/test-ceilf1.c: Include isnanf.h.
57008         (main): Use isnanf() instead of isnan().
57009         * tests/test-truncf1.c: Include isnanf.h.
57010         (main): Use isnanf() instead of isnan().
57011         * tests/test-roundf1.c: Include isnanf.h.
57012         (main): Use isnanf() instead of isnan().
57013
57014 2007-10-21  Eric Blake  <ebb9@byu.net>
57015
57016         * users.txt: Update URL for m4.
57017
57018 2007-10-21  Bruno Haible  <bruno@clisp.org>
57019
57020         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
57021
57022 2007-10-21  Bruno Haible  <bruno@clisp.org>
57023
57024         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
57025         Git's management files if the CVS files are not present.
57026
57027 2007-10-20  Bruno Haible  <bruno@clisp.org>
57028
57029         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
57030         gcc-3.4.x.
57031
57032 2007-10-20  Ben Pfaff  <blp@gnu.org>
57033
57034         * lib/math.in.h: Declare round, roundf, roundl if we are providing
57035         implementations.
57036         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
57037         * lib/round.c: New file.
57038         * lib/roundf.c: New file.
57039         * lib/roundl.c: New file.
57040         * m4/round.m4: New file.
57041         * m4/roundf.m4: New file.
57042         * m4/roundl.m4: New file.
57043         * m4/check-libm-func-m4: New file.
57044         * modules/math: Replace round, roundf, roundl related @VARS@ in
57045         math.in.h.
57046         * modules/round: New file.
57047         * modules/round-tests: New file.
57048         * modules/roundf: New file.
57049         * modules/roundf-tests: New file.
57050         * modules/roundl: New file.
57051         * modules/roundl-tests: New file.
57052         * tests/test-round1.c: New file.
57053         * tests/test-round2.c: New file.
57054         * tests/test-roundf1.c: New file.
57055         * tests/test-roundf2.c: New file.
57056         * tests/test-roundl.c: New file.
57057         * doc/functions/round.texi: Mention round module.
57058         * doc/functions/roundf.texi: Mention roundf module.
57059         * doc/functions/roundl.texi: Mention roundl module.
57060         * MODULES.html.sh: Mention new modules.
57061         Thanks to Bruno Haible for suggestions.
57062
57063 2007-10-20  Jim Meyering  <meyering@redhat.com>
57064
57065         * lib/xprintf.c: Include <config.h> unconditionally.
57066
57067         Change xprintf's license to GPL.
57068         * modules/xprintf (License): s/LGPL/GPL/, since this module
57069         depends on modules (exit and exitfail) which are GPL.
57070         Suggestion from Bruno Haible.
57071
57072         xprintf fixes.
57073         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
57074         Use a clearer diagnostic.
57075         Patch from Bruno Haible.
57076
57077 2007-10-20  Bruno Haible  <bruno@clisp.org>
57078
57079         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
57080         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
57081         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
57082
57083 2007-10-20  Bruno Haible  <bruno@clisp.org>
57084
57085         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
57086         precision in the comparison result > x - 1 or similar.
57087         * tests/test-ceilf2.c (correct_result_p): Likewise.
57088         * tests/test-truncf2.c (correct_result_p): Likewise.
57089         * tests/test-trunc2.c (correct_result_p): Likewise.
57090         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
57091
57092 2007-10-20  Bruno Haible  <bruno@clisp.org>
57093
57094         * modules/ceil: New file.
57095         * m4/ceil.m4: New file.
57096         * doc/functions/ceil.texi: Mention the 'ceil' module.
57097
57098 2007-10-20  Bruno Haible  <bruno@clisp.org>
57099
57100         * modules/floor: New file.
57101         * m4/floor.m4: New file.
57102         * doc/functions/floor.texi: Mention the 'floor' module.
57103
57104 2007-10-20  Bruno Haible  <bruno@clisp.org>
57105
57106         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
57107         of %a.
57108         * modules/floorf-tests (Depends-on): Likewise.
57109         * modules/truncf-tests (Depends-on): Likewise.
57110         * modules/trunc-tests (Depends-on): Likewise.
57111         Reported by Ben Pfaff.
57112
57113 2007-10-19  Jim Meyering  <meyering@redhat.com>
57114
57115         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
57116         Don't bother testing specific errno values.  Just test ferror.
57117
57118         New module: xprintf
57119         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
57120
57121 2007-10-19  Bruno Haible  <bruno@clisp.org>
57122
57123         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
57124         syntax.
57125         * modules/javaexec (Makefile.am): Likewise.
57126         * modules/relocatable-prog (Makefile.am): Likewise.
57127         Suggested by Jim Meyering.
57128
57129 2007-10-18  Bruno Haible  <bruno@clisp.org>
57130
57131         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
57132         Reported by Jim Meyering.
57133
57134 2007-10-18  Eric Blake  <ebb9@byu.net>
57135
57136         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
57137
57138 2007-10-18  Bruno Haible  <bruno@clisp.org>
57139
57140         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
57141         the format string into writable memory. Needed in Fortify conditions.
57142
57143 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
57144             Bruno Haible  <bruno@clisp.org>
57145
57146         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
57147         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
57148         * modules/trim (Depends-on): Add mbchar.
57149         (configure.ac): Add gl_FUNC_MBRTOWC.
57150         (Makefile.am): Augment lib_SOURCES.
57151
57152 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
57153
57154         Modify glob.c to use fstatat and dirfd, to simplify it.
57155         Suggested by Eric Blake.
57156         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
57157         Don't include <stdbool.h>; not used.
57158         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
57159         (link_exists_p): Simplify implementation, since we can now assume
57160         dirfd and fstatat.
57161         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
57162
57163 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
57164
57165         * gnulib-tool (func_get_dependencies): Fix sed script to
57166         match only tests.
57167
57168 2007-10-17  Bruno Haible  <bruno@clisp.org>
57169
57170         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
57171         allow locale names without encoding suffix.
57172         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
57173         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
57174
57175 2007-10-16  Bruno Haible  <bruno@clisp.org>
57176
57177         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
57178         * lib/getgroups.c (getgroups): Likewise.
57179         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
57180
57181 2007-10-16  Bruno Haible  <bruno@clisp.org>
57182
57183         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
57184         * modules/malloc-posix (License): Likewise.
57185         * modules/realloc-posix (License): Likewise.
57186         * modules/calloc-posix (License): Likewise.
57187         * modules/intprops (License): Change from GPL to LGPL, with
57188         Paul Eggert's approval.
57189
57190 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
57191
57192         Merge glibc changes into lib/glob.c.
57193
57194         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
57195         2007-10-15 04:59:03 UTC.  Here are the changes:
57196
57197         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
57198
57199         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
57200
57201         * lib/glob.c: Add some branch prediction throughout.
57202
57203         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
57204
57205         [BZ #5103]
57206         * lib/glob.c (glob): Recognize patterns starting \/.
57207
57208         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
57209
57210         [BZ #3996]
57211         * lib/glob.c (attribute_hidden): Define if not defined.
57212         (glob): Unescape dirname, filename or username when needed and not
57213         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
57214         is NULL.  Handle unescaped [ in pattern without closing ].
57215         Don't pass GLOB_CHECK down to recursive glob for directories.
57216         (__glob_pattern_type): New function.
57217         (__glob_pattern_p): Implement using __glob_pattern_type.
57218         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
57219         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
57220         Remove unreachable code.
57221
57222         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
57223
57224         * lib/glob.c (glob_in_dir): Add some comments and asserts to
57225         explain why there are no leaks.
57226
57227         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
57228
57229         [BZ #3253]
57230         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
57231         time, rather allocate increasingly bigger arrays of pointers, if
57232         possible with alloca, if too large with malloc.
57233
57234 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
57235
57236         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
57237         Problem reported by H.Merijn Brand in
57238         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
57239         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
57240         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
57241
57242 2007-10-15  Bruno Haible  <bruno@clisp.org>
57243
57244         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
57245         with explicit rpl_ prefix.
57246         * lib/fopen.c (fopen): Likewise.
57247         * lib/freopen.c (freopen): Likewise.
57248         * lib/iconv.c (iconv): Likewise.
57249         * lib/iconv_close.c (iconv_close): Likewise.
57250
57251 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
57252
57253         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
57254
57255 2007-10-15  Bruno Haible  <bruno@clisp.org>
57256
57257         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
57258         <stddef.h> instead of <stdlib.h> since we only need NULL.
57259         Reported by Ben Pfaff <blp@cs.stanford.edu>.
57260
57261 2007-10-15  Bruno Haible  <bruno@clisp.org>
57262
57263         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
57264         Replace paragraph talking about LIBOBJS.
57265         Reported by Colin Watson <cjwatson@debian.org>.
57266
57267 2007-10-15  Bruno Haible  <bruno@clisp.org>
57268
57269         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
57270         <stdlib.h> before using NULL.
57271
57272 2007-10-15  Simon Josefsson  <simon@josefsson.org>
57273
57274         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
57275         Reported by Albert Chin <china@thewrittenword.com>.
57276
57277 2007-10-14  Bruno Haible  <bruno@clisp.org>
57278
57279         * modules/iconv_open-utf-tests: New file.
57280         * tests/test-iconv-utf.c: New file.
57281
57282         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
57283         * modules/iconv_open-utf: New file.
57284         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
57285         (iconv, iconv_close): New declarations.
57286         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
57287         be defined.
57288         (iconv_open): Add special handling of conversion between UTF-8 and
57289         UTF-{16,32}{BE,LE}.
57290         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
57291         * lib/iconv_close.c: New file.
57292         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
57293         gl_FUNC_ICONV_OPEN.
57294         (gl_FUNC_ICONV_OPEN): Use it.
57295         (gl_FUNC_ICONV_OPEN_UTF): New macro.
57296         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
57297         and REPLACE_ICONV_UTF.
57298         * modules/iconv_open (Depends-on): Add c-strcase.
57299         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
57300         ICONV_CONST.
57301         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
57302
57303 2007-10-13  Albert Chin  <china@thewrittenword.com>
57304             Bruno Haible  <bruno@clisp.org>
57305
57306         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
57307         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
57308
57309 2007-10-13  Bruno Haible  <bruno@clisp.org>
57310
57311         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
57312         defined, use the ISO C99 inline semantics.
57313         * lib/argp.h (ARGP_EI): Likewise.
57314
57315 2007-10-13  Bruno Haible  <bruno@clisp.org>
57316
57317         Handle 'inline' change in gcc 4.3.0.
57318         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
57319         argp_fmtstream_write, argp_fmtstream_set_lmargin,
57320         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
57321         argp_fmtstream_point): Disable 'extern' declaration if the function
57322         definition is going to be provided inline.
57323         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
57324         semantics, not the ISO C99 inline semantics.
57325         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
57326         'extern' declaration if the function definition is going to be provided
57327         inline.
57328         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
57329         the GNU C inline semantics, not the ISO C99 inline semantics. With
57330         GCC 4.2, avoid a warning.
57331
57332 2007-10-13  Bruno Haible  <bruno@clisp.org>
57333
57334         * lib/freading.h (freading): Enable the use of __freading for
57335         glibc >= 2.7.
57336         * lib/freading.c (freading): Likewise.
57337
57338 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
57339
57340         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
57341         "warning: C99 inline functions are not supported; using GNU89".
57342
57343 2007-10-12  Bruno Haible  <bruno@clisp.org>
57344
57345         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
57346         of 2.
57347         * tests/test-ceilf2.c: New file.
57348         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
57349
57350         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
57351         * modules/ceilf-tests: Update.
57352
57353 2007-10-12  Bruno Haible  <bruno@clisp.org>
57354
57355         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
57356         of 2.
57357         * tests/test-floorf2.c: New file.
57358         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
57359
57360         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
57361         * modules/floorf-tests: Update.
57362
57363 2007-10-12  Bruno Haible  <bruno@clisp.org>
57364
57365         * tests/test-trunc2.c: New file.
57366         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
57367
57368         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
57369         * modules/trunc-tests: Update.
57370
57371 2007-10-12  Bruno Haible  <bruno@clisp.org>
57372
57373         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
57374         of 2.
57375         * tests/test-truncf2.c: New file.
57376         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
57377
57378         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
57379         * modules/truncf-tests: Update.
57380
57381 2007-10-11  Eric Blake  <ebb9@byu.net>
57382
57383         Don't claim strerror is broken on Interix.
57384         * doc/functions/strerror.texi (strerror): Known broken systems are
57385         now Solaris 8, and not Interix.
57386         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
57387         Interix on cross-compile.
57388         Reported by Martin Koeppe in
57389         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
57390
57391 2007-10-11  Bruno Haible  <bruno@clisp.org>
57392
57393         * modules/i-ring-tests: New file.
57394         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
57395         instead of assert.
57396
57397 2007-10-11  Bruno Haible  <bruno@clisp.org>
57398
57399         * modules/filenamecat-tests: New file.
57400         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
57401         * lib/filenamecat.c: Remove test code.
57402
57403 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
57404
57405         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
57406
57407         * lib/strerror.c: Include <string.h> always, to test interface,
57408         and to remove the need for the dummy.
57409         Include intprops.h to compute width instead of doing it ourselves
57410         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
57411         (strerror): Define it to return NULL if there's no system strerror.
57412         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
57413         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
57414         ancient pre-strerror Unix systems well any more.  Saying "unknown
57415         system error" is enough.
57416         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
57417         simpler strerror.c implementation.
57418         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
57419         Simplify the tests to reflect the simpler strerror implementation.
57420         * modules/strerror (Depends-on): Add intprops.
57421
57422 2007-10-09  Eric Blake  <ebb9@byu.net>
57423
57424         Silence test-fpending.
57425         * modules/fpending-tests (Files): Add wrapper script.
57426         * tests/test-fpending.sh: New file.
57427
57428 2007-10-09  Bruno Haible  <bruno@clisp.org>
57429
57430         * MODULES.html.sh (func_module): Don't create a hyperlink for
57431         function names like 'printf_frexp'.
57432         (Misc): Add crc, memxor.
57433         (Characteristics of floating types): New section.
57434         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
57435         isnanf-nolibm, signbit, trunc, truncf, truncl.
57436         (Enhancements for ISO C 99 functions): New subsection Input/output.
57437         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
57438         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
57439         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
57440         (Compatibility checks for POSIX:2001 functions): Add clock-time.
57441         (Enhancements for POSIX:2001 functions): Add chdir-long.
57442         (File system functions): Add areadlink, chdir-safer, read-file.
57443         Remove cycle-check.
57444         (File system as inode set): New section.
57445         (Date and time): Add gethrxtime.
57446         (Multithreading): Add openmp.
57447         (Internationalization functions): Add localename.
57448         (Unicode string functions): Add unistr/u*-mbsnlen.
57449         (Support for maintaining and releasing projects): Add git-version-gen.
57450         (Lone files): Remove directories.
57451
57452 2007-10-08  Ben Pfaff  <blp@gnu.org>
57453
57454         * lib/xmalloca.h: Fix typo in comment.
57455
57456 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
57457
57458         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
57459         when avoiding problems with integer overflow.  Use a portable test
57460         instead.
57461
57462 2007-10-08  Simon Josefsson  <simon@josefsson.org>
57463
57464         * modules/dummy (License): Change to LGPLv2+.
57465         * modules/float (License): Likewise
57466         * modules/realloc (License): Likewise
57467         * modules/stdlib (License): Likewise
57468
57469 2007-10-07  Bruno Haible  <bruno@clisp.org>
57470
57471         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
57472         * floor.c (TWO_MANT_DIG): Likewise.
57473         * ceil.c (TWO_MANT_DIG): Likewise.
57474         Reported by Ben Pfaff.
57475
57476 2007-10-07  Bruno Haible  <bruno@clisp.org>
57477
57478         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
57479         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
57480         * lib/frexp.c (FUNC): Likewise.
57481         * lib/printf-frexp.h (printf_frexp): Likewise.
57482         * lib/printf-frexpl.h (printf_frexpl): Likewise.
57483         * lib/printf-frexp.c (FUNC): Likewise.
57484         Suggested by Jim Meyering.
57485
57486 2007-10-07  Jim Meyering  <meyering@redhat.com>
57487
57488         Make xnanosleep's integer overflow test more robust.
57489         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
57490         so that gcc-4.3.0 doesn't optimize away this test for overflow.
57491
57492 2007-10-07  Bruno Haible  <bruno@clisp.org>
57493
57494         * NEWS: Mention the license change.
57495
57496         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
57497         abbreviations in the modules files.
57498
57499         Change copyright notice from GPLv2+ to GPLv3+.
57500         * README: Change copyright notice.
57501         * MODULES.html.sh: Likewise.
57502         * build-aux/bootstrap.conf: Likewise.
57503         * build-aux/config.libpath: Likewise.
57504         * build-aux/csharpcomp.sh.in: Likewise.
57505         * build-aux/csharpexec.sh.in: Likewise.
57506         * build-aux/install-reloc: Likewise.
57507         * build-aux/javacomp.sh.in: Likewise.
57508         * build-aux/javaexec.sh.in: Likewise.
57509         * build-aux/ldd.sh.in: Likewise.
57510         * build-aux/reloc-ldflags: Likewise.
57511         * build-aux/relocatable.sh.in: Likewise.
57512         * build-aux/x-to-1.in: Likewise.
57513         * check-module: Likewise.
57514         * config/srclistvars.sh: Likewise.
57515         * gnulib-tool: Likewise.
57516         * lib/acl-internal.h: Likewise.
57517         * lib/acl.c: Likewise.
57518         * lib/acl.h: Likewise.
57519         * lib/acl_entries.c: Likewise.
57520         * lib/areadlink-with-size.c: Likewise.
57521         * lib/areadlink.c: Likewise.
57522         * lib/areadlink.h: Likewise.
57523         * lib/argmatch.c: Likewise.
57524         * lib/argmatch.h: Likewise.
57525         * lib/argp-ba.c: Likewise.
57526         * lib/argp-eexst.c: Likewise.
57527         * lib/argp-fmtstream.c: Likewise.
57528         * lib/argp-fmtstream.h: Likewise.
57529         * lib/argp-fs-xinl.c: Likewise.
57530         * lib/argp-help.c: Likewise.
57531         * lib/argp-namefrob.h: Likewise.
57532         * lib/argp-parse.c: Likewise.
57533         * lib/argp-pin.c: Likewise.
57534         * lib/argp-pv.c: Likewise.
57535         * lib/argp-pvh.c: Likewise.
57536         * lib/argp-xinl.c: Likewise.
57537         * lib/argp.h: Likewise.
57538         * lib/at-func.c: Likewise.
57539         * lib/atanl.c: Likewise.
57540         * lib/backupfile.c: Likewise.
57541         * lib/backupfile.h: Likewise.
57542         * lib/basename.c: Likewise.
57543         * lib/binary-io.h: Likewise.
57544         * lib/byteswap.in.h: Likewise.
57545         * lib/c-stack.c: Likewise.
57546         * lib/c-stack.h: Likewise.
57547         * lib/c-strcasestr.c: Likewise.
57548         * lib/c-strcasestr.h: Likewise.
57549         * lib/c-strstr.c: Likewise.
57550         * lib/c-strstr.h: Likewise.
57551         * lib/c-strtod.c: Likewise.
57552         * lib/calloc.c: Likewise.
57553         * lib/canon-host.c: Likewise.
57554         * lib/canon-host.h: Likewise.
57555         * lib/canonicalize-lgpl.c: Likewise.
57556         * lib/canonicalize.c: Likewise.
57557         * lib/canonicalize.h: Likewise.
57558         * lib/ceil.c: Likewise.
57559         * lib/ceilf.c: Likewise.
57560         * lib/ceill.c: Likewise.
57561         * lib/chdir-long.c: Likewise.
57562         * lib/chdir-long.h: Likewise.
57563         * lib/chdir-safer.c: Likewise.
57564         * lib/chdir-safer.h: Likewise.
57565         * lib/chown.c: Likewise.
57566         * lib/classpath.c: Likewise.
57567         * lib/classpath.h: Likewise.
57568         * lib/clean-temp.c: Likewise.
57569         * lib/clean-temp.h: Likewise.
57570         * lib/cloexec.c: Likewise.
57571         * lib/close-stream.c: Likewise.
57572         * lib/closein.c: Likewise.
57573         * lib/closein.h: Likewise.
57574         * lib/closeout.c: Likewise.
57575         * lib/closeout.h: Likewise.
57576         * lib/concat-filename.c: Likewise.
57577         * lib/copy-file.c: Likewise.
57578         * lib/copy-file.h: Likewise.
57579         * lib/count-one-bits.h: Likewise.
57580         * lib/crc.c: Likewise.
57581         * lib/crc.h: Likewise.
57582         * lib/creat-safer.c: Likewise.
57583         * lib/csharpcomp.c: Likewise.
57584         * lib/csharpcomp.h: Likewise.
57585         * lib/csharpexec.c: Likewise.
57586         * lib/csharpexec.h: Likewise.
57587         * lib/cycle-check.c: Likewise.
57588         * lib/cycle-check.h: Likewise.
57589         * lib/diacrit.c: Likewise.
57590         * lib/diacrit.h: Likewise.
57591         * lib/diffseq.h: Likewise.
57592         * lib/dirchownmod.c: Likewise.
57593         * lib/dirent.in.h: Likewise.
57594         * lib/dirfd.c: Likewise.
57595         * lib/dirfd.h: Likewise.
57596         * lib/dirname.c: Likewise.
57597         * lib/dirname.h: Likewise.
57598         * lib/dummy.c: Likewise.
57599         * lib/dup-safer.c: Likewise.
57600         * lib/dup2.c: Likewise.
57601         * lib/eealloc.h: Likewise.
57602         * lib/error.c: Likewise.
57603         * lib/error.h: Likewise.
57604         * lib/euidaccess.c: Likewise.
57605         * lib/exclude.c: Likewise.
57606         * lib/exclude.h: Likewise.
57607         * lib/execute.c: Likewise.
57608         * lib/execute.h: Likewise.
57609         * lib/exitfail.c: Likewise.
57610         * lib/exitfail.h: Likewise.
57611         * lib/expl.c: Likewise.
57612         * lib/fatal-signal.c: Likewise.
57613         * lib/fatal-signal.h: Likewise.
57614         * lib/fbufmode.c: Likewise.
57615         * lib/fbufmode.h: Likewise.
57616         * lib/fchdir.c: Likewise.
57617         * lib/fchmodat.c: Likewise.
57618         * lib/fchownat.c: Likewise.
57619         * lib/fcntl--.h: Likewise.
57620         * lib/fcntl-safer.h: Likewise.
57621         * lib/fcntl.in.h: Likewise.
57622         * lib/fd-safer.c: Likewise.
57623         * lib/fflush.c: Likewise.
57624         * lib/file-has-acl.c: Likewise.
57625         * lib/file-set.c: Likewise.
57626         * lib/file-type.c: Likewise.
57627         * lib/file-type.h: Likewise.
57628         * lib/fileblocks.c: Likewise.
57629         * lib/filemode.c: Likewise.
57630         * lib/filemode.h: Likewise.
57631         * lib/filename.h: Likewise.
57632         * lib/filenamecat.c: Likewise.
57633         * lib/filenamecat.h: Likewise.
57634         * lib/findprog.c: Likewise.
57635         * lib/findprog.h: Likewise.
57636         * lib/float.in.h: Likewise.
57637         * lib/floor.c: Likewise.
57638         * lib/floorf.c: Likewise.
57639         * lib/floorl.c: Likewise.
57640         * lib/fopen-safer.c: Likewise.
57641         * lib/fopen.c: Likewise.
57642         * lib/fpending.c: Likewise.
57643         * lib/fpending.h: Likewise.
57644         * lib/fprintf.c: Likewise.
57645         * lib/fprintftime.h: Likewise.
57646         * lib/fpucw.h: Likewise.
57647         * lib/fpurge.c: Likewise.
57648         * lib/fpurge.h: Likewise.
57649         * lib/freadable.c: Likewise.
57650         * lib/freadable.h: Likewise.
57651         * lib/freadahead.c: Likewise.
57652         * lib/freadahead.h: Likewise.
57653         * lib/freading.c: Likewise.
57654         * lib/freading.h: Likewise.
57655         * lib/free.c: Likewise.
57656         * lib/freopen.c: Likewise.
57657         * lib/frexp.c: Likewise.
57658         * lib/frexpl.c: Likewise.
57659         * lib/fseek.c: Likewise.
57660         * lib/fseterr.c: Likewise.
57661         * lib/fseterr.h: Likewise.
57662         * lib/fstatat.c: Likewise.
57663         * lib/fstrcmp.c: Likewise.
57664         * lib/fstrcmp.h: Likewise.
57665         * lib/fsusage.c: Likewise.
57666         * lib/fsusage.h: Likewise.
57667         * lib/ftell.c: Likewise.
57668         * lib/ftello.c: Likewise.
57669         * lib/fts-cycle.c: Likewise.
57670         * lib/fts.c: Likewise.
57671         * lib/fts_.h: Likewise.
57672         * lib/full-read.c: Likewise.
57673         * lib/full-read.h: Likewise.
57674         * lib/full-write.c: Likewise.
57675         * lib/full-write.h: Likewise.
57676         * lib/fwritable.c: Likewise.
57677         * lib/fwritable.h: Likewise.
57678         * lib/fwriteerror.c: Likewise.
57679         * lib/fwriteerror.h: Likewise.
57680         * lib/fwriting.c: Likewise.
57681         * lib/fwriting.h: Likewise.
57682         * lib/gcd.c: Likewise.
57683         * lib/gcd.h: Likewise.
57684         * lib/getcwd.c: Likewise.
57685         * lib/getdate.h: Likewise.
57686         * lib/getdate.y: Likewise.
57687         * lib/getdomainname.c: Likewise.
57688         * lib/getdomainname.h: Likewise.
57689         * lib/getgroups.c: Likewise.
57690         * lib/gethostname.c: Likewise.
57691         * lib/gethrxtime.c: Likewise.
57692         * lib/gethrxtime.h: Likewise.
57693         * lib/getloadavg.c: Likewise.
57694         * lib/getndelim2.c: Likewise.
57695         * lib/getndelim2.h: Likewise.
57696         * lib/getnline.c: Likewise.
57697         * lib/getnline.h: Likewise.
57698         * lib/getopt.c: Likewise.
57699         * lib/getopt.in.h: Likewise.
57700         * lib/getopt1.c: Likewise.
57701         * lib/getopt_int.h: Likewise.
57702         * lib/getpagesize.h: Likewise.
57703         * lib/getsubopt.c: Likewise.
57704         * lib/gettime.c: Likewise.
57705         * lib/getugroups.c: Likewise.
57706         * lib/getugroups.h: Likewise.
57707         * lib/getusershell.c: Likewise.
57708         * lib/gl_anyavltree_list1.h: Likewise.
57709         * lib/gl_anyavltree_list2.h: Likewise.
57710         * lib/gl_anyhash_list1.h: Likewise.
57711         * lib/gl_anyhash_list2.h: Likewise.
57712         * lib/gl_anylinked_list1.h: Likewise.
57713         * lib/gl_anylinked_list2.h: Likewise.
57714         * lib/gl_anyrbtree_list1.h: Likewise.
57715         * lib/gl_anyrbtree_list2.h: Likewise.
57716         * lib/gl_anytree_list1.h: Likewise.
57717         * lib/gl_anytree_list2.h: Likewise.
57718         * lib/gl_anytree_oset.h: Likewise.
57719         * lib/gl_anytreehash_list1.h: Likewise.
57720         * lib/gl_anytreehash_list2.h: Likewise.
57721         * lib/gl_array_list.c: Likewise.
57722         * lib/gl_array_list.h: Likewise.
57723         * lib/gl_array_oset.c: Likewise.
57724         * lib/gl_array_oset.h: Likewise.
57725         * lib/gl_avltree_list.c: Likewise.
57726         * lib/gl_avltree_list.h: Likewise.
57727         * lib/gl_avltree_oset.c: Likewise.
57728         * lib/gl_avltree_oset.h: Likewise.
57729         * lib/gl_avltreehash_list.c: Likewise.
57730         * lib/gl_avltreehash_list.h: Likewise.
57731         * lib/gl_carray_list.c: Likewise.
57732         * lib/gl_carray_list.h: Likewise.
57733         * lib/gl_linked_list.c: Likewise.
57734         * lib/gl_linked_list.h: Likewise.
57735         * lib/gl_linkedhash_list.c: Likewise.
57736         * lib/gl_linkedhash_list.h: Likewise.
57737         * lib/gl_list.c: Likewise.
57738         * lib/gl_list.h: Likewise.
57739         * lib/gl_oset.c: Likewise.
57740         * lib/gl_oset.h: Likewise.
57741         * lib/gl_rbtree_list.c: Likewise.
57742         * lib/gl_rbtree_list.h: Likewise.
57743         * lib/gl_rbtree_oset.c: Likewise.
57744         * lib/gl_rbtree_oset.h: Likewise.
57745         * lib/gl_rbtreehash_list.c: Likewise.
57746         * lib/gl_rbtreehash_list.h: Likewise.
57747         * lib/gl_sublist.c: Likewise.
57748         * lib/gl_sublist.h: Likewise.
57749         * lib/group-member.c: Likewise.
57750         * lib/group-member.h: Likewise.
57751         * lib/hard-locale.c: Likewise.
57752         * lib/hard-locale.h: Likewise.
57753         * lib/hash-pjw.c: Likewise.
57754         * lib/hash-pjw.h: Likewise.
57755         * lib/hash-triple.c: Likewise.
57756         * lib/hash.c: Likewise.
57757         * lib/hash.h: Likewise.
57758         * lib/human.c: Likewise.
57759         * lib/human.h: Likewise.
57760         * lib/i-ring.c: Likewise.
57761         * lib/i-ring.h: Likewise.
57762         * lib/idcache.c: Likewise.
57763         * lib/imaxabs.c: Likewise.
57764         * lib/imaxdiv.c: Likewise.
57765         * lib/inet_pton.c: Likewise.
57766         * lib/inet_pton.h: Likewise.
57767         * lib/intprops.h: Likewise.
57768         * lib/inttostr.c: Likewise.
57769         * lib/inttostr.h: Likewise.
57770         * lib/inttypes.in.h: Likewise.
57771         * lib/isapipe.c: Likewise.
57772         * lib/isdir.c: Likewise.
57773         * lib/isnan.c: Likewise.
57774         * lib/isnan.h: Likewise.
57775         * lib/isnanf.c: Likewise.
57776         * lib/isnanf.h: Likewise.
57777         * lib/isnanl-nolibm.h: Likewise.
57778         * lib/isnanl.c: Likewise.
57779         * lib/isnanl.h: Likewise.
57780         * lib/javacomp.c: Likewise.
57781         * lib/javacomp.h: Likewise.
57782         * lib/javaexec.c: Likewise.
57783         * lib/javaexec.h: Likewise.
57784         * lib/javaversion.c: Likewise.
57785         * lib/javaversion.h: Likewise.
57786         * lib/javaversion.java: Likewise.
57787         * lib/lbrkprop.h: Likewise.
57788         * lib/lchmod.h: Likewise.
57789         * lib/lchown.c: Likewise.
57790         * lib/ldexpl.c: Likewise.
57791         * lib/linebreak.c: Likewise.
57792         * lib/linebreak.h: Likewise.
57793         * lib/linebuffer.c: Likewise.
57794         * lib/linebuffer.h: Likewise.
57795         * lib/locale.in.h: Likewise.
57796         * lib/logl.c: Likewise.
57797         * lib/long-options.c: Likewise.
57798         * lib/long-options.h: Likewise.
57799         * lib/lstat.c: Likewise.
57800         * lib/lstat.h: Likewise.
57801         * lib/math.in.h: Likewise.
57802         * lib/mbchar.c: Likewise.
57803         * lib/mbchar.h: Likewise.
57804         * lib/mbfile.h: Likewise.
57805         * lib/mbiter.h: Likewise.
57806         * lib/mbscasecmp.c: Likewise.
57807         * lib/mbscasestr.c: Likewise.
57808         * lib/mbschr.c: Likewise.
57809         * lib/mbscspn.c: Likewise.
57810         * lib/mbslen.c: Likewise.
57811         * lib/mbsncasecmp.c: Likewise.
57812         * lib/mbsnlen.c: Likewise.
57813         * lib/mbspbrk.c: Likewise.
57814         * lib/mbspcasecmp.c: Likewise.
57815         * lib/mbsrchr.c: Likewise.
57816         * lib/mbssep.c: Likewise.
57817         * lib/mbsspn.c: Likewise.
57818         * lib/mbsstr.c: Likewise.
57819         * lib/mbstok_r.c: Likewise.
57820         * lib/mbswidth.c: Likewise.
57821         * lib/mbswidth.h: Likewise.
57822         * lib/mbuiter.h: Likewise.
57823         * lib/memcasecmp.c: Likewise.
57824         * lib/memcasecmp.h: Likewise.
57825         * lib/memchr.c: Likewise.
57826         * lib/memcmp.c: Likewise.
57827         * lib/memcoll.c: Likewise.
57828         * lib/memcoll.h: Likewise.
57829         * lib/memcpy.c: Likewise.
57830         * lib/memrchr.c: Likewise.
57831         * lib/mkancesdirs.c: Likewise.
57832         * lib/mkdir-p.c: Likewise.
57833         * lib/mkdir-p.h: Likewise.
57834         * lib/mkdir.c: Likewise.
57835         * lib/mkdirat.c: Likewise.
57836         * lib/mkdtemp.c: Likewise.
57837         * lib/mkstemp-safer.c: Likewise.
57838         * lib/mkstemp.c: Likewise.
57839         * lib/modechange.c: Likewise.
57840         * lib/modechange.h: Likewise.
57841         * lib/mountlist.c: Likewise.
57842         * lib/mountlist.h: Likewise.
57843         * lib/mpsort.c: Likewise.
57844         * lib/nanosleep.c: Likewise.
57845         * lib/obstack.c: Likewise.
57846         * lib/obstack.h: Likewise.
57847         * lib/open-safer.c: Likewise.
57848         * lib/open.c: Likewise.
57849         * lib/openat-die.c: Likewise.
57850         * lib/openat-priv.h: Likewise.
57851         * lib/openat-proc.c: Likewise.
57852         * lib/openat.c: Likewise.
57853         * lib/openat.h: Likewise.
57854         * lib/pagealign_alloc.c: Likewise.
57855         * lib/pagealign_alloc.h: Likewise.
57856         * lib/physmem.c: Likewise.
57857         * lib/physmem.h: Likewise.
57858         * lib/pipe-safer.c: Likewise.
57859         * lib/pipe.c: Likewise.
57860         * lib/pipe.h: Likewise.
57861         * lib/posixtm.c: Likewise.
57862         * lib/posixtm.h: Likewise.
57863         * lib/posixver.c: Likewise.
57864         * lib/printf-frexp.c: Likewise.
57865         * lib/printf-frexp.h: Likewise.
57866         * lib/printf-frexpl.c: Likewise.
57867         * lib/printf-frexpl.h: Likewise.
57868         * lib/printf.c: Likewise.
57869         * lib/progname.c: Likewise.
57870         * lib/progname.h: Likewise.
57871         * lib/progreloc.c: Likewise.
57872         * lib/putenv.c: Likewise.
57873         * lib/quote.c: Likewise.
57874         * lib/quote.h: Likewise.
57875         * lib/quotearg.c: Likewise.
57876         * lib/quotearg.h: Likewise.
57877         * lib/raise.c: Likewise.
57878         * lib/readline.c: Likewise.
57879         * lib/readline.h: Likewise.
57880         * lib/readlink.c: Likewise.
57881         * lib/readtokens.c: Likewise.
57882         * lib/readtokens.h: Likewise.
57883         * lib/readtokens0.c: Likewise.
57884         * lib/readtokens0.h: Likewise.
57885         * lib/readutmp.c: Likewise.
57886         * lib/readutmp.h: Likewise.
57887         * lib/realloc.c: Likewise.
57888         * lib/relocwrapper.c: Likewise.
57889         * lib/rename-dest-slash.c: Likewise.
57890         * lib/rename.c: Likewise.
57891         * lib/rmdir.c: Likewise.
57892         * lib/rpmatch.c: Likewise.
57893         * lib/safe-read.c: Likewise.
57894         * lib/safe-read.h: Likewise.
57895         * lib/safe-write.c: Likewise.
57896         * lib/safe-write.h: Likewise.
57897         * lib/same-inode.h: Likewise.
57898         * lib/same.c: Likewise.
57899         * lib/same.h: Likewise.
57900         * lib/save-cwd.c: Likewise.
57901         * lib/save-cwd.h: Likewise.
57902         * lib/savedir.c: Likewise.
57903         * lib/savedir.h: Likewise.
57904         * lib/savewd.c: Likewise.
57905         * lib/savewd.h: Likewise.
57906         * lib/search.in.h: Likewise.
57907         * lib/setenv.c: Likewise.
57908         * lib/setenv.h: Likewise.
57909         * lib/settime.c: Likewise.
57910         * lib/sh-quote.c: Likewise.
57911         * lib/sh-quote.h: Likewise.
57912         * lib/sig2str.c: Likewise.
57913         * lib/sig2str.h: Likewise.
57914         * lib/signal.in.h: Likewise.
57915         * lib/signbitd.c: Likewise.
57916         * lib/signbitf.c: Likewise.
57917         * lib/signbitl.c: Likewise.
57918         * lib/sigprocmask.c: Likewise.
57919         * lib/sincosl.c: Likewise.
57920         * lib/sleep.c: Likewise.
57921         * lib/sprintf.c: Likewise.
57922         * lib/sqrtl.c: Likewise.
57923         * lib/stat-time.h: Likewise.
57924         * lib/stdio--.h: Likewise.
57925         * lib/stdio-safer.h: Likewise.
57926         * lib/stdlib--.h: Likewise.
57927         * lib/stdlib-safer.h: Likewise.
57928         * lib/stdlib.in.h: Likewise.
57929         * lib/stpcpy.c: Likewise.
57930         * lib/stpncpy.c: Likewise.
57931         * lib/strchrnul.c: Likewise.
57932         * lib/strcspn.c: Likewise.
57933         * lib/strerror.c: Likewise.
57934         * lib/strftime.c: Likewise.
57935         * lib/strftime.h: Likewise.
57936         * lib/striconveh.c: Likewise.
57937         * lib/striconveh.h: Likewise.
57938         * lib/striconveha.c: Likewise.
57939         * lib/striconveha.h: Likewise.
57940         * lib/stripslash.c: Likewise.
57941         * lib/strnlen1.c: Likewise.
57942         * lib/strnlen1.h: Likewise.
57943         * lib/strtod.c: Likewise.
57944         * lib/strtoimax.c: Likewise.
57945         * lib/strtok_r.c: Likewise.
57946         * lib/strtol.c: Likewise.
57947         * lib/strtoll.c: Likewise.
57948         * lib/strtoul.c: Likewise.
57949         * lib/strtoull.c: Likewise.
57950         * lib/sysexits.in.h: Likewise.
57951         * lib/tempname.c: Likewise.
57952         * lib/tempname.h: Likewise.
57953         * lib/timespec.h: Likewise.
57954         * lib/tls.c: Likewise.
57955         * lib/tls.h: Likewise.
57956         * lib/tmpdir.c: Likewise.
57957         * lib/tmpdir.h: Likewise.
57958         * lib/tmpfile-safer.c: Likewise.
57959         * lib/tmpfile.c: Likewise.
57960         * lib/trigl.c: Likewise.
57961         * lib/trigl.h: Likewise.
57962         * lib/trim.c: Likewise.
57963         * lib/trim.h: Likewise.
57964         * lib/trunc.c: Likewise.
57965         * lib/truncf.c: Likewise.
57966         * lib/truncl.c: Likewise.
57967         * lib/tsearch.c: Likewise.
57968         * lib/unicodeio.c: Likewise.
57969         * lib/unicodeio.h: Likewise.
57970         * lib/unistd--.h: Likewise.
57971         * lib/unistd-safer.h: Likewise.
57972         * lib/unistdio/ulc-fprintf.c: Likewise.
57973         * lib/unistdio/ulc-vfprintf.c: Likewise.
57974         * lib/unlinkdir.c: Likewise.
57975         * lib/unlinkdir.h: Likewise.
57976         * lib/unlocked-io.h: Likewise.
57977         * lib/unsetenv.c: Likewise.
57978         * lib/userspec.c: Likewise.
57979         * lib/utime.c: Likewise.
57980         * lib/utimecmp.c: Likewise.
57981         * lib/utimecmp.h: Likewise.
57982         * lib/utimens.c: Likewise.
57983         * lib/verify.h: Likewise.
57984         * lib/verror.c: Likewise.
57985         * lib/verror.h: Likewise.
57986         * lib/version-etc-fsf.c: Likewise.
57987         * lib/version-etc.c: Likewise.
57988         * lib/version-etc.h: Likewise.
57989         * lib/vfprintf.c: Likewise.
57990         * lib/vprintf.c: Likewise.
57991         * lib/vsprintf.c: Likewise.
57992         * lib/w32spawn.h: Likewise.
57993         * lib/wait-process.c: Likewise.
57994         * lib/wait-process.h: Likewise.
57995         * lib/wcwidth.c: Likewise.
57996         * lib/write-any-file.c: Likewise.
57997         * lib/xalloc-die.c: Likewise.
57998         * lib/xalloc.h: Likewise.
57999         * lib/xasprintf.c: Likewise.
58000         * lib/xgetcwd.c: Likewise.
58001         * lib/xgetcwd.h: Likewise.
58002         * lib/xgetdomainname.c: Likewise.
58003         * lib/xgetdomainname.h: Likewise.
58004         * lib/xgethostname.c: Likewise.
58005         * lib/xmalloc.c: Likewise.
58006         * lib/xmalloca.c: Likewise.
58007         * lib/xmalloca.h: Likewise.
58008         * lib/xmemcoll.c: Likewise.
58009         * lib/xnanosleep.c: Likewise.
58010         * lib/xreadlink.c: Likewise.
58011         * lib/xreadlink.h: Likewise.
58012         * lib/xsetenv.c: Likewise.
58013         * lib/xsetenv.h: Likewise.
58014         * lib/xstriconv.c: Likewise.
58015         * lib/xstriconv.h: Likewise.
58016         * lib/xstrndup.c: Likewise.
58017         * lib/xstrndup.h: Likewise.
58018         * lib/xstrtod.c: Likewise.
58019         * lib/xstrtod.h: Likewise.
58020         * lib/xstrtol-error.c: Likewise.
58021         * lib/xstrtol.c: Likewise.
58022         * lib/xstrtol.h: Likewise.
58023         * lib/xtime.h: Likewise.
58024         * lib/xvasprintf.c: Likewise.
58025         * lib/xvasprintf.h: Likewise.
58026         * lib/yesno.c: Likewise.
58027         * lib/yesno.h: Likewise.
58028         * posix-modules: Likewise.
58029         * tests/test-alloca-opt.c: Likewise.
58030         * tests/test-arcfour.c: Likewise.
58031         * tests/test-arctwo.c: Likewise.
58032         * tests/test-argmatch.c: Likewise.
58033         * tests/test-argp-2.sh: Likewise.
58034         * tests/test-argp.c: Likewise.
58035         * tests/test-arpa_inet.c: Likewise.
58036         * tests/test-array_list.c: Likewise.
58037         * tests/test-array_oset.c: Likewise.
58038         * tests/test-atexit.c: Likewise.
58039         * tests/test-avltree_list.c: Likewise.
58040         * tests/test-avltree_oset.c: Likewise.
58041         * tests/test-avltreehash_list.c: Likewise.
58042         * tests/test-base64.c: Likewise.
58043         * tests/test-binary-io.c: Likewise.
58044         * tests/test-byteswap.c: Likewise.
58045         * tests/test-c-ctype.c: Likewise.
58046         * tests/test-c-strcasecmp.c: Likewise.
58047         * tests/test-c-strcasestr.c: Likewise.
58048         * tests/test-c-strncasecmp.c: Likewise.
58049         * tests/test-c-strstr.c: Likewise.
58050         * tests/test-canonicalize-lgpl.c: Likewise.
58051         * tests/test-canonicalize.c: Likewise.
58052         * tests/test-carray_list.c: Likewise.
58053         * tests/test-ceilf.c: Likewise.
58054         * tests/test-ceill.c: Likewise.
58055         * tests/test-count-one-bits.c: Likewise.
58056         * tests/test-crc.c: Likewise.
58057         * tests/test-dirname.c: Likewise.
58058         * tests/test-fbufmode.c: Likewise.
58059         * tests/test-fcntl.c: Likewise.
58060         * tests/test-fflush.c: Likewise.
58061         * tests/test-floorf.c: Likewise.
58062         * tests/test-floorl.c: Likewise.
58063         * tests/test-fopen.c: Likewise.
58064         * tests/test-fprintf-posix.c: Likewise.
58065         * tests/test-fprintf-posix.h: Likewise.
58066         * tests/test-fpurge.c: Likewise.
58067         * tests/test-freadable.c: Likewise.
58068         * tests/test-freadahead.c: Likewise.
58069         * tests/test-freading.c: Likewise.
58070         * tests/test-freopen.c: Likewise.
58071         * tests/test-frexp.c: Likewise.
58072         * tests/test-frexpl.c: Likewise.
58073         * tests/test-fseek.c: Likewise.
58074         * tests/test-fseeko.c: Likewise.
58075         * tests/test-fseterr.c: Likewise.
58076         * tests/test-fstrcmp.c: Likewise.
58077         * tests/test-ftell.c: Likewise.
58078         * tests/test-ftello.c: Likewise.
58079         * tests/test-fwritable.c: Likewise.
58080         * tests/test-fwriting.c: Likewise.
58081         * tests/test-getaddrinfo.c: Likewise.
58082         * tests/test-getpass.c: Likewise.
58083         * tests/test-gettimeofday.c: Likewise.
58084         * tests/test-hmac-md5.c: Likewise.
58085         * tests/test-hmac-sha1.c: Likewise.
58086         * tests/test-iconv.c: Likewise.
58087         * tests/test-iconvme.c: Likewise.
58088         * tests/test-inttypes.c: Likewise.
58089         * tests/test-isnan.c: Likewise.
58090         * tests/test-isnanf.c: Likewise.
58091         * tests/test-isnanl-nolibm.c: Likewise.
58092         * tests/test-isnanl.c: Likewise.
58093         * tests/test-isnanl.h: Likewise.
58094         * tests/test-ldexpl.c: Likewise.
58095         * tests/test-linked_list.c: Likewise.
58096         * tests/test-linkedhash_list.c: Likewise.
58097         * tests/test-locale.c: Likewise.
58098         * tests/test-localename.c: Likewise.
58099         * tests/test-lock.c: Likewise.
58100         * tests/test-lseek.c: Likewise.
58101         * tests/test-malloca.c: Likewise.
58102         * tests/test-math.c: Likewise.
58103         * tests/test-mbscasecmp.c: Likewise.
58104         * tests/test-mbscasestr1.c: Likewise.
58105         * tests/test-mbscasestr2.c: Likewise.
58106         * tests/test-mbscasestr3.c: Likewise.
58107         * tests/test-mbscasestr4.c: Likewise.
58108         * tests/test-mbschr.c: Likewise.
58109         * tests/test-mbscspn.c: Likewise.
58110         * tests/test-mbsncasecmp.c: Likewise.
58111         * tests/test-mbspbrk.c: Likewise.
58112         * tests/test-mbspcasecmp.c: Likewise.
58113         * tests/test-mbsrchr.c: Likewise.
58114         * tests/test-mbsspn.c: Likewise.
58115         * tests/test-mbsstr1.c: Likewise.
58116         * tests/test-mbsstr2.c: Likewise.
58117         * tests/test-mbsstr3.c: Likewise.
58118         * tests/test-md5.c: Likewise.
58119         * tests/test-memmem.c: Likewise.
58120         * tests/test-netinet_in.c: Likewise.
58121         * tests/test-open.c: Likewise.
58122         * tests/test-printf-frexp.c: Likewise.
58123         * tests/test-printf-frexpl.c: Likewise.
58124         * tests/test-printf-posix.c: Likewise.
58125         * tests/test-printf-posix.h: Likewise.
58126         * tests/test-rbtree_list.c: Likewise.
58127         * tests/test-rbtree_oset.c: Likewise.
58128         * tests/test-rbtreehash_list.c: Likewise.
58129         * tests/test-read-file.c: Likewise.
58130         * tests/test-rijndael.c: Likewise.
58131         * tests/test-search.c: Likewise.
58132         * tests/test-signbit.c: Likewise.
58133         * tests/test-sleep.c: Likewise.
58134         * tests/test-snprintf-posix.c: Likewise.
58135         * tests/test-snprintf-posix.h: Likewise.
58136         * tests/test-snprintf.c: Likewise.
58137         * tests/test-sprintf-posix.c: Likewise.
58138         * tests/test-sprintf-posix.h: Likewise.
58139         * tests/test-stat-time.c: Likewise.
58140         * tests/test-stdbool.c: Likewise.
58141         * tests/test-stdint.c: Likewise.
58142         * tests/test-stdio.c: Likewise.
58143         * tests/test-stdlib.c: Likewise.
58144         * tests/test-stpncpy.c: Likewise.
58145         * tests/test-strcasestr.c: Likewise.
58146         * tests/test-striconv.c: Likewise.
58147         * tests/test-striconveh.c: Likewise.
58148         * tests/test-striconveha.c: Likewise.
58149         * tests/test-string.c: Likewise.
58150         * tests/test-sys_select.c: Likewise.
58151         * tests/test-sys_socket.c: Likewise.
58152         * tests/test-sys_stat.c: Likewise.
58153         * tests/test-sys_time.c: Likewise.
58154         * tests/test-sysexits.c: Likewise.
58155         * tests/test-time.c: Likewise.
58156         * tests/test-tls.c: Likewise.
58157         * tests/test-trunc.c: Likewise.
58158         * tests/test-truncf.c: Likewise.
58159         * tests/test-truncl.c: Likewise.
58160         * tests/test-unistd.c: Likewise.
58161         * tests/test-vasnprintf-posix.c: Likewise.
58162         * tests/test-vasnprintf-posix2.c: Likewise.
58163         * tests/test-vasnprintf.c: Likewise.
58164         * tests/test-vasprintf-posix.c: Likewise.
58165         * tests/test-vasprintf.c: Likewise.
58166         * tests/test-verify.c: Likewise.
58167         * tests/test-vfprintf-posix.c: Likewise.
58168         * tests/test-vprintf-posix.c: Likewise.
58169         * tests/test-vsnprintf-posix.c: Likewise.
58170         * tests/test-vsnprintf.c: Likewise.
58171         * tests/test-vsprintf-posix.c: Likewise.
58172         * tests/test-wchar.c: Likewise.
58173         * tests/test-wctype.c: Likewise.
58174         * tests/test-wcwidth.c: Likewise.
58175         * tests/test-xstrtol.c: Likewise.
58176         * tests/test-xvasprintf.c: Likewise.
58177         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
58178         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
58179         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
58180         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
58181         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
58182         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
58183         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
58184         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
58185         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
58186         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
58187         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
58188         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
58189         * tests/uniname/test-uninames.c: Likewise.
58190         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
58191         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
58192         * tests/unistdio/test-u16-printf1.h: Likewise.
58193         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
58194         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
58195         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
58196         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
58197         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
58198         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
58199         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
58200         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
58201         * tests/unistdio/test-u32-printf1.h: Likewise.
58202         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
58203         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
58204         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
58205         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
58206         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
58207         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
58208         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
58209         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
58210         * tests/unistdio/test-u8-printf1.h: Likewise.
58211         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
58212         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
58213         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
58214         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
58215         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
58216         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
58217         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
58218         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
58219         * tests/unistdio/test-ulc-printf1.h: Likewise.
58220         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
58221         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
58222         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
58223         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
58224         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
58225         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
58226         * tests/uniwidth/test-u16-strwidth.c: Likewise.
58227         * tests/uniwidth/test-u16-width.c: Likewise.
58228         * tests/uniwidth/test-u32-strwidth.c: Likewise.
58229         * tests/uniwidth/test-u32-width.c: Likewise.
58230         * tests/uniwidth/test-u8-strwidth.c: Likewise.
58231         * tests/uniwidth/test-u8-width.c: Likewise.
58232         * tests/uniwidth/test-uc_width.c: Likewise.
58233         * config/srclist-update: Likewise.
58234         (fixlicense): Update to GPLv3+.
58235
58236         Change copyright notice from LGPLv2.1+ to LGPLv3+.
58237         * tests/test-tsearch.c: Change copyright notice.
58238
58239         Change copyright notice from LGPLv2.0+ to LGPLv3+.
58240         * lib/c-strcaseeq.h: Change copyright notice.
58241         * lib/streq.h: Likewise.
58242         * lib/uniconv.h: Likewise.
58243         * lib/uniconv/u-conv-from-enc.h: Likewise.
58244         * lib/uniconv/u-conv-to-enc.h: Likewise.
58245         * lib/uniconv/u-strconv-from-enc.h: Likewise.
58246         * lib/uniconv/u-strconv-to-enc.h: Likewise.
58247         * lib/uniconv/u16-conv-from-enc.c: Likewise.
58248         * lib/uniconv/u16-conv-to-enc.c: Likewise.
58249         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
58250         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
58251         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
58252         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
58253         * lib/uniconv/u32-conv-from-enc.c: Likewise.
58254         * lib/uniconv/u32-conv-to-enc.c: Likewise.
58255         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
58256         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
58257         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
58258         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
58259         * lib/uniconv/u8-conv-from-enc.c: Likewise.
58260         * lib/uniconv/u8-conv-to-enc.c: Likewise.
58261         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
58262         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
58263         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
58264         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
58265         * lib/uniname.h: Likewise.
58266         * lib/uniname/uniname.c: Likewise.
58267         * lib/unistdio.h: Likewise.
58268         * lib/unistdio/u-asnprintf.h: Likewise.
58269         * lib/unistdio/u-asprintf.h: Likewise.
58270         * lib/unistdio/u-printf-args.c: Likewise.
58271         * lib/unistdio/u-printf-args.h: Likewise.
58272         * lib/unistdio/u-printf-parse.h: Likewise.
58273         * lib/unistdio/u-snprintf.h: Likewise.
58274         * lib/unistdio/u-sprintf.h: Likewise.
58275         * lib/unistdio/u-vasprintf.h: Likewise.
58276         * lib/unistdio/u-vsnprintf.h: Likewise.
58277         * lib/unistdio/u-vsprintf.h: Likewise.
58278         * lib/unistdio/u16-asnprintf.c: Likewise.
58279         * lib/unistdio/u16-asprintf.c: Likewise.
58280         * lib/unistdio/u16-printf-parse.c: Likewise.
58281         * lib/unistdio/u16-snprintf.c: Likewise.
58282         * lib/unistdio/u16-sprintf.c: Likewise.
58283         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
58284         * lib/unistdio/u16-u16-asprintf.c: Likewise.
58285         * lib/unistdio/u16-u16-snprintf.c: Likewise.
58286         * lib/unistdio/u16-u16-sprintf.c: Likewise.
58287         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
58288         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
58289         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
58290         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
58291         * lib/unistdio/u16-vasnprintf.c: Likewise.
58292         * lib/unistdio/u16-vasprintf.c: Likewise.
58293         * lib/unistdio/u16-vsnprintf.c: Likewise.
58294         * lib/unistdio/u16-vsprintf.c: Likewise.
58295         * lib/unistdio/u32-asnprintf.c: Likewise.
58296         * lib/unistdio/u32-asprintf.c: Likewise.
58297         * lib/unistdio/u32-printf-parse.c: Likewise.
58298         * lib/unistdio/u32-snprintf.c: Likewise.
58299         * lib/unistdio/u32-sprintf.c: Likewise.
58300         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
58301         * lib/unistdio/u32-u32-asprintf.c: Likewise.
58302         * lib/unistdio/u32-u32-snprintf.c: Likewise.
58303         * lib/unistdio/u32-u32-sprintf.c: Likewise.
58304         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
58305         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
58306         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
58307         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
58308         * lib/unistdio/u32-vasnprintf.c: Likewise.
58309         * lib/unistdio/u32-vasprintf.c: Likewise.
58310         * lib/unistdio/u32-vsnprintf.c: Likewise.
58311         * lib/unistdio/u32-vsprintf.c: Likewise.
58312         * lib/unistdio/u8-asnprintf.c: Likewise.
58313         * lib/unistdio/u8-asprintf.c: Likewise.
58314         * lib/unistdio/u8-printf-parse.c: Likewise.
58315         * lib/unistdio/u8-snprintf.c: Likewise.
58316         * lib/unistdio/u8-sprintf.c: Likewise.
58317         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
58318         * lib/unistdio/u8-u8-asprintf.c: Likewise.
58319         * lib/unistdio/u8-u8-snprintf.c: Likewise.
58320         * lib/unistdio/u8-u8-sprintf.c: Likewise.
58321         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
58322         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
58323         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
58324         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
58325         * lib/unistdio/u8-vasnprintf.c: Likewise.
58326         * lib/unistdio/u8-vasprintf.c: Likewise.
58327         * lib/unistdio/u8-vsnprintf.c: Likewise.
58328         * lib/unistdio/u8-vsprintf.c: Likewise.
58329         * lib/unistdio/ulc-asnprintf.c: Likewise.
58330         * lib/unistdio/ulc-asprintf.c: Likewise.
58331         * lib/unistdio/ulc-printf-parse.c: Likewise.
58332         * lib/unistdio/ulc-snprintf.c: Likewise.
58333         * lib/unistdio/ulc-sprintf.c: Likewise.
58334         * lib/unistdio/ulc-vasnprintf.c: Likewise.
58335         * lib/unistdio/ulc-vasprintf.c: Likewise.
58336         * lib/unistdio/ulc-vsnprintf.c: Likewise.
58337         * lib/unistdio/ulc-vsprintf.c: Likewise.
58338         * lib/unistr.h: Likewise.
58339         * lib/unistr/u-cpy-alloc.h: Likewise.
58340         * lib/unistr/u-cpy.h: Likewise.
58341         * lib/unistr/u-endswith.h: Likewise.
58342         * lib/unistr/u-move.h: Likewise.
58343         * lib/unistr/u-set.h: Likewise.
58344         * lib/unistr/u-startswith.h: Likewise.
58345         * lib/unistr/u-stpcpy.h: Likewise.
58346         * lib/unistr/u-stpncpy.h: Likewise.
58347         * lib/unistr/u-strcat.h: Likewise.
58348         * lib/unistr/u-strcpy.h: Likewise.
58349         * lib/unistr/u-strcspn.h: Likewise.
58350         * lib/unistr/u-strdup.h: Likewise.
58351         * lib/unistr/u-strlen.h: Likewise.
58352         * lib/unistr/u-strncat.h: Likewise.
58353         * lib/unistr/u-strncpy.h: Likewise.
58354         * lib/unistr/u-strnlen.h: Likewise.
58355         * lib/unistr/u-strpbrk.h: Likewise.
58356         * lib/unistr/u-strspn.h: Likewise.
58357         * lib/unistr/u-strstr.h: Likewise.
58358         * lib/unistr/u-strtok.h: Likewise.
58359         * lib/unistr/u16-check.c: Likewise.
58360         * lib/unistr/u16-chr.c: Likewise.
58361         * lib/unistr/u16-cmp.c: Likewise.
58362         * lib/unistr/u16-cpy-alloc.c: Likewise.
58363         * lib/unistr/u16-cpy.c: Likewise.
58364         * lib/unistr/u16-endswith.c: Likewise.
58365         * lib/unistr/u16-mblen.c: Likewise.
58366         * lib/unistr/u16-mbsnlen.c: Likewise.
58367         * lib/unistr/u16-mbtouc-aux.c: Likewise.
58368         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
58369         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
58370         * lib/unistr/u16-mbtouc.c: Likewise.
58371         * lib/unistr/u16-mbtoucr.c: Likewise.
58372         * lib/unistr/u16-move.c: Likewise.
58373         * lib/unistr/u16-next.c: Likewise.
58374         * lib/unistr/u16-prev.c: Likewise.
58375         * lib/unistr/u16-set.c: Likewise.
58376         * lib/unistr/u16-startswith.c: Likewise.
58377         * lib/unistr/u16-stpcpy.c: Likewise.
58378         * lib/unistr/u16-stpncpy.c: Likewise.
58379         * lib/unistr/u16-strcat.c: Likewise.
58380         * lib/unistr/u16-strchr.c: Likewise.
58381         * lib/unistr/u16-strcmp.c: Likewise.
58382         * lib/unistr/u16-strcpy.c: Likewise.
58383         * lib/unistr/u16-strcspn.c: Likewise.
58384         * lib/unistr/u16-strdup.c: Likewise.
58385         * lib/unistr/u16-strlen.c: Likewise.
58386         * lib/unistr/u16-strmblen.c: Likewise.
58387         * lib/unistr/u16-strmbtouc.c: Likewise.
58388         * lib/unistr/u16-strncat.c: Likewise.
58389         * lib/unistr/u16-strncmp.c: Likewise.
58390         * lib/unistr/u16-strncpy.c: Likewise.
58391         * lib/unistr/u16-strnlen.c: Likewise.
58392         * lib/unistr/u16-strpbrk.c: Likewise.
58393         * lib/unistr/u16-strrchr.c: Likewise.
58394         * lib/unistr/u16-strspn.c: Likewise.
58395         * lib/unistr/u16-strstr.c: Likewise.
58396         * lib/unistr/u16-strtok.c: Likewise.
58397         * lib/unistr/u16-to-u32.c: Likewise.
58398         * lib/unistr/u16-to-u8.c: Likewise.
58399         * lib/unistr/u16-uctomb-aux.c: Likewise.
58400         * lib/unistr/u16-uctomb.c: Likewise.
58401         * lib/unistr/u32-check.c: Likewise.
58402         * lib/unistr/u32-chr.c: Likewise.
58403         * lib/unistr/u32-cmp.c: Likewise.
58404         * lib/unistr/u32-cpy-alloc.c: Likewise.
58405         * lib/unistr/u32-cpy.c: Likewise.
58406         * lib/unistr/u32-endswith.c: Likewise.
58407         * lib/unistr/u32-mblen.c: Likewise.
58408         * lib/unistr/u32-mbsnlen.c: Likewise.
58409         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
58410         * lib/unistr/u32-mbtouc.c: Likewise.
58411         * lib/unistr/u32-mbtoucr.c: Likewise.
58412         * lib/unistr/u32-move.c: Likewise.
58413         * lib/unistr/u32-next.c: Likewise.
58414         * lib/unistr/u32-prev.c: Likewise.
58415         * lib/unistr/u32-set.c: Likewise.
58416         * lib/unistr/u32-startswith.c: Likewise.
58417         * lib/unistr/u32-stpcpy.c: Likewise.
58418         * lib/unistr/u32-stpncpy.c: Likewise.
58419         * lib/unistr/u32-strcat.c: Likewise.
58420         * lib/unistr/u32-strchr.c: Likewise.
58421         * lib/unistr/u32-strcmp.c: Likewise.
58422         * lib/unistr/u32-strcpy.c: Likewise.
58423         * lib/unistr/u32-strcspn.c: Likewise.
58424         * lib/unistr/u32-strdup.c: Likewise.
58425         * lib/unistr/u32-strlen.c: Likewise.
58426         * lib/unistr/u32-strmblen.c: Likewise.
58427         * lib/unistr/u32-strmbtouc.c: Likewise.
58428         * lib/unistr/u32-strncat.c: Likewise.
58429         * lib/unistr/u32-strncmp.c: Likewise.
58430         * lib/unistr/u32-strncpy.c: Likewise.
58431         * lib/unistr/u32-strnlen.c: Likewise.
58432         * lib/unistr/u32-strpbrk.c: Likewise.
58433         * lib/unistr/u32-strrchr.c: Likewise.
58434         * lib/unistr/u32-strspn.c: Likewise.
58435         * lib/unistr/u32-strstr.c: Likewise.
58436         * lib/unistr/u32-strtok.c: Likewise.
58437         * lib/unistr/u32-to-u16.c: Likewise.
58438         * lib/unistr/u32-to-u8.c: Likewise.
58439         * lib/unistr/u32-uctomb.c: Likewise.
58440         * lib/unistr/u8-check.c: Likewise.
58441         * lib/unistr/u8-chr.c: Likewise.
58442         * lib/unistr/u8-cmp.c: Likewise.
58443         * lib/unistr/u8-cpy-alloc.c: Likewise.
58444         * lib/unistr/u8-cpy.c: Likewise.
58445         * lib/unistr/u8-endswith.c: Likewise.
58446         * lib/unistr/u8-mblen.c: Likewise.
58447         * lib/unistr/u8-mbsnlen.c: Likewise.
58448         * lib/unistr/u8-mbtouc-aux.c: Likewise.
58449         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
58450         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
58451         * lib/unistr/u8-mbtouc.c: Likewise.
58452         * lib/unistr/u8-mbtoucr.c: Likewise.
58453         * lib/unistr/u8-move.c: Likewise.
58454         * lib/unistr/u8-next.c: Likewise.
58455         * lib/unistr/u8-prev.c: Likewise.
58456         * lib/unistr/u8-set.c: Likewise.
58457         * lib/unistr/u8-startswith.c: Likewise.
58458         * lib/unistr/u8-stpcpy.c: Likewise.
58459         * lib/unistr/u8-stpncpy.c: Likewise.
58460         * lib/unistr/u8-strcat.c: Likewise.
58461         * lib/unistr/u8-strchr.c: Likewise.
58462         * lib/unistr/u8-strcmp.c: Likewise.
58463         * lib/unistr/u8-strcpy.c: Likewise.
58464         * lib/unistr/u8-strcspn.c: Likewise.
58465         * lib/unistr/u8-strdup.c: Likewise.
58466         * lib/unistr/u8-strlen.c: Likewise.
58467         * lib/unistr/u8-strmblen.c: Likewise.
58468         * lib/unistr/u8-strmbtouc.c: Likewise.
58469         * lib/unistr/u8-strncat.c: Likewise.
58470         * lib/unistr/u8-strncmp.c: Likewise.
58471         * lib/unistr/u8-strncpy.c: Likewise.
58472         * lib/unistr/u8-strnlen.c: Likewise.
58473         * lib/unistr/u8-strpbrk.c: Likewise.
58474         * lib/unistr/u8-strrchr.c: Likewise.
58475         * lib/unistr/u8-strspn.c: Likewise.
58476         * lib/unistr/u8-strstr.c: Likewise.
58477         * lib/unistr/u8-strtok.c: Likewise.
58478         * lib/unistr/u8-to-u16.c: Likewise.
58479         * lib/unistr/u8-to-u32.c: Likewise.
58480         * lib/unistr/u8-uctomb-aux.c: Likewise.
58481         * lib/unistr/u8-uctomb.c: Likewise.
58482         * lib/unitypes.h: Likewise.
58483         * lib/uniwidth.h: Likewise.
58484         * lib/uniwidth/cjk.h: Likewise.
58485         * lib/uniwidth/u16-strwidth.c: Likewise.
58486         * lib/uniwidth/u16-width.c: Likewise.
58487         * lib/uniwidth/u32-strwidth.c: Likewise.
58488         * lib/uniwidth/u32-width.c: Likewise.
58489         * lib/uniwidth/u8-strwidth.c: Likewise.
58490         * lib/uniwidth/u8-width.c: Likewise.
58491         * lib/uniwidth/width.c: Likewise.
58492
58493 2007-10-07  Bruno Haible  <bruno@clisp.org>
58494
58495         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
58496         The file is still under LGPL (see modules/inttypes).
58497
58498 2007-10-06  Bruno Haible  <bruno@clisp.org>
58499
58500         * modules/trunc (Dependencies): Add 'extensions'.
58501         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
58502         Reported by Ben Pfaff <blp@gnu.org>.
58503
58504 2007-10-06  Bruno Haible  <bruno@clisp.org>
58505
58506         * modules/freopen-tests: New file.
58507         * tests/test-freopen.c: New file.
58508
58509         * modules/fopen-tests: New file.
58510         * tests/test-fopen.c: New file.
58511
58512         * modules/fopen: New file.
58513         * lib/fopen.c: New file.
58514         * m4/fopen.m4: New file.
58515         * modules/freopen: New file.
58516         * lib/freopen.c: New file.
58517         * m4/freopen.m4: New file.
58518         * lib/stdio.in.h (fopen, freopen): New declarations.
58519         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
58520         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
58521         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
58522         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
58523         * doc/functions/fopen.texi: Mention the 'fopen' module.
58524         * doc/functions/freopen.texi: Mention the 'freopen' module.
58525
58526 2007-10-06  Bruno Haible  <bruno@clisp.org>
58527
58528         * modules/open-tests: New file.
58529         * tests/test-open.c: New file.
58530
58531         * modules/open: New file.
58532         * lib/open.c: New file.
58533         * m4/open.m4: New file.
58534         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
58535         lib/open.c does.
58536         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
58537         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
58538         macros.
58539         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
58540         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
58541         REPLACE_OPEN.
58542         * doc/functions/open.texi: Mention the 'open' module.
58543
58544 2007-10-04  Bruno Haible  <bruno@clisp.org>
58545
58546         * modules/ceill-tests: New file.
58547         * tests/test-ceill.c: New file.
58548
58549         * modules/ceill: New file.
58550         * lib/ceill.c: Replace entire file.
58551         * m4/ceill.m4: New file.
58552         * lib/math.in.h (ceill): Replace declaration.
58553         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
58554         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
58555         * doc/functions/ceill.texi: Mention the 'ceill' module.
58556         * modules/mathl (Files): Remove lib/ceill.c.
58557         (Depends-on): Add ceill.
58558
58559 2007-10-04  Bruno Haible  <bruno@clisp.org>
58560
58561         * modules/ceilf-tests: New file.
58562         * tests/test-ceilf.c: New file.
58563
58564         * modules/ceilf: New file.
58565         * lib/ceil.c: New file.
58566         * lib/ceilf.c: New file.
58567         * m4/ceilf.m4: New file.
58568         * lib/math.in.h (ceilf): New declaration.
58569         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
58570         HAVE_DECL_CEILF.
58571         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
58572         HAVE_DECL_CEILF.
58573         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
58574
58575 2007-10-04  Bruno Haible  <bruno@clisp.org>
58576
58577         * modules/floorl-tests: New file.
58578         * tests/test-floorl.c: New file.
58579
58580         * modules/floorl: New file.
58581         * lib/floorl.c: Replace entire file.
58582         * m4/floorl.m4: New file.
58583         * lib/math.in.h (floorl): Replace declaration.
58584         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
58585         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
58586         * doc/functions/floorl.texi: Mention the 'floorl' module.
58587         * modules/mathl (Files): Remove lib/floorl.c.
58588         (Depends-on): Add floorl.
58589
58590 2007-10-04  Bruno Haible  <bruno@clisp.org>
58591
58592         * modules/floorf-tests: New file.
58593         * tests/test-floorf.c: New file.
58594
58595         * modules/floorf: New file.
58596         * lib/floor.c: New file.
58597         * lib/floorf.c: New file.
58598         * m4/floorf.m4: New file.
58599         * lib/math.in.h (floorf): New declaration.
58600         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
58601         HAVE_DECL_FLOORF.
58602         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
58603         HAVE_DECL_FLOORF.
58604         * doc/functions/floorf.texi: Mention the 'floorf' module.
58605
58606 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
58607             Bruno Haible  <bruno@clisp.org>
58608
58609         Advertise for the Git server instead of the CVS server.
58610         * doc/gnulib-intro.texi (Steady Development): Mention the Git
58611         repository instead of the CVS one.
58612         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
58613         about all VCS systems generically.
58614         * doc/gnulib.texi (Introduction): Capitalize `Git'.
58615
58616 2007-10-04  Bruno Haible  <bruno@clisp.org>
58617
58618         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
58619         means.
58620         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
58621
58622 2007-10-04  Bruno Haible  <bruno@clisp.org>
58623
58624         * modules/truncl-tests: New file.
58625         * tests/test-truncl.c: New file.
58626
58627         * modules/truncl: New file.
58628         * lib/truncl.c: New file.
58629         * m4/truncl.m4: New file.
58630         * lib/math.in.h (truncl): New declaration.
58631         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
58632         HAVE_DECL_TRUNCL.
58633         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
58634         HAVE_DECL_TRUNCL.
58635         * doc/functions/truncl.texi: Mention the 'truncl' module.
58636
58637 2007-10-04  Bruno Haible  <bruno@clisp.org>
58638
58639         * modules/truncf-tests: New file.
58640         * tests/test-truncf.c: New file.
58641
58642         * modules/truncf: New file.
58643         * lib/trunc.c: Make paramerizable through USE_* macros.
58644         * lib/truncf.c: New file.
58645         * m4/truncf.m4: New file.
58646         * lib/math.in.h (truncf): New declaration.
58647         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
58648         HAVE_DECL_TRUNCF.
58649         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
58650         HAVE_DECL_TRUNCF.
58651         * doc/functions/truncf.texi: Mention the 'truncf' module.
58652
58653 2007-10-03  Bruno Haible  <bruno@clisp.org>
58654
58655         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
58656         augmentation also for tests modules.
58657         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
58658         * modules/atexit-tests (Makefile.am): Likewise.
58659         * modules/binary-io-tests (Makefile.am): Likewise.
58660         * modules/c-strcase-tests (Makefile.am): Likewise.
58661         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
58662         * modules/canonicalize-tests (Makefile.am): Likewise.
58663         * modules/closein-tests (Makefile.am): Likewise.
58664         * modules/fprintf-posix-tests (Makefile.am): Likewise.
58665         * modules/freadahead-tests (Makefile.am): Likewise.
58666         * modules/fseek-tests (Makefile.am): Likewise.
58667         * modules/fseeko-tests (Makefile.am): Likewise.
58668         * modules/ftell-tests (Makefile.am): Likewise.
58669         * modules/ftello-tests (Makefile.am): Likewise.
58670         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
58671         * modules/isnanl-tests (Makefile.am): Likewise.
58672         * modules/lseek-tests (Makefile.am): Likewise.
58673         * modules/mbscasecmp-tests (Makefile.am): Likewise.
58674         * modules/mbscasestr-tests (Makefile.am): Likewise.
58675         * modules/mbschr-tests (Makefile.am): Likewise.
58676         * modules/mbscspn-tests (Makefile.am): Likewise.
58677         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
58678         * modules/mbspbrk-tests (Makefile.am): Likewise.
58679         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
58680         * modules/mbsrchr-tests (Makefile.am): Likewise.
58681         * modules/mbsspn-tests (Makefile.am): Likewise.
58682         * modules/mbsstr-tests (Makefile.am): Likewise.
58683         * modules/printf-posix-tests (Makefile.am): Likewise.
58684         * modules/snprintf-posix-tests (Makefile.am): Likewise.
58685         * modules/sprintf-posix-tests (Makefile.am): Likewise.
58686         * modules/tsearch-tests (Makefile.am): Likewise.
58687         * modules/uniname/uniname-tests (Makefile.am): Likewise.
58688         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
58689         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
58690         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
58691         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
58692         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
58693         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
58694         * modules/vprintf-posix-tests (Makefile.am): Likewise.
58695         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
58696         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
58697         * modules/xstrtoimax-tests (Makefile.am): Likewise.
58698         * modules/xstrtol-tests (Makefile.am): Likewise.
58699         * modules/xstrtoumax-tests (Makefile.am): Likewise.
58700         * modules/yesno-tests (Makefile.am): Likewise.
58701
58702 2007-10-03  Bruno Haible  <bruno@clisp.org>
58703
58704         * modules/trunc-tests: New file.
58705         * tests/test-trunc.c: New file.
58706
58707         * modules/trunc: New file.
58708         * lib/trunc.c: New file.
58709         * m4/trunc.m4: New file.
58710         * lib/math.in.h (trunc): New declaration.
58711         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
58712         HAVE_DECL_TRUNC.
58713         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
58714         HAVE_DECL_TRUNC.
58715         * doc/functions/trunc.texi: Mention the 'trunc' module.
58716
58717 2007-10-03  Bruno Haible  <bruno@clisp.org>
58718
58719         * tests/test-fpending.c: New file, mostly copied
58720         from coreutils/lib/t-fpending.c.
58721         * modules/fpending-tests: New file.
58722
58723 2007-10-03  Bruno Haible  <bruno@clisp.org>
58724
58725         Port the stdio extensions to QNX (untested).
58726         * lib/fseterr.c (fseterr): Add support for QNX.
58727         * lib/fbufmode.c (fbufmode): Likewise.
58728         * lib/freadable.c (freadable): Likewise.
58729         * lib/fwritable.c (fwritable): Likewise.
58730         * lib/freading.c (freading): Likewise.
58731         * lib/fwriting.c (fwriting): Likewise.
58732         * lib/freadahead.c (freadahed): Likewise.
58733         * lib/fpurge.c (fpurge): Likewise.
58734         * lib/fseeko.c (rpl_fseeko): Likewise.
58735
58736 2007-10-03  Bruno Haible  <bruno@clisp.org>
58737             Jim Meyering  <jim@meyering.net>
58738             Eric Blake  <ebb9@byu.net>
58739
58740         * doc/relocatable.texi: Use @command instead of @program.
58741
58742 2007-10-02  Jim Meyering  <jim@meyering.net>
58743
58744         Perform one more "_.h" -> ".in.h" substitution.
58745         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
58746         instead of unistd_.h here, too.
58747
58748 2007-10-01  Bruno Haible  <bruno@clisp.org>
58749
58750         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
58751         Needed for the alloca-opt module.
58752
58753 2007-09-30  Bruno Haible  <bruno@clisp.org>
58754
58755         * lib/alloca.in.h: Renamed from lib/alloca_.h.
58756         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
58757         alloca_.h.
58758         * lib/argz.in.h: Renamed from lib/argz_.h.
58759         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
58760         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
58761         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
58762         byteswap_.h.
58763         * lib/dirent.in.h: Renamed from lib/dirent_.h.
58764         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
58765         dirent_.h.
58766         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
58767         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
58768         fcntl_.h.
58769         * lib/float.in.h: Renamed from lib/float_.h.
58770         * modules/float (Files, Makefile.am): Use float.in.h instead of
58771         float_.h.
58772         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
58773         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
58774         fnmatch_.h.
58775         * lib/getopt.in.h: Renamed from lib/getopt_.h.
58776         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
58777         getopt_.h.
58778         * lib/glob.in.h: Renamed from lib/glob_.h.
58779         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
58780         * lib/iconv.in.h: Renamed from lib/iconv_.h.
58781         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
58782         iconv_.h.
58783         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
58784         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
58785         inttypes_.h.
58786         * lib/locale.in.h: Renamed from lib/locale_.h.
58787         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
58788         locale_.h.
58789         * lib/math.in.h: Renamed from lib/math_.h.
58790         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
58791         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
58792         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
58793         of netinet_in_.h. Add dependency.
58794         * lib/poll.in.h: Renamed from lib/poll_.h.
58795         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
58796         * lib/search.in.h: Renamed from lib/search_.h.
58797         * modules/search (Files, Makefile.am): Use search.in.h instead of
58798         search_.h.
58799         * lib/signal.in.h: Renamed from lib/signal_.h.
58800         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
58801         _signal.h.
58802         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
58803         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
58804         stdbool_.h.
58805         * lib/stdint.in.h: Renamed from lib/stdint_.h.
58806         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
58807         stdint_.h.
58808         * lib/stdio.in.h: Renamed from lib/stdio_.h.
58809         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
58810         stdio_.h.
58811         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
58812         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
58813         stdlib_.h.
58814         * lib/string.in.h: Renamed from lib/string_.h.
58815         * modules/string (Files, Makefile.am): Use string.in.h instead of
58816         string_.h.
58817         * doc/gnulib-tool.texi (Initial import): Update.
58818         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
58819         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
58820         of sys_select_.h. Add dependency.
58821         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
58822         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
58823         of sys_socket_.h.
58824         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
58825         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
58826         sys_stat_.h.
58827         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
58828         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
58829         sys_time_.h.
58830         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
58831         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
58832         sysexits_.h.
58833         * lib/time.in.h: Renamed from lib/time_.h.
58834         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
58835         * lib/unistd.in.h: Renamed from lib/unistd_.h.
58836         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
58837         unistd_.h.
58838         * lib/wchar.in.h: Renamed from lib/wchar_.h.
58839         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
58840         wchar_.h.
58841         * lib/wctype.in.h: Renamed from lib/wctype_.h.
58842         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
58843         wctype_.h.
58844         * build-aux/bootstrap (slurp): Update.
58845         * lib/.cppi-disable: Update.
58846
58847 2007-09-30  Bruno Haible  <bruno@clisp.org>
58848
58849         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
58850         Needed on BeOS.
58851
58852 2007-09-30  Bruno Haible  <bruno@clisp.org>
58853
58854         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
58855
58856 2007-09-29  Bruno Haible  <bruno@clisp.org>
58857
58858         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
58859
58860 2007-09-29  Bruno Haible  <bruno@clisp.org>
58861
58862         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
58863         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
58864         * build-aux/install-reloc: Compile also areadlink.c.
58865         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
58866
58867 2007-09-29  Bruno Haible  <bruno@clisp.org>
58868
58869         * gnulib-tool (func_emit_initmacro_done): Indentation.
58870
58871 2007-09-29  Bruno Haible  <bruno@clisp.org>
58872
58873         * README: Add CVS checkout update instructions.
58874         Info from Bob Proulx <bob@proulx.com>.
58875
58876 2007-09-28  Eric Blake  <ebb9@byu.net>
58877
58878         Provide move-if-change.
58879         * build-aux/move-if-change: New file, based on best practice
58880         rather than any canonical upstream location.
58881
58882 2007-09-28  Jim Meyering  <jim@meyering.net>
58883
58884         Fix canonicalize loop-detection corner case.
58885         Do not attempt to stat the symlink values stored via seen_triple.
58886         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
58887         on linux-2.6.18, (but not 2.6.22).
58888         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
58889         triple_compare.  The former compares dev,ino,filename, while the latter
58890         would actually stat dirname(filename) when dev and ino were equal.
58891         * lib/hash-triple.c: Install <string.h>.
58892         (STREQ): Define.
58893         (triple_compare_ino_str): New function.
58894         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
58895
58896 2007-09-28  Eric Blake  <ebb9@byu.net>
58897
58898         Enforce that AC_REPLACE_FUNCS files exist.
58899         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
58900         override check for typos.
58901
58902         Fix test-closein on Solaris 10.
58903         * tests/test-closein.c (main): Don't assume stdin can be inherited
58904         closed on all systems.
58905         * tests/test-closein.sh: Likewise.
58906         Reported by Piotr Tarnowski.
58907
58908 2007-09-28  Jim Meyering  <jim@meyering.net>
58909
58910         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
58911
58912 2007-09-27  Jim Meyering  <jim@meyering.net>
58913
58914         canonicalize: Avoid a false-positive cycle failure.
58915         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
58916         Sort.  Remove cycle-check.
58917         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
58918         not cycle-check.h.
58919         (seen_triple): New function.
58920         (canonicalize_filename_mode): Use it instead of cycle-check.
58921         * tests/test-canonicalize.c: Add a test for this bug.
58922         * tests/test-canonicalize.sh: Set up and run the test.
58923
58924         New module, file-set, from coreutils.
58925         * modules/file-set: Define it.
58926         * lib/file-set.c, lib/file-set.h: Implement.
58927
58928         New module, hash-triple, from coreutils.
58929         * modules/hash-triple: Define it.
58930         * lib/hash-triple.c, lib/hash-triple.h: Implement.
58931
58932 2007-09-25  Eric Blake  <ebb9@byu.net>
58933
58934         Fix strerror on Interix.
58935         * lib/string_.h (strerror): Declare replacement.
58936         * doc/functions/strerror.texi (strerror): Document the Interix
58937         shortcoming.
58938         * modules/string (Makefile.am): Support new hooks.
58939         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
58940         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
58941         gl_FUNC_STRERROR_SEPARATE.
58942         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
58943         * lib/strerror.c (rpl_strerror): Provide replacement.
58944         * modules/strerror (Depends-on): Add string.
58945         (configure.ac): Detect use of module.
58946         * tests/test-strerror.c: New file.
58947         * modules/strerror-tests: New test module.
58948         * modules/argp (Depends-on): Add strerror.
58949         * modules/error (Depends-on): Likewise.
58950         Reported by Martin Koeppe.
58951
58952 2007-09-24  Bruno Haible  <bruno@clisp.org>
58953
58954         * README: Update git instructions.
58955
58956 2007-09-24  Eric Blake  <ebb9@byu.net>
58957
58958         Revert fpending breakage from 2007-09-08.
58959         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
58960         __fpending.c.
58961
58962 2007-09-24  Jim Meyering  <jim@meyering.net>
58963
58964         filenamecat.c: Add a test.
58965         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
58966         showing how the function works when DIR is the empty string.
58967
58968 2007-09-21  Simon Josefsson  <simon@josefsson.org>
58969
58970         * tests/test-canonicalize.sh: Turn on executable bit.
58971
58972 2007-09-19  Eric Blake  <ebb9@byu.net>
58973
58974         * README: Update CVS instructions.
58975
58976 2007-09-18  Bruno Haible  <bruno@clisp.org>
58977
58978         * modules/areadlink: New file.
58979         * lib/areadlink.h (areadlink): New declaration.
58980         * lib/areadlink.c: New file, based on lib/xreadlink.c.
58981
58982 2007-09-17  Jim Meyering  <jim@meyering.net>
58983
58984         * lib/savewd.c (ESTALE) [!defined]: Define.
58985         Reported to be required on Interix by Martin Koeppe.
58986
58987 2007-09-17  Bruno Haible  <bruno@clisp.org>
58988
58989         * gnulib-tool (func_version): Use $version.
58990
58991 2007-09-16  Bruno Haible  <bruno@clisp.org>
58992
58993         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
58994         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
58995         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
58996         Reported by Greg Schafer <gschafer@zip.com.au>.
58997
58998 2007-09-15  Bruno Haible  <bruno@clisp.org>
58999
59000         * gnulib-tool (sed): Try a little harder to make bash understand the
59001         alias.
59002         Reported by Bruce Korb <bruce.korb@gmail.com>.
59003
59004 2007-09-13  Eric Blake  <ebb9@byu.net>
59005
59006         * ChangeLog: Remove conflict markers.
59007
59008 2007-09-13  Simon Josefsson  <simon@josefsson.org>
59009
59010         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
59011         Reported by Bruno Haible <bruno@clisp.org>.
59012
59013 2007-09-12  Bruno Haible  <bruno@clisp.org>
59014
59015         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
59016         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
59017         is not defined.
59018
59019 2007-09-12  Eric Blake  <ebb9@byu.net>
59020
59021         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
59022         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
59023         Autoconf definition.
59024         * modules/euidaccess (Depends-on): Add extensions, for
59025         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
59026         * modules/fnmatch (Depends-on): Likewise.
59027         * modules/getaddrinfo (Depends-on): Likewise.
59028         * modules/getdelim (Depends-on): Likewise.
59029         * modules/getline (Depends-on): Likewise.
59030         * modules/getsubopt (Depends-on): Likewise.
59031         * modules/gettext (Depends-on): Likewise.
59032         * modules/group-member (Depends-on): Likewise.
59033         * modules/mbchar (Depends-on): Likewise.
59034         * modules/memmem (Depends-on): Likewise.
59035         * modules/mempcpy (Depends-on): Likewise.
59036         * modules/memrchr (Depends-on): Likewise.
59037         * modules/pagealign_alloc (Depends-on): Likewise.
59038         * modules/readutmp (Depends-on): Likewise.
59039         * modules/stpcpy (Depends-on): Likewise.
59040         * modules/stpncpy (Depends-on): Likewise.
59041         * modules/strchrnul (Depends-on): Likewise.
59042         * modules/strndup (Depends-on): Likewise.
59043         * modules/strsep (Depends-on): Likewise.
59044         * modules/strverscmp (Depends-on): Likewise.
59045         * modules/vasprintf (Depends-on): Likewise.
59046         * modules/wcwidth (Depends-on): Likewise.
59047         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
59048         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
59049         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
59050         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
59051         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
59052         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
59053         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
59054         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
59055         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
59056         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
59057         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
59058         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
59059         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
59060         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
59061         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
59062         * m4/readutmp.m4 (gl_READUTMP): Likewise.
59063         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
59064         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
59065         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
59066         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
59067         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
59068         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
59069         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
59070         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
59071         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
59072         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
59073         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
59074         so that lock.m4 can be used in gettext without extensions module.
59075
59076 2007-09-11  Bruno Haible  <bruno@clisp.org>
59077
59078         * m4/isc-posix.m4: Remove file.
59079         Suggested by Eric Blake.
59080
59081 2007-09-11  Eric Blake  <ebb9@byu.net>
59082
59083         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
59084
59085 2007-09-10  Bruno Haible  <bruno@clisp.org>
59086
59087         * posix-modules: Fix typo in error message.
59088         Reported by Matt <mkraai@beckman.com>.
59089
59090 2007-09-09  Bruno Haible  <bruno@clisp.org>
59091
59092         * doc/functions/getdelim.texi: Update list of platforms lacking the
59093         function.
59094         * doc/functions/getline.texi: Likewise.
59095
59096 2007-09-09  Jim Meyering  <jim@meyering.net>
59097
59098         * lib/hash.c (hash_initialize): Detect calloc failure.
59099         Reported by Bruno Haible.
59100
59101 2007-09-09  Bruno Haible  <bruno@clisp.org>
59102
59103         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
59104         malloc or realloc fails.
59105
59106 2007-09-09  Bruno Haible  <bruno@clisp.org>
59107
59108         * modules/getcwd (Depends-on): Add malloc-posix.
59109         * modules/glob (Depends-on): Likewise.
59110         * modules/putenv (Depends-on): Likewise.
59111         * modules/strdup (Depends-on): Likewise.
59112         * modules/getdelim (Depends-on): Add realloc-posix.
59113         * modules/read-file (Depends-on): Likewise.
59114
59115 2007-09-09  Bruno Haible  <bruno@clisp.org>
59116
59117         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
59118         (gl_FUNC_MALLOC_POSIX): Require it.
59119         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
59120         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
59121         * modules/realloc (Files): Add m4/malloc.m4.
59122         * modules/calloc (Files): Likewise.
59123
59124 2007-09-09  Bruno Haible  <bruno@clisp.org>
59125
59126         * modules/malloc-posix: New file.
59127         * modules/malloc (Depends-on): Add malloc-posix.
59128         * lib/malloc.c: Include errno.h.
59129         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
59130         and a POSIX-compatible malloc into a single function. Set ENOMEM
59131         when returning NULL.
59132         * m4/malloc.m4: New file.
59133         * doc/functions/malloc.texi: Mention the malloc-posix module.
59134         * lib/stdlib_.h (malloc): New declaration.
59135         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
59136         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
59137         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
59138         and HAVE_MALLOC_POSIX.
59139
59140 2007-09-09  Bruno Haible  <bruno@clisp.org>
59141
59142         * modules/realloc-posix: New file.
59143         * modules/realloc (Depends-on): Add realloc-posix.
59144         * lib/realloc.c: Include errno.h.
59145         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
59146         and a POSIX-compatible realloc into a single function. Set ENOMEM
59147         when returning NULL.
59148         * m4/realloc.m4: New file.
59149         * doc/functions/realloc.texi: Mention the realloc-posix module.
59150         * lib/stdlib_.h (realloc): New declaration.
59151         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
59152         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
59153         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
59154         and HAVE_REALLOC_POSIX.
59155
59156 2007-09-09  Bruno Haible  <bruno@clisp.org>
59157
59158         * modules/calloc-posix: New file.
59159         * modules/calloc (Depends-on): Add calloc-posix.
59160         * lib/calloc.c: Include errno.h.
59161         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
59162         and a POSIX-compatible calloc into a single function. Set ENOMEM
59163         when returning NULL.
59164         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
59165         * doc/functions/calloc.texi: Mention the calloc-posix module.
59166         * lib/stdlib_.h (calloc): New declaration.
59167         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
59168         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
59169         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
59170         and HAVE_CALLOC_POSIX.
59171
59172 2007-09-09  Bruno Haible  <bruno@clisp.org>
59173
59174         Allow for modules to show an arbitrary notice.
59175         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
59176         * gnulib-tool: New option --extract-notice.
59177         (func_usage): Document it.
59178         (sed_extract_prog): Update.
59179         (func_get_notice): New function.
59180         (func_modules_notice): New function.
59181         (func_import, func_create_testdir): Invoke it.
59182         Suggested by Jim Meyering.
59183
59184 2007-09-09  Bruno Haible  <bruno@clisp.org>
59185
59186         * gnulib-tool: New options --verbose, --quiet.
59187         (func_usage): Document them.
59188         (verbose): New variable.
59189         (func_execute_command): New function.
59190         (func_import): Don't show the module list and the file list if
59191         $verbose < 0.
59192         (func_create_testdir): Likewise. Use func_execute_command.
59193         (func_create_megatestdir): Use func_execute_command.
59194
59195 2007-09-08  Bruno Haible  <bruno@clisp.org>
59196
59197         * gnulib-tool (func_import): Prefer rsync over wget when available,
59198         for fetching the PO files.
59199
59200 2007-09-08  Bruno Haible  <bruno@clisp.org>
59201
59202         * posix-modules: New file. Portions copied from gnulib-tool.
59203         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
59204
59205 2007-09-08  Jim Meyering  <jim@meyering.net>
59206
59207         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
59208         * lib/fpending.h: Rename from __fpending.h.
59209         * lib/fpending.c: Rename from __fpending.c.
59210         Include "fpending.h", not "__fpending.h".
59211         * lib/__fpending.h, lib/__fpending.c: Remove files.
59212         * modules/fpending (Files): Reflect new file names.
59213         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
59214
59215 2007-09-08  Bruno Haible  <bruno@clisp.org>
59216
59217         * m4/inttypes-h.m4: Remove stub file.
59218
59219 2007-09-07  Simon Josefsson  <simon@josefsson.org>
59220
59221         * doc/headers/stdint.texi: Discuss #include_next issue.
59222
59223 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
59224
59225         * build-aux/bootstrap: Remove obsolete comment about wget --help.
59226
59227 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
59228
59229         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
59230         in variable name.
59231
59232 2007-09-03  Jim Meyering  <jim@meyering.net>
59233
59234         New module: git-version-gen.
59235         * modules/git-version-gen: New file.
59236
59237         Import changes from coreutils for bootstrap script.
59238
59239         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
59240
59241         bootstrap: uses rsync to download the .po files
59242         * build-aux/bootstrap (po_download_command_format): New global.
59243         (download_po_files): Use rsync.
59244         (update_po_files): Don't remove .po files after download,
59245         so future rsync runs can take advantage of the copies.
59246
59247         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
59248
59249         Solve the unnecessary-.po-file-regeneration problem once and for all.
59250         * build-aux/bootstrap (download_po_files): New function, renamed from
59251         get_translations.  Now, downloads, but doesn't update LINGUAS.
59252         (update_po_files): New function.
59253
59254         bootstrap: Ignore more.
59255         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
59256         uniwidth to e.g., lib/.gitignore.
59257         (slurp): Handle the sys_stat_.h -> sys mapping, too.
59258
59259         * build-aux/bootstrap: New setting: vc_ignore.
59260         (insert_sorted_if_absent): Create $file if absent.
59261         Adapt to new, possibly empty, list: $vc_ignore.
59262
59263         bootstrap: generate more ignorable names
59264         * build-aux/bootstrap (slurp): When generating ignorable names,
59265         also map .sin to .sed, .gperf to .c, and .y to .c.
59266
59267 2007-09-03  Jim Meyering  <jim@meyering.net>
59268
59269         * build-aux/git-version-gen: New file, from coreutils.  For details, see
59270         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
59271
59272 2007-09-02  Bruno Haible  <bruno@clisp.org>
59273
59274         Fix mis-recognition of 'mcs' on QNX 6.
59275         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
59276         output contains the string "Mono".
59277         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
59278         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
59279
59280 2007-09-01  Bruno Haible  <bruno@clisp.org>
59281
59282         Fix collision between uniwidth/* and linebreak modules.
59283         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
59284         u32_width): Remove declarations.
59285         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
59286         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
59287         streq3, streq2, streq1, streq0): Remove functions.
59288         (STREQ): Remove macro.
59289         (is_cjk_encoding): Remove function.
59290         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
59291         (uc_width, u8_width, u16_width, u32_width): Remove functions.
59292         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
59293         * NEWS: Document the change.
59294
59295 2007-09-01  Bruno Haible  <bruno@clisp.org>
59296
59297         * lib/streq.h: Add double-inclusion guard.
59298
59299 2007-09-01  Karl Berry  <karl@gnu.org>
59300
59301         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
59302
59303 2007-08-28  Jim Meyering  <jim@meyering.net>
59304
59305         Rename mreadlink_with_size to areadlink_with_size.
59306         * NEWS: Document the change.
59307         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
59308         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
59309         * lib/mreadlink.h: Rename this to...
59310         * lib/areadlink.h: ...this.
59311         * modules/mreadlink-with-size: Rename this to...
59312         * modules/areadlink-with-size: ...this.
59313         * lib/canonicalize.c: Reflect the renaming.
59314         * modules/canonicalize: Likewise.
59315
59316 2007-08-26  Bruno Haible  <bruno@clisp.org>
59317
59318         * gnulib-tool (func_import): When deciding which files to remove,
59319         consider also dangling symbolic links.
59320         Reported by Eric Blake.
59321
59322 2007-08-26  Bruno Haible  <bruno@clisp.org>
59323
59324         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
59325
59326 2007-08-23  Simon Josefsson  <simon@josefsson.org>
59327
59328         * lib/readline.c: Don't include getline.h, the prototype is now
59329         found in stdio.h.
59330
59331 2007-08-23  Jim Meyering  <jim@meyering.net>
59332
59333         Getdelim touchup.
59334         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
59335         around the funlockfile call, since funlockfile never sets errno.
59336         Don't set errno upon failed realloc.
59337
59338 2007-08-22  Eric Blake  <ebb9@byu.net>
59339
59340         Getline touchups.
59341         * lib/getdelim.c (getdelim): Revert regression that required *n to
59342         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
59343         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
59344         getdelim, rather than whether implementation is missing.
59345         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
59346         * lib/stdio_.h (getline): Also declare if replacement is
59347         required.
59348         * doc/functions/getdelim.texi: New file.
59349         * doc/functions/getline.texi: Likewise.
59350         * doc/gnulib.texi (Function Substitutes): Add new files.
59351         Reported by Bruno Haible.
59352
59353 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
59354
59355         * users.txt: Add Guile.
59356
59357 2007-08-22  Eric Blake  <ebb9@byu.net>
59358
59359         * tests/test-getdelim.c (main): Use remove, not unlink.
59360         * tests/test-getline.c (main): Likewise.
59361
59362         Move getline and getdelim into stdio.h, per POSIX 200x.
59363         * modules/getline (Files): Remove getline.h.
59364         (Depends-on): Add stdio.
59365         (configure.ac): Add module indicator.
59366         * modules/getdelim (Files): Remove getdelim.h.
59367         (Depends-on): Add stdio.
59368         (configure.ac): Add module indicator.
59369         * modules/stdio (Makefile.am): Work with new indicators.
59370         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
59371         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
59372         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
59373         * lib/getdelim.h: Delete.
59374         * lib/getline.h: Delete.
59375         * lib/stdio_.h (getdelim, getline): Declare.
59376         * modules/getdelim-tests: New module.
59377         * modules/getline-tests: Likewise.
59378         * tests/test-getdelim.c: New file.
59379         * tests/test-getline.c: Likewise.
59380         * NEWS: Document the change.
59381         * lib/getline.c: Update choice of header.
59382         * lib/csharpcomp.c: Likewise.
59383         * lib/getpass.c: Likewise.
59384         * lib/javacomp.c: Likewise.
59385         * lib/javaversion.c: Likewise.
59386         * lib/yesno.c: Likewise.
59387         * lib/getdelim.c: Likewise.
59388         (getdelim): Set errno on failure, and avoid memory leak.
59389
59390 2007-08-19  Bruno Haible  <bruno@clisp.org>
59391
59392         * modules/closein (Depends-on): Add freadahead.
59393         * lib/closein.c: Include freadahead.h.
59394         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
59395         is zero.
59396
59397 2007-08-19  Bruno Haible  <bruno@clisp.org>
59398
59399         * modules/freadahead-tests: New file.
59400         * tests/test-freadahead.sh: New file.
59401         * tests/test-freadahead.c: New file.
59402
59403         * modules/freadahead: New file.
59404         * lib/freadahead.h: New file.
59405         * lib/freadahead.c: New file.
59406         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
59407         fbufmode, fpurge, freadable, fwritable.
59408
59409 2007-08-19  Eric Blake  <ebb9@byu.net>
59410
59411         Test yesno in combination with closein.
59412         * lib/yesno.c (yesno): Document use of stdin.
59413         * modules/yesno-tests (Files): New module.
59414         * tests/test-yesno.c (main): New file.
59415         * tests/test-yesno.sh: Likewise.
59416
59417 2007-08-19  Bruno Haible  <bruno@clisp.org>
59418
59419         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
59420         * lib/fseeko.c (rpl_fseeko): Likewise.
59421         * lib/fseterr.c (fseterr): Likewise.
59422
59423 2007-08-19  Bruno Haible  <bruno@clisp.org>
59424
59425         * tests/test-lseek.c (main): Disable a test for BeOS.
59426         * doc/functions/lseek.texi: Document the BeOS bug.
59427
59428 2007-08-19  Bruno Haible  <bruno@clisp.org>
59429             Eric Blake  <ebb9@byu.net>
59430
59431         * lib/lseek.c: Include <sys/stat.h>.
59432         (rpl_lseek): Add workaround code also for Unix platforms.
59433         Needed for BeOS.
59434         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
59435         * doc/functions/lseek.texi: Document BeOS definiency.
59436
59437 2007-08-18  Bruno Haible  <bruno@clisp.org>
59438
59439         * modules/fstrcmp-tests: New file.
59440         * tests/test-fstrcmp.c: New file.
59441
59442 2007-08-18  Bruno Haible  <bruno@clisp.org>
59443
59444         * modules/fstrcmp: New file, from GNU gettext with modifications.
59445         * lib/fstrcmp.h: New file, from GNU gettext.
59446         * lib/fstrcmp.c: New file, from GNU gettext.
59447         * MODULES.html.sh (String handling): Add fstrcmp.
59448
59449 2007-08-18  Bruno Haible  <bruno@clisp.org>
59450
59451         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
59452         'bool'.
59453         (diag, compareseq): Remove const from the ctxt argument.
59454         (USE_HEURISTIC): Undefine at the end.
59455
59456 2007-08-18  Jim Meyering  <jim@meyering.net>
59457
59458         New file: lib/idcache.h
59459         * NEWS: Mention the addition.
59460         * modules/idcache (Files): Add lib/idcache.h
59461         * lib/idcache.c: Include "idcache.h".
59462         Don't include <sys/types.h>.
59463         Add a FIXME comment.
59464         Move file-scoped "static" declarations to the top.
59465         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
59466
59467 2007-08-17  Bruno Haible  <bruno@clisp.org>
59468         and Paul Eggert  <eggert@cs.ucla.edu>
59469
59470         * MODULES.html.sh: Add diffseq.
59471         * modules/diffseq: New file.
59472         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
59473         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
59474
59475 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
59476
59477         Import changes from coreutils for bootstrap script.
59478
59479         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
59480
59481         * build-aux/bootstrap (slurp): Work even in environments where
59482         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
59483         current code does not slurp files whose names start with ".", and
59484         this looks like it might be a troublesome area.
59485
59486         2007-07-11  Jim Meyering  <jim@meyering.net>
59487
59488         If there's a GPL vN copyright comment, require that N == 3.
59489
59490         2007-07-08  Jim Meyering  <jim@meyering.net>
59491
59492         Run the coreutils-specific code only if tests/Makefile.am.in exists.
59493         * build-aux/bootstrap (mam_template): Move definition out of loop.
59494
59495         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
59496
59497         * build-aux/bootstrap (symlink_to_dir): Rename function from
59498         symlink_to_gnulib.  Add a directory parameter.  Update all
59499         callers.
59500         (cp_mark_as_generated): Also check for -- and link to -- files in
59501         gl/.
59502
59503         2007-07-08  Jim Meyering  <jim@meyering.net>
59504
59505         Adapt to deeper hierarchy in gnulib.
59506         * build-aux/bootstrap (symlink_to_dir): If the destination
59507         directory doesn't exist, create it. This is required at least for
59508         "lib/uniwidth/cjk.h".
59509
59510         2007-05-15  Jim Meyering  <jim@meyering.net>
59511
59512         * build-aux/bootstrap: Now that generated Makefile.am files
59513         are no longer under version control, they must be created at
59514         bootstrap time.
59515
59516 2007-08-14  Ben Pfaff  <blp@gnu.org>
59517
59518         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
59519
59520 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
59521
59522         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
59523         given the changes below.
59524         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
59525         even on hosts that have padding bits beyond the supported 64.
59526
59527 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
59528
59529         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
59530         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
59531         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
59532         depends on it.
59533         (xstrtol_error): Remove.
59534         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
59535         but with a different signature.
59536         (ATTRIBUTE_NORETURN, __attribute__): New macros.
59537         * lib/xstrtol-error.c: Include exitfail.h.
59538         (xstrtol_fatal): New function, with a different signature from the
59539         old xstrtol_error, so that the caller need not worry about passing
59540         in an exit status, or about storage management of the option argument.
59541         (xstrtol_error): Now a static function.  Redo signature to
59542         implement xstrtol_fatal.  Output the correct number of hyphens in
59543         front of the option so that the caller need not worry about
59544         storage management.
59545         (N_): New macro.
59546         (_): Remove; not used now.
59547         * modules/xstrtol: Depend on getopt.
59548         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
59549         of old STRTOL_FATAL_ERROR macro.
59550         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
59551         of test program.
59552         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
59553         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
59554
59555 2007-08-08  Eric Blake  <ebb9@byu.net>
59556
59557         * lib/xstrtol-error.c: Add missing include.
59558
59559         Move xstrtol messages into gnulib domain, when --pobase is used.
59560         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
59561         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
59562         * modules/xstrtol (Files): Distribute new file.
59563         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
59564         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
59565         * tests/test-xstrtol.c: ...into new file.
59566         * tests/test-xstrtoul.c: Also test xstrtoul.
59567         * tests/test-xstrtoimax.c: Also test xstrtoimax.
59568         * tests/test-xstrtoumax.c: Also test xstrtoumax.
59569         * tests/test-xstrtol.sh: Drive the tests.
59570         * tests/test-xstrtoimax.sh: Likewise.
59571         * tests/test-xstrtoumax.sh: Likewise.
59572         * modules/xstrtol-tests: New module.
59573         * modules/xstrtoimax-tests: Likewise.
59574         * modules/xstrtoumax-tests: Likewise.
59575
59576 2007-08-08  Jim Meyering  <jim@meyering.net>
59577
59578         New function: mfile_name_concat.
59579         * lib/filenamecat.c (mfile_name_concat): New function, just like
59580         file_name_concat, but return NULL upon failure rather than exiting
59581         with a diagnostic.
59582         * lib/filenamecat.h: Declare it.
59583
59584 2007-08-07  Bruno Haible  <bruno@clisp.org>
59585
59586         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
59587         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
59588         warning from gcc.
59589         Reported by Eric Blake.
59590
59591 2007-08-07  Simon Josefsson  <simon@josefsson.org>
59592
59593         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
59594         * modules/crypto/arcfour (License): Likewise.
59595         * modules/crypto/des-tests (License): Likewise.
59596         * modules/crypto/gc-arctwo-tests (License): Likewise.
59597         * modules/crypto/gc-des-tests (License): Likewise.
59598         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
59599         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
59600         * modules/crypto/gc-md2-tests (License): Likewise.
59601         * modules/crypto/gc-md4-tests (License): Likewise.
59602         * modules/crypto/gc-md5-tests (License): Likewise.
59603         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
59604         * modules/crypto/gc-rijndael-tests (License): Likewise.
59605         * modules/crypto/gc-sha1-tests (License): Likewise.
59606         * modules/crypto/gc-tests (License): Likewise.
59607         * modules/crypto/hmac-md5 (License): Likewise.
59608         * modules/crypto/hmac-sha1 (License): Likewise.
59609         * modules/crypto/md2-tests (License): Likewise.
59610         * modules/crypto/md4-tests (License): Likewise.
59611         * modules/crypto/md5 (License): Likewise.
59612         * modules/crypto/rijndael (License): Likewise.
59613         * modules/crypto/sha1 (License): Likewise.
59614         * modules/memxor (License): Likewise.
59615
59616 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
59617         and Bruno Haible  <bruno@clisp.org>
59618
59619         * NEWS: Describe interface changes to human, xstrtol.
59620         * lib/human.h: Include <xstrtol.h>.
59621         (human_options): Return enum strtol_error, not int.  Remove
59622         bool arg; take int * instead.
59623         * lib/human.c: Don't include "gettext.h".
59624         (_): Remove; no longer used.
59625         Don't include <xstrtol.h>, since human.h does it.
59626         (human_options): Adjust to abovementioned interface changes.
59627         Do not report error to stderr; that's now the caller's
59628         responsibility.
59629         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
59630         interface change.
59631         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
59632         Str, Argument_type_string.  All uses changed.  Put " argument"
59633         in diagnostics to make them clearer.  Change wording of suffix
59634         message for clarity.
59635         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
59636         Argument_type_string.
59637         (STRTOL_FATAL_WARN): Remove; no longer used.
59638         * modules/human (Depends-on): Remove gettext-h.
59639
59640 2007-08-06  Simon Josefsson  <simon@josefsson.org>
59641
59642         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
59643
59644 2007-07-31  Bruno Haible  <bruno@clisp.org>
59645
59646         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
59647         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
59648         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
59649
59650 2007-07-31  Bruno Haible  <bruno@clisp.org>
59651
59652         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
59653         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
59654
59655 2007-07-30  Bruno Haible  <bruno@clisp.org>
59656
59657         * modules/base64 (License): Use the synonymous term "LGPLv2+".
59658         * modules/c-ctype (License): Likewise.
59659         * modules/c-strcase (License): Likewise.
59660         * modules/check-version (License): Likewise.
59661         * modules/iconv (License): Likewise.
59662         * modules/iconv_open (License): Likewise.
59663         * modules/read-file (License): Likewise.
59664         * modules/striconv (License): Likewise.
59665         * modules/strverscmp (License): Likewise.
59666         * modules/vasprintf (License): Likewise.
59667         * modules/crypto/des (License): Likewise.
59668         * modules/crypto/gc (License): Likewise.
59669         * modules/crypto/gc-arcfour (License): Likewise.
59670         * modules/crypto/gc-arctwo (License): Likewise.
59671         * modules/crypto/gc-des (License): Likewise.
59672         * modules/crypto/gc-hmac-md5 (License): Likewise.
59673         * modules/crypto/gc-hmac-sha1 (License): Likewise.
59674         * modules/crypto/gc-md2 (License): Likewise.
59675         * modules/crypto/gc-md4 (License): Likewise.
59676         * modules/crypto/gc-md5 (License): Likewise.
59677         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
59678         * modules/crypto/gc-random (License): Likewise.
59679         * modules/crypto/gc-rijndael (License): Likewise.
59680         * modules/crypto/gc-sha1 (License): Likewise.
59681         * modules/crypto/md2 (License): Likewise.
59682         * modules/crypto/md4 (License): Likewise.
59683
59684 2007-07-30  Jim Meyering  <jim@meyering.net>
59685
59686         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
59687         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
59688         it has valid stat data.  This bug would cause du not to count the
59689         sizes of inaccessible directories.
59690         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
59691         in <http://bugzilla.redhat.com/250077>.
59692
59693 2007-07-25  Peter O'Gorman  <peter@pogma.com>
59694             Bruno Haible  <bruno@clisp.org>
59695
59696         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
59697         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
59698         #include_next, gives a diagnostic about it, but reports no error in
59699         the exit code.
59700         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
59701
59702 2007-07-24  Ben Pfaff  <blp@gnu.org>
59703
59704         Improve name: "count-one-bits" is better than "popcount".
59705         * MODULES.html.sh: Update name.
59706         * lib/popcount.h: Renamed lib/count-one-bits.h.
59707         (popcount): Renamed count_one_bits.
59708         (popcountl): Renamed count_one_bits_l.
59709         (popcountll): Renamed count_one_bits_ll.
59710         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
59711         * modules/popcount: Renamed module/count-one-bits.
59712         * modules/popcount-tests: Renamed module/count-one-bits-tests.
59713         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
59714
59715 2007-07-23  Ben Pfaff  <blp@gnu.org>
59716
59717         * lib/popcount.h (popcount32): Reduce size of constants, to allow
59718         better code generation, and add U to large constants to avoid
59719         warnings, in non-GCC case.
59720         Suggested by Bruno Haible.
59721
59722 2007-07-23  Ben Pfaff  <blp@gnu.org>
59723
59724         * lib/popcount.h: Use verify_true instead of if...abort.
59725         * modules/popcount: Depend on verify module.
59726         Suggested by Jim Meyering.
59727
59728 2007-07-23  Bruno Haible  <bruno@clisp.org>
59729
59730         * gnulib-tool (func_import): Create a .cvsignore file also when the
59731         directory is not yet in CVS but the toplevel directory is. When
59732         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
59733         Reported by Karl Berry.
59734
59735 2007-07-22  Ben Pfaff  <blp@gnu.org>
59736
59737         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
59738         case.
59739         Suggested by Eric Blake.
59740
59741 2007-07-22  Ben Pfaff  <blp@gnu.org>
59742
59743         New module: popcount.
59744         * MODULES.html.sh: Add popcount.
59745         * modules/popcount: New file.
59746         * modules/popcount-tests: New file.
59747         * tests/test-popcount.c: New file.
59748         * lib/popcount.h: New file.
59749         * m4/popcount.m4: New file.
59750
59751 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
59752
59753         * build-aux/announce-gen: Update to GPLv3.
59754
59755         * build-aux/config.guess: Update from config.
59756
59757 2007-07-21  Bruno Haible  <bruno@clisp.org>
59758
59759         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
59760         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
59761
59762 2007-07-20  Jim Meyering  <jim@meyering.net>
59763
59764         * check-module: Diagnose a self-dependency.
59765
59766 2007-07-19  Bruno Haible  <bruno@clisp.org>
59767
59768         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
59769         empty.
59770         Reported by Eric Blake.
59771
59772 2007-07-18  Bruno Haible  <bruno@clisp.org>
59773
59774         * gnulib-tool: New options --po-base, --po-domain.
59775         (func_usage): Document them.
59776         (pobase, po_domain): New variables.
59777         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
59778         DEFAULT_TEXT_DOMAIN.
59779         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
59780         (func_import): Consider pobase and po_domain. Create a po/ directory.
59781         (func_create_testdir): Set pobase and po_domain to empty.
59782         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
59783         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
59784
59785 2007-07-18  Bruno Haible  <bruno@clisp.org>
59786
59787         * gnulib-tool (func_get_automake_snippet): Synthesize also an
59788         EXTRA_DIST augmentation for files in build-aux/.
59789
59790 2007-07-16  Bruno Haible  <bruno@clisp.org>
59791
59792         * modules/lseek (License): Use the synonymous term "LGPLv2+".
59793         * modules/getdelim (License): Likewise.
59794
59795 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
59796
59797         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
59798         * modules/d-type (License): Likewise.
59799         * modules/extensions (License): Likewise.
59800         * modules/fnmatch (License): Likewise.
59801         * modules/fseeko (License): Likewise.
59802         * modules/getaddrinfo (License): Likewise.
59803         * modules/getline (License): Likewise.
59804         * modules/getlogin_r (License): Likewise.
59805         * modules/getpass (License): Likewise.
59806         * modules/gettimeofday (License): Likewise.
59807         * modules/glob (License): Likewise.
59808         * modules/inet_ntop (License): Likewise.
59809         * modules/malloc (License): Likewise.
59810         * modules/malloca (License): Likewise.
59811         * modules/memmem (License): Likewise.
59812         * modules/mempcpy (License): Likewise.
59813         * modules/memset (License): Likewise.
59814         * modules/minmax (License): Likewise.
59815         * modules/mktime (License): Likewise.
59816         * modules/netinet_in (License): Likewise.
59817         * modules/pathmax (License): Likewise.
59818         * modules/poll (License): Likewise.
59819         * modules/regex (License): Likewise.
59820         * modules/snprintf (License): Likewise.
59821         * modules/stdbool (License): Likewise.
59822         * modules/stdint (License): Likewise.
59823         * modules/stdio (License): Likewise.
59824         * modules/strcase (License): Likewise.
59825         * modules/strcasestr (License): Likewise.
59826         * modules/strdup (License): Likewise.
59827         * modules/string (License): Likewise.
59828         * modules/strndup (License): Likewise.
59829         * modules/strnlen (License): Likewise.
59830         * modules/strpbrk (License): Likewise.
59831         * modules/strptime (License): Likewise.
59832         * modules/strsep (License): Likewise.
59833         * modules/sys_select (License): Likewise.
59834         * modules/sys_socket (License): Likewise.
59835         * modules/sys_stat (License): Likewise.
59836         * modules/sys_time (License): Likewise.
59837         * modules/time (License): Likewise.
59838         * modules/time_r (License): Likewise.
59839         * modules/timegm (License): Likewise.
59840         * modules/unistd (License): Likewise.
59841         * modules/vsnprintf (License): Likewise.
59842         * modules/wctype (License): Likewise.
59843
59844 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
59845
59846         * modules/argz (License): LGPLv2+.
59847
59848 2007-07-15  Karl Berry  <karl@gnu.org>
59849
59850         * doc/gnulib.texi: revise node structure per new fdl.texi.
59851
59852 2007-07-14  Bruno Haible  <bruno@clisp.org>
59853
59854         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
59855         the output file.
59856         * lib/uniname/uninames.h: Regenerated.
59857
59858 2007-07-14  Karl Berry  <karl@gnu.org>
59859
59860         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
59861         omitting sectioning and index commands.
59862
59863 2007-07-13  Bruno Haible  <bruno@clisp.org>
59864
59865         New gnulib-tool option --more-symlinks.
59866         * gnulib-tool (func_usage): Document --more-symlinks.
59867         (do_copyrights): New variable.
59868         Recognize option --more-symlinks.
59869         (func_import): Don't add a copyright notice transform to
59870         sed_transform_lib_file if do_copyrights is empty.
59871
59872 2007-07-13  Bruno Haible  <bruno@clisp.org>
59873
59874         * lib/vasnprintf.c (decimal_point_char): Define also if
59875         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
59876         && !NEED_PRINTF_DIRECTIVE_A.
59877         Reported by Clemens Koller <clemens.koller@anagramm.de> via
59878         Gary V. Vaughan <gary@gnu.org>.
59879
59880 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
59881
59882         * lib/inttypes_.h: Undo previous change, since it was fixed
59883         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
59884
59885 2007-07-13  Bruno Haible  <bruno@clisp.org>
59886
59887         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
59888         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
59889
59890 2007-07-13  Jim Meyering  <jim@meyering.net>
59891
59892         df: Don't fail for Tru64's "file-on-file mount".
59893         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
59894         so we fall through and use statfs instead.  Details here:
59895         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
59896         Reported by Albert Chin.
59897
59898 2007-07-13  Bruno Haible  <bruno@clisp.org>
59899
59900         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
59901         * modules/configmake (License): Likewise.
59902         * modules/gettext (License): Likewise.
59903         * modules/gettext-h (License): Likewise.
59904         * modules/include_next (License): Likewise.
59905         * modules/link-warning (License): Likewise.
59906         * modules/localcharset (License): Likewise.
59907         * modules/localename (License): Likewise.
59908         * modules/lock (License): Likewise.
59909         * modules/relocatable-lib-lgpl (License): Likewise.
59910         * modules/size_max (License): Likewise.
59911         * modules/vasnprintf (License): Likewise.
59912         * modules/wchar (License): Likewise.
59913         * modules/xsize (License): Likewise.
59914
59915 2007-07-13  Bruno Haible  <bruno@clisp.org>
59916
59917         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
59918         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
59919
59920 2007-07-12  Bruno Haible  <bruno@clisp.org>
59921
59922         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
59923         in the modules files.
59924
59925 2007-07-11  Karl Berry  <karl@gnu.org>
59926
59927         * MODULES.html.sh (func_module): use
59928          sed -e '\|^'"${includefile}"'$|d'
59929          instead of /.../d, to avoid errors on $includefile's containing /.
59930
59931 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
59932
59933         * gnulib-tool (func_import): Avoid duplication of --avoid
59934         statements
59935         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
59936         names to `_' in variable names.
59937
59938 2007-07-10  Eric Blake  <ebb9@byu.net>
59939
59940         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
59941         * NEWS: Document this change.
59942
59943 2007-07-08  Bruno Haible  <bruno@clisp.org>
59944
59945         Update to Unicode 5.0.
59946         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
59947         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
59948         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
59949         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
59950         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
59951         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
59952         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
59953         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
59954         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
59955         U+10A3F, U+1D242..U+1D244.
59956         (nonspacing_table_ind): Update.
59957         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
59958         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
59959
59960 2007-07-08  Bruno Haible  <bruno@clisp.org>
59961
59962         Update to Unicode 5.0.
59963         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
59964         code transform. Extend the name index field of unicode_name_to_code and
59965         unicode_code_to_name from 16 to 24 bits.
59966         * lib/uniname/uniname.c (unicode_character_name,
59967         unicode_name_character): Add the range 0x12xxx to the code transform.
59968         * lib/uniname/uninames.h: Regenerated.
59969         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
59970
59971 2007-07-07  Bruno Haible  <bruno@clisp.org>
59972
59973         * modules/wcwidth-tests: New file.
59974         * tests/test-wcwidth.c: New file.
59975
59976         Work around MacOS X wcwidth() bug.
59977         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
59978         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
59979         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
59980         original wcwidth in non-UTF-8 locales.
59981         * modules/wcwidth (Depends-on): Add localcharset, streq,
59982         uniwidth/width.
59983         * doc/functions/wcwidth.texi: Update.
59984
59985 2007-07-07  Bruno Haible  <bruno@clisp.org>
59986
59987         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
59988         (wcwidth): New declaration.
59989         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
59990         macros.
59991         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
59992         here. Prepare for creating <wchar.h> unconditionally.
59993         * modules/wchar (Depends-on): Add link-warning.
59994         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
59995         REPLACE_WCWIDTH, and GL_LINK_WARNING.
59996         * lib/wcwidth.h: Remove file.
59997         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
59998         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
59999         * modules/wcwidth (Files): Remove lib/wcwidth.h.
60000         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
60001         (Include): Replace wcwidth.h with <wchar.h>.
60002         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
60003         * lib/mbchar.h: Don't include wcwidth.h.
60004         * lib/mbswidth.c: Likewise.
60005         * NEWS: Mention the change.
60006
60007 2007-07-07  Bruno Haible  <bruno@clisp.org>
60008
60009         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
60010         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
60011         definition with an external declaration.
60012         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
60013         defined as a function. Remove AC_C_INLINE requirement.
60014         * modules/wcwidth (Files): Add lib/wcwidth.c.
60015         (Makefile.am): Remove redundant statement.
60016
60017 2007-07-07  Bruno Haible  <bruno@clisp.org>
60018
60019         * MODULES.html.sh (Unicode string functions): Add the new modules.
60020
60021         * tests/uniwidth/test-u32-strwidth.c: New file.
60022         * modules/uniwidth/u32-strwidth-tests: New file.
60023
60024         * lib/uniwidth/u32-strwidth.c: New file.
60025         * modules/uniwidth/u32-strwidth: New file.
60026
60027         * tests/uniwidth/test-u16-strwidth.c: New file.
60028         * modules/uniwidth/u16-strwidth-tests: New file.
60029
60030         * lib/uniwidth/u16-strwidth.c: New file.
60031         * modules/uniwidth/u16-strwidth: New file.
60032
60033         * tests/uniwidth/test-u8-strwidth.c: New file.
60034         * modules/uniwidth/u8-strwidth-tests: New file.
60035
60036         * lib/uniwidth/u8-strwidth.c: New file.
60037         * modules/uniwidth/u8-strwidth: New file.
60038
60039         * tests/uniwidth/test-u32-width.c: New file.
60040         * modules/uniwidth/u32-width-tests: New file.
60041
60042         * lib/uniwidth/u32-width.c: New file.
60043         * modules/uniwidth/u32-width: New file.
60044
60045         * tests/uniwidth/test-u16-width.c: New file.
60046         * modules/uniwidth/u16-width-tests: New file.
60047
60048         * lib/uniwidth/u16-width.c: New file.
60049         * modules/uniwidth/u16-width: New file.
60050
60051         * tests/uniwidth/test-u8-width.c: New file.
60052         * modules/uniwidth/u8-width-tests: New file.
60053
60054         * lib/uniwidth/u8-width.c: New file.
60055         * modules/uniwidth/u8-width: New file.
60056
60057         * tests/uniwidth/test-uc_width.c: New file.
60058         * modules/uniwidth/width-tests: New file.
60059
60060         * lib/uniwidth/width.c: New file, from GNU libiconv.
60061         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
60062         * modules/uniwidth/width: New file.
60063
60064         * lib/uniwidth.h: New file, from GNU libiconv.
60065         * modules/uniwidth/base: New file.
60066
60067 2007-07-07  Bruno Haible  <bruno@clisp.org>
60068
60069         * lib/uniname.h: New file, from GNU gettext.
60070         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
60071         * lib/uniname/uninames.h: New file, from GNU gettext.
60072         * lib/uniname/uniname.c: New file, from GNU gettext.
60073         * tests/uniname/test-uninames.sh: New file.
60074         * tests/uniname/test-uninames.c: New file, from GNU gettext.
60075         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
60076         * modules/uniname/base: New file.
60077         * modules/uniname/uniname: New file.
60078         * modules/uniname/uniname-tests: New file.
60079         * MODULES.html.sh (Unicode string functions): Add the new modules.
60080
60081 2007-07-06  Bruno Haible  <bruno@clisp.org>
60082
60083         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
60084
60085 2007-07-06  Bruno Haible  <bruno@clisp.org>
60086
60087         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
60088         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
60089         includes <cygwin/sys_time.h> which includes <sys/select.h> which
60090         include <sys/time.h>.
60091         Reported by Eric Blake.
60092
60093 2007-07-06  Eric Blake  <ebb9@byu.net>
60094
60095         Fix testing canonicalize on cygwin.
60096         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
60097         Revert patch from 2007-06-19.
60098         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
60099         canonicalize module is also in use.
60100         * tests/test-canonicalize.c: New file.
60101         * tests/test-canonicalize.sh: Likewise.
60102         * modules/canonicalize-tests: Likewise.
60103
60104 2007-07-06  Jim Meyering  <jim@meyering.net>
60105
60106         * lib/getugroups.c (getugroups): Detect getgrent failure.
60107         Adjust comment to reflect reality: this function may return -1.
60108
60109 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
60110
60111         * build-aux/bootstrap (TP_URL,get_translations): Update to use
60112         the new TP address.
60113         (usage): Fix typo
60114         (gnulib_mk): New variable.
60115
60116 2007-07-05  Jim Meyering  <jim@meyering.net>
60117
60118         Don't let endgrent clobber errno, no matter how improbable.
60119         * lib/getugroups.c (getugroups): Save and restore errno around
60120         endgrent call.
60121
60122         Close the group DB even when failing with 2^31 or more members.
60123         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
60124
60125 2007-07-04  Jim Meyering  <jim@meyering.net>
60126
60127         * lib/getugroups.h: New file.
60128         * lib/getugroups.c: Include "getugroups.h".
60129         Remove uses of "register" keyword.
60130         Move local variable, "cp", down into scope where used.
60131         Give "username" parameter the "const" attribute.
60132         * modules/getugroups (Files): Add lib/getugroups.h
60133
60134 2007-07-04  Karl Berry  <karl@gnu.org>
60135
60136         * MODULES.html.sh (func_all_modules): Complete rename of
60137         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
60138
60139 2007-07-02  Bruno Haible  <bruno@clisp.org>
60140
60141         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
60142         mode, when inttypes.h comes from gnulib.
60143         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
60144
60145 2007-07-02  Simon Josefsson  <simon@josefsson.org>
60146
60147         * NEWS: Mention lgpl module name change.
60148
60149         * modules/lgpl-2.1: Renamed from lgpl.
60150
60151         * NEWS: Mention gpl module name change.
60152
60153         * modules/gpl-3.0: New file, based on gpl-2.0.
60154
60155         * modules/gpl-2.0: Renamed from gpl.
60156
60157         * modules/gpl: Fix filename, doc/gpl.texi is now found at
60158         doc/gpl-2.0.texi.
60159
60160 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
60161
60162         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
60163         #define __STDC_LIMIT_MACROS temporarily while including
60164         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
60165         Problem reported by Joel E. Denny in
60166         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
60167
60168 2007-07-01  Bruno Haible  <bruno@clisp.org>
60169
60170         * lib/unistdio.h: New file.
60171         * lib/unistdio/u-asnprintf.h: New file.
60172         * lib/unistdio/u-asprintf.h: New file.
60173         * lib/unistdio/u-printf-args.c: New file.
60174         * lib/unistdio/u-printf-args.h: New file.
60175         * lib/unistdio/u-printf-parse.h: New file.
60176         * lib/unistdio/u-snprintf.h: New file.
60177         * lib/unistdio/u-sprintf.h: New file.
60178         * lib/unistdio/u-vasprintf.h: New file.
60179         * lib/unistdio/u-vsnprintf.h: New file.
60180         * lib/unistdio/u-vsprintf.h: New file.
60181         * lib/unistdio/ulc-asnprintf.c: New file.
60182         * lib/unistdio/ulc-asprintf.c: New file.
60183         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
60184         * lib/unistdio/ulc-printf-parse.c: New file.
60185         * lib/unistdio/ulc-snprintf.c: New file.
60186         * lib/unistdio/ulc-sprintf.c: New file.
60187         * lib/unistdio/ulc-vasnprintf.c: New file.
60188         * lib/unistdio/ulc-vasprintf.c: New file.
60189         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
60190         * lib/unistdio/ulc-vsnprintf.c: New file.
60191         * lib/unistdio/ulc-vsprintf.c: New file.
60192         * lib/unistdio/u8-asnprintf.c: New file.
60193         * lib/unistdio/u8-asprintf.c: New file.
60194         * lib/unistdio/u8-printf-parse.c: New file.
60195         * lib/unistdio/u8-snprintf.c: New file.
60196         * lib/unistdio/u8-sprintf.c: New file.
60197         * lib/unistdio/u8-vasnprintf.c: New file.
60198         * lib/unistdio/u8-vasprintf.c: New file.
60199         * lib/unistdio/u8-vsnprintf.c: New file.
60200         * lib/unistdio/u8-vsprintf.c: New file.
60201         * lib/unistdio/u8-u8-asnprintf.c: New file.
60202         * lib/unistdio/u8-u8-asprintf.c: New file.
60203         * lib/unistdio/u8-u8-snprintf.c: New file.
60204         * lib/unistdio/u8-u8-sprintf.c: New file.
60205         * lib/unistdio/u8-u8-vasnprintf.c: New file.
60206         * lib/unistdio/u8-u8-vasprintf.c: New file.
60207         * lib/unistdio/u8-u8-vsnprintf.c: New file.
60208         * lib/unistdio/u8-u8-vsprintf.c: New file.
60209         * lib/unistdio/u16-asnprintf.c: New file.
60210         * lib/unistdio/u16-asprintf.c: New file.
60211         * lib/unistdio/u16-printf-parse.c: New file.
60212         * lib/unistdio/u16-snprintf.c: New file.
60213         * lib/unistdio/u16-sprintf.c: New file.
60214         * lib/unistdio/u16-vasnprintf.c: New file.
60215         * lib/unistdio/u16-vasprintf.c: New file.
60216         * lib/unistdio/u16-vsnprintf.c: New file.
60217         * lib/unistdio/u16-vsprintf.c: New file.
60218         * lib/unistdio/u16-u16-asnprintf.c: New file.
60219         * lib/unistdio/u16-u16-asprintf.c: New file.
60220         * lib/unistdio/u16-u16-snprintf.c: New file.
60221         * lib/unistdio/u16-u16-sprintf.c: New file.
60222         * lib/unistdio/u16-u16-vasnprintf.c: New file.
60223         * lib/unistdio/u16-u16-vasprintf.c: New file.
60224         * lib/unistdio/u16-u16-vsnprintf.c: New file.
60225         * lib/unistdio/u16-u16-vsprintf.c: New file.
60226         * lib/unistdio/u32-asnprintf.c: New file.
60227         * lib/unistdio/u32-asprintf.c: New file.
60228         * lib/unistdio/u32-printf-parse.c: New file.
60229         * lib/unistdio/u32-snprintf.c: New file.
60230         * lib/unistdio/u32-sprintf.c: New file.
60231         * lib/unistdio/u32-vasnprintf.c: New file.
60232         * lib/unistdio/u32-vasprintf.c: New file.
60233         * lib/unistdio/u32-vsnprintf.c: New file.
60234         * lib/unistdio/u32-vsprintf.c: New file.
60235         * lib/unistdio/u32-u32-asnprintf.c: New file.
60236         * lib/unistdio/u32-u32-asprintf.c: New file.
60237         * lib/unistdio/u32-u32-snprintf.c: New file.
60238         * lib/unistdio/u32-u32-sprintf.c: New file.
60239         * lib/unistdio/u32-u32-vasnprintf.c: New file.
60240         * lib/unistdio/u32-u32-vasprintf.c: New file.
60241         * lib/unistdio/u32-u32-vsnprintf.c: New file.
60242         * lib/unistdio/u32-u32-vsprintf.c: New file.
60243         * tests/unistdio/test-ulc-asnprintf1.c: New file.
60244         * tests/unistdio/test-ulc-asnprintf1.h: New file.
60245         * tests/unistdio/test-ulc-printf1.h: New file.
60246         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
60247         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
60248         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
60249         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
60250         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
60251         * tests/unistdio/test-ulc-vasprintf1.c: New file.
60252         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
60253         * tests/unistdio/test-ulc-vsprintf1.c: New file.
60254         * tests/unistdio/test-u8-asnprintf1.c: New file.
60255         * tests/unistdio/test-u8-asnprintf1.h: New file.
60256         * tests/unistdio/test-u8-printf1.h: New file.
60257         * tests/unistdio/test-u8-vasnprintf1.c: New file.
60258         * tests/unistdio/test-u8-vasnprintf2.c: New file.
60259         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
60260         * tests/unistdio/test-u8-vasnprintf3.c: New file.
60261         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
60262         * tests/unistdio/test-u8-vasprintf1.c: New file.
60263         * tests/unistdio/test-u8-vsnprintf1.c: New file.
60264         * tests/unistdio/test-u8-vsprintf1.c: New file.
60265         * tests/unistdio/test-u16-asnprintf1.c: New file.
60266         * tests/unistdio/test-u16-asnprintf1.h: New file.
60267         * tests/unistdio/test-u16-printf1.h: New file.
60268         * tests/unistdio/test-u16-vasnprintf1.c: New file.
60269         * tests/unistdio/test-u16-vasnprintf2.c: New file.
60270         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
60271         * tests/unistdio/test-u16-vasnprintf3.c: New file.
60272         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
60273         * tests/unistdio/test-u16-vasprintf1.c: New file.
60274         * tests/unistdio/test-u16-vsnprintf1.c: New file.
60275         * tests/unistdio/test-u16-vsprintf1.c: New file.
60276         * tests/unistdio/test-u32-asnprintf1.c: New file.
60277         * tests/unistdio/test-u32-asnprintf1.h: New file.
60278         * tests/unistdio/test-u32-printf1.h: New file.
60279         * tests/unistdio/test-u32-vasnprintf1.c: New file.
60280         * tests/unistdio/test-u32-vasnprintf2.c: New file.
60281         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
60282         * tests/unistdio/test-u32-vasnprintf3.c: New file.
60283         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
60284         * tests/unistdio/test-u32-vasprintf1.c: New file.
60285         * tests/unistdio/test-u32-vsnprintf1.c: New file.
60286         * tests/unistdio/test-u32-vsprintf1.c: New file.
60287         * modules/unistdio/base: New file.
60288         * modules/unistdio/u-printf-args: New file.
60289         * modules/unistdio/ulc-asnprintf: New file.
60290         * modules/unistdio/ulc-asprintf: New file.
60291         * modules/unistdio/ulc-fprintf: New file.
60292         * modules/unistdio/ulc-printf-parse: New file.
60293         * modules/unistdio/ulc-snprintf: New file.
60294         * modules/unistdio/ulc-sprintf: New file.
60295         * modules/unistdio/ulc-vasnprintf: New file.
60296         * modules/unistdio/ulc-vasprintf: New file.
60297         * modules/unistdio/ulc-vfprintf: New file.
60298         * modules/unistdio/ulc-vsnprintf: New file.
60299         * modules/unistdio/ulc-vsprintf: New file.
60300         * modules/unistdio/u8-asnprintf: New file.
60301         * modules/unistdio/u8-asprintf: New file.
60302         * modules/unistdio/u8-printf-parse: New file.
60303         * modules/unistdio/u8-snprintf: New file.
60304         * modules/unistdio/u8-sprintf: New file.
60305         * modules/unistdio/u8-vasnprintf: New file.
60306         * modules/unistdio/u8-vasprintf: New file.
60307         * modules/unistdio/u8-vsnprintf: New file.
60308         * modules/unistdio/u8-vsprintf: New file.
60309         * modules/unistdio/u8-u8-asnprintf: New file.
60310         * modules/unistdio/u8-u8-asprintf: New file.
60311         * modules/unistdio/u8-u8-snprintf: New file.
60312         * modules/unistdio/u8-u8-sprintf: New file.
60313         * modules/unistdio/u8-u8-vasnprintf: New file.
60314         * modules/unistdio/u8-u8-vasprintf: New file.
60315         * modules/unistdio/u8-u8-vsnprintf: New file.
60316         * modules/unistdio/u8-u8-vsprintf: New file.
60317         * modules/unistdio/u16-asnprintf: New file.
60318         * modules/unistdio/u16-asprintf: New file.
60319         * modules/unistdio/u16-printf-parse: New file.
60320         * modules/unistdio/u16-snprintf: New file.
60321         * modules/unistdio/u16-sprintf: New file.
60322         * modules/unistdio/u16-vasnprintf: New file.
60323         * modules/unistdio/u16-vasprintf: New file.
60324         * modules/unistdio/u16-vsnprintf: New file.
60325         * modules/unistdio/u16-vsprintf: New file.
60326         * modules/unistdio/u16-u16-asnprintf: New file.
60327         * modules/unistdio/u16-u16-asprintf: New file.
60328         * modules/unistdio/u16-u16-snprintf: New file.
60329         * modules/unistdio/u16-u16-sprintf: New file.
60330         * modules/unistdio/u16-u16-vasnprintf: New file.
60331         * modules/unistdio/u16-u16-vasprintf: New file.
60332         * modules/unistdio/u16-u16-vsnprintf: New file.
60333         * modules/unistdio/u16-u16-vsprintf: New file.
60334         * modules/unistdio/u32-asnprintf: New file.
60335         * modules/unistdio/u32-asprintf: New file.
60336         * modules/unistdio/u32-printf-parse: New file.
60337         * modules/unistdio/u32-snprintf: New file.
60338         * modules/unistdio/u32-sprintf: New file.
60339         * modules/unistdio/u32-vasnprintf: New file.
60340         * modules/unistdio/u32-vasprintf: New file.
60341         * modules/unistdio/u32-vsnprintf: New file.
60342         * modules/unistdio/u32-vsprintf: New file.
60343         * modules/unistdio/u32-u32-asnprintf: New file.
60344         * modules/unistdio/u32-u32-asprintf: New file.
60345         * modules/unistdio/u32-u32-snprintf: New file.
60346         * modules/unistdio/u32-u32-sprintf: New file.
60347         * modules/unistdio/u32-u32-vasnprintf: New file.
60348         * modules/unistdio/u32-u32-vasprintf: New file.
60349         * modules/unistdio/u32-u32-vsnprintf: New file.
60350         * modules/unistdio/u32-u32-vsprintf: New file.
60351         * modules/unistdio/ulc-asnprintf-tests: New file.
60352         * modules/unistdio/ulc-vasnprintf-tests: New file.
60353         * modules/unistdio/ulc-vasprintf-tests: New file.
60354         * modules/unistdio/ulc-vsnprintf-tests: New file.
60355         * modules/unistdio/ulc-vsprintf-tests: New file.
60356         * modules/unistdio/u8-asnprintf-tests: New file.
60357         * modules/unistdio/u8-vasnprintf-tests: New file.
60358         * modules/unistdio/u8-vasprintf-tests: New file.
60359         * modules/unistdio/u8-vsnprintf-tests: New file.
60360         * modules/unistdio/u8-vsprintf-tests: New file.
60361         * modules/unistdio/u16-asnprintf-tests: New file.
60362         * modules/unistdio/u16-vasnprintf-tests: New file.
60363         * modules/unistdio/u16-vasprintf-tests: New file.
60364         * modules/unistdio/u16-vsnprintf-tests: New file.
60365         * modules/unistdio/u16-vsprintf-tests: New file.
60366         * modules/unistdio/u32-asnprintf-tests: New file.
60367         * modules/unistdio/u32-vasnprintf-tests: New file.
60368         * modules/unistdio/u32-vasprintf-tests: New file.
60369         * modules/unistdio/u32-vsnprintf-tests: New file.
60370         * modules/unistdio/u32-vsprintf-tests: New file.
60371         * MODULES.html.sh (Unicode string functions): Add the new modules.
60372
60373 2007-07-01  Bruno Haible  <bruno@clisp.org>
60374
60375         * lib/sprintf.c (sprintf): Limit the available length estimation,
60376         to avoid address wraparound.
60377         * lib/vsprintf.c (vsprintf): Likewise.
60378         * modules/sprintf-posix (Dependencies): Add stdint.
60379         * modules/vsprintf-posix (Dependencies): Likewise.
60380
60381 2007-07-01  Bruno Haible  <bruno@clisp.org>
60382
60383         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
60384         Windows PATH as well. Conservative double-quoting. Comments.
60385
60386 2007-07-01  Bruno Haible  <bruno@clisp.org>
60387             Eric Blake  <ebb9@byu.net>
60388             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
60389
60390         * gnulib-tool (self_abspathname): Fix algorithm to cope with
60391         empty components in $PATH, denoting '.'.
60392
60393 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
60394
60395         * gnulib-tool: Fix indentation.
60396         (func_create_megatestdir): Likewise.
60397         Report by Bruno Haible.
60398
60399 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
60400
60401         Sync from Automake.
60402         * build-aux/gnupload: Fix shell portability issues with for loops.
60403         Report by Karl Berry.
60404
60405 2007-06-29  Simon Josefsson  <simon@josefsson.org>
60406
60407         * build-aux/maint.mk (POURL): Use translationproject.org.
60408
60409 2007-06-27  Simon Josefsson  <simon@josefsson.org>
60410             Bruno Haible  <bruno@clisp.org>
60411
60412         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
60413         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
60414         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
60415         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
60416         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
60417
60418 2007-06-27  Bruno Haible  <bruno@clisp.org>
60419
60420         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
60421         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
60422
60423 2007-06-26  Karl Berry  <karl@gnu.org>
60424
60425         * MODULES.html.sh: remove xreadlink-with-size.
60426
60427 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
60428
60429         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
60430         method that I hope also handles the double-include problem noted
60431         by Bruno Haible in
60432         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
60433
60434 2007-06-23  Bruno Haible  <bruno@clisp.org>
60435
60436         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
60437         Don't let the 'mostlyclean' target fail if the last subdirectory could
60438         not be removed.
60439         Reported by Karl Berry.
60440
60441 2007-06-23  Bruno Haible  <bruno@clisp.org>
60442
60443         * gnulib-tool (echo): Add a speedier workaround for ksh.
60444         * tests/test-echo.sh: Likewise.
60445
60446 2007-06-23  Bruno Haible  <bruno@clisp.org>
60447
60448         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
60449         * tests/test-echo.sh: Likewise.
60450
60451 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
60452
60453         * gnulib-tool (IFS): Initialize early, so we don't set it to
60454         empty later.
60455         (self_abspathname): Rewrite algorithm to set it, reindent.
60456         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
60457         (func_create_megatestdir): Merge some sed scripts.
60458
60459 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
60460
60461         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
60462         exposed by Sun Studio 11 cc on Solaris 8.
60463
60464 2007-06-22  Bruno Haible  <bruno@clisp.org>
60465
60466         * gnulib-tool (echo): Ensure the echo primitive does not interpret
60467         backslashes.
60468         * tests/test-echo.sh: New file.
60469
60470 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
60471
60472         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
60473         simplify `sed_replace_build_aux' scripts, they are portable but
60474         echoing them with `echo' is not.
60475         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
60476
60477 2007-06-21  Karl Berry  <karl@gnu.org>
60478
60479         * config/srclist.txt: guess we can't handle the licenses via
60480         srclist at the moment.
60481
60482 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
60483
60484         * MODULES.html.sh: Add include_next.
60485         * modules/include_next: New file.
60486
60487 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
60488
60489         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
60490         INCLUDE_NEXT.
60491         (gl_CHECK_NEXT_HEADERS): New macro.
60492         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
60493         the obsolescent gl_ABSOLUTE_HEADER.
60494         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
60495         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
60496         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
60497         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
60498         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
60499         * m4/math_h.m4 (gl_MATH_H): Likewise.
60500         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
60501         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
60502         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
60503         * m4/stdint.m4 (gl_STDINT_H): Likewise.
60504         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
60505         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
60506         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
60507         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
60508         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
60509         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
60510         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
60511         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
60512         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
60513         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
60514         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
60515         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
60516         * m4/inttypes.m4 (gl_INTTYPES_H): Define
60517         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
60518         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
60519         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
60520         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
60521         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
60522         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
60523         * lib/float_.h: Likewise.
60524         * lib/inttypes_.h: Likewise.
60525         * lib/math_.h: Likewise.
60526         * lib/search_.h: Likewise.
60527         * lib/signal_.h: Likewise.
60528         * lib/stdint_.h: Likewise.
60529         * lib/stdio_.h: Likewise.
60530         * lib/stdlib_.h: Likewise.
60531         * lib/string_.h: Likewise.
60532         * lib/sys_stat_.h: Likewise.
60533         * lib/sys_time_.h: Likewise.
60534         * lib/time_.h: Likewise.
60535         * lib/unistd_.h: Likewise.
60536         * lib/wchar_.h: Likewise.
60537         * lib/wctype_.h: Likewise.
60538         * lib/dirent_.h: Likewise.
60539         * lib/iconv_.h: Likewise.
60540         * lib/locale_.h: Likewise.
60541         * lib/netinet_in_.h: Likewise.
60542         * lib/sys_select_.h: Likewise.
60543         * lib/sys_socket_.h: Likewise.
60544         * lib/sysexits_.h: Likewise.
60545         * modules/fcntl (Depends-on): Depend on include_next, not
60546         absolute_header.
60547         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
60548         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
60549         * modules/fchdir: Likewise.
60550         * modules/float: Likewise.
60551         * modules/iconv_open: Likewise.
60552         * modules/inttypes: Likewise.
60553         * modules/locale: Likewise.
60554         * modules/math: Likewise.
60555         * modules/netinet_in: Likewise.
60556         * modules/search: Likewise.
60557         * modules/signal: Likewise.
60558         * modules/stdint: Likewise.
60559         * modules/stdio: Likewise.
60560         * modules/stdlib: Likewise.
60561         * modules/string: Likewise.
60562         * modules/sys_select: Likewise.
60563         * modules/sys_socket: Likewise.
60564         * modules/sys_stat: Likewise.
60565         * modules/sys_time: Likewise.
60566         * modules/sysexits: Likewise.
60567         * modules/time: Likewise.
60568         * modules/unistd: Likewise.
60569         * modules/wchar: Likewise.
60570         * modules/wctype: Likewise.
60571         * modules/sys_stat: Change maintainer to "all".
60572         * modules/unistd: Likewise.
60573
60574 2007-06-20  Karl Berry  <karl@gnu.org>
60575
60576         * config/srclist.txt: track www changes in license files.
60577
60578 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
60579
60580         * build-aux/bootstrap: Remove stray dot.
60581         Make sure build_aux settings are honored when linking
60582         gnulib_extra_files.
60583
60584 2007-06-19  Eric Blake  <ebb9@byu.net>
60585
60586         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
60587         Allow compilation on cygwin.
60588
60589 2007-06-19  Jim Meyering  <jim@meyering.net>
60590
60591         xreadlink-with-size: Remove module.  No longer used.
60592         Ex-callers now use xreadlink or mreadlink-with-size.
60593         * modules/xreadlink-with-size: Remove module.
60594         * lib/xreadlink-with-size.c: Remove file.
60595         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
60596         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
60597         just before the function definition *is* accurate.
60598
60599         Eliminate one way canonicalize_filename_mode could exit.
60600         * lib/canonicalize.c (canonicalize_filename_mode):
60601         Use mreadlink_with_size, not xreadlink_with_size.
60602
60603 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
60604
60605         Detect porting problems to FreeBSD/arm, which has time_t wider than
60606         long int.  Original problem reported for GNU diff by Xin Li in
60607         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
60608         * modules/getdate (Depends-on): Add intprops, verify.
60609         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
60610         is an integer type no wider than long int.
60611
60612 2007-06-18  Jim Meyering  <jim@meyering.net>
60613
60614         New module: mreadlink-with-size.
60615         * MODULES.html.sh: Add mreadlink-with-size.
60616         * modules/mreadlink-with-size: New module
60617         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
60618         not xreadlink-with-size.
60619         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
60620
60621 2007-06-16  Bruno Haible  <bruno@clisp.org>
60622
60623         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
60624         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
60625         Reported by Gary V. Vaughan <gary@gnu.org>.
60626
60627 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
60628
60629         Revamp lchown so that it lives in unistd.h where it belongs.
60630         * lib/lchown.h: Remove.
60631         * lib/dirchownmod.c: Don't include lib/lchown.h.
60632         * lib/fchownat.c: Likewise.
60633         * lib/openat.c: Likewise.
60634         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
60635         does not follow symlinks.
60636         (EOPNOTSUPP): Define if not defined.
60637         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
60638         is defined to 0.
60639         (lchown): New decl.
60640         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
60641         Do not check for lchown decl.
60642         Set REPLACE_LCHOWN.
60643         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
60644         REPLACE_LCHOWN.
60645         * modules/chown: Make it clear it follows symlinks.
60646         * modules/lchown: Make it clear it doesn't follow symlinks.
60647         (Files): Remove lib/lchown.h
60648         (Depends-on): Add unistd.
60649         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
60650         (Include): Include <unistd.h>, not "lchown.h".
60651         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
60652         REPLACE_LCHOWN.
60653
60654 2007-06-15  Jim Meyering  <jim@meyering.net>
60655
60656         Change license (GPL to LGPL) of fsusage and dependents.
60657         * modules/fsusage (License): Change to LGPL.
60658         * modules/full-read (License): Likewise.
60659         * modules/full-write (License): Likewise.
60660         * modules/safe-read (License): Likewise.
60661         * modules/safe-write (License): Likewise.
60662
60663 2007-06-14  Ben Pfaff  <blp@gnu.org>
60664
60665         Missing part of allocsa -> malloca transition.
60666         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
60667         gl_MALLOCA.
60668
60669 2007-06-12  Bruno Haible  <bruno@clisp.org>
60670
60671         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
60672         to ia64, x86_64, i386.
60673         Reported by Eric Blake.
60674
60675 2007-06-12  Bruno Haible  <bruno@clisp.org>
60676
60677         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
60678         cross-compiling to x86_64.
60679
60680 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
60681
60682         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
60683         glitch reported by Ralf Wildenhues in
60684         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
60685
60686         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
60687         Vin Shelton.
60688
60689 2007-06-11  Bruno Haible  <bruno@clisp.org>
60690
60691         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
60692         replacement string.
60693         Reported by Eric Blake.
60694
60695 2007-06-10  Bruno Haible  <bruno@clisp.org>
60696
60697         Prepare vasnprintf code for use with Unicode strings.
60698         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
60699         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
60700         TYPE_U32_STRING.
60701         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
60702         a_u32_string variants.
60703         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
60704         * lib/printf-args.c: Don't include config.h and the specification
60705         header if PRINTF_FETCHARGS is already defined.
60706         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
60707         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
60708         TYPE_U16_STRING, TYPE_U32_STRING.
60709         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
60710         u16_directive, u16_directives, u32_directive, u32_directives): New
60711         types.
60712         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
60713         New declarations.
60714         * lib/printf-parse.c: Don't include config.h and the specification
60715         header if PRINTF_PARSE is already defined. Eliminate the set of
60716         parameters for WIDE_CHAR_VERSION; the user of this file must provide
60717         them now. Include c-ctype.h.
60718         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
60719         directive and CHAR_T_ONLY_ASCII.
60720         * lib/vasnprintf.c: Don't include config.h and the specification header
60721         if VASNPRINTF is already defined.
60722         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
60723         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
60724         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
60725         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
60726         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
60727         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
60728         code accordingly.
60729         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
60730         pad_ourselves also in this case, with the 'c' and 's' directives, and
60731         with a different notion of "width".
60732         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
60733
60734 2007-06-10  Bruno Haible  <bruno@clisp.org>
60735
60736         * modules/unistr/u32-mbsnlen: New file.
60737         * lib/unistr/u32-mbsnlen.c: New file.
60738
60739         * modules/unistr/u16-mbsnlen: New file.
60740         * lib/unistr/u16-mbsnlen.c: New file.
60741
60742         * modules/unistr/u8-mbsnlen: New file.
60743         * lib/unistr/u8-mbsnlen.c: New file.
60744
60745         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
60746         declarations.
60747
60748 2007-06-10  Bruno Haible  <bruno@clisp.org>
60749
60750         * lib/string_.h (mbsnlen): New declaration.
60751         * lib/mbsnlen.c: New file.
60752         * m4/mbsnlen.m4: New file.
60753         * modules/mbsnlen: New file.
60754         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
60755         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
60756         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
60757
60758 2007-06-10  Bruno Haible  <bruno@clisp.org>
60759
60760         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
60761
60762 2007-06-10  Bruno Haible  <bruno@clisp.org>
60763
60764         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
60765         * lib/mbuiter.h: Likewise.
60766
60767 2007-06-10  Bruno Haible  <bruno@clisp.org>
60768
60769         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
60770         declaration.
60771
60772 2007-06-10  Karl Berry  <karl@gnu.org>
60773
60774         * config/srclist.txt: remove gettext entries, Bruno prefers
60775         to update individually.
60776
60777 2007-06-10  Bruno Haible  <bruno@clisp.org>
60778
60779         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
60780         'maxlen'. Ensure only length + width bytes are allocated, not
60781         length + 1 + width.
60782
60783 2007-06-09  Bruno Haible  <bruno@clisp.org>
60784
60785         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
60786         (CHAR_T): Remove macro.
60787         (VASNPRINTF): Update.
60788
60789 2007-06-09  Bruno Haible  <bruno@clisp.org>
60790
60791         * MODULES.html.sh (Unicode string functions): Add the new modules.
60792
60793         * modules/uniconv/u32-conv-to-enc: New file.
60794         * lib/uniconv/u32-conv-to-enc.c: New file.
60795         * modules/uniconv/u32-conv-to-enc-tests: New file.
60796         * tests/uniconv/test-u32-conv-to-enc.c: New file.
60797
60798         * modules/uniconv/u16-conv-to-enc: New file.
60799         * lib/uniconv/u16-conv-to-enc.c: New file.
60800         * lib/uniconv/u-conv-to-enc.h: New file.
60801         * modules/uniconv/u16-conv-to-enc-tests: New file.
60802         * tests/uniconv/test-u16-conv-to-enc.c: New file.
60803
60804         * modules/uniconv/u8-conv-to-enc: New file.
60805         * lib/uniconv/u8-conv-to-enc.c: New file.
60806         * modules/uniconv/u8-conv-to-enc-tests: New file.
60807         * tests/uniconv/test-u8-conv-to-enc.c: New file.
60808
60809         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
60810         u32_conv_to_encoding): New declarations.
60811
60812 2007-06-09  Bruno Haible  <bruno@clisp.org>
60813
60814         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
60815
60816 2007-06-09  Bruno Haible  <bruno@clisp.org>
60817
60818         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
60819         * modules/malloca: Renamed from modules/allocsa, updated.
60820         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
60821         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
60822         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
60823         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
60824         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
60825         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
60826         * modules/xmalloca: Renamed from modules/xallocsa, updated.
60827         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
60828         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
60829         * modules/c-strcasestr (Depends-on): Update.
60830         * lib/c-strcasestr.c: Update.
60831         * modules/c-strstr (Depends-on): Update.
60832         * lib/c-strstr.c: Update.
60833         * modules/canonicalize-lgpl (Depends-on): Update.
60834         * lib/canonicalize-lgpl.c: Update.
60835         * modules/clean-temp (Depends-on): Update.
60836         * lib/clean-temp.c: Update.
60837         * modules/csharpcomp (Depends-on): Update.
60838         * lib/csharpcomp.c: Update.
60839         * modules/csharpexec (Depends-on): Update.
60840         * lib/csharpexec.c: Update.
60841         * modules/javacomp (Depends-on): Update.
60842         * lib/javacomp.c: Update.
60843         * modules/javaexec (Depends-on): Update.
60844         * lib/javaexec.c: Update.
60845         * modules/mbscasestr (Depends-on): Update.
60846         * lib/mbscasestr.c: Update.
60847         * modules/mbsstr (Depends-on): Update.
60848         * lib/mbsstr.c: Update.
60849         * modules/setenv (Depends-on): Update.
60850         * lib/setenv.c: Update.
60851         * modules/strcasestr (Depends-on): Update.
60852         * lib/strcasestr.c: Update.
60853         * modules/striconveha (Depends-on): Update.
60854         * lib/striconveha.c: Update.
60855         * modules/relocatable-prog-wrapper (Files): Update.
60856         * lib/relocwrapper.c: Update.
60857         * build-aux/install-reloc: Update.
60858         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
60859
60860 2007-06-08  Bruno Haible  <bruno@clisp.org>
60861
60862         Port to uClibc.
60863         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
60864         * lib/fpurge.c (fpurge): Likewise.
60865         * lib/freading.c (freading): Likewise.
60866         * lib/fseeko.c (rpl_fseeko): Likewise.
60867         * lib/fseterr.c (fseterr): Likewise.
60868         * lib/fwriting.c (fwriting): Likewise.
60869         * tests/test-fflush.c (main): Avoid a failure on uClibc.
60870
60871 2007-06-08  Bruno Haible  <bruno@clisp.org>
60872
60873         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
60874         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
60875         * modules/gettext (Files): Add m4/intlmacosx.m4.
60876
60877 2007-06-07  Bruno Haible  <bruno@clisp.org>
60878
60879         * modules/localename-tests: New file.
60880         * tests/test-localename.c: New file.
60881
60882         New module 'localename'.
60883         * lib/localename.h: New file.
60884         * lib/localename.c: New file, from GNU gettext.
60885         * m4/localename.m4: New file.
60886         * modules/localename: New file.
60887
60888 2007-06-07  Bruno Haible  <bruno@clisp.org>
60889
60890         Work around the lack of <wchar.h> on some builds of uClibc.
60891         * doc/headers/wchar.texi: Update.
60892         * lib/wchar_.h: Include <wchar.h> only if it exists.
60893         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
60894         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
60895         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
60896         doesn't exist.
60897         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
60898         * modules/mbfile (Depends-on): Add wchar.
60899         * modules/mbiter (Depends-on): Likewise.
60900         * modules/mbuiter (Depends-on): Likewise.
60901         Reported by Simon Josefsson.
60902
60903 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
60904
60905         Work around problem reported by Steven M. Schweda in
60906         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
60907         Tru64 5.1B with the Compaq compiler environment installed declares
60908         an 'isblank' function but does not define it in the C library.
60909         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
60910         * lib/regex_internal.h (isblank): Likewise.
60911         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
60912         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
60913
60914 2007-06-05  Bruno Haible  <bruno@clisp.org>
60915
60916         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
60917         ia64.
60918         * modules/printf-safe: New file.
60919         * modules/fprintf-posix (Depends-on): Add printf-safe.
60920         * modules/printf-posix (Depends-on): Likewise.
60921         * modules/snprintf-posix (Depends-on): Likewise.
60922         * modules/sprintf-posix (Depends-on): Likewise.
60923         * modules/vasnprintf-posix (Depends-on): Likewise.
60924         * modules/vasprintf-posix (Depends-on): Likewise.
60925         * modules/vfprintf-posix (Depends-on): Likewise.
60926         * modules/vprintf-posix (Depends-on): Likewise.
60927         * modules/vsnprintf-posix (Depends-on): Likewise.
60928         * modules/vsprintf-posix (Depends-on): Likewise.
60929         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
60930         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
60931         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
60932         "no" on i386, x86_64, ia64.
60933         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
60934         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
60935         on i386, x86_64, ia64.
60936         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
60937         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
60938         on i386, x86_64, ia64.
60939         * tests/test-vasnprintf-posix.c: Include float.h.
60940         (LDBL80_WORDS): New macro.
60941         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
60942         on i386, x86_64, ia64.
60943         * tests/test-vasprintf-posix.c: Include float.h.
60944         (LDBL80_WORDS): New macro.
60945         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
60946         on i386, x86_64, ia64.
60947         * tests/test-snprintf-posix.c: Include float.h.
60948         * tests/test-sprintf-posix.c: Likewise.
60949         * tests/test-vsnprintf-posix.c: Likewise.
60950         * tests/test-vsprintf-posix.c: Likewise.
60951
60952 2007-06-05  Bruno Haible  <bruno@clisp.org>
60953
60954         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
60955         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
60956         non-IEEE numbers on i386, x86_64, ia64.
60957         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
60958         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
60959         * tests/test-isnanl.h: Include float.h.
60960         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
60961
60962 2007-06-05  Bruno Haible  <bruno@clisp.org>
60963
60964         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
60965         also the %a / %A. Handle the %a / %A code before this extra handling.
60966
60967 2007-06-05  Bruno Haible  <bruno@clisp.org>
60968
60969         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
60970         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
60971
60972 2007-06-05  Bruno Haible  <bruno@clisp.org>
60973
60974         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
60975         typo in variable name.
60976
60977 2007-06-05  Eric Blake  <ebb9@byu.net>
60978
60979         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
60980         Reported by Simon Josefsson.
60981
60982 2007-06-04  Bruno Haible  <bruno@clisp.org>
60983
60984         Avoid test failures on some PowerPC platforms.
60985         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
60986         Define differently for PowerPC.
60987         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
60988         Reported by Gary V. Vaughan <gary@gnu.org>.
60989
60990 2007-06-02  Bruno Haible  <bruno@clisp.org>
60991
60992         Fix test-stdint failure on FreeBSD/ia64.
60993         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
60994         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
60995         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
60996         * doc/headers/stdint.texi: Update.
60997
60998 2007-06-01  Bruno Haible  <bruno@clisp.org>
60999
61000         * tests/test-binary-io.c (main): Pass a third argument to open().
61001         Reported by Gary V. Vaughan <gary@gnu.org>.
61002
61003 2007-06-01  Bruno Haible  <bruno@clisp.org>
61004
61005         * doc/functions/frexpl.texi: Update for mingw.
61006
61007 2007-06-01  Bruno Haible  <bruno@clisp.org>
61008
61009         * tests/test-lseek.c (main): Disable test of errno for invalid third
61010         argument.
61011         * doc/functions/lseek.texi: Update.
61012         Reported by Gary V. Vaughan <gary@gnu.org>.
61013
61014 2007-05-28  Bruno Haible  <bruno@clisp.org>
61015
61016         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
61017
61018 2007-05-31  Eric Blake  <ebb9@byu.net>
61019
61020         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
61021         cross compiling.
61022
61023 2007-05-30  Eric Blake  <ebb9@byu.net>
61024         and Bruno Haible  <bruno@clisp.org>
61025
61026         Work around mingw test failures exposed by m4-1.4.9b.
61027         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
61028         * tests/test-unistd.c: Disable uid_t and git_t tests for the
61029         moment.
61030
61031 2007-05-30  Bruno Haible  <bruno@clisp.org>
61032
61033         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
61034         assuming that they are closed. Needed on HP-UX 11.
61035
61036 2007-05-29  Bruno Haible  <bruno@clisp.org>
61037
61038         Fix a problem with #include_next.
61039         * lib/dirent_.h: Split the double-inclusion guard.
61040         * lib/fcntl_.h: Likewise.
61041         * lib/float_.h: Likewise.
61042         * lib/iconv_.h: Likewise.
61043         * lib/inttypes_.h: Likewise.
61044         * lib/locale_.h: Likewise.
61045         * lib/math_.h: Likewise.
61046         * lib/netinet_in_.h: Likewise.
61047         * lib/search_.h: Likewise.
61048         * lib/signal_.h: Likewise.
61049         * lib/stdint_.h: Likewise.
61050         * lib/stdio_.h: Likewise.
61051         * lib/stdlib_.h: Likewise.
61052         * lib/string_.h: Likewise.
61053         * lib/sys_select_.h: Likewise.
61054         * lib/sys_socket_.h: Likewise.
61055         * lib/sys_stat_.h: Likewise.
61056         * lib/sys_time_.h: Likewise.
61057         * lib/sysexits_.h: Likewise.
61058         * lib/time_.h: Likewise.
61059         * lib/unistd_.h: Likewise.
61060         * lib/wchar_.h: Likewise.
61061         * lib/wctype_.h: Likewise.
61062
61063 2007-05-29  Bruno Haible  <bruno@clisp.org>
61064
61065         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
61066         for the moment.
61067
61068 2007-05-29  Bruno Haible  <bruno@clisp.org>
61069
61070         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
61071         invocation.
61072         Reported by Eric Blake.
61073
61074 2007-05-29  Bruno Haible  <bruno@clisp.org>
61075
61076         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
61077         compiling case.
61078
61079 2007-05-29  Eric Blake  <ebb9@byu.net>
61080             Bruno Haible  <bruno@clisp.org>
61081
61082         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
61083         cross compiles.
61084
61085 2007-05-28  Eric Blake  <ebb9@byu.net>
61086
61087         * modules/closein-tests (test_closein_LDADD): Support test on
61088         cygwin with libtool.
61089
61090 2007-05-28  Bruno Haible  <bruno@clisp.org>
61091
61092         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
61093         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
61094         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
61095         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
61096         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
61097         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
61098         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
61099         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
61100         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
61101
61102 2007-05-28  Eric Blake  <ebb9@byu.net>
61103
61104         Unconditionally include <config.h> in unit tests.
61105         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
61106         * tests/test-allocsa.c, tests/test-arcfour.c,
61107         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
61108         tests/test-array_list.c, tests/test-array_oset.c,
61109         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
61110         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
61111         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
61112         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
61113         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
61114         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
61115         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
61116         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
61117         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
61118         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
61119         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
61120         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
61121         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
61122         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
61123         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
61124         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
61125         test-md5.c, test-memmem.c, test-printf-posix.c,
61126         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
61127         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
61128         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
61129         test-strcasestr.c, test-striconv.c, test-striconveh.c,
61130         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
61131         test-vasnprintf-posix2.c, test-vasnprintf.c,
61132         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
61133         test-vfprintf-posix.c, test-vprintf-posix.c,
61134         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
61135         test-xvasprintf.c: Likewise.
61136
61137 2007-05-28  Bruno Haible  <bruno@clisp.org>
61138
61139         * gnulib-tool (func_import): Remember the --with-tests command-line
61140         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
61141         Reported by Eric Blake.
61142
61143 2007-05-28  Bruno Haible  <bruno@clisp.org>
61144
61145         * modules/ftell-tests: New file.
61146         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
61147         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
61148
61149         * lib/ftell.c: New file.
61150         * modules/ftell: New file.
61151         * m4/ftell.m4: New file.
61152         * doc/functions/ftell.texi: Update.
61153         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
61154         REPLACE_FTELL.
61155         * lib/stdio_.h (rpl_ftell): New declaration.
61156         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
61157         REPLACE_FTELL.
61158
61159 2007-05-28  Eric Blake  <ebb9@byu.net>
61160
61161         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
61162
61163 2007-05-28  Bruno Haible  <bruno@clisp.org>
61164
61165         * modules/fseek-tests: New file.
61166         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
61167         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
61168
61169         * lib/fseek.c: New file.
61170         * modules/fseek: New file.
61171         * m4/fseek.m4: New file.
61172         * doc/functions/fseek.texi: Update.
61173         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
61174         REPLACE_FSEEK.
61175         * lib/stdio_.h (rpl_fseek): New declaration.
61176         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
61177         REPLACE_FSEEK.
61178
61179 2007-05-28  Bruno Haible  <bruno@clisp.org>
61180
61181         * lib/stdio_.h (fflush): More comments.
61182
61183 2007-05-28  Bruno Haible  <bruno@clisp.org>
61184
61185         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
61186         runtime test.
61187
61188 2007-05-28  Eric Blake  <ebb9@byu.net>
61189
61190         Improve lseek module.
61191         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
61192         * lib/unistd_.h (lseek): Scale back link warning message.
61193         * tests/test-lseek.c: Beef up test.
61194         * tests/test-lseek.sh: Exercise more facets of lseek.
61195         Reported by Bruno Haible.
61196
61197 2007-05-28  Bruno Haible  <bruno@clisp.org>
61198
61199         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
61200         to define.
61201
61202 2007-05-27  Bruno Haible  <bruno@clisp.org>
61203
61204         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
61205
61206 2007-05-27  Bruno Haible  <bruno@clisp.org>
61207
61208         * modules/openmp: New file.
61209         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
61210         Noah Misch.
61211
61212 2007-05-26  Bruno Haible  <bruno@clisp.org>
61213
61214         * modules/chdir-long (Depends-on): Add fchdir.
61215         * modules/chdir-safer (Depends-on): Likewise.
61216         * modules/fts (Depends-on): Likewise.
61217         * modules/fts-lgpl (Depends-on): Likewise.
61218         * modules/openat (Depends-on): Likewise.
61219         * modules/savewd (Depends-on): Likewise.
61220
61221 2007-05-24  Eric Blake  <ebb9@byu.net>
61222
61223         Fix lseek on mingw.
61224         * modules/lseek: New module.
61225         * m4/lseek.m4: New file.
61226         * lib/lseek.c: New file.
61227         * modules/lseek-tests: New file.
61228         * tests/test-lseek.c: New file.
61229         * tests/test-lseek.sh: New file.
61230         * MODULES.html.sh: Document lseek module.
61231         * modules/fflush (Depends-on): Add lseek, fseeko.
61232         * modules/fseeko (Depends-on): Likewise.
61233         * modules/ftello (Depends-on): Likewise.
61234         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
61235         broken.
61236         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
61237         broken.
61238         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
61239         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
61240         * lib/ftello.c (rpl_ftello): Likewise.
61241         * tests/test-fseeko.c (main): Test this.
61242         * tests/test-fseeko.sh: Likewise.
61243         * tests/test-ftello.c (main): Likewise.
61244         * tests/test-ftello.sh: Likewise.
61245         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
61246         implies replacing fseek.
61247         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
61248         HAVE_FTELLO.
61249         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
61250         * modules/unistd (Makefile.am): Likewise.
61251         * lib/unistd_.h (lseek): Declare a replacement.
61252         * doc/functions/lseek.texi (lseek): Document this fix.
61253         * doc/functions/fseek.texi (fseek): Likewise.
61254         * doc/functions/ftell.texi (ftell): Likewise.
61255
61256 2007-05-24  Bruno Haible  <bruno@clisp.org>
61257
61258         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
61259         in the printed representation of a NaN.
61260         * tests/test-vasprintf-posix.c (test_function): Likewise.
61261         * tests/test-snprintf-posix.h (test_function): Likewise.
61262         * tests/test-sprintf-posix.h (test_function): Likewise.
61263         Reported by Eric Blake.
61264
61265 2007-05-23  Eric Blake  <ebb9@byu.net>
61266
61267         Fix fseeko/ftello on cygwin 1.5.24.
61268         * doc/functions/fseeko.texi (fseeko): Document the fix.
61269         * doc/functions/ftello.texi (ftello): Document the fix.
61270         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
61271         * doc/functions/stdout.text (stdout): New file.
61272         * doc/functions/stderr.text (stderr): New file.
61273         * doc/gnulib.texi (Function Substitutes): Use new files.
61274         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
61275         prior to 1.7.0.
61276         * tests/test-ftello.c (main): Likewise for ftello.
61277         * tests/test-fseeko.sh: New file.
61278         * tests/test-ftello.sh: New file.
61279         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
61280         with seekable stdin.
61281         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
61282         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
61283         (gl_REPLACE_FSEEKO): New macro.
61284         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
61285         * modules/fseeko (Files): Distribute fseeko.c.
61286         * modules/ftello (Files): Distribute ftello.c.
61287         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
61288         mode.
61289         * lib/ftello.c (rpl_ftello): New file.
61290         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
61291         fseeko, ftello.
61292         (gl_STDIN_LARGE_OFFSET): New macro.
61293         * modules/stdio (Makefile.am): Perform the replacement.
61294         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
61295
61296 2007-05-23  Bruno Haible  <bruno@clisp.org>
61297
61298         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
61299         GNULIB_POSIXCHECK is defined.
61300
61301 2007-05-21  Bruno Haible  <bruno@clisp.org>
61302
61303         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
61304         Check also the output for NaN arguments. When cross-compiling, guess
61305         no on IRIX.
61306         * lib/vasnprintf.c: Update comments.
61307         * tests/test-vasnprintf-posix.c (strisnan): New function.
61308         (test_function): Use it.
61309         * tests/test-vasprintf-posix.c (strisnan): New function.
61310         (test_function): Use it.
61311         * tests/test-snprintf-posix.h (strisnan): New function.
61312         (test_function): Use it.
61313         * tests/test-sprintf-posix.h (strisnan): New function.
61314         (test_function): Use it.
61315         Reported by Eric Blake.
61316
61317 2007-05-20  Bruno Haible  <bruno@clisp.org>
61318
61319         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
61320         numbers that fails on BeOS.
61321         * doc/functions/frexpl.texi: Update.
61322
61323 2007-05-20  Jim Meyering  <jim@meyering.net>
61324
61325         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
61326         forced upon us by glibc-2.6.
61327
61328 2007-05-20  Bruno Haible  <bruno@clisp.org>
61329
61330         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
61331         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
61332         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
61333         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
61334         NEED_PRINTF_INFINITE.
61335         (is_infinitel): New function.
61336         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
61337         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
61338         gl_PREREQ_VASNPRINTF_INFINITE.
61339         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
61340         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
61341         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
61342         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
61343         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
61344         gl_PREREQ_VASNPRINTF_INFINITE.
61345         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
61346         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
61347         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
61348         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
61349         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
61350         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
61351         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
61352         * doc/functions/fprintf.texi: Update.
61353         * doc/functions/printf.texi: Update.
61354         * doc/functions/snprintf.texi: Update.
61355         * doc/functions/sprintf.texi: Update.
61356         * doc/functions/vfprintf.texi: Update.
61357         * doc/functions/vprintf.texi: Update.
61358         * doc/functions/vsnprintf.texi: Update.
61359         * doc/functions/vsprintf.texi: Update.
61360
61361 2007-05-20  Bruno Haible  <bruno@clisp.org>
61362
61363         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
61364         was not found in libc.
61365         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
61366
61367 2007-05-20  Bruno Haible  <bruno@clisp.org>
61368
61369         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
61370         printed as "-nan" instead of "nan".
61371         * tests/test-vasprintf-posix.c (test_function): Likewise.
61372         * tests/test-snprintf-posix.h (test_function): Likewise.
61373         * tests/test-sprintf-posix.h (test_function): Likewise.
61374         Needed for HP-UX 11.
61375
61376 2007-05-20  Jim Meyering  <jim@meyering.net>
61377
61378         Fix buggy test for the fchownat-deref bug.
61379         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
61380         symlink required for the run-test.  Without it, this test would
61381         always declare that fchownat doesn't work, and client code would
61382         unnecessarily use the replacement function with fixed libc.
61383         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
61384         Reported by Greg Schafer.
61385
61386 2007-05-19  Bruno Haible  <bruno@clisp.org>
61387
61388         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
61389         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
61390         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
61391         Needed for IRIX 6.5 and Solaris 2.5.1.
61392
61393 2007-05-19  Bruno Haible  <bruno@clisp.org>
61394
61395         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
61396         (test_function): Skip tests involving -0.0 on platforms where
61397         -0.0 = 0.0.
61398         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
61399         (test_function): Skip tests involving -0.0 on platforms where
61400         -0.0 = 0.0.
61401         * tests/test-snprintf-posix.h (have_minus_zero): New function.
61402         (test_function): Skip tests involving -0.0 on platforms where
61403         -0.0 = 0.0.
61404         * tests/test-sprintf-posix.h (have_minus_zero): New function.
61405         (test_function): Skip tests involving -0.0 on platforms where
61406         -0.0 = 0.0.
61407         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
61408         tests.
61409         * tests/test-printf-posix.h (test_function): Likewise.
61410         * tests/test-printf-posix.output: Remove all -0.0 related results.
61411         Needed for IRIX 6.5.
61412
61413 2007-05-19  Bruno Haible  <bruno@clisp.org>
61414
61415         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
61416         printed as "nan0x7fffffff" instead of "nan".
61417         * tests/test-vasprintf-posix.c (test_function): Likewise.
61418         * tests/test-snprintf-posix.h (test_function): Likewise.
61419         * tests/test-sprintf-posix.h (test_function): Likewise.
61420         * tests/test-fprintf-posix.h (NaN): Remove macro.
61421         (test_function): Remove all NaN related tests.
61422         * tests/test-printf-posix.h (NaN): Remove macro.
61423         (test_function): Remove all NaN related tests.
61424         * tests/test-printf-posix.output: Remove all NaN related results.
61425         Needed for IRIX 6.5.
61426
61427 2007-05-19  Bruno Haible  <bruno@clisp.org>
61428
61429         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
61430         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
61431
61432 2007-05-19  Bruno Haible  <bruno@clisp.org>
61433
61434         * lib/float_.h: New file.
61435         * m4/float_h.m4: New file.
61436         * modules/float: New file.
61437         * modules/isnanl (Dependencies): Add float.
61438         * modules/isnanl-nolibm (Dependencies): Likewise.
61439         * modules/mathl (Dependencies): Likewise.
61440         * modules/printf-frexpl (Dependencies): Likewise.
61441         * modules/signbit (Dependencies): Likewise.
61442         * modules/vasnprintf (Dependencies): Likewise.
61443         * doc/headers/float.texi: Update.
61444
61445 2007-05-19  Jim Meyering  <jim@meyering.net>
61446
61447         * lib/utimens.c (gl_futimens): Rename from futimens,
61448         now that glibc-2.6 declares futimens.
61449         * lib/utimens.h: Likewise.
61450
61451 2007-05-19  Bruno Haible  <bruno@clisp.org>
61452
61453         Avoid test failures on mingw.
61454         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
61455         * tests/test-printf-posix.sh: Likewise.
61456         * tests/test-vfprintf-posix.sh: Likewise.
61457         * tests/test-vprintf-posix.sh: Likewise.
61458
61459 2007-05-19  Bruno Haible  <bruno@clisp.org>
61460
61461         Fix *printf result for NaN, Inf, -0.0 on mingw.
61462         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
61463         * lib/vasnprintf.c: Include math.h and isnan.h.
61464         (is_infinite_or_zero): New function.
61465         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
61466         values in the %f, %F, %e, %E, %g, %G directives.
61467         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
61468         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
61469         gl_PRINTF_INFINITE and test its result. Invoke
61470         gl_PREREQ_VASNPRINTF_INFINITE.
61471         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
61472         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
61473         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
61474         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
61475         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
61476         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
61477         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
61478         * doc/functions/fprintf.texi: Update.
61479         * doc/functions/printf.texi: Update.
61480         * doc/functions/snprintf.texi: Update.
61481         * doc/functions/sprintf.texi: Update.
61482         * doc/functions/vfprintf.texi: Update.
61483         * doc/functions/vprintf.texi: Update.
61484         * doc/functions/vsnprintf.texi: Update.
61485         * doc/functions/vsprintf.texi: Update.
61486
61487 2007-05-19  Bruno Haible  <bruno@clisp.org>
61488
61489         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
61490         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
61491         Instead of multiplying with 10^k, set extra_zeroes to k.
61492         (scale10_round_long_double): Remove function.
61493
61494 2007-05-18  Bruno Haible  <bruno@clisp.org>
61495
61496         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
61497         introduced on 2007-05-06.
61498
61499 2007-05-18  Bruno Haible  <bruno@clisp.org>
61500
61501         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
61502         %g directives.
61503         * tests/test-vasprintf-posix.c (test_function): Likewise.
61504         * tests/test-snprintf-posix.h (test_function): Likewise.
61505         * tests/test-sprintf-posix.h (test_function): Likewise.
61506
61507 2007-05-18  Bruno Haible  <bruno@clisp.org>
61508
61509         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
61510         (strmatch): New function.
61511         (test_function): Test the %f directive on numbers of various exponents.
61512         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
61513         (strmatch): New function.
61514         (test_function): Test the %f directive on numbers of various exponents.
61515         * tests/test-snprintf-posix.h (strmatch): New function.
61516         (test_function): Test the %f directive on numbers of various exponents.
61517         * tests/test-sprintf-posix.h (strmatch): New function.
61518         (test_function): Test the %f directive on numbers of various exponents.
61519         * tests/test-snprintf-posix.c (SIZEOF): New macro.
61520         * tests/test-sprintf-posix.c (SIZEOF): New macro.
61521         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
61522         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
61523
61524 2007-05-18  Bruno Haible  <bruno@clisp.org>
61525
61526         Add support for 'long double' number output.
61527         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
61528         * lib/vasnprintf.c: Include math.h and float+.h.
61529         (mp_limb_t): New type.
61530         (GMP_LIMB_BITS): New macro.
61531         (mp_twolimb_t): New type.
61532         (GMP_TWOLIMB_BITS): New macro.
61533         (mpn_t): New type.
61534         (multiply, divide, convert_to_decimal, decode_long_double,
61535         scale10_round_long_double, scale10_round_decimal_long_double,
61536         floorlog10l): New functions.
61537         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
61538         for the %f, %F, %e, %E, %g, %G directives.
61539         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
61540         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
61541         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
61542         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
61543         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
61544         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
61545         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
61546         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
61547         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
61548         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
61549         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
61550         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
61551         * modules/snprintf-posix (Depends-on): Likewise.
61552         * modules/sprintf-posix (Depends-on): Likewise.
61553         * modules/vasnprintf-posix (Depends-on): Likewise.
61554         * modules/vasprintf-posix (Depends-on): Likewise.
61555         * modules/vfprintf-posix (Depends-on): Likewise.
61556         * modules/vsnprintf-posix (Depends-on): Likewise.
61557         * modules/vsprintf-posix (Depends-on): Likewise.
61558         * modules/vasnprintf (Files): Add lib/float+.h.
61559         * doc/functions/fprintf.texi: Update.
61560         * doc/functions/printf.texi: Update.
61561         * doc/functions/snprintf.texi: Update.
61562         * doc/functions/sprintf.texi: Update.
61563         * doc/functions/vfprintf.texi: Update.
61564         * doc/functions/vprintf.texi: Update.
61565         * doc/functions/vsnprintf.texi: Update.
61566         * doc/functions/vsprintf.texi: Update.
61567
61568 2007-05-18  Bruno Haible  <bruno@clisp.org>
61569
61570         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
61571
61572 2007-05-18  Bruno Haible  <bruno@clisp.org>
61573
61574         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
61575         for printing 64-bit integers. Needed for mingw.
61576
61577 2007-05-18  Bruno Haible  <bruno@clisp.org>
61578
61579         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
61580         gl_FUNC_FREXPL_WORKS.
61581         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
61582
61583 2007-05-18  Bruno Haible  <bruno@clisp.org>
61584
61585         * modules/frexpl-nolibm-tests: New file.
61586
61587         * modules/frexpl-nolibm: New file.
61588         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
61589
61590 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
61591
61592         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
61593         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
61594         GCC 4.2, which otherwise issues a lot of warnings.
61595         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
61596         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
61597         Likewise.
61598         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
61599         * modules/iconv_open (iconv.h): Likewise.
61600         * modules/locale (locale.h): Likewise.
61601         * modules/netinet_in (netinet/in.h): Likewise.
61602         * modules/sys_select (sys_select.h): Likewise.
61603         * modules/sys_socket (sys/socket.h): Likewise.
61604         * modules/sys_stat (sys/stat.h): Likewise.
61605         * modules/sysexits (sysexits.h): Likewise.
61606         * modules/unistd (unistd.h): Likewise.
61607
61608 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
61609
61610         * modules/closein-tests (Makefile.am): Distribute
61611         `test-closein.sh'.
61612
61613 2007-05-17  Bruno Haible  <bruno@clisp.org>
61614
61615         * tests/test-printf-posix.output: Renamed from
61616         tests/test-fprintf-posix.out.
61617         * modules/fprintf-posix-tests: Update.
61618         * modules/printf-posix-tests: Update.
61619         * modules/vfprintf-posix-tests: Update.
61620         * modules/vprintf-posix-tests: Update.
61621         * tests/test-fprintf-posix.sh: Update.
61622         * tests/test-printf-posix.sh: Update.
61623         * tests/test-vfprintf-posix.sh: Update.
61624         * tests/test-vprintf-posix.sh: Update.
61625         Reported by Ralf Wildenhues.
61626
61627 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
61628
61629         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
61630         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
61631         GCC 4.2, which otherwise issues a lot of warnings.
61632         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
61633         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
61634         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
61635         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
61636         it should no longer be needed.
61637         * lib/string_.h: Likewise.
61638         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
61639         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
61640         * modules/inttypes (inttypes.h): Likewise.
61641         * modules/math (math.h): Likewise.
61642         * modules/search (search.h): Likewise.
61643         * modules/signal (signal.h): Likewise.
61644         * modules/stdint (stdint.h): Likewise.
61645         * modules/stdio (stdio.h): Likewise.
61646         * modules/stdlib (stdlib.h): Likewise.
61647         * modules/string (string.h): Likewise.
61648         * modules/sys_time (sys/time.h): Likewise.
61649         * modules/time (time.h): Likewise.
61650         * modules/wchar (wchar.h): Likewise.
61651         * modules/wctype (wtype.h): Likewise.
61652
61653 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
61654
61655         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
61656
61657 2007-05-13  Bruno Haible  <bruno@clisp.org>
61658
61659         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
61660         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
61661         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
61662         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
61663         (gl_PREREQ_STRTOK_R): Don't require it here.
61664
61665 2007-05-13  Bruno Haible  <bruno@clisp.org>
61666
61667         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
61668         when used in C++ mode.
61669
61670 2007-05-12  Bruno Haible  <bruno@clisp.org>
61671
61672         * lib/linebuffer.h: Tweak doc.
61673         * lib/linebuffer.c: Likewise.
61674
61675 2007-05-12  James Youngman  <jay@gnu.org>
61676
61677         * lib/linebuffer.c (readlinebuffer_delim): New function,
61678         like readlinebuffer, but use a caller-specified delimiter.
61679         (readlinebuffer): Just call readlinebuffer_delim with '\n'
61680         as the delimiter.
61681         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
61682
61683 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
61684
61685         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
61686         * modules/openat (Files): Remove openat-die.c.
61687         (Depends-on): Add openat-die.
61688         * modules/openat-die: New module.
61689
61690 2007-05-06  Bruno Haible  <bruno@clisp.org>
61691
61692         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
61693         Update with info about Cygwin.
61694         * doc/functions/fprintf.texi: Update.
61695         * doc/functions/printf.texi: Update.
61696         * doc/functions/snprintf.texi: Update.
61697         * doc/functions/sprintf.texi: Update.
61698         * doc/functions/vfprintf.texi: Update.
61699         * doc/functions/vprintf.texi: Update.
61700         * doc/functions/vsnprintf.texi: Update.
61701         * doc/functions/vsprintf.texi: Update.
61702         Reported by Eric Blake.
61703
61704 2007-05-06  Bruno Haible  <bruno@clisp.org>
61705
61706         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
61707         padding ourselves for the floating-point directives.
61708         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
61709         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
61710         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
61711         gl_PRINTF_FLAG_ZERO and test its result. Invoke
61712         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
61713         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
61714         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
61715         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
61716         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
61717         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
61718         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
61719         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
61720         * tests/test-snprintf-posix.h (test_function): Also check the width
61721         and some flags in the %f directive.
61722         * tests/test-sprintf-posix.h (test_function): Likewise.
61723         * tests/test-vasnprintf-posix.c (test_function): Likewise.
61724         * tests/test-vasprintf-posix.c (test_function): Likewise.
61725         * doc/functions/fprintf.texi: Update.
61726         * doc/functions/printf.texi: Update.
61727         * doc/functions/snprintf.texi: Update.
61728         * doc/functions/sprintf.texi: Update.
61729         * doc/functions/vfprintf.texi: Update.
61730         * doc/functions/vprintf.texi: Update.
61731         * doc/functions/vsnprintf.texi: Update.
61732         * doc/functions/vsprintf.texi: Update.
61733
61734 2007-05-06  Bruno Haible  <bruno@clisp.org>
61735
61736         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
61737         pass the ' flag character to sprintf or snprintf.
61738         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
61739         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
61740         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
61741         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
61742         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
61743         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
61744         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
61745         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
61746         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
61747         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
61748         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
61749         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
61750         * tests/test-snprintf-posix.h (test_function): Also check the grouping
61751         flag.
61752         * tests/test-sprintf-posix.h (test_function): Likewise.
61753         * tests/test-vasnprintf-posix.c (test_function): Likewise.
61754         * tests/test-vasprintf-posix.c (test_function): Likewise.
61755         * doc/functions/fprintf.texi: Update.
61756         * doc/functions/printf.texi: Update.
61757         * doc/functions/snprintf.texi: Update.
61758         * doc/functions/sprintf.texi: Update.
61759         * doc/functions/vfprintf.texi: Update.
61760         * doc/functions/vprintf.texi: Update.
61761         * doc/functions/vsnprintf.texi: Update.
61762         * doc/functions/vsprintf.texi: Update.
61763
61764 2007-05-01  Bruno Haible  <bruno@clisp.org>
61765
61766         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
61767
61768 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
61769
61770         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
61771         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
61772
61773 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
61774
61775         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
61776         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
61777         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
61778
61779 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
61780
61781         * lib/argp-help.c (struct hol_entry): New member `ord'.
61782         (HOL_ENTRY_PTRCMP): Use ord for comparison
61783         (hol_sort): Initialize ord.
61784
61785 2007-05-01  Bruno Haible  <bruno@clisp.org>
61786
61787         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
61788         Reported by Eric Blake.
61789         * doc/gnulib.texi (Function Substitutes): Update.
61790
61791 2007-05-01  Bruno Haible  <bruno@clisp.org>
61792
61793         * doc/functions.texi: Remove file, now redundant through
61794         doc/functions/*.texi.
61795
61796 2007-05-01  Bruno Haible  <bruno@clisp.org>
61797
61798         * modules/argp (Depends-on): Add sleep.
61799
61800 2007-05-01  Bruno Haible  <bruno@clisp.org>
61801
61802         * modules/sleep-tests: New file.
61803         * tests/test-sleep.c: New file.
61804
61805         * modules/sleep: New file.
61806         * lib/sleep.c: New file.
61807         * m4/sleep.m4: New file.
61808         * lib/unistd_.h (sleep): New declaration.
61809         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
61810         HAVE_SLEEP.
61811         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
61812         * doc/functions/sleep.texi: Document the sleep module.
61813
61814 2007-05-01  Bruno Haible  <bruno@clisp.org>
61815
61816         * lib/sigprocmask.h: Remove file.
61817         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
61818         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
61819         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
61820         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
61821         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
61822         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
61823         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
61824         HAVE_SIGSET_T as a shell variable.
61825         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
61826         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
61827         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
61828         (Depends-on): Add signal. Remove verify.
61829         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
61830         (Include): Mention <signal.h> instead of sigprocmask.h.
61831         * NEWS: Mention the change.
61832         * lib/fatal-signal.c: Don't include sigprocmask.h.
61833
61834 2007-05-01  Bruno Haible  <bruno@clisp.org>
61835
61836         * modules/signal: New file.
61837         * lib/signal_.h: New file.
61838         * m4/signal_h.m4: New file.
61839
61840 2007-05-01  Bruno Haible  <bruno@clisp.org>
61841
61842         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
61843         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
61844         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
61845         HAVE_WCTYPE_CTMP_BUG into wctype.h.
61846
61847 2007-05-01  Bruno Haible  <bruno@clisp.org>
61848
61849         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
61850         configure time.
61851         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
61852         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
61853         * modules/sys_stat (Makefile.am): Substitute their values into
61854         sys/stat.h.
61855
61856 2007-05-01  Bruno Haible  <bruno@clisp.org>
61857
61858         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
61859         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
61860         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
61861
61862 2007-05-01  Bruno Haible  <bruno@clisp.org>
61863
61864         * doc/header/assert.texi: Undo last change: don't mention the gnulib
61865         'assert' module here.
61866
61867 2007-05-01  Bruno Haible  <bruno@clisp.org>
61868
61869         * doc/functions/*.texi: New files.
61870         * doc/functions/google-ranking.txt: New file.
61871         * doc/gnulib.texi (Function Substitutes): New chapter.
61872         (ctime, inet_ntoa): Remove sections.
61873         * doc/ctime.texi: Remove file.
61874         * doc/inet_ntoa.texi: Remove file.
61875         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
61876         dependencies.
61877         (%.info): New rule, specifying a --reference-limit.
61878
61879 2007-05-01  Bruno Haible  <bruno@clisp.org>
61880
61881         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
61882
61883 2007-05-01  Bruno Haible  <bruno@clisp.org>
61884
61885         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
61886         the portability of 'mkdir' to mingw systems.
61887
61888 2007-05-01  Bruno Haible  <bruno@clisp.org>
61889
61890         * doc/headers/google-ranking.txt: New file.
61891
61892 2007-04-30  Eric Blake  <ebb9@byu.net>
61893
61894         Prefer fseeko to fseek.
61895         * modules/getpass (Depends-on): Add fseeko.
61896         * lib/getpass.c (getpass): Use fseeko, not fseek.
61897
61898 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
61899
61900         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
61901         assumes the sorting is stable, while most qsort implementations
61902         are not.  Use argument addresses to ensure they never compare as
61903         equal.
61904
61905         * tests/test-argp-2.sh (usage-indent test): Fix output
61906         (func_compare): Restore diff options
61907         * tests/test-argp.c: Restore #include "progname.h"
61908
61909 2007-04-29  Bruno Haible  <bruno@clisp.org>
61910
61911         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
61912         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
61913         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
61914         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
61915         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
61916         (configure.ac): Define CHECK_SNPRINTF_POSIX.
61917         (TESTS, check_PROGRAMS): Add test-snprintf.
61918         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
61919         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
61920         (TESTS, check_PROGRAMS): Add test-vsnprintf.
61921         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
61922         assertions that fail on HP-UX, OSF/1, or IRIX.
61923         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
61924
61925 2007-04-29  Bruno Haible  <bruno@clisp.org>
61926
61927         * MODULES.html.sh (posix_functions): Remove 'contents'.
61928
61929 2007-04-29  Karl Berry  <karl@gnu.org>
61930
61931         * config/srclist.txt (gendocs_template_min): new entry.
61932
61933 2007-04-29  Bruno Haible  <bruno@clisp.org>
61934
61935         Work around fpurge bug on BSD systems.
61936         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
61937         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
61938         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
61939         fpurge to rpl_fpurge if the system already has this function.
61940         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
61941         the case where the system already has this function. Correct invariants
61942         on BSD systems.
61943         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
61944         BSD systems.
61945
61946 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
61947
61948         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
61949         proposed by Sven Verdoolaege.
61950
61951         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
61952         options.
61953         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
61954         (usage and help tests): Update
61955
61956 2007-04-29  Bruno Haible  <bruno@clisp.org>
61957
61958         * tests/test-fflush.c (main): Use a file of size 17, not 10.
61959         Print more information in case of failure. Disable a test on BeOS.
61960
61961 2007-04-29  Bruno Haible  <bruno@clisp.org>
61962
61963         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
61964         This helps debugging on systems on which no gdb is available.
61965
61966 2007-04-29  Bruno Haible  <bruno@clisp.org>
61967
61968         * lib/freading.h: Improve comments.
61969         * lib/fwriting.h: Likewise.
61970         * tests/test-freading.c (main): Don't check freading immediately after
61971         repositioning. Needed for glibc.
61972
61973 2007-04-29  Bruno Haible  <bruno@clisp.org>
61974
61975         * lib/freading.c (freading): Trivial simplification.
61976
61977 2007-04-28  Bruno Haible  <bruno@clisp.org>
61978
61979         * tests/test-fwriting.c (main): Also test the interaction between
61980         fflush and fwriting.
61981         * modules/fwriting-tests (Depends-on): Add fflush.
61982
61983         * tests/test-freading.c (main): Also test the interaction between
61984         fflush and freading.
61985         * modules/freading-tests (Depends-on): Add fflush.
61986
61987 2007-04-28  Bruno Haible  <bruno@clisp.org>
61988
61989         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
61990         fseeko and ftello.
61991         Suggested by Eric Blake.
61992
61993 2007-04-28  Jim Meyering  <jim@meyering.net>
61994
61995         Avoid false-negative in gl_STDINT_H's C99 conformance test.
61996         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
61997         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
61998
61999 2007-04-27  Eric Blake  <ebb9@byu.net>
62000
62001         * doc/headers/assert.texi (assert.h): Document assert module use.
62002
62003 2007-04-27  Bruno Haible  <bruno@clisp.org>
62004
62005         * doc/headers/*.texi: New files.
62006         * doc/gnulib.texi (Header File Substitutes): New chapter.
62007         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
62008         dependencies.
62009         (standards.info ,standards.html, standards.dvi): Update dependencies.
62010         (mostlyclean, clean): New targets.
62011
62012 2007-04-27  Bruno Haible  <bruno@clisp.org>
62013
62014         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
62015         * modules/sysexits (Files, Makefile.am): Update.
62016
62017         * lib/sys_socket_.h: Renamed from lib/socket_.h.
62018         * modules/sys_socket (Files, Makefile.am): Update.
62019
62020         * lib/sys_stat_.h: Renamed from lib/stat_.h.
62021         * modules/sys_stat (Files, Makefile.am): Update.
62022
62023 2007-04-27  Eric Blake  <ebb9@byu.net>
62024
62025         * lib/freading.h: Improve comments.
62026         * lib/fwriting.h: Likewise.
62027         * lib/fflush.c: Likewise.
62028
62029         Fix closein for mingw.
62030         * modules/closein-tests: Add tests for closein.
62031         * tests/test-closein.c: New file.
62032         * tests/test-closein.sh: Likewise.
62033         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
62034         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
62035
62036 2007-04-27  Bruno Haible  <bruno@clisp.org>
62037
62038         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
62039         version is < 6.
62040         * lib/math_.h [__DECC]: Likewise.
62041         * lib/stdio_.h [__DECC]: Likewise.
62042         * lib/stdlib_.h [__DECC]: Likewise.
62043         * lib/string_.h [__DECC]: Likewise.
62044         * lib/time_.h [__DECC]: Likewise.
62045         * lib/wchar_.h [__DECC]: Likewise.
62046         * lib/wctype_.h [__DECC]: Likewise.
62047
62048 2007-04-27  Bruno Haible  <bruno@clisp.org>
62049
62050         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
62051
62052 2007-04-27  Bruno Haible  <bruno@clisp.org>
62053
62054         * lib/fflush.c: Add comments.
62055         * modules/fpurge-tests (Depends-on): Add fflush.
62056         * modules/freadable-tests (Depends-on): Likewise.
62057         * modules/fwritable-tests (Depends-on): Likewise.
62058
62059 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
62060
62061         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
62062         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
62063         Report by Bruno Haible <bruno@clisp.org>.
62064
62065 2007-04-26  Eric Blake  <ebb9@byu.net>
62066
62067         Fix fflush on mingw.
62068         * modules/fflush (Depends-on): Add freading.
62069         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
62070         but unread data.
62071
62072 2007-04-26  Eric Blake  <ebb9@byu.net>
62073         and Bruno Haible  <bruno@clisp.org>
62074
62075         Implement freading and fwriting.
62076         * lib/freading.c: New file.
62077         * lib/freading.h: Likewise.
62078         * m4/freading.m4: Likewise.
62079         * modules/freading: Likewise.
62080         * modules/freading-tests: Likewise.
62081         * tests/test-freading.c: Likewise.
62082         * lib/fwriting.c: New file.
62083         * lib/fwriting.h: Likewise.
62084         * m4/fwriting.m4: Likewise.
62085         * modules/fwriting: Likewise.
62086         * modules/fwriting-tests: Likewise.
62087         * tests/test-fwriting.c: Likewise.
62088         * MODULES.html.sh (File stream based Input/Output): Mention them.
62089
62090 2007-04-26  Bruno Haible  <bruno@clisp.org>
62091
62092         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
62093         'long' when we assume it.
62094         Suggested by Eric Blake.
62095
62096 2007-04-26  Bruno Haible  <bruno@clisp.org>
62097
62098         Ensure fseeko, ftello are declared on glibc systems.
62099         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
62100         * modules/fseeko (configure.ac-early): Likewise.
62101         * modules/ftello (configure.ac-early): Likewise.
62102         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
62103         AC_FUNC_FSEEKO for this.
62104         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
62105         (gl_CHECK_FSEEKO): Remove macro.
62106
62107 2007-04-26  Bruno Haible  <bruno@clisp.org>
62108
62109         * tests/test-fflush.c (main): Also check the ftell result after
62110         fflush and fseek/fseeko.
62111         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
62112         file descriptor position cache in the stream.
62113         * lib/fseeko.c (rpl_fseeko): Likewise.
62114
62115 2007-04-26  Bruno Haible  <bruno@clisp.org>
62116
62117         * modules/fflush-tests (Depends-on): Add fseeko.
62118
62119 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
62120             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
62121
62122         * lib/argz_.h: ensure error_t definition is obtained in same
62123         mechanism system argz.h would have.
62124         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
62125         argz facilities are known bad.  Err on the side of caution if
62126         cross-compiling.
62127
62128 2007-04-25  Eric Blake  <ebb9@byu.net>
62129
62130         * lib/fpurge.c (includes): Use stdlib.h for free.
62131         * tests/test-fflush.c (main): Also test fflush-fseeko.
62132
62133 2007-04-25  Bruno Haible  <bruno@clisp.org>
62134
62135         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
62136         * lib/fseeko.c: New file.
62137         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
62138         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
62139         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
62140         gl_FUNC_FSEEKO.
62141         (gl_FUNC_FSEEKO): Invoke it.
62142         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
62143         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
62144         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
62145
62146 2007-04-25  Bruno Haible  <bruno@clisp.org>
62147
62148         * modules/fflush (Depends-on): Add ftello.
62149
62150 2007-04-25  Bruno Haible  <bruno@clisp.org>
62151
62152         * modules/ftello-tests: New file.
62153         * tests/test-ftello.c: New file.
62154
62155         * modules/ftello: New file.
62156         * m4/ftello.m4: New file.
62157         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
62158         HAVE_FTELLO.
62159         * lib/stdio_.h (ftello): New declaration.
62160         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
62161         HAVE_FTELLO.
62162
62163 2007-04-25  Bruno Haible  <bruno@clisp.org>
62164
62165         * modules/fseeko-tests: New file.
62166         * tests/test-fseeko.c: New file.
62167
62168         * modules/fseeko: New file.
62169         * m4/fseeko.m4: New file.
62170         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
62171         HAVE_FSEEKO.
62172         * lib/stdio_.h (fseeko): New declaration.
62173         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
62174         HAVE_FSEEKO.
62175
62176 2007-04-25  Bruno Haible  <bruno@clisp.org>
62177
62178         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
62179
62180 2007-04-25  Bruno Haible  <bruno@clisp.org>
62181
62182         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
62183         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
62184         * tests/test-unistd.c: Likewise.
62185         * tests/test-fcntl.c: Likewise.
62186
62187 2007-04-23  Eric Blake  <ebb9@byu.net>
62188
62189         * lib/fflush.c: Fix missing include.
62190         Reported by Bruno Haible.
62191
62192 2007-04-23  Bruno Haible  <bruno@clisp.org>
62193
62194         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
62195         Reported by Eric Blake.
62196
62197 2007-04-23  Bruno Haible  <bruno@clisp.org>
62198
62199         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
62200
62201 2007-04-23  Bruno Haible  <bruno@clisp.org>
62202
62203         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
62204
62205 2007-04-23  Bruno Haible  <bruno@clisp.org>
62206
62207         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
62208         Needed on HP-UX 11.
62209
62210 2007-04-16  Eric Blake  <ebb9@byu.net>
62211
62212         Make fflush rely on fpurge.
62213         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
62214         open coding all variants.
62215         * modules/fflush (Depends-on): Add fpurge and unistd.
62216         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
62217         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
62218
62219         Fix --with-tests compilation on cygwin.
62220         * modules/argmatch-tests (Makefile.am): List gnulib library first
62221         in LDADD.
62222         * modules/argp-tests (Makefile.am): Likewise.
62223         * modules/array-list-tests (Makefile.am): Likewise.
62224         * modules/array-oset-tests (Makefile.am): Likewise.
62225         * modules/avltree-list-tests (Makefile.am): Likewise.
62226         * modules/avltree-oset-tests (Makefile.am): Likewise.
62227         * modules/avltreehash-list-tests (Makefile.am): Likewise.
62228         * modules/carray-list-tests (Makefile.am): Likewise.
62229         * modules/dirname-tests (Makefile.am): Likewise.
62230         * modules/frexp-tests (Makefile.am): Likewise.
62231         * modules/isnanl-tests (Makefile.am): Likewise.
62232         * modules/linked-list-tests (Makefile.am): Likewise.
62233         * modules/linkedhash-list-tests (Makefile.am): Likewise.
62234         * modules/lock-tests (Makefile.am): Likewise.
62235         * modules/rbtree-list-tests (Makefile.am): Likewise.
62236         * modules/rbtree-oset-tests (Makefile.am): Likewise.
62237         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
62238         * modules/tls-tests (Makefile.am): Likewise.
62239         * modules/tsearch-tests (Makefile.am): Likewise.
62240         * modules/xvasprintf-tests (Makefile.am): Likewise.
62241
62242         Fix fpurge for cygwin.
62243         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
62244         value.
62245         * modules/fpurge-tests (Depends-on): Clean up trash.
62246
62247 2007-04-16  Simon Josefsson  <simon@josefsson.org>
62248
62249         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
62250
62251         * m4/autobuild.m4: Re-indent.
62252
62253 2007-04-13  Bruno Haible  <bruno@clisp.org>
62254
62255         * modules/fpurge-tests: New file.
62256         * tests/test-fpurge.c: New file.
62257
62258         * modules/fpurge: New file.
62259         * lib/fpurge.h: New file.
62260         * lib/fpurge.c: New file.
62261         * m4/fpurge.m4: New file.
62262
62263 2007-04-13  Bruno Haible  <bruno@clisp.org>
62264
62265         * modules/fbufmode-tests: New file.
62266         * tests/test-fbufmode.c: New file.
62267
62268         * modules/fbufmode: New file.
62269         * lib/fbufmode.h: New file.
62270         * lib/fbufmode.c: New file.
62271         * m4/fbufmode.m4: New file.
62272
62273 2007-04-13  Bruno Haible  <bruno@clisp.org>
62274
62275         * modules/fwritable-tests: New file.
62276         * tests/test-fwritable.c: New file.
62277
62278         * modules/fwritable: New file.
62279         * lib/fwritable.h: New file.
62280         * lib/fwritable.c: New file.
62281         * m4/fwritable.m4: New file.
62282
62283 2007-04-13  Bruno Haible  <bruno@clisp.org>
62284
62285         * modules/freadable-tests: New file.
62286         * tests/test-freadable.c: New file.
62287
62288         * modules/freadable: New file.
62289         * lib/freadable.h: New file.
62290         * lib/freadable.c: New file.
62291         * m4/freadable.m4: New file.
62292
62293 2007-04-13  Bruno Haible  <bruno@clisp.org>
62294
62295         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
62296         MOSTLYCLEANFILES.
62297
62298 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
62299
62300         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
62301         gzip bootstrap.conf to avoid dragging in i18n machinery.
62302         (gnulib_tool_option): Use it.
62303
62304 2007-04-13  Bruno Haible  <bruno@clisp.org>
62305
62306         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
62307         %F directives.
62308         * tests/test-vasprintf-posix.c (test_function): Likewise.
62309         * tests/test-snprintf-posix.h (test_function): Likewise.
62310         * tests/test-sprintf-posix.h (test_function): Likewise.
62311         * tests/test-fprintf-posix.h (test_function): Likewise.
62312         * tests/test-printf-posix.h (test_function): Likewise.
62313         * tests/test-fprintf-posix.out: Likewise.
62314
62315 2007-04-13  Bruno Haible  <bruno@clisp.org>
62316
62317         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
62318         * modules/tls-tests (configure.ac): Likewise.
62319         Reported by Arto C. Nirkko <anirkko@insel.ch>.
62320
62321 2007-04-13  Bruno Haible  <bruno@clisp.org>
62322
62323         * lib/tls.c (glthread_tls_get): Fix return type.
62324         Patch by Arto C. Nirkko <anirkko@insel.ch>.
62325
62326 2007-04-12  Eric Blake  <ebb9@byu.net>
62327
62328         * modules/gettime (Depends-on): Remove gettime.
62329         Reported by Dmitry V. Levin.
62330
62331 2007-04-12  Bruno Haible  <bruno@clisp.org>
62332
62333         * modules/fflush (Include): Mention <stdio.h>.
62334         * modules/strtoimax (Include): Mention <inttypes.h>.
62335         * modules/strtoumax (Include): Likewise.
62336
62337 2007-04-12  Eric Blake  <ebb9@byu.net>
62338
62339         * .cvsignore: New file.
62340         * .gitignore: Likewise.
62341
62342 2007-04-12  Bruno Haible  <bruno@clisp.org>
62343
62344         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
62345         not before, since $(LDADD) often contains libgnu.a.
62346         * modules/striconv-tests (test_striconv_LDADD): Likewise.
62347         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
62348         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
62349         Needed on Cygwin.
62350
62351 2007-04-12  Eric Blake  <ebb9@byu.net>
62352
62353         Work around glibc's failure to flush stdin on fclose.
62354         * lib/closein.c (close_stdin): Flush stdin before closing.
62355
62356         Work around glibc's failure to reset seekable stdin on exit.
62357         * modules/closein: New module.
62358         * lib/closein.c: New file.
62359         * lib/closein.h: Likewise.
62360         * m4/closein.m4: Likewise.
62361         * MODULES.html.sh (File stream based Input/Output): Document it.
62362
62363 2007-04-12  Simon Josefsson  <simon@josefsson.org>
62364
62365         * gnulib-tool: Rename generated 'autobuild' script to
62366         'do-autobuild' in --create-megatestdir output.
62367
62368         * doc/gnulib.texi (Build robot for gnulib): Fix.
62369
62370 2007-04-12  Simon Josefsson  <simon@josefsson.org>
62371
62372         * modules/sysexits (Depends-on): Add absolute-header.
62373
62374 2007-04-12  Eric Blake  <ebb9@byu.net>
62375
62376         No need to preserve errno on success.
62377         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
62378         Reported by Bruno Haible.
62379
62380 2007-04-12  Simon Josefsson  <simon@josefsson.org>
62381
62382         * MODULES.html.sh (Support for maintaining and releasing
62383         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
62384
62385 2007-04-12  Simon Josefsson  <simon@josefsson.org>
62386
62387         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
62388
62389 2007-04-12  Simon Josefsson  <simon@josefsson.org>
62390
62391         * modules/autobuild: New module.
62392
62393         * m4/autobuild.m4: New file.
62394
62395 2007-04-11  Bruno Haible  <bruno@clisp.org>
62396
62397         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
62398         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
62399         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
62400         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
62401         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
62402         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
62403         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
62404         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
62405         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
62406         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
62407         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
62408         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
62409         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
62410         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
62411         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
62412         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
62413         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
62414         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
62415         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
62416         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
62417         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
62418         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
62419         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
62420         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
62421         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
62422         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
62423         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
62424         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
62425         Reported by Eric Blake.
62426
62427 2007-04-11  Bruno Haible  <bruno@clisp.org>
62428
62429         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
62430
62431 2007-04-10  Bruno Haible  <bruno@clisp.org>
62432
62433         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
62434         for NaN and Infinity. Needed on FreeBSD 6.1.
62435         * tests/test-vasnprintf-posix.c (test_function): Undo last change
62436         regarding results for "%010a" of Infinity and NaN.
62437         * tests/test-vasprintf-posix.c (test_function): Likewise.
62438         * tests/test-snprintf-posix.h (test_function): Likewise.
62439         * tests/test-sprintf-posix.h (test_function): Likewise.
62440         * tests/test-fprintf-posix.h (test_function): Likewise.
62441         * tests/test-printf-posix.h (test_function): Likewise.
62442         * tests/test-fprintf-posix.out: Likewise.
62443
62444 2007-04-10  Bruno Haible  <bruno@clisp.org>
62445
62446         * modules/locale-tests: New file.
62447         * tests/test-locale.c: New file.
62448
62449         * modules/locale: New file.
62450         * lib/locale_.h: New file.
62451         * m4/locale_h.m4: New file.
62452
62453 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
62454             Bruno Haible  <bruno@clisp.org>
62455
62456         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
62457         be determined, test for availability of the copysignf, copysign,
62458         copysignl functions.
62459         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
62460         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
62461         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
62462
62463 2007-04-09  Eric Blake  <ebb9@byu.net>
62464
62465         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
62466         * modules/stdio (Makefile.am): Support fflush.
62467         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
62468         * modules/fflush: New file.
62469         * lib/fflush.c: Likewise.
62470         * m4/fflush.m4: Likewise.
62471         * modules/fflush-tests: New test.
62472         * tests/test-fflush.c: Likewise.
62473         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
62474
62475 2007-04-06  Bruno Haible  <bruno@clisp.org>
62476
62477         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
62478         (VASNPRINTF): Use signbit for faster determination whether to print a
62479         minus sign.
62480         * modules/vasnprintf (Files): Remove lib/float+.h.
62481         * modules/fprintf-posix (Depends-on): Add signbit.
62482         * modules/snprintf-posix (Depends-on): Likewise.
62483         * modules/sprintf-posix (Depends-on): Likewise.
62484         * modules/vasnprintf-posix (Depends-on): Likewise.
62485         * modules/vasprintf-posix (Depends-on): Likewise.
62486         * modules/vfprintf-posix (Depends-on): Likewise.
62487         * modules/vsnprintf-posix (Depends-on): Likewise.
62488         * modules/vsprintf-posix (Depends-on): Likewise.
62489
62490 2007-04-06  Bruno Haible  <bruno@clisp.org>
62491
62492         * tests/test-frexp.c (main): Test also the sign bit of zero results.
62493         * tests/test-frexpl.c (main): Likewise.
62494         * tests/test-ldexpl.c (main): Likewise.
62495         * modules/frexp-tests (Depends-on): Add signbit.
62496         * modules/frexpl-tests (Depdends-on): Likewise.
62497         * modules/ldexpl-tests (Depdends-on): Likewise.
62498
62499 2007-04-06  Bruno Haible  <bruno@clisp.org>
62500
62501         * modules/signbit-tests: New file.
62502         * tests/test-signbit.c: New file.
62503
62504         * modules/signbit: New file.
62505         * lib/signbitf.c: New file.
62506         * lib/signbitd.c: New file.
62507         * lib/signbitl.c: New file.
62508         * m4/signbit.m4: New file.
62509         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
62510         (signbit): New macro.
62511         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
62512         REPLACE_SIGNBIT.
62513         * modules/math (Makefile.am): Substibute also GNULIB_SIGNBIT and
62514         REPLACE_FREXPL into math.h.
62515
62516 2007-04-06  Bruno Haible  <bruno@clisp.org>
62517
62518         * modules/isnanf-nolibm-tests: New file.
62519         * tests/test-isnanf.c: New file.
62520
62521         * modules/isnanf-nolibm: New file.
62522         * lib/isnanf.h: New file.
62523         * lib/isnanf.c: New file.
62524         * lib/isnan.c: Consider the USE_FLOAT macro.
62525         * m4/isnanf.m4: New file.
62526
62527 2007-04-06  Bruno Haible  <bruno@clisp.org>
62528
62529         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
62530         (Link): New section.
62531
62532         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
62533
62534 2007-04-06  Bruno Haible  <bruno@clisp.org>
62535
62536         Assume the 'long double' type.
62537         * m4/longdouble.m4: Remove file.
62538         * config/srclist.txt: Don't mention longdouble.m4.
62539         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
62540         * lib/float+.h: Likewise.
62541         * lib/frexp.c: Likewise.
62542         * lib/printf-args.h: Likewise.
62543         * lib/printf-args.c: Likewise.
62544         * lib/printf-frexp.c: Likewise.
62545         * lib/printf-parse.c: Likewise.
62546         * lib/vasnprintf.c: Likewise.
62547         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
62548         * m4/intl.m4: Likewise.
62549         * m4/isnanl.m4: Likewise.
62550         * m4/printf.m4: Likewise.
62551         * m4/printf-frexpl.m4: Likewise.
62552         * m4/vasnprintf.m4: Likewise.
62553         * modules/allocsa (Files): Remove m4/longdouble.m4.
62554         * modules/gettext (Files): Likewise.
62555         * modules/relocatable-prog-wrapper (Files): Likewise.
62556         * modules/vasnprintf (Files): Likewise.
62557         * modules/isnanl (Files): Likewise.
62558         (Include): Simplify.
62559         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
62560         (Include): Simplify.
62561         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
62562         (Include): Simplify.
62563         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
62564         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
62565         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
62566         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
62567         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
62568         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
62569         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
62570         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
62571         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
62572         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
62573         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
62574         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
62575         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
62576         * tests/test-isnanl.c: Likewise.
62577         * tests/test-snprintf-posix.h: Likewise.
62578         * tests/test-sprintf-posix.h: Likewise.
62579         * tests/test-vasnprintf-posix.c: Likewise.
62580         * tests/test-vasnprintf-posix2.c: Likewise.
62581         * tests/test-vasprintf-posix.c: Likewise.
62582
62583 2007-04-06  Bruno Haible  <bruno@clisp.org>
62584
62585         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
62586         * lib/math_.h [__DECC]: Include the overridden include file through
62587         #include_next, outside the double-inclusion guard.
62588         * lib/stdio_.h [__DECC]: Likewise.
62589         * lib/stdlib_.h [__DECC]: Likewise.
62590         * lib/string_.h [__DECC]: Likewise.
62591         * lib/time_.h [__DECC]: Likewise.
62592         * lib/wchar_.h [__DECC]: Likewise.
62593         * lib/wctype_.h [__DECC]: Likewise.
62594         * lib/inttypes_.h [__DECC]: Likewise.
62595         Reported by Albert Chin <china@thewrittenword.com> in
62596         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
62597
62598 2007-04-04  Eric Blake  <ebb9@byu.net>
62599
62600         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
62601         1.5.x.
62602
62603 2007-04-04  Bruno Haible  <bruno@clisp.org>
62604
62605         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
62606         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
62607
62608 2007-04-04  Bruno Haible  <bruno@clisp.org>
62609
62610         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
62611         results for "%010a" of Infinity and NaN.
62612         * tests/test-vasprintf-posix.c (test_function): Likewise.
62613         * tests/test-snprintf-posix.h (test_function): Likewise.
62614         * tests/test-sprintf-posix.h (test_function): Likewise.
62615         * tests/test-fprintf-posix.h (test_function): Remove these tests.
62616         * tests/test-printf-posix.h (test_function): Likewise.
62617         * tests/test-fprintf-posix.out: Update.
62618         Needed for FreeBSD 6.1.
62619
62620 2007-04-04  Bruno Haible  <bruno@clisp.org>
62621
62622         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
62623         directly used by the gnulib modules nor by gnulib-tool.
62624
62625 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
62626
62627         * DEPENDENCIES: Give overall description of version dependency
62628         desirability.  Use more-typical names for apps.
62629         Add shell, coreutils, diffutils, grep, tar, gzip.
62630
62631 2007-04-04  Simon Josefsson  <simon@josefsson.org>
62632
62633         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
62634
62635 2007-04-04  Karl Berry  <karl@gnu.org>
62636
62637         * MODULES.html.sh (func_module): missing '.
62638
62639 2007-04-03  Bruno Haible  <bruno@clisp.org>
62640
62641         * modules/argmatch-tests (Makefile.am): New variable
62642         test_argmatch_LDADD.
62643         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
62644         * modules/array-list-tests (Makefile.am): New variable
62645         test_array_list_LDADD.
62646         * modules/array-oset-tests (Makefile.am): New variable
62647         test_array_oset_LDADD.
62648         * modules/avltree-list-tests (Makefile.am): New variable
62649         test_avltree_list_LDADD.
62650         * modules/avltree-oset-tests (Makefile.am): New variable
62651         test_avltree_oset_LDADD.
62652         * modules/avltreehash-list-tests (Makefile.am): New variable
62653         test_avltreehash_list_LDADD.
62654         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
62655         test_canonicalize_lgpl_LDADD.
62656         * modules/carray-list-tests (Makefile.am): New variable
62657         test_carray_list_LDADD.
62658         * modules/dirname-tests (Makefile.am): New variable
62659         test_dirname_LDADD.
62660         * modules/linked-list-tests (Makefile.am): New variable
62661         test_linked_list_LDADD.
62662         * modules/linkedhash-list-tests (Makefile.am): New variable
62663         test_linkedhash_list_LDADD.
62664         * modules/rbtree-list-tests (Makefile.am): New variable
62665         test_rbtree_list_LDADD.
62666         * modules/rbtree-oset-tests (Makefile.am): New variable
62667         test_rbtree_oset_LDADD.
62668         * modules/rbtreehash-list-tests (Makefile.am): New variable
62669         test_rbtreehash_list_LDADD.
62670         * modules/xvasprintf-tests (Makefile.am): New variable
62671         test_xvasprintf_LDADD.
62672         Reported by Eric Blake.
62673
62674 2007-04-03  Eric Blake  <ebb9@byu.net>
62675
62676         * DEPENDENCIES: Weaken m4 requirements.
62677
62678 2007-04-03  Bruno Haible  <bruno@clisp.org>
62679
62680         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
62681         * modules/isnanl-tests (configure.ac): Likewise.
62682
62683 2007-04-03  Ben Pfaff  <blp@gnu.org>
62684
62685         * modules/iconv_open: Add $(srcdir)/ to source directory
62686         references in Makefile fragments that call gperf, to fix VPATH
62687         builds.
62688
62689 2007-04-03  Bruno Haible  <bruno@clisp.org>
62690
62691         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
62692         * lib/ldexpl.c: Undo last change.
62693
62694 2007-04-03  Bruno Haible  <bruno@clisp.org>
62695
62696         * modules/printf-frexpl (Depends-on): Undo last change.
62697         (Files): Add m4/ldexpl.m4.
62698
62699 2007-04-03  Bruno Haible  <bruno@clisp.org>
62700
62701         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
62702         * modules/isnanl (Link): New section.
62703
62704         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
62705         * modules/frexp (Link): New section.
62706
62707         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
62708         * modules/frexpl (Link): New section.
62709
62710         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
62711         * modules/ldexpl (Link): New section.
62712
62713 2007-04-03  Bruno Haible  <bruno@clisp.org>
62714
62715         * modules/TEMPLATE-EXTENDED: New file.
62716         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
62717
62718 2007-04-03  Bruno Haible  <bruno@clisp.org>
62719
62720         * DEPENDENCIES: New file.
62721         Suggested by Simon Josefsson.
62722
62723 2007-04-03  Bruno Haible  <bruno@clisp.org>
62724
62725         * doc/gnulib.texi: Escape @.
62726
62727 2007-04-03  James Youngman  <jay@gnu.org>
62728         and Paul Eggert  <eggert@cs.ucla.edu>
62729
62730         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
62731         birthtime on all systems that have birthtime, not just those which
62732         use st_birthtimensec rather than st_birthtim.  Putting zero in
62733         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
62734         that the birth time is not available for files on an NFS mount.
62735
62736 2007-04-03  Simon Josefsson  <simon@josefsson.org>
62737
62738         * modules/memxor: Move back from crypto/, suggested by Bruno.
62739         * modules/crypto/hmac-sha1: Fix memxor dependency.
62740
62741         * modules/crypto/gc: Moved from ../.
62742
62743 2007-04-02  Eric Blake  <ebb9@byu.net>
62744
62745         * lib/ldexpl.c (includes): Avoid libm.
62746
62747         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
62748
62749 2007-04-02  Bruno Haible  <bruno@clisp.org>
62750
62751         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
62752         on IRIX.
62753
62754 2007-04-02  Bruno Haible  <bruno@clisp.org>
62755
62756         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
62757         x86 or x86_64 platforms running MacOS X.
62758         Reported by Ryan Schmidt <@ryandesign.com>.
62759
62760 2007-04-02  Bruno Haible  <bruno@clisp.org>
62761
62762         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
62763         i386.
62764
62765 2007-04-01  Simon Josefsson  <simon@josefsson.org>
62766
62767         * modules/crypto/arcfour: Moved from ../.
62768         * modules/crypto/arcfour-tests: Moved from ../.
62769         * modules/crypto/arctwo: Moved from ../.
62770         * modules/crypto/arctwo-tests: Moved from ../.
62771         * modules/crypto/des: Moved from ../.
62772         * modules/crypto/des-tests: Moved from ../.
62773         * modules/crypto/gc-arcfour: Moved from ../.
62774         * modules/crypto/gc-arcfour-tests: Moved from ../.
62775         * modules/crypto/gc-arctwo: Moved from ../.
62776         * modules/crypto/gc-arctwo-tests: Moved from ../.
62777         * modules/crypto/gc-des: Moved from ../.
62778         * modules/crypto/gc-des-tests: Moved from ../.
62779         * modules/crypto/gc-hmac-md5: Moved from ../.
62780         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
62781         * modules/crypto/gc-hmac-sha1: Moved from ../.
62782         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
62783         * modules/crypto/gc-md2: Moved from ../.
62784         * modules/crypto/gc-md2-tests: Moved from ../.
62785         * modules/crypto/gc-md4: Moved from ../.
62786         * modules/crypto/gc-md4-tests: Moved from ../.
62787         * modules/crypto/gc-md5: Moved from ../.
62788         * modules/crypto/gc-md5-tests: Moved from ../.
62789         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
62790         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
62791         * modules/crypto/gc-random: Moved from ../.
62792         * modules/crypto/gc-rijndael: Moved from ../.
62793         * modules/crypto/gc-rijndael-tests: Moved from ../.
62794         * modules/crypto/gc-sha1: Moved from ../.
62795         * modules/crypto/gc-sha1-tests: Moved from ../.
62796         * modules/crypto/gc-tests: Moved from ../.
62797         * modules/crypto/hmac-md5: Moved from ../.
62798         * modules/crypto/hmac-md5-tests: Moved from ../.
62799         * modules/crypto/hmac-sha1: Moved from ../.
62800         * modules/crypto/hmac-sha1-tests: Moved from ../.
62801         * modules/crypto/md2: Moved from ../.
62802         * modules/crypto/md2-tests: Moved from ../.
62803         * modules/crypto/md4: Moved from ../.
62804         * modules/crypto/md4-tests: Moved from ../.
62805         * modules/crypto/md5: Moved from ../.
62806         * modules/crypto/md5-tests: Moved from ../.
62807         * modules/crypto/memxor: Moved from ../.
62808         * modules/crypto/rijndael: Moved from ../.
62809         * modules/crypto/rijndael-tests: Moved from ../.
62810         * modules/crypto/sha1: Moved from ../.
62811
62812 2007-03-30  James Youngman  <jay@gnu.org>
62813
62814         * tests/test-stat-time.c (prepare_test): use chmod() rather than
62815         rename() to change the ctime of a file (because ctime is unaffected
62816         by rename on jfs2 on AIX 5.1).
62817         (main): Start by doing cleanup, in case a previous run failed leaving
62818         test files behind.
62819
62820 2007-03-31  Bruno Haible  <bruno@clisp.org>
62821
62822         Support old proprietary implementations of iconv.
62823         * modules/iconv_open: New file.
62824         * lib/iconv_.h: New file.
62825         * m4/iconv_h.m4: New file.
62826         * lib/iconv_open.c: New file.
62827         * lib/iconv_open-aix.gperf: New file.
62828         * lib/iconv_open-hpux.gperf: New file.
62829         * lib/iconv_open-irix.gperf: New file.
62830         * lib/iconv_open-osf.gperf: New file.
62831         * m4/iconv_open.m4: New file.
62832         * modules/linebreak (Depends-on): Add iconv_open.
62833         * modules/striconv (Depends-on): Likewise.
62834         * modules/striconveh (Depends-on): Likewise.
62835         * modules/unicodeio (Depends-on): Likewise.
62836         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
62837         (iconv_t)(-1).
62838         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
62839         conversion if cd is (iconv_t)(-1).
62840         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
62841         is not possible.
62842
62843 2007-03-31  Bruno Haible  <bruno@clisp.org>
62844
62845         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
62846         work on Solaris either. Protect also second use of "autodetect_jp".
62847
62848 2007-03-31  Bruno Haible  <bruno@clisp.org>
62849
62850         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
62851         the function is not present.
62852
62853 2007-03-31  Bruno Haible  <bruno@clisp.org>
62854
62855         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
62856         the function is not present.
62857
62858 2007-03-31  Bruno Haible  <bruno@clisp.org>
62859
62860         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
62861         a bug in HP-UX iconv_open().
62862
62863 2007-03-31  Bruno Haible  <bruno@clisp.org>
62864
62865         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
62866         (Mathematics <math.h>): New section, add fpieee.
62867         (Input/output <stdio.h>): Add fseterr.
62868         (Mathematics <math.h>): New section, add printf-frexp.
62869         (Container data structures): Add sublist.
62870         (Core language properties): Add fpucw, inline.
62871         (Functions for greatest-width integer types <inttypes.h>): Add
62872         imaxabs, imaxdiv, inttypes.
62873         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
62874         isnanl-nolibm, ldexp.
62875         (Mathematics <math.h>): New section, add printf-frexpl.
62876         (Support for systems lacking POSIX:2001): Add fprintf-posix,
62877         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
62878         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
62879         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
62880         (Unicode string functions): Add unistr/u*-mbtoucr.
62881         (Java): Add javacomp-script, javaexec-script.
62882         (C#): Add csharpcomp-script, csharpexec-script.
62883         (Support for building libraries and executables): Add havelib,
62884         relocatable-*.
62885         (Support for maintaining and releasing projects): Renamed from
62886         'Support for maintaining and release projects'. Add announce-gen.
62887
62888 2007-03-31  Bruno Haible  <bruno@clisp.org>
62889
62890         * README: Talk primarily about git.
62891         (git and CVS): Renamed from CVS.
62892         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
62893         gnulib is available through git.
62894         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
62895
62896 2007-03-30  Bruno Haible  <bruno@clisp.org>
62897
62898         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
62899         * lib/poll_.h: Likewise.
62900         * lib/stat_.h: Likewise.
62901         * lib/sys_time_.h: Likewise.
62902         * lib/sysexit_.h: Likewise.
62903         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
62904         * lib/stdbool_.h: Likewise.
62905         * lib/byteswap_.h: Add double-inclusion guard.
62906
62907 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
62908
62909         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
62910
62911 2007-03-30  Karl Berry  <karl@gnu.org>
62912
62913         * config/srclist-update: double space after USA in the license
62914         substitution, since that's how it's usually (?) written.
62915
62916 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
62917
62918         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
62919         reported by Bruno Haible.
62920
62921 2007-03-29  Bruno Haible  <bruno@clisp.org>
62922
62923         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
62924         a bug in AIX iconv().
62925
62926 2007-03-29  Bruno Haible  <bruno@clisp.org>
62927
62928         * modules/ldexpl-tests: New file.
62929         * tests/test-ldexpl.c: New file.
62930
62931 2007-03-29  Bruno Haible  <bruno@clisp.org>
62932
62933         * lib/ldexpl.c: Include fpucw.h.
62934         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
62935         multiplication.
62936         * modules/ldexpl (Depends-on): Add fpucw.
62937
62938 2007-03-29  Bruno Haible  <bruno@clisp.org>
62939
62940         * modules/ldexpl: New file.
62941         * m4/ldexpl.m4: New file.
62942         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
62943         set.
62944         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
62945         REPLACE_LDEXPL.
62946         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
62947         REPLACE_LDEXPL.
62948         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
62949         gl_FUNC_LDEXPL_WORKS.
62950         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
62951         * modules/mathl (Files): Remove lib/ldexpl.c.
62952         (Depends-on): Add ldexpl.
62953
62954 2007-03-29  Bruno Haible  <bruno@clisp.org>
62955
62956         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
62957
62958 2007-03-29  Bruno Haible  <bruno@clisp.org>
62959
62960         * tests/test-striconveh.c (main): Don't assume that a direct conversion
62961         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
62962         and possibly also HP-UX.
62963         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
62964         work on AIX, IRIX, HP-UX, OSF/1.
62965         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
62966         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
62967         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
62968         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
62969         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
62970         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
62971
62972 2007-03-29  Bruno Haible  <bruno@clisp.org>
62973
62974         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
62975
62976 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
62977
62978         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
62979         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
62980
62981 2007-03-29  Eric Blake  <ebb9@byu.net>
62982
62983         * lib/acl-internal.h: Remove redundant include.
62984         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
62985         Cygwin when a file is locked.
62986
62987 2007-03-29  Bruno Haible  <bruno@clisp.org>
62988
62989         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
62990         file.
62991         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
62992
62993 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
62994
62995         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
62996         try to remove a parent directory if the child couldn't be removed
62997         (except for the first rmdir, which could fail because the child
62998         doesn't exist).  Problem reported by Jeff Blaine in
62999         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
63000
63001 2007-03-28  Bruno Haible  <bruno@clisp.org>
63002
63003         * lib/striconveh.c (utf8conv_carefully): New function.
63004         (mem_cd_iconveh_internal): Invoke it.
63005
63006 2007-03-28  Bruno Haible  <bruno@clisp.org>
63007
63008         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
63009         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
63010         input.
63011         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
63012         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
63013         unistr/u8-uctomb.
63014
63015 2007-03-28  Bruno Haible  <bruno@clisp.org>
63016
63017         * modules/unistr/u8-mbtoucr: New file.
63018         * lib/unistr/u8-mbtoucr.c: New file.
63019         * modules/unistr/u16-mbtoucr: New file.
63020         * lib/unistr/u16-mbtoucr.c: New file.
63021         * modules/unistr/u16-mbtoucr: New file.
63022         * lib/unistr/u16-mbtoucr.c: New file.
63023         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
63024
63025 2007-03-27  Simon Josefsson  <simon@josefsson.org>
63026             Bruno Haible  <bruno@clisp.org>
63027
63028         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
63029         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
63030         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
63031
63032         * m4/stdio_h.m4: Add stubs for vasprintf too.
63033
63034         * modules/stdio: Support vasprintf in sed command.
63035
63036         * modules/vasprintf: Depend on stdio for prototypes.  Remove
63037         vasprintf.h.  Add stdio module indicator.
63038
63039         * lib/stdio_.h: Declare asprintf and vasprintf, based on
63040         vasprintf.h.
63041
63042         * lib/vasprintf.h: File removed.
63043
63044         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
63045         * lib/vasprintf.c: Ditto.
63046         * lib/xvasprintf.c: Ditto.
63047         * tests/test-vasprintf-posix.c: Ditto.
63048         * tests/test-vasprintf.c: Ditto.
63049
63050 2007-03-27  Bruno Haible  <bruno@clisp.org>
63051
63052         Make vasnprintf multithread-safe.
63053         * lib/vasnprintf.c (decimal_point_char): New function.
63054         (VASNPRINTF): Use it.
63055         Suggested by Simon Josefsson.
63056
63057 2007-03-27  Eric Blake  <ebb9@byu.net>
63058
63059         Support sub-second birthtime on cygwin.
63060         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
63061         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
63062         (get_stat_birthtime): Also work with st_birthtim.
63063
63064 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
63065
63066         * lib/stat-time.h (USE_BIRTHTIME): Remove.
63067         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
63068         (get_stat_birthtime_ns): Do not try to use "spare" fields.
63069         (get_stat_birthtime_ns): Simplify compile-time tests.
63070         (get_stat_birthtime): Change the API to look like
63071         get_stat_mtime etc., except return a negative tv_nsec on error.
63072         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
63073         Don't check for "spare" fields.
63074         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
63075         or for struct stat.st_birthtime, as these tests aren't used.
63076         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
63077
63078 2007-03-27  Bruno Haible  <bruno@clisp.org>
63079
63080         * lib/stat-time.h: Include <sys/stat.h>.
63081
63082 2007-03-27  James Youngman  <jay@gnu.org>
63083
63084         * lib/stat-time.h (get_stat_birthtime): New function for
63085           retrieving st_birthtime as provided by UFS2 (hence *BSD).
63086         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
63087           and its variants.
63088         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
63089         * modules/stat-time-test: New file.
63090         * tests/test-stat-time.c: New test, devised by Bruno Haible.
63091
63092 2007-03-26  Bruno Haible  <bruno@clisp.org>
63093
63094         Better support of signalling NaNs.
63095         * lib/atanl.c: Include isnanl.h.
63096         (atanl): Perform test for NaN at the beginning of the function and
63097         through a call to isnanl.
63098         * lib/cosl.c: Include isnanl.h.
63099         (cosl): Perform test for NaN at the beginning of the function and
63100         through a call to isnanl.
63101         * lib/ldexpl.c: Include isnanl.h.
63102         (ldexpl): Perform test for NaN through a call to isnanl.
63103         * lib/logl.c: Include isnanl.h.
63104         (logl): Perform test for NaN at the beginning of the function and
63105         through a call to isnanl.
63106         * lib/sinl.c: Include isnanl.h.
63107         (sinl): Perform test for NaN at the beginning of the function and
63108         through a call to isnanl.
63109         * lib/sqrtl.c: Include isnanl.h.
63110         (sqrtl): Perform test for NaN at the beginning of the function and
63111         through a call to isnanl.
63112         * lib/tanl.c: Include isnanl.h.
63113         (tanl): Perform test for NaN at the beginning of the function and
63114         through a call to isnanl.
63115         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
63116         * modules/mathl (Depends-on): Add isnanl.
63117
63118 2007-03-26  Eric Blake  <ebb9@byu.net>
63119
63120         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
63121         regression in logic sense of previous patch.
63122
63123 2007-03-26  Bruno Haible  <bruno@clisp.org>
63124
63125         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
63126         unportable shell command "if ! ...".
63127         Reported by Ralf Wildenhues.
63128
63129 2007-03-25  Bruno Haible  <bruno@clisp.org>
63130
63131         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
63132         <sysexits.h> file, and only add EX_CONFIG.
63133         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
63134         absolute file name and whether it is sufficient. Substitute also
63135         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
63136         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
63137         ABSOLUTE_SYSEXITS_H into sysexits.h.
63138
63139 2007-03-25  Bruno Haible  <bruno@clisp.org>
63140
63141         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
63142         hints is NULL.
63143
63144 2007-03-25  Bruno Haible  <bruno@clisp.org>
63145
63146         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
63147         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
63148
63149 2007-03-25  Bruno Haible  <bruno@clisp.org>
63150
63151         * lib/vasnprintf.c: Include langinfo.h.
63152         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
63153         multithread-safe.
63154         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
63155         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
63156         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
63157         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
63158         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
63159         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
63160         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
63161         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
63162         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
63163         Reported by Simon Josefsson.
63164
63165 2007-03-25  Bruno Haible  <bruno@clisp.org>
63166
63167         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
63168         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
63169         * modules/vasnprintf (Depends-on): Add stdint.
63170
63171 2007-03-25  Bruno Haible  <bruno@clisp.org>
63172
63173         * modules/fpieee: New file.
63174         * m4/fpieee.m4: New file.
63175         * modules/isnan-nolibm (Depends-on): Add fpieee.
63176         * modules/isnanl-nolibm (Depends-on): Add fpieee.
63177         * modules/isnanl (Depends-on): Add fpieee.
63178
63179 2007-03-25  Bruno Haible  <bruno@clisp.org>
63180
63181         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
63182
63183 2007-03-25  Bruno Haible  <bruno@clisp.org>
63184
63185         Avoid test failures on IRIX 6.5.
63186         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
63187         (main): Use it.
63188         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
63189         macros.
63190         (main): Use them.
63191
63192 2007-03-25  Bruno Haible  <bruno@clisp.org>
63193
63194         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
63195         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
63196         exists but doesn't work.
63197         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
63198         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
63199         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
63200         * modules/math (Makefile.am): Substibute also REPLACE_FREXPL into
63201         math.h.
63202
63203 2007-03-25  Bruno Haible  <bruno@clisp.org>
63204
63205         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
63206         returns inf. Needed on IRIX 6.5.
63207
63208 2007-03-25  Bruno Haible  <bruno@clisp.org>
63209
63210         * tests/test-frexpl.c: Include isnanl-nolibm.h.
63211         (main): Use isnanl instead of x != x idiom.
63212         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
63213
63214         * tests/test-frexp.c: Include isnan.h.
63215         (main): Use isnan instead of x != x idiom.
63216         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
63217
63218 2007-03-25  Bruno Haible  <bruno@clisp.org>
63219
63220         * tests/test-frexp.c (NaN): New function/macro.
63221         (main): Use it instead of 0.0 / 0.0.
63222         * tests/test-isnan.c (NaN): New function/macro.
63223         (main): Use it instead of 0.0 / 0.0.
63224         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
63225         (test_function): Use it instead of 0.0 / 0.0.
63226         * tests/test-vasprintf-posix.c (NaN): New function/macro.
63227         (test_function): Use it instead of 0.0 / 0.0.
63228         * tests/test-snprintf-posix.h (NaN): New function/macro.
63229         (test_function): Use it instead of 0.0 / 0.0.
63230         * tests/test-sprintf-posix.h (NaN): New function/macro.
63231         (test_function): Use it instead of 0.0 / 0.0.
63232         * tests/test-fprintf-posix.h (NaN): New function/macro.
63233         (test_function): Use it instead of 0.0 / 0.0.
63234         * tests/test-printf-posix.h (NaN): New function/macro.
63235         (test_function): Use it instead of 0.0 / 0.0.
63236
63237         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
63238
63239 2007-03-25  Bruno Haible  <bruno@clisp.org>
63240
63241         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
63242
63243 2007-03-25  Bruno Haible  <bruno@clisp.org>
63244
63245         * lib/regexec.c (merge_state_with_log): Make static.
63246
63247 2007-03-25  Bruno Haible  <bruno@clisp.org>
63248
63249         * lib/trigl.c (kernel_rem_pio2): Make static.
63250
63251 2007-03-25  Bruno Haible  <bruno@clisp.org>
63252
63253         * lib/sincosl.c (sincosl_table): Make static.
63254
63255 2007-03-25  Bruno Haible  <bruno@clisp.org>
63256
63257         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
63258         if the compiler does not support C99.
63259
63260 2007-03-25  Bruno Haible  <bruno@clisp.org>
63261
63262         * modules/time (Makefile.am): Ensure all rule action lines start with a
63263         tab.
63264
63265 2007-03-24  Bruno Haible  <bruno@clisp.org>
63266
63267         * modules/tsearch-tests: New file.
63268         * tests/test-tsearch.sh: New file.
63269         * tests/test-tsearch.c: New file, mostly copied from glibc.
63270
63271         * modules/search-tests: New file.
63272         * tests/test-search.c: New file.
63273
63274         * modules/search: New file.
63275         * lib/search_.h: New file, incorporating lib/tsearch.h.
63276         * m4/search_h.m4: New file.
63277         * lib/tsearch.h: Remove file.
63278         * lib/tsearch.c: Include search.h instead of tsearch.h.
63279         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
63280         HAVE_TSEARCH.
63281         * modules/tsearch (Files): Remove lib/tsearch.h.
63282         (Depends-on): Add search.
63283         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
63284         (Include): Change tsearch.h into search.h.
63285
63286 2007-03-24  Bruno Haible  <bruno@clisp.org>
63287
63288         * modules/fpucw: New file.
63289         * lib/fpucw.h: New file.
63290         * lib/frexp.c: Include fpucw.h.
63291         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
63292         (FUNC): Use them.
63293         * lib/printf-frexp.c: Include fpucw.h.
63294         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
63295         (FUNC): Use them.
63296         * lib/vasnprintf.c: Include fpucw.h.
63297         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
63298         'long double' calculations.
63299         * tests/test-frexpl.c: Include fpucw.h.
63300         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
63301         * tests/test-printf-frexpl.c: Include fpucw.h.
63302         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
63303         * modules/frexpl (Depends-on): Add fpucw.
63304         * modules/printf-frexpl (Depends-on): Likewise.
63305         * modules/fprintf-posix (Depends-on): Likewise.
63306         * modules/snprintf-posix (Depends-on): Likewise.
63307         * modules/sprintf-posix (Depends-on): Likewise.
63308         * modules/vasnprintf-posix (Depends-on): Likewise.
63309         * modules/vasprintf-posix (Depends-on): Likewise.
63310         * modules/vfprintf-posix (Depends-on): Likewise.
63311         * modules/vsnprintf-posix (Depends-on): Likewise.
63312         * modules/vsprintf-posix (Depends-on): Likewise.
63313         * modules/frexpl-tests (Depends-on): Likewise.
63314         * modules/printf-frexpl-tests (Depends-on): Likewise.
63315
63316 2007-03-24  Bruno Haible  <bruno@clisp.org>
63317
63318         * lib/float+.h: New file.
63319         * lib/isnan.c: Include float+.h.
63320         (SIZE): New macro.
63321         (FUNC): Compare only SIZE bytes of the value.
63322         * lib/vasnprintf.c: Include float+.h.
63323         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
63324         SIZEOF_LDBL or SIZEOF_DBL bytes.
63325         * modules/isnan-nolibm (Files): Add lib/float+.h.
63326         * modules/isnanl-nolibm (Files): Add lib/float+.h.
63327         * modules/isnanl (Files): Add lib/float+.h.
63328         * modules/vasnprintf (Files): Add lib/float+.h.
63329
63330 2007-03-24  Bruno Haible  <bruno@clisp.org>
63331
63332         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
63333         include isnanl-nolibm.h.
63334
63335 2007-03-24  Bruno Haible  <bruno@clisp.org>
63336
63337         * tests/test-read-file.c (main): Don't produce spurious output for
63338         expected situations. Make the test fail if it encountered unexpected
63339         results.
63340
63341 2007-03-24  Bruno Haible  <bruno@clisp.org>
63342
63343         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
63344         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
63345
63346 2007-03-24  Bruno Haible  <bruno@clisp.org>
63347
63348         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
63349
63350 2007-03-24  Bruno Haible  <bruno@clisp.org>
63351
63352         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
63353         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
63354
63355         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
63356         * modules/utf8-ucs4: Turn into a symbolic link to module
63357         unistr/u8-mbtouc.
63358
63359         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
63360         utf8-ucs4-unsafe.
63361         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
63362         unistr/u8-mbtouc-unsafe.
63363
63364         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
63365         * modules/utf16-ucs4: Turn into a symbolic link to module
63366         unistr/u16-mbtouc.
63367
63368         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
63369         utf16-ucs4-unsafe.
63370         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
63371         unistr/u16-mbtouc-unsafe.
63372
63373         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
63374         * modules/ucs4-utf8: Turn into a symbolic link to module
63375         unistr/u8-ubtomb.
63376
63377         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
63378         * modules/ucs4-utf16: Turn into a symbolic link to module
63379         unistr/u16-ubtomb.
63380
63381 2007-03-24  Bruno Haible  <bruno@clisp.org>
63382
63383         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
63384         Enable the function only if HAVE_INLINE.
63385         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
63386         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
63387         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
63388         Enable the function only if HAVE_INLINE.
63389         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
63390         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
63391         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
63392         Enable the function only if HAVE_INLINE.
63393         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
63394         Enable the function only if HAVE_INLINE.
63395         * modules/utf8-ucs4: Update.
63396         * modules/utf8-ucs4-unsafe: Update.
63397         * modules/utf16-ucs4: Update.
63398         * modules/utf16-ucs4-unsafe: Update.
63399         * modules/ucs4-utf8: Update.
63400         * modules/ucs4-utf16: Update.
63401
63402 2007-03-24  Bruno Haible  <bruno@clisp.org>
63403
63404         * lib/utf8-ucs4.h: Remove file.
63405         * lib/utf8-ucs4-unsafe.h: Remove file.
63406         * lib/utf16-ucs4.h: Remove file.
63407         * lib/utf16-ucs4-unsafe.h: Remove file.
63408         * lib/ucs4-utf8.h: Remove file.
63409         * lib/ucs4-utf16.h: Remove file.
63410         * lib/unistr.h: Include their previous contents.
63411         * m4/utf-ucs4.m4: Remove file.
63412         * m4/ucs4-utf.m4: Remove file.
63413         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
63414         (Depends-on): Add unistr/base.
63415         (configure.ac): Remove gl_UTF_UCS4.
63416         (Makefile.am): Update.
63417         (Include): Change to unistr.h.
63418         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
63419         (Depends-on): Add unistr/base.
63420         (configure.ac): Remove gl_UTF_UCS4.
63421         (Makefile.am): Update.
63422         (Include): Change to unistr.h.
63423         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
63424         (Depends-on): Add unistr/base.
63425         (configure.ac): Remove gl_UTF_UCS4.
63426         (Makefile.am): Update.
63427         (Include): Change to unistr.h.
63428         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
63429         (Depends-on): Add unistr/base.
63430         (configure.ac): Remove gl_UTF_UCS4.
63431         (Makefile.am): Update.
63432         (Include): Change to unistr.h.
63433         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
63434         (Depends-on): Add unistr/base.
63435         (configure.ac): Remove gl_UCS4_UTF.
63436         (Makefile.am): Update.
63437         (Include): Change to unistr.h.
63438         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
63439         (Depends-on): Add unistr/base.
63440         (configure.ac): Remove gl_UCS4_UTF.
63441         (Makefile.am): Update.
63442         (Include): Change to unistr.h.
63443         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
63444         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
63445         utf8-ucs4-unsafe.h.
63446         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
63447         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
63448         utf16-ucs4-unsafe.h.
63449         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
63450         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
63451         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
63452         * lib/unistr/u8-strchr.c: Likewise.
63453         * lib/unistr/u8-strrchr.c: Likewise.
63454         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
63455         * lib/unistr/u16-strchr.c: Likewise.
63456         * lib/unistr/u16-strrchr.c: Likewise.
63457         * lib/striconveh.c: Update.
63458         * lib/linebreak.c: Update.
63459
63460 2007-03-24  Bruno Haible  <bruno@clisp.org>
63461
63462         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
63463         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
63464
63465 2007-03-22  Bruno Haible  <bruno@clisp.org>
63466
63467         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
63468
63469 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
63470
63471         * MODULES.html.sh (File system functions): New module write-any-file.
63472         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
63473         * m4/write-any-file.m4: New files.
63474
63475 2007-03-23  Eric Blake  <ebb9@byu.net>
63476
63477         * gnulib-tool: Rearrange space-tab sequences, since some editors
63478         like to eat them.
63479
63480 2007-03-23  Eric Blake  <ebb9@byu.net>
63481
63482         * lib/version-etc.c (version_etc_va): Update license wording to
63483         be more concise.  Recommended by Richard Stallman.
63484
63485 2007-03-22  Bruno Haible  <bruno@clisp.org>
63486
63487         * lib/poll.c (MSG_PEEK): New fallback definition.
63488
63489 2007-03-22  Bruno Haible  <bruno@clisp.org>
63490
63491         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
63492         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
63493         (main): Update.
63494         Fixes a compilation error on BeOS.
63495
63496 2007-03-22  Bruno Haible  <bruno@clisp.org>
63497
63498         * modules/frexpl-tests: New file.
63499         * tests/test-frexpl.c: New file.
63500
63501         * modules/frexpl: New file.
63502         * m4/frexpl.m4: New file.
63503         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
63504         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
63505         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
63506         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
63507         (Depends-on): Add frexpl. Remove isnanl-nolibm.
63508         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
63509
63510 2007-03-22  Bruno Haible  <bruno@clisp.org>
63511
63512         * lib/frexpl.c: Share code with lib/frexp.c.
63513         * modules/mathl (Files): Add lib/frexp.c.
63514         (Depends-on): Add isnanl-nolibm.
63515
63516 2007-03-22  Bruno Haible  <bruno@clisp.org>
63517
63518         * modules/printf-frexp (Files): Add m4/frexp.m4.
63519         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
63520         only if the found frexp function actually works.
63521
63522 2007-03-22  Bruno Haible  <bruno@clisp.org>
63523
63524         * lib/frexp.c: Remove older implementation that uses divisions.
63525
63526 2007-03-21  Bruno Haible  <bruno@clisp.org>
63527
63528         * modules/frexp-tests: New file.
63529         * tests/test-frexp.c: New file.
63530
63531         * modules/frexp: New file.
63532         * lib/frexp.c: New file.
63533         * m4/frexp.m4: New file.
63534         * lib/math_.h (frexp): New declaration.
63535         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
63536         REPLACE_FREXP.
63537         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
63538
63539 2007-03-21  Bruno Haible  <bruno@clisp.org>
63540
63541         * modules/isnanl-tests: New file.
63542         * tests/test-isnanl.c: New file.
63543
63544         * modules/isnanl: New file.
63545         * lib/isnanl.h: New file.
63546         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
63547         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
63548         gl_FUNC_ISNANL_WORKS.
63549         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
63550         New macros.
63551
63552 2007-03-21  Bruno Haible  <bruno@clisp.org>
63553
63554         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
63555         lib/isnanl.h.
63556         (Include): Update.
63557         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
63558         * lib/vasnprintf.c: Update.
63559         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
63560         tests/test-isnanl.h, remove tests/test-isnanl.c.
63561         (Makefile.am): Update.
63562         * tests/test-isnanl-nolibm.c: New file.
63563         * tests/test-isnanl.h: New file.
63564         * tests/test-isnanl.c: Remove file.
63565
63566 2007-03-21  Jim Meyering  <jim@meyering.net>
63567
63568         When trying to open ".", treat ESTALE like EACCES.
63569         * lib/savewd.c (savewd_save): Resort to forking not just upon
63570         failure with EACCES, but also when errno is ESTALE.
63571
63572 2007-03-20  Bruno Haible  <bruno@clisp.org>
63573
63574         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
63575         Needed on AIX 5.1. Reported by Matthew Woehlke.
63576
63577 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
63578
63579         Suggestions by Bruno Haible:
63580         * lib/acl-internal.h: Include "gettext.h" rather than rolling
63581         our own.
63582         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
63583         * modules/acl (Depends-on): Add gettext.
63584
63585 2007-03-19  Bruno Haible  <bruno@clisp.org>
63586
63587         * modules/iconvme: Remove file.
63588         * lib/iconvme.h: Remove file.
63589         * lib/iconvme.c: Remove file.
63590         * m4/iconvme.m4: Remove file.
63591
63592 2007-03-19  Bruno Haible  <bruno@clisp.org>
63593
63594         * doc/relocatable-maint.texi: Break long shell script line.
63595         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
63596
63597 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
63598
63599         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
63600         handle file_has_acl.
63601         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
63602         * lib/acl.c: Move header inclusions and related macro defns into
63603         lib/acl-internal.h.
63604         (S_ISLNK): Remove defn, since that's now done for us.
63605         (file_has_acl): Move to lib/file-has-acl.c.
63606         Call acl_trivial if available.  This is the crucial part of the fix.
63607         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
63608         shared within the library.  Rewrite a bit, partly to make it compatible
63609         with the GNU coding style.
63610         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
63611         Remove unnecessary double-quotes.
63612         Don't test for acl_to_text; the build will catch that.
63613         Replace acl_entries if it doesn't exist and it is needed.
63614         Check for -lsec and acl_trivial (as used on Solaris 10).
63615         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
63616         lib/file-has-acl.c.
63617         (Depends-on): Add sys_stat, for S_ISLNK.
63618
63619 2007-03-19  Ben Pfaff  <blp@gnu.org>
63620
63621         * doc/gnulib.texi: Fix typos.
63622         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
63623
63624 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
63625
63626         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
63627         If size is zero here, buf must be zero.
63628
63629 2007-03-19  Simon Josefsson  <simon@josefsson.org>
63630
63631         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
63632         <bruno@clisp.org>.
63633
63634 2007-03-18  Bruno Haible  <bruno@clisp.org>
63635
63636         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
63637         Suggested by Eric Blake.
63638
63639 2007-03-18  Ben Pfaff  <blp@gnu.org>
63640
63641         * doc/relocatable.texi: Recommend using as prefix a directory
63642         that does not exist and will never be created.  Based on
63643         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
63644         and others.
63645
63646 2007-03-17  Bruno Haible  <bruno@clisp.org>
63647
63648         * lib/fchownat.c: Include lchown.h.
63649
63650 2007-03-17  Bruno Haible  <bruno@clisp.org>
63651
63652         Fix endless loop when the given allocated size was > INT_MAX.
63653         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
63654         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
63655         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
63656         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
63657         * lib/sprintf.c (sprintf): Likewise.
63658
63659 2007-03-17  Bruno Haible  <bruno@clisp.org>
63660
63661         * tests/test-argp-2.sh (func_compare): Output a context diff.
63662
63663 2007-03-17  Bruno Haible  <bruno@clisp.org>
63664
63665         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
63666         locale's decimal-point character.
63667
63668 2007-03-17  Bruno Haible  <bruno@clisp.org>
63669
63670         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
63671         before comparing it. Needed because on some platforms (e.g. x86) a
63672         'long double' occupies less bytes than sizeof (long double).
63673
63674 2007-03-17  Bruno Haible  <bruno@clisp.org>
63675
63676         * tests/test-crc.c (main): Make printf statements 64-bit clean.
63677         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
63678         * tests/test-getaddrinfo.c (simple): Likewise.
63679         * tests/test-read-file.c (main): Likewise.
63680
63681 2007-03-17  Bruno Haible  <bruno@clisp.org>
63682
63683         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
63684
63685 2007-03-17  Bruno Haible  <bruno@clisp.org>
63686
63687         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
63688         unused variable.
63689
63690 2007-03-17  Bruno Haible  <bruno@clisp.org>
63691
63692         * tests/test-c-strcasecmp.c: Include c-strcase.h.
63693         * tests/test-c-strncasecmp.c: Likewise.
63694
63695 2007-03-17  Bruno Haible  <bruno@clisp.org>
63696
63697         * modules/stdlib (Depends-on): Add unistd.
63698         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
63699         Needed for MacOS X 10.3.
63700
63701 2007-03-17  Bruno Haible  <bruno@clisp.org>
63702
63703         * lib/unistr/u-strdup.h: Include <stdlib.h>.
63704
63705 2007-03-17  Bruno Haible  <bruno@clisp.org>
63706
63707         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
63708
63709 2007-03-17  Bruno Haible  <bruno@clisp.org>
63710
63711         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
63712         to reflect files copied from gnulib (with or without modifications).
63713         Suggested by Jim Meyering.
63714
63715 2007-03-17  Eric Blake  <ebb9@byu.net>
63716
63717         * NEWS: Document stdlib change from 2007-02-18.
63718
63719 2007-03-17  Jim Meyering  <jim@meyering.net>
63720
63721         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
63722         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
63723         someone uses a name containing shell meta-characters.
63724         Reported by Alfred M. Szmidt.
63725
63726         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
63727
63728 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
63729
63730         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
63731         and copy gettext configuration files only if configure.ac contains
63732         a use of AM_GNU_GETTEXT_VERSION.
63733
63734 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
63735
63736         * build-aux/bootstrap (gnulib_name): New variable.
63737         (gnulib_tool_options): Use it.
63738
63739 2007-03-13  Simon Josefsson  <simon@josefsson.org>
63740
63741         * tests/test-des.c: Use new namespace.
63742
63743 2007-03-15  Bruno Haible  <bruno@clisp.org>
63744
63745         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
63746         Reported by James Youngman <jay@gnu.org>.
63747
63748 2007-03-15  Bruno Haible  <bruno@clisp.org>
63749
63750         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
63751         declared prototype. Needed with cc on OSF/1 5.1.
63752
63753 2007-03-15  Bruno Haible  <bruno@clisp.org>
63754
63755         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
63756         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
63757         (struct gl_list_implementation): Add dispose_fn argument to the
63758         'create_empty', 'create' methods.
63759         (struct gl_list_impl_base): Add field 'dispose_fn'.
63760         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
63761         argument.
63762         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
63763         dispose_fn argument.
63764         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
63765         dispose_fn on the dropped values.
63766         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
63767         dispose_fn argument.
63768         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
63769         dropped values.
63770         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
63771         (gl_tree_remove_node): Call dispose_fn on the dropped value.
63772         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
63773         (gl_tree_remove_node): Call dispose_fn on the dropped value.
63774         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
63775         argument.
63776         (gl_tree_list_free): Call dispose_fn on the dropped values.
63777         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
63778         the dropped values.
63779         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
63780         Add dispose_fn argument.
63781         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
63782         Call dispose_fn on the dropped values.
63783         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
63784         Add dispose_fn argument.
63785         (gl_sublist_create): Initialize the 'dispose_fn' field.
63786         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
63787         * tests/test-array_list.c (main): Update.
63788         * tests/test-carray_list.c (main): Update.
63789         * tests/test-avltree_list.c (main): Update.
63790         * tests/test-rbtree_list.c (main): Update.
63791         * tests/test-avltreehash_list.c (main): Update.
63792         * tests/test-rbtreehash_list.c (main): Update.
63793         * tests/test-linked_list.c (main): Update.
63794         * tests/test-linkedhash_list.c (main): Update.
63795         * tests/test-array_oset.c (main): Update.
63796
63797 2007-03-15  Bruno Haible  <bruno@clisp.org>
63798
63799         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
63800         (gl_oset_create_empty): Add dispose_fn argument.
63801         (struct gl_oset_implementation): Add dispose_fn argument to
63802         'create_empty' method.
63803         (struct gl_oset_impl_base): Add dispose_fn field.
63804         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
63805         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
63806         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
63807         values.
63808         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
63809         (gl_tree_oset_free): Call dispose_fn on the dropped values.
63810         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
63811         dropped value.
63812         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
63813         dropped value.
63814         * tests/test-array_oset.c (main): Update.
63815         * tests/test-avltree_oset.c (main): Update.
63816         * tests/test-rbtree_oset.c (main): Update.
63817         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
63818
63819 2007-03-13  Bruno Haible  <bruno@clisp.org>
63820
63821         * tests/test-stdbool.c (i): Update after last patch.
63822
63823 2007-03-12  Bruno Haible  <bruno@clisp.org>
63824
63825         * lib/quotearg.c: Include <wctype.h> early, before the definition of
63826         the iswprint macro. Needed on Solaris 2.5.1.
63827
63828 2007-03-12  Bruno Haible  <bruno@clisp.org>
63829
63830         * tests/test-printf-frexp.c (main): Declare x as volatile.
63831
63832 2007-03-12  Simon Josefsson  <simon@josefsson.org>
63833
63834         * doc/gnulib.texi (Build robot for gnulib): New section.
63835
63836 2007-03-12  Jim Meyering  <jim@meyering.net>
63837
63838         * build-aux/bootstrap: New file.
63839         * build-aux/bootstrap.conf: New file, from coreutils.
63840
63841 2007-03-11  Bruno Haible  <bruno@clisp.org>
63842
63843         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
63844
63845 2007-03-12  Simon Josefsson  <simon@josefsson.org>
63846
63847         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
63848         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
63849         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
63850
63851 2007-03-11  Bruno Haible  <bruno@clisp.org>
63852
63853         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
63854         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
63855
63856 2007-03-11  Bruno Haible  <bruno@clisp.org>
63857
63858         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
63859         formula. Needed for SunPRO C 5.0.
63860
63861 2007-03-11  Bruno Haible  <bruno@clisp.org>
63862
63863         * modules/long-options (Depends-on): Add getopt.
63864
63865 2007-03-11  Bruno Haible  <bruno@clisp.org>
63866
63867         * modules/modechange (Depends-on): Add stdbool.
63868
63869 2007-03-11  Bruno Haible  <bruno@clisp.org>
63870
63871         * modules/i-ring (Depends-on): Add stdbool.
63872
63873 2007-03-11  Bruno Haible  <bruno@clisp.org>
63874
63875         * modules/gc-des (Depends-on): Add stdbool.
63876
63877 2007-03-11  Bruno Haible  <bruno@clisp.org>
63878
63879         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
63880
63881 2007-03-11  Bruno Haible  <bruno@clisp.org>
63882
63883         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
63884
63885 2007-03-11  Bruno Haible  <bruno@clisp.org>
63886
63887         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
63888
63889 2007-03-11  Bruno Haible  <bruno@clisp.org>
63890
63891         * lib/vasnprintf.c (sprintf): Undefine.
63892
63893 2007-03-11  Bruno Haible  <bruno@clisp.org>
63894
63895         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
63896         initializers in SunPRO C and Compaq C compilers.
63897
63898 2007-03-11  Bruno Haible  <bruno@clisp.org>
63899
63900         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
63901         decrementing code ANSI C compliant.
63902
63903 2007-03-11  Bruno Haible  <bruno@clisp.org>
63904
63905         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
63906         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
63907
63908 2007-03-11  Bruno Haible  <bruno@clisp.org>
63909
63910         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
63911         <stdbool.h> substitute doesn't pass.
63912
63913 2007-03-11  Bruno Haible  <bruno@clisp.org>
63914
63915         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
63916
63917 2007-03-11  Bruno Haible  <bruno@clisp.org>
63918
63919         * gnulib-tool (func_create_megatestdir): Create also an autobuild
63920         script, for submission to autobuild.josefsson.org.
63921
63922 2007-03-10  Bruno Haible  <bruno@clisp.org>
63923
63924         * modules/canonicalize-lgpl-tests: New file.
63925         * tests/test-canonicalize-lgpl.sh: New file.
63926         * tests/test-canonicalize-lgpl.c: New file.
63927
63928         * modules/c-strcase-tests: New file.
63929         * tests/test-c-strcase.sh: New file.
63930         * tests/test-c-strcasecmp.c: New file.
63931         * tests/test-c-strncasecmp.c: New file.
63932
63933         * modules/atexit-tests: New file.
63934         * tests/test-atexit.sh: New file.
63935         * tests/test-atexit.c: New file.
63936
63937 2007-03-10  Bruno Haible  <bruno@clisp.org>
63938
63939         * tests/test-binary-io.sh: Use temporary filenames that are not so
63940         likely to clash with those of other tests (in a parallel make).
63941         * tests/test-binary-io.c: Likewise.
63942
63943 2007-03-10  Bruno Haible  <bruno@clisp.org>
63944
63945         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
63946         fallback; use #error instead.
63947         Suggested by Simon Josefsson.
63948
63949 2007-03-10  Bruno Haible  <bruno@clisp.org>
63950
63951         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
63952         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
63953         first and the last.
63954
63955 2007-03-10  Bruno Haible  <bruno@clisp.org>
63956
63957         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
63958
63959 2007-03-10  Bruno Haible  <bruno@clisp.org>
63960
63961         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
63962         "make distcheck".
63963         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
63964         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
63965         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
63966
63967 2007-03-10  Bruno Haible  <bruno@clisp.org>
63968
63969         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
63970         variable.
63971         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
63972         variable.
63973
63974 2007-03-09  Eric Blake  <ebb9@byu.net>
63975         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
63976
63977         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
63978         types are not being provided by gnulib.
63979         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
63980         types are supported.
63981
63982 2007-03-10  Bruno Haible  <bruno@clisp.org>
63983
63984         * lib/stdio_.h (__attribute__): New macro.
63985         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
63986         vsprintf): Specify __attribute__ __format__ for GCC.
63987         Suggested by Eric Blake.
63988
63989 2007-03-09  Bruno Haible  <bruno@clisp.org>
63990
63991         * modules/printf-posix-tests: New file.
63992         * tests/test-printf-posix.sh: New file.
63993         * tests/test-printf-posix.c: New file.
63994
63995         * modules/printf-posix: New file.
63996         * lib/printf.c: New file.
63997         * m4/printf-posix-rpl.m4: New file.
63998         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
63999         REPLACE_PRINTF.
64000         * lib/stdio_.h (printf): New declaration.
64001         (format, __format__, ____printf____, ____scanf____, ____strftime____,
64002         ____strfmon____): New macros.
64003         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
64004         REPLACE_PRINTF.
64005
64006 2007-03-09  Bruno Haible  <bruno@clisp.org>
64007
64008         * tests/test-vasnprintf-posix2.sh: New file.
64009         * tests/test-vasnprintf-posix2.c: New file.
64010         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
64011         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
64012         (Makefile.am): Activate test-vasnprintf-posix2.sh.
64013
64014         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
64015         a locale dependent decimal point, rather than always '.'.
64016
64017 2007-03-09  Eric Blake  <ebb9@byu.net>
64018
64019         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
64020         spite of platforms like Tandem/NSK that define it to -1.
64021
64022 2007-03-08  Bruno Haible  <bruno@clisp.org>
64023
64024         * modules/vprintf-posix-tests: New file.
64025         * tests/test-vprintf-posix.sh: New file.
64026         * tests/test-vprintf-posix.c: New file.
64027         * tests/test-printf-posix.h: New file.
64028
64029         * modules/vprintf-posix: New file.
64030         * lib/vprintf.c: New file.
64031         * m4/vprintf-posix.m4: New file.
64032         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
64033         REPLACE_VPRINTF.
64034         * lib/stdio_.h (vprintf): New declaration.
64035         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
64036         REPLACE_VPRINTF.
64037
64038 2007-03-08  Bruno Haible  <bruno@clisp.org>
64039
64040         * modules/fprintf-posix-tests: New file.
64041         * tests/test-fprintf-posix.sh: New file.
64042         * tests/test-fprintf-posix.c: New file.
64043
64044         * modules/fprintf-posix: New file.
64045         * lib/fprintf.c: New file.
64046         * m4/fprintf-posix.m4: New file.
64047         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
64048         REPLACE_FPRINTF.
64049         * lib/stdio_.h (fprintf): New declaration.
64050         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
64051         REPLACE_FPRINTF.
64052
64053 2007-03-08  Bruno Haible  <bruno@clisp.org>
64054
64055         * modules/vfprintf-posix-tests: New file.
64056         * tests/test-vfprintf-posix.sh: New file.
64057         * tests/test-vfprintf-posix.c: New file.
64058         * tests/test-fprintf-posix.h: New file.
64059         * tests/test-fprintf-posix.out: New file.
64060
64061         * modules/vfprintf-posix: New file.
64062         * lib/vfprintf.c: New file.
64063         * m4/vfprintf-posix.m4: New file.
64064         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
64065         REPLACE_VFPRINTF.
64066         * lib/stdio_.h (vfprintf): New declaration.
64067         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
64068         REPLACE_VFPRINTF.
64069
64070 2007-03-08  Bruno Haible  <bruno@clisp.org>
64071
64072         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
64073
64074 2007-03-08  Bruno Haible  <bruno@clisp.org>
64075
64076         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
64077         instead of 'expr' invocations.
64078         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
64079         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
64080         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
64081         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
64082         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
64083         Suggested by Paul Eggert.
64084
64085 2007-03-08  Bruno Haible  <bruno@clisp.org>
64086
64087         * modules/fseterr-tests: New file.
64088         * tests/test-fseterr.c: New file.
64089
64090         * modules/fseterr: New file.
64091         * lib/fseterr.h: New file.
64092         * lib/fseterr.c: New file.
64093
64094 2007-03-08  Bruno Haible  <bruno@clisp.org>
64095
64096         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
64097         * lib/getopt_.h: Likewise.
64098         * lib/mbswidth.h: Likewise.
64099         * lib/setenv.h: Likewise.
64100         * lib/vasnprintf.h: Likewise.
64101         * lib/vasprintf.h: Likewise.
64102         * lib/verror.h: Likewise.
64103         * lib/xsetenv.h: Likewise.
64104         * lib/xvasprintf.h: Likewise.
64105
64106 2007-03-08  Jim Meyering  <jim@meyering.net>
64107
64108         * users.txt: Add parted.
64109
64110         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
64111
64112 2007-03-07  Bruno Haible  <bruno@clisp.org>
64113
64114         * m4/printf.m4: Make the shell script snippets copy&pastable.
64115
64116 2007-03-02  Bruno Haible  <bruno@clisp.org>
64117
64118         * lib/netinet_in_.h: New file.
64119         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
64120         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
64121         * modules/netinet_in (Files): Add lib/netinet_in_.h.
64122         (Depends-on): Add absolute-header.
64123         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
64124         into netinet/in.h.
64125
64126 2007-03-03  Bruno Haible  <bruno@clisp.org>
64127
64128         * lib/sys_select_.h: New file.
64129         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
64130         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
64131         * modules/sys_select (Files): Add lib/sys_select_.h.
64132         (Depends-on): Add absolute-header.
64133         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
64134         into sys/select.h.
64135
64136 2007-03-02  Bruno Haible  <bruno@clisp.org>
64137
64138         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
64139         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
64140         values.
64141         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
64142         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
64143         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
64144         * modules/sys_socket (Depends-on): Add absolute-header.
64145         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
64146         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
64147         (Include): Remove requirement of inclusion of <sys/types.h>.
64148
64149 2007-03-02  Bruno Haible  <bruno@clisp.org>
64150
64151         * lib/byteswap_.h (bswap_32): Fix formula.
64152
64153 2007-03-06  Bruno Haible  <bruno@clisp.org>
64154
64155         * modules/sprintf-posix-tests: New file.
64156         * tests/test-sprintf-posix.c: New file.
64157
64158         * modules/sprintf-posix: New file.
64159         * lib/sprintf.c: New file.
64160         * m4/sprintf-posix.m4: New file.
64161         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
64162         REPLACE_SPRINTF.
64163         * lib/stdio_.h (sprintf): New declaration.
64164         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
64165         REPLACE_SPRINTF.
64166
64167 2007-03-06  Bruno Haible  <bruno@clisp.org>
64168
64169         * modules/vsprintf-posix-tests: New file.
64170         * tests/test-vsprintf-posix.c: New file.
64171         * tests/test-sprintf-posix.h: New file.
64172
64173         * modules/vsprintf-posix: New file.
64174         * lib/vsprintf.c: New file.
64175         * m4/vsprintf-posix.m4: New file.
64176         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
64177         REPLACE_VSPRINTF.
64178         * lib/stdio_.h (vsprintf): New declaration.
64179         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
64180         REPLACE_VSPRINTF.
64181
64182 2007-03-06  Bruno Haible  <bruno@clisp.org>
64183
64184         * modules/vsnprintf (Depend-on): Remove minmax.
64185
64186 2007-03-06  Bruno Haible  <bruno@clisp.org>
64187
64188         * modules/snprintf-posix-tests: New file.
64189         * tests/test-snprintf-posix.c: New file.
64190
64191         * modules/snprintf-posix: New file.
64192         * m4/snprintf-posix.m4: New file.
64193         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
64194         gl_FUNC_SNPRINTF.
64195         (gl_FUNC_SNPRINTF): Invoke it.
64196         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
64197         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
64198         is set.
64199         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
64200
64201 2007-03-06  Bruno Haible  <bruno@clisp.org>
64202
64203         * modules/vsnprintf-posix-tests: New file.
64204         * tests/test-vsnprintf-posix.c: New file.
64205         * tests/test-snprintf-posix.h: New file.
64206
64207         * modules/vsnprintf-posix: New file.
64208         * m4/vsnprintf-posix.m4: New file.
64209         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
64210         gl_FUNC_VSNPRINTF.
64211         (gl_FUNC_VSNPRINTF): Invoke it.
64212         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
64213         * lib/stdio_.h (vsnprintf): Define as a replacement if
64214         REPLACE_VSNPRINTF is set.
64215         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
64216
64217 2007-03-06  Bruno Haible  <bruno@clisp.org>
64218
64219         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
64220         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
64221
64222 2007-03-06  Bruno Haible  <bruno@clisp.org>
64223
64224         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
64225         (asinl): Declare also if HAVE_DECL_ASINL is set.
64226         (atanl): Declare also if HAVE_DECL_ATANL is set.
64227         (ceill): Declare also if HAVE_DECL_CEILL is set.
64228         (cosl): Declare also if HAVE_DECL_COSL is set.
64229         (expl): Declare also if HAVE_DECL_EXPL is set.
64230         (floorl): Declare also if HAVE_DECL_FLOORL is set.
64231         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
64232         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
64233         (logl): Declare also if HAVE_DECL_LOGL is set.
64234         (sinl): Declare also if HAVE_DECL_SINL is set.
64235         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
64236         (tanl): Declare also if HAVE_DECL_TANL is set.
64237         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
64238         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
64239         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
64240         declaration of frexpl, ldexpl.
64241         * modules/printf-frexpl (Depends-on): Add math.
64242         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
64243
64244 2007-03-05  Bruno Haible  <bruno@clisp.org>
64245
64246         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
64247         frexpl and ldexpl are declared.
64248         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
64249
64250 2007-03-05  Bruno Haible  <bruno@clisp.org>
64251
64252         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
64253         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
64254
64255 2007-03-05  Bruno Haible  <bruno@clisp.org>
64256
64257         * lib/stdio_.h: Include <stddef.h>.
64258
64259 2007-03-05  Bruno Haible  <bruno@clisp.org>
64260
64261         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
64262
64263 2007-03-05  Bruno Haible  <bruno@clisp.org>
64264
64265         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
64266         NetBSD 4, from Ralf Wildenhues.
64267
64268 2007-03-04  Bruno Haible  <bruno@clisp.org>
64269
64270         * lib/vasprintf.h: Update #if logic for the case when the functions
64271         exist but are overridden.
64272
64273 2007-03-04  Bruno Haible  <bruno@clisp.org>
64274
64275         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
64276         implementations: glibc-2.4 and MacOS X 10.3.
64277         * tests/test-vasnprintf-posix.c (test_function): Test also the case
64278         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
64279         * tests/test-vasprintf-posix.c (test_function): Likewise.
64280
64281 2007-03-04  Bruno Haible  <bruno@clisp.org>
64282
64283         * modules/vasprintf-posix-tests: New file.
64284         * tests/test-vasprintf-posix.c: New file.
64285
64286         * modules/vasprintf-posix: New file.
64287         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
64288         defined.
64289         * m4/vasprintf-posix.m4: New file.
64290         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
64291         gl_FUNC_VASPRINTF.
64292         (gl_FUNC_VASPRINTF): Invoke it.
64293         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
64294         here.
64295         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
64296
64297 2007-03-04  Bruno Haible  <bruno@clisp.org>
64298
64299         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
64300         REPLACE_GETTIMEOFDAY.
64301         * modules/sys_time (Makefile.am): Likewise.
64302         * m4/sys_time_h.m4: Likewise.
64303         * m4/gettimeofday.m4: Likewise.
64304
64305 2007-03-04  Bruno Haible  <bruno@clisp.org>
64306
64307         * modules/vasnprintf-posix-tests: New file.
64308         * tests/test-vasnprintf-posix.c: New file.
64309
64310         * modules/vasnprintf-posix: New file.
64311         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
64312         printf-frexpl.h.
64313         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
64314         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
64315         REPLACE_VASNPRINTF is defined.
64316         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
64317         gl_FUNC_VASNPRINTF.
64318         (gl_FUNC_VASNPRINTF): Invoke it.
64319         * m4/vasnprintf-posix.m4: New file.
64320         * m4/printf.m4: New file.
64321
64322 2007-03-04  Bruno Haible  <bruno@clisp.org>
64323
64324         Compile progreloc.c only if --enable-relocatable is specified.
64325         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
64326         if --enable-relocatable was specified.
64327         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
64328         lib_SOURCES.
64329
64330 2007-03-04  Jim Meyering  <jim@meyering.net>
64331
64332         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
64333         Use it consistently, rather than enumerating errno constants.
64334
64335 2007-03-04  Bruno Haible  <bruno@clisp.org>
64336
64337         * modules/xvasprintf-tests: New file.
64338         * tests/test-xvasprintf.c: New file.
64339
64340         * modules/vasprintf-tests: New file.
64341         * tests/test-vasprintf.c: New file.
64342
64343         * modules/vasnprintf-tests: New file.
64344         * tests/test-vasnprintf.c: New file.
64345
64346         * modules/vsnprintf-tests: New file.
64347         * tests/test-vsnprintf.c: New file.
64348
64349         * modules/snprintf-tests: New file.
64350         * tests/test-snprintf.c: New file.
64351
64352 2007-03-04  Bruno Haible  <bruno@clisp.org>
64353
64354         Compile relocatable.c only if --enable-relocatable is specified.
64355         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
64356         gl_RELOCATABLE_LIBRARY.
64357         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
64358         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
64359         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
64360         gl_RELOCATABLE_LIBRARY.
64361         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
64362         (Makefile.am): Remove lib_SOURCES.
64363         * modules/relocatable-lib-lgpl (configure.ac): Invoke
64364         gl_RELOCATABLE_LIBRARY.
64365         (Makefile.am): Remove lib_SOURCES.
64366         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
64367         always.
64368         * modules/relocatable-prog-wrapper (configure.ac): Invoke
64369         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
64370
64371 2007-03-04  Bruno Haible  <bruno@clisp.org>
64372
64373         * modules/argmatch-tests: New file.
64374         * tests/test-argmatch.c: New file.
64375
64376         * tests/test-allocsa.c (main): Halve the number of loop runs.
64377
64378         * modules/alloca-opt-tests: New file.
64379         * tests/test-alloca-opt.c: New file.
64380
64381 2007-03-04  Jim Meyering  <jim@meyering.net>
64382
64383         Work around difference between Linux ACLs and Solaris 10 ZFS.
64384         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
64385         for EINVAL.
64386
64387 2007-03-03  Bruno Haible  <bruno@clisp.org>
64388
64389         * modules/relocatable-prog (Depends-on): Add back progreloc's
64390         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
64391
64392 2007-03-03  Bruno Haible  <bruno@clisp.org>
64393
64394         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
64395         * modules/relocatable-lib: New file.
64396
64397 2007-03-03  Bruno Haible  <bruno@clisp.org>
64398
64399         * modules/relocatable-prog: Renamed from modules/relocatable.
64400         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
64401
64402 2007-03-03  Bruno Haible  <bruno@clisp.org>
64403
64404         * modules/relocatable-script (Files): Add doc/relocatable.texi,
64405         m4/relocatable-lib.m4.
64406         (Depends-on): Remove 'relocatable'.
64407         (configure.ac): Add gl_RELOCATABLE_NOP.
64408
64409 2007-03-03  Bruno Haible  <bruno@clisp.org>
64410
64411         * modules/relocatable-prog-wrapper: New file.
64412         * modules/relocatable (Depends-on): Add it. Remove all other
64413         dependencies except progname.
64414         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
64415
64416         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
64417         (gl_FUNC_STRERROR): Nop.
64418         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
64419
64420         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
64421         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
64422
64423         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
64424         (gl_FUNC_READLINK): Update.
64425
64426         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
64427
64428 2007-03-03  Bruno Haible  <bruno@clisp.org>
64429
64430         * lib/xreadlink.c: Include <unistd.h> unconditionally.
64431         * modules/xreadlink (Depends-on): Add unistd.
64432         * modules/xreadlink-with-size (Depends-on): Likewise.
64433
64434 2007-03-03  Bruno Haible  <bruno@clisp.org>
64435
64436         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
64437         extracted from gt_FUNC_SETENV.
64438         (gt_FUNC_SETENV): Remove macro.
64439         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
64440         remove gt_FUNC_SETENV.
64441
64442 2007-03-03  Bruno Haible  <bruno@clisp.org>
64443
64444         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
64445         ENABLE_RELOCATABLE here.
64446         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
64447
64448 2007-03-03  Bruno Haible  <bruno@clisp.org>
64449
64450         * modules/rbtreehash-list-tests (Depends-on): Add progname.
64451         * tests/test-rbtreehash_list.c: Include progname.h.
64452         (main): Call set_program_name.
64453
64454         * modules/rbtree-oset-tests (Depends-on): Add progname.
64455         * tests/test-rbtree_oset.c: Include progname.h.
64456         (main): Call set_program_name.
64457
64458         * modules/rbtree-list-tests (Depends-on): Add progname.
64459         * tests/test-rbtree_list.c: Include progname.h.
64460         (main): Call set_program_name.
64461
64462         * modules/linked-list-tests (Depends-on): Add progname.
64463         * tests/test-linked_list.c: Include progname.h.
64464         (main): Call set_program_name.
64465
64466 2007-03-03  Bruno Haible  <bruno@clisp.org>
64467
64468         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
64469         All uses of __restrict changed to _Restrict_.
64470         * lib/glob_.h (__restrict): Remove macro.
64471
64472 2007-03-02  Bruno Haible  <bruno@clisp.org>
64473
64474         * modules/gettext (configure.ac): Require gettext infrastructure
64475         from version 0.16.1.
64476
64477 2007-03-02  Bruno Haible  <bruno@clisp.org>
64478
64479         * modules/linkedhash-list-tests (Depends-on): Add progname.
64480         * tests/test-linkedhash_list.c: Include progname.h.
64481         (main): Call set_program_name.
64482
64483         * modules/carray-list-tests (Depends-on): Add progname.
64484         * tests/test-carray_list.c: Include progname.h.
64485         (main): Call set_program_name.
64486
64487         * modules/avltreehash-list-tests (Depends-on): Add progname.
64488         * tests/test-avltreehash_list.c: Include progname.h.
64489         (main): Call set_program_name.
64490
64491         * modules/avltree-oset-tests (Depends-on): Add progname.
64492         * tests/test-avltree_oset.c: Include progname.h.
64493         (main): Call set_program_name.
64494
64495         * modules/avltree-list-tests (Depends-on): Add progname.
64496         * tests/test-avltree_list.c: Include progname.h.
64497         (main): Call set_program_name.
64498
64499         * modules/array-oset-tests (Depends-on): Add progname.
64500         * tests/test-array_oset.c: Include progname.h.
64501         (main): Call set_program_name.
64502
64503         * modules/array-list-tests (Depends-on): Add progname.
64504         * tests/test-array_list.c: Include progname.h.
64505         (main): Call set_program_name.
64506
64507         * modules/argp-tests (Depends-on): Add progname.
64508         * tests/test-argp.c: Include argp.h first. Include progname.h.
64509         (main): Call set_program_name.
64510
64511 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
64512
64513         * doc/gnulib-tool.texi (Initial import): Reword description of
64514         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
64515         limited effect even if defined after the first system include.
64516
64517 2007-03-01  Bruno Haible  <bruno@clisp.org>
64518
64519         * build-aux/config.libpath: Update to libtool-1.5.22.
64520         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
64521
64522 2007-03-01  Bruno Haible  <bruno@clisp.org>
64523
64524         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
64525         foo_CFLAGS.
64526         Reported by Ralf Wildenhues.
64527
64528 2007-03-01  Bruno Haible  <bruno@clisp.org>
64529
64530         * build-aux/install-reloc: Remove object files left over by some
64531         compilers.
64532         Reported by Ralf Wildenhues.
64533
64534 2007-03-01  Bruno Haible  <bruno@clisp.org>
64535
64536         * build-aux/install-reloc: Break long lines.
64537
64538 2007-03-01  Bruno Haible  <bruno@clisp.org>
64539
64540         * doc/relocatable.texi: Document that it may not work on OpenBSD.
64541         Reported by Ralf Wildenhues.
64542
64543 2007-03-01  Bruno Haible  <bruno@clisp.org>
64544
64545         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
64546         include ordering constraints.
64547
64548 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
64549
64550         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
64551         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
64552         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
64553         as another example.
64554         * lib/time_.h: Fix misspelling.
64555         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
64556         Require gl_HEADER_TIME_H_DEFAULTS.
64557         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
64558         * m4/time_r.m4 (gl_TIME_R): Likewise.
64559         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
64560
64561 2007-03-01  Bruno Haible  <bruno@clisp.org>
64562
64563         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
64564         * m4/utimens.m4 (gl_UTIMENS): Likewise.
64565
64566 2007-03-01  Jim Meyering  <jim@meyering.net>
64567
64568         * modules/xreadlink (Maintainer): Add my name.
64569         * modules/xreadlink-with-size (Depends-on): Alphabetize.
64570
64571 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
64572             Bruno Haible  <bruno@clisp.org>
64573
64574         * build-aux/install-reloc: Compile also c-ctype.c.
64575         * build-aux/relocatable.sh.in: New file.
64576         * doc/relocatable.texi: New file.
64577         * doc/relocatable-maint.texi: New file.
64578         * doc/gnulib.texi: Include relocatable-maint.texi.
64579         * lib/progreloc.c: Include unistd.h unconditionally.
64580         * lib/relocwrapper.c: Include unistd.h unconditionally.
64581         Include c-ctype.h.
64582         (add_dotbin): Use c_tolower.
64583         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
64584         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
64585         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
64586         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
64587         to m4/relocatable-lib.m4.
64588         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
64589         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
64590         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
64591         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
64592         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
64593         * modules/relocatable: New file.
64594         * modules/relocatable-lib: New file.
64595         * modules/relocatable-script: New file.
64596
64597 2007-02-28  Bruno Haible  <bruno@clisp.org>
64598
64599         Import --enable-relocatable infrastructure.
64600         * build-aux/config.libpath: New file, from GNU gettext.
64601         * build-aux/install-reloc: New file, from GNU gettext.
64602         * build-aux/reloc-ldflags: New file, from GNU gettext.
64603         * lib/relocatable.h: New file, from GNU gettext.
64604         * lib/relocatable.c: New file, from GNU gettext.
64605         * lib/relocwrapper.c: New file, from GNU gettext.
64606         * m4/relocatable.m4: New file, from GNU gettext.
64607
64608 2007-02-28  Bruno Haible  <bruno@clisp.org>
64609
64610         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
64611
64612         * modules/xreadlink: New file, from GNU gettext with modifications.
64613         * lib/xreadlink.c: New file, from GNU gettext.
64614         * lib/xreadlink.h: Add comments.
64615         (xreadlink): New declaration.
64616
64617         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
64618         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
64619         lib/xreadlink-with-size.c.
64620         (configure.ac): Remove gl_XREADLINK invocation.
64621         (Makefile.am): Augment lib_SOURCES.
64622         * m4/xreadlink.m4: Remove file.
64623         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
64624         (xreadlink_with_size): Renamed from xreadink.
64625         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
64626         * modules/canonicalize (Depends-on): Replace xreadlink with
64627         xreadlink-with-size.
64628         * lib/canonicalize.c (canonicalize_filename_mode): Update.
64629
64630 2007-02-25  Jim Meyering  <jim@meyering.net>
64631
64632         * build-aux/announce-gen: When complaining about excess arguments,
64633         list them.
64634
64635 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
64636
64637         * README: Document signed integer overflow situation more
64638         accurately.
64639
64640 2007-02-25  Bruno Haible  <bruno@clisp.org>
64641
64642         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
64643         'a' or 'A' conversion.
64644
64645 2007-02-25  Bruno Haible  <bruno@clisp.org>
64646
64647         * modules/filename: Renamed from modules/pathname.
64648         (Files): Replace lib/pathname.h with lib/filename.h. Replace
64649         lib/concatpath.c with lib/concat-filename.c.
64650         (Makefile.am): Update.
64651         (Include): Replace pathname.h with filename.h.
64652         * lib/filename.h: Renamed from lib/pathname.h.
64653         (concatenated_filename): Renamed from concatenated_pathname.
64654         * lib/concat-filename.c: Renamed from lib/concatpath.c.
64655         (concatenated_filename): Renamed from concatenated_pathname.
64656         * lib/findprog.c: Include filename.h instead of pathname.h.
64657         (find_in_path): Update.
64658         * lib/javacomp.c: Include filename.h instead of pathname.h.
64659         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
64660         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
64661         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
64662         is_oldgcj_14_13_usable, is_javac_usable): Update.
64663         * lib/javaexec.c: Include filename.h instead of pathname.h.
64664         (execute_java_class): Update.
64665         * modules/findprog: Update.
64666         * modules/javacomp: Update.
64667         * modules/javaexec: Update.
64668         * MODULES.html.sh (File system functions): Add 'filename', remove
64669         'pathname'.
64670
64671 2007-02-25  Bruno Haible  <bruno@clisp.org>
64672
64673         * modules/printf-frexpl-tests: New file.
64674         * tests/test-printf-frexpl.c: New file.
64675
64676         * modules/printf-frexpl: New file.
64677         * lib/printf-frexpl.h: New file.
64678         * lib/printf-frexpl.c: New file.
64679         * m4/printf-frexpl.m4: New file.
64680
64681 2007-02-25  Bruno Haible  <bruno@clisp.org>
64682
64683         * modules/printf-frexp-tests: New file.
64684         * tests/test-printf-frexp.c: New file.
64685
64686         * modules/printf-frexp: New file.
64687         * lib/printf-frexp.h: New file.
64688         * lib/printf-frexp.c: New file.
64689         * m4/printf-frexp.m4: New file.
64690
64691 2007-02-25  Bruno Haible  <bruno@clisp.org>
64692
64693         Assume automake >= 1.10 for the tests.
64694         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
64695         * modules/arctwo-tests: Likewise.
64696         * modules/argp-tests: Likewise.
64697         * modules/avltree-list-tests: Likewise.
64698         * modules/avltree-oset-tests: Likewise.
64699         * modules/avltreehash-list-tests: Likewise.
64700         * modules/carray-list-tests: Likewise.
64701         * modules/crc-tests: Likewise.
64702         * modules/des-tests: Likewise.
64703         * modules/gc-arcfour-tests: Likewise.
64704         * modules/gc-arctwo-tests: Likewise.
64705         * modules/gc-des-tests: Likewise.
64706         * modules/gc-hmac-md5-tests: Likewise.
64707         * modules/gc-hmac-sha1-tests: Likewise.
64708         * modules/gc-md2-tests: Likewise.
64709         * modules/gc-md4-tests: Likewise.
64710         * modules/gc-md5-tests: Likewise.
64711         * modules/gc-pbkdf2-sha1-tests: Likewise.
64712         * modules/gc-rijndael-tests: Likewise.
64713         * modules/gc-sha1-tests: Likewise.
64714         * modules/gc-tests: Likewise.
64715         * modules/getaddrinfo-tests: Likewise.
64716         * modules/hmac-md5-tests: Likewise.
64717         * modules/hmac-sha1-tests: Likewise.
64718         * modules/linked-list-tests: Likewise.
64719         * modules/linkedhash-list-tests: Likewise.
64720         * modules/lock-tests: Likewise.
64721         * modules/md2-tests: Likewise.
64722         * modules/md4-tests: Likewise.
64723         * modules/md5-tests: Likewise.
64724         * modules/rbtree-list-tests: Likewise.
64725         * modules/rbtree-oset-tests: Likewise.
64726         * modules/rbtreehash-list-tests: Likewise.
64727         * modules/read-file-tests: Likewise.
64728         * modules/rijndael-tests: Likewise.
64729         * modules/stdint-tests: Likewise.
64730         * modules/tls-tests: Likewise.
64731
64732 2007-02-24  Bruno Haible  <bruno@clisp.org>
64733
64734         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
64735         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
64736         function; instead check whether isnan with a double argument links.
64737         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
64738         function; instead check whether isnan with a 'long double' argument
64739         links.
64740         Reported by Eric Blake <ebb9@byu.net>.
64741
64742 2007-02-24  Bruno Haible  <bruno@clisp.org>
64743
64744         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
64745         defined.
64746         * lib/isnanl.c: Remove all code. Just include isnan.c.
64747         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
64748
64749 2007-02-25  Jim Meyering  <jim@meyering.net>
64750
64751         Avoid conflicting types for 'unsetenv' on FreeBSD.
64752         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
64753         conflicting with FreeBSD's (5.0 and 6.1) function declaration
64754         in stdlib.h.
64755
64756 2007-02-24  Bruno Haible  <bruno@clisp.org>
64757
64758         * modules/isnanl-nolibm-tests: New file.
64759         * tests/test-isnanl.c: New file.
64760
64761         * modules/isnanl-nolibm: New file.
64762         * lib/isnanl.h: New file.
64763         * lib/isnanl.c: New file.
64764         * m4/isnanl.m4: New file.
64765
64766 2007-02-24  Bruno Haible  <bruno@clisp.org>
64767
64768         * modules/isnan-nolibm-tests: New file.
64769         * tests/test-isnan.c: New file.
64770
64771         * modules/isnan-nolibm: New file.
64772         * lib/isnan.h: New file.
64773         * lib/isnan.c: New file.
64774         * m4/isnan.m4: New file.
64775
64776 2007-02-24  Bruno Haible  <bruno@clisp.org>
64777
64778         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
64779         assume that an exponent fits in 20 bits.
64780
64781 2007-02-24  Jim Meyering  <jim@meyering.net>
64782
64783         * m4/regex.m4: Update the description of the configure-time option,
64784         --without-included-regex, to state accurately what the defaults are,
64785         and perhaps to give people an idea why using this option is risky.
64786
64787 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
64788
64789         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
64790         loops on small arguments.  This attempts to avoid the problem
64791         Bruno Haible reported for AIX 4.3.2 in
64792         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
64793
64794 2007-02-23  Bruno Haible  <bruno@clisp.org>
64795
64796         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
64797         Needed for help2man.
64798
64799 2007-02-23  Karl Berry  <karl@gnu.org>
64800
64801         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
64802         exists, foo.h should be cvs-ignored, not committed.
64803
64804 2007-02-23  Eric Blake  <ebb9@byu.net>
64805
64806         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
64807         * lib/stat-time.h (includes): Likewise.
64808         * lib/utimecmp.c (includes): Likewise.
64809         * lib/utimens.h (includes): Likewise.
64810         * lib/getdate.y (includes): Also include "timespec.h" for use
64811         internal to the module.
64812         * modules/utimens (Depends-on): Revert yesterday's patch.
64813         * modules/nanosleep (Depends-on): Add missing dependency.
64814
64815 2007-02-22  Bruno Haible  <bruno@clisp.org>
64816
64817         * lib/glob.c: Don't include getlogin_r.h.
64818
64819 2007-02-22  Jim Meyering  <jim@meyering.net>
64820
64821         * modules/utimens (Depends-on): Add timespec, required for
64822         utimens.h's inclusion of timespec.h.
64823
64824 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
64825
64826         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
64827         long unreadable paths in GNU/Linux.  Problem reported by Andreas
64828         Schwab in
64829         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
64830         I'll try to think of a better way to fix the Solaris problem.
64831
64832         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
64833         like glibc; on Solaris 10, it fails with errno == EINVAL.
64834         POSIX says the behavior is unspecified if the first argument is NULL,
64835         so play it safe and never pass NULL to the system getcwd.
64836
64837 2007-02-21  Jim Meyering  <jim@meyering.net>
64838
64839         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
64840         of gettimeofday.  It would conflict with the one now always
64841         provided via sys_time_.h.  Reported by Matthew Woehlke, as
64842         an IRIX 6.5 build failure.
64843
64844 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
64845
64846         Minor fixups to port to Solaris 10 with Sun C 5.8.
64847         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
64848         * modules/getcwd (Depends-on): Add dirfd.
64849         * lib/putenv.c (putenv): #undef it.
64850         (rpl_putenv): New decl.
64851         (malloc, free): Include <stdlib.h> rather than prototyping separately.
64852
64853 2007-02-20  Bruno Haible  <bruno@clisp.org>
64854
64855         * modules/stdio-tests: New file.
64856         * tests/test-stdio.c: New file.
64857
64858         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
64859         (Depends-on): Add stdio.
64860         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
64861         (Include): Use <stdio.h> instead of vsnprintf.h.
64862         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
64863         HAVE_DECL_VSNPRINTF.
64864         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
64865
64866         * modules/snprintf (Files): Remove lib/snprintf.h.
64867         (Depends-on): Add stdio.
64868         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
64869         (Include): Use <stdio.h> instead of snprintf.h.
64870         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
64871         HAVE_DECL_SNPRINTF.
64872         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
64873         * lib/getaddrinfo.c: Likewise.
64874
64875         * modules/stdio: New file.
64876         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
64877         * lib/snprintf.h: Remove file.
64878         * lib/vsnprintf.h: Remove file.
64879         * lib/.cppi-disable: Remove snprintf.h.
64880         * m4/stdio_h.m4: New file.
64881         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
64882
64883 2007-02-20  Jim Meyering  <jim@meyering.net>
64884
64885         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
64886         used by e.g., mingw.  From Bruno Haible.
64887
64888 2007-02-19  Bruno Haible  <bruno@clisp.org>
64889
64890         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
64891         warnings.
64892         Reported by Ben Pfaff <blp@cs.stanford.edu>.
64893
64894 2007-02-19  Bruno Haible  <bruno@clisp.org>
64895
64896         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
64897         from mingw users.
64898
64899 2007-02-19  Bruno Haible  <bruno@clisp.org>
64900
64901         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
64902         warnings.
64903         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
64904
64905 2007-02-19  Jim Meyering  <jim@meyering.net>
64906
64907         Don't use FD after a successful "fdopendir (fd)".
64908         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
64909         Reset it by calling dirfd on the just-obtained DIR*.
64910
64911         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
64912         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
64913
64914 2007-02-18  Bruno Haible  <bruno@clisp.org>
64915
64916         * lib/readlink.c: Include <unistd.h>.
64917         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
64918         HAVE_READLINK.
64919         * modules/readlink (Depends-on): Add unistd.
64920         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
64921         (Include): Add <unistd.h>.
64922
64923         * lib/getlogin_r.h: Remove file.
64924         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
64925         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
64926         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
64927         HAVE_DECL_GETLOGIN_R.
64928         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
64929         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
64930         (Include): Use <unistd.h> instead of getlogin_r.h.
64931
64932         * lib/getcwd.h: Remove file.
64933         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
64934         * lib/xgetcwd.c: Likewise.
64935         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
64936         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
64937         * modules/getcwd (Files): Remove lib/getcwd.h.
64938         (Depends-on): Add unistd.
64939         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
64940         (Include): Use <unistd.h> instad of getcwd.h.
64941
64942         * lib/ftruncate.c: Include <unistd.h> first.
64943         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
64944         Set HAVE_FTRUNCATE.
64945         * modules/ftruncate (Depends-on): Add unistd.
64946         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
64947
64948         * lib/fchdir.c: Include <unistd.h> first.
64949         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
64950         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
64951         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
64952         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
64953         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
64954
64955         * lib/dup2.c: Include <unistd.h> first.
64956         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
64957         HAVE_DUP2.
64958         * modules/dup2 (Depends-on): Add unistd.
64959         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
64960
64961         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
64962         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
64963         REPLACE_CHOWN. Don't define chown as a macro here.
64964         * modules/chown (Depends-on): Add unistd.
64965         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
64966
64967         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
64968         Add definition for GL_LINK_WARNING.
64969         (chown, dup2): New declarations.
64970         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
64971         link warning.
64972         (ftruncate): New declaration.
64973         (getcwd): New declaration, taken from old getcwd.h.
64974         (getlogin_r): New declaration, taken from old getlogin_r.h.
64975         (readlink): New declaration.
64976         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
64977         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
64978         (gl_PREREQ_UNISTD): Remove macro.
64979         (gl_UNISTD_MODULE_INDICATOR): New macro.
64980         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
64981         many new variables. Don't set UNISTD_H.
64982         * modules/unistd (Description): Change.
64983         (Depends-on): Add link-warning.
64984         (configure.ac): Update.
64985         (Makefile.am): Create unistd.h always. Substitute many new variables
64986         into it.
64987
64988 2007-02-18  Bruno Haible  <bruno@clisp.org>
64989
64990         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
64991         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
64992         HAVE_GETSUBOPT.
64993         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
64994         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
64995         * lib/getsubopt.h: Remove file.
64996         * modules/getsubopt (Files): Remove lib/getsubopt.h.
64997         (Depends-on): Add stdlib.
64998         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
64999         (Includes): Use <stdlib.h> instead of getsubopt.h.
65000         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
65001         Set HAVE_GETSUBOPT.
65002         * lib/getsubopt.c: Don't include getsubopt.h.
65003
65004 2007-02-18  Bruno Haible  <bruno@clisp.org>
65005
65006         * modules/fchdir (Depends-on): Add dup2.
65007
65008 2007-02-18  Bruno Haible  <bruno@clisp.org>
65009
65010         * lib/stdlib_.h: Handle glibc's special invocation convention
65011         specially.
65012
65013 2007-02-18  Bruno Haible  <bruno@clisp.org>
65014
65015         * modules/stdlib-tests: New file.
65016         * tests/test-stdlib.c: New file.
65017
65018         * modules/mkstemp (Files): Remove lib/mkstemp.h.
65019         (Depends-on): Add stdlib.
65020         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
65021         (Includes): Use <stdlib.h> instead of mkstemp.h.
65022         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
65023         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
65024         * lib/mkstemp.c: Don't include mkstemp.h.
65025         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
65026         * lib/stdlib--.h: Don't include mkstemp.h.
65027
65028         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
65029         (Depends-on): Add stdlib.
65030         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
65031         (Includes): Use <stdlib.h> instead of mkdtemp.h.
65032         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
65033         HAVE_MKDTEMP.
65034         * lib/mkdtemp.c: Don't include mkdtemp.h.
65035         * lib/clean-temp.c: Don't include mkdtemp.h.
65036
65037         * modules/exit (Files): Remove lib/exit.h.
65038         (Depends-on): Add stdlib.
65039         (Makefile.am): Remove lib_SOURCES.
65040         (Include): Use <stdlib.h> instead of exit.h.
65041         * lib/argmatch.c: Don't include exit.h.
65042         * lib/execute.c: Likewise.
65043         * lib/pagealign_alloc.c: Likewise.
65044         * lib/pipe.c: Likewise.
65045         * lib/wait-process.c: Likewise.
65046         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
65047         * lib/exitfail.c: Likewise.
65048         * lib/savewd.c: Likewise.
65049         * lib/xsetenv.c: Likewise.
65050
65051         * modules/stdlib: New file.
65052         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
65053         and extra comments about mkstemp().
65054         * lib/exit.h: Remove file.
65055         * lib/mkdtemp.h: Remove file.
65056         * lib/mkstemp.h: Remove file.
65057         * m4/stdlib_h.m4: New file.
65058         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
65059
65060 2007-02-18  Bruno Haible  <bruno@clisp.org>
65061
65062         * modules/math-tests: New file.
65063         * tests/test-math.c: New file.
65064
65065         * modules/math: New file.
65066         * modules/mathl (Files): Remove lib/mathl.h.
65067         (Depends-on): Add math.
65068         (Makefile.am): Don't mention mathl.h.
65069         (Include): Use <math.h> instead of mathl.h.
65070         * lib/math_.h: New file.
65071         * lib/mathl.h: Remove file.
65072         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
65073         mathl.h.
65074         * lib/asinl.c: Likewise.
65075         * lib/atanl.c: Likewise.
65076         * lib/ceill.c: Likewise.
65077         * lib/cosl.c: Likewise.
65078         * lib/expl.c: Likewise.
65079         * lib/floorl.c: Likewise.
65080         * lib/frexpl.c: Likewise.
65081         * lib/ldexpl.c: Likewise.
65082         * lib/logl.c: Likewise.
65083         * lib/sincosl.c: Likewise.
65084         * lib/sinl.c: Likewise.
65085         * lib/sqrtl.c: Likewise.
65086         * lib/tanl.c: Likewise.
65087         * lib/trigl.c: Likewise.
65088         * m4/math_h.m4: New file.
65089         * MODULES.html.sh (Mathematics): Add math.
65090
65091 2007-02-17  Bruno Haible  <bruno@clisp.org>
65092
65093         * modules/wctype-tests: New file.
65094         * tests/test-wctype.c: New file.
65095
65096         * modules/wchar-tests: New file.
65097         * tests/test-wchar.c: New file.
65098
65099         * modules/unistd-tests: New file.
65100         * tests/test-unistd.c: New file.
65101
65102         * modules/time-tests: New file.
65103         * tests/test-time.c: New file.
65104
65105         * modules/sysexits-tests: New file.
65106         * tests/test-sysexits.c: New file.
65107
65108         * modules/sys_time-tests: New file.
65109         * tests/test-sys_time.c: New file.
65110
65111         * modules/sys_stat-tests: New file.
65112         * tests/test-sys_stat.c: New file.
65113
65114         * modules/sys_socket-tests: New file.
65115         * tests/test-sys_socket.c: New file.
65116
65117         * modules/sys_select-tests: New file.
65118         * tests/test-sys_select.c: New file.
65119
65120         * modules/string-tests: New file.
65121         * tests/test-string.c: New file.
65122
65123         * modules/stdbool-tests: New file.
65124         * tests/test-stdbool.c: New file.
65125
65126         * modules/netinet_in-tests: New file.
65127         * tests/test-netinet_in.c: New file.
65128
65129         * modules/inttypes-tests: New file.
65130         * tests/test-inttypes.c: New file.
65131
65132         * modules/fcntl-tests: New file.
65133         * tests/test-fcntl.c: New file.
65134
65135         * modules/byteswap-tests: New file.
65136         * tests/test-byteswap.c: New file.
65137
65138         * modules/arpa_inet-tests: New file.
65139         * tests/test-arpa_inet.c: New file.
65140
65141 2007-02-17  Bruno Haible  <bruno@clisp.org>
65142
65143         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
65144         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
65145         if the corresponding module is not enabled. Emit link warnings if
65146         the function is used nevertheless.
65147         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
65148         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
65149         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
65150         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
65151         * modules/inttypes (Depends-on): Add link-warning.
65152         (Makefile.am): Copy the contents of build-aux/link-warning.h into
65153         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
65154         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
65155         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
65156         * modules/imaxdiv (configure.ac): Likewise.
65157         * modules/strtoimax (configure.ac): Likewise.
65158         * modules/strtoumax (configure.ac): Likewise.
65159
65160 2007-02-17  Bruno Haible  <bruno@clisp.org>
65161
65162         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
65163         gl_STRING_MODULE_INDICATOR_DEFAULTS.
65164         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
65165         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
65166
65167 2007-02-17  Bruno Haible  <bruno@clisp.org>
65168
65169         * modules/link-warning: New file.
65170         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
65171         * lib/string_.h (GL_LINK_WARNING): Remove definition.
65172         * modules/string (Depends-on): Add link-warning.
65173         (Makefile.am): Copy the contents of build-aux/link-warning.h into
65174         string.h.
65175         * MODULES.html.sh (Support for building libraries and executables): Add
65176         link-warning.
65177
65178 2007-02-17  Bruno Haible  <bruno@clisp.org>
65179
65180         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
65181         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
65182         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
65183         long lines.
65184
65185 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
65186             Bruno Haible  <bruno@clisp.org>
65187
65188         * modules/tmpfile: New file.
65189         * lib/tmpfile.c: New file.
65190         * m4/tmpfile.m4: New file.
65191         * MODULES.html.sh (func_all_modules): New section "Input/output".
65192
65193 2007-02-15  Bruno Haible  <bruno@clisp.org>
65194
65195         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
65196         (supports_delete_on_close): New function.
65197         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
65198
65199 2007-02-14  Bruno Haible  <bruno@clisp.org>
65200
65201         * modules/mbspcasecmp-tests: New file.
65202         * tests/test-mbspcasecmp.sh: New file.
65203         * tests/test-mbspcasecmp.c: New file.
65204
65205         New module mbspcasecmp.
65206         * modules/mbspcasecmp: New file.
65207         * lib/mbspcasecmp.c: New file.
65208         * lib/string_.h (strncasecmp): Change warning message.
65209         (mbspcasecmp): New declaration.
65210         * m4/mbspcasecmp.m4: New file.
65211         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
65212         GNULIB_MBSPCASECMP.
65213         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
65214         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
65215
65216 2007-02-14  Bruno Haible  <bruno@clisp.org>
65217
65218         * modules/mbsncasecmp-tests: New file.
65219         * tests/test-mbsncasecmp.sh: New file.
65220         * tests/test-mbsncasecmp.c: New file.
65221
65222         New module mbsncasecmp.
65223         * modules/mbsncasecmp: New file.
65224         * lib/mbsncasecmp.c: New file.
65225         * lib/string_.h (mbsncasecmp): New declaration.
65226         * m4/mbsncasecmp.m4: New file.
65227         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
65228         GNULIB_MBSNCASECMP.
65229         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
65230         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
65231
65232 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
65233
65234         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
65235         Verify that it doesn't overlap with our flags.
65236         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
65237         do not have the desired effect in multibyte locales; instead, use
65238         mbscasecmp.
65239         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
65240         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
65241         we don't require GNU fnmatch ourselves (if our users require it, they
65242         should do so explicitly).
65243
65244         Fix regex code so it doesn't rely on strcasecmp.
65245         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
65246         Otherwise, include gnulib's langinfo.h.
65247         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
65248         undesirable behavior in non-C locales.  Instead, rely on localecharset.
65249         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
65250         * modules/regex (FILES): Remove m4/codeset.m4.
65251         (Depends-on): Add localcharset.  Remove strcase.
65252
65253 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
65254
65255         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
65256         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
65257
65258 2007-02-13  Bruno Haible  <bruno@clisp.org>
65259
65260         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
65261         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
65262
65263 2007-02-12  Bruno Haible  <bruno@clisp.org>
65264
65265         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
65266         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
65267         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
65268         time warning rather than a link error.
65269
65270 2007-02-12  Bruno Haible  <bruno@clisp.org>
65271
65272         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
65273         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
65274         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
65275
65276 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
65277
65278         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
65279         args, not 2.
65280
65281 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
65282
65283         New module 'time', so that apps can include <time.h> as per
65284         POSIX and GNU instead of separate include files like time_r.h
65285         and timegm.h.  This implementation tries out a simpler approach
65286         for replacing decls in standard include files (as compared to
65287         the string module), somewhat as an experiment.
65288
65289         * config/srclist.txt: Comment out mktime.c for now.
65290         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
65291         since it doesn't apply any more.  Use generic wording instead.
65292         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
65293         'time'.
65294         * lib/time_.h, m4/time_h.m4, modules/time: New files.
65295         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
65296         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
65297         Don't include <sys/types.h>; no longer needed since we assume C89.
65298         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
65299         * lib/strftime.c: Likewise.
65300         * lib/time_r.c: Likewise.
65301         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
65302         * lib/nanosleep.c: Include <time.h> first, to check interface.
65303         * lib/strptime.c: Likewise.
65304         * lib/time_r.c: Likewise.
65305         * lib/timegm.c: Likewise.
65306         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
65307         needed.
65308         * lib/timegm.c: Don't include timegm.h; no longer needed.
65309         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
65310         time.h now handles any problems in that area.
65311         (struct timespec, nanosleep): Remove; time.h now arranges for these.
65312         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
65313         that time.h defines struct timespec.
65314         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
65315         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
65316         handles that.
65317         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
65318         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
65319         needed.  Set REPLACE_LOCALTIME.
65320         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
65321         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
65322         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
65323         nanosleep; time_h.m4 now does that.  Don't require
65324         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
65325         module handles this now.
65326         * modules/getdate (Depends-on): Remove timespec.  Add time.
65327         * modules/nanosleep (Depends-on): Likewise.
65328         * modules/stat-time (Depends-on): Likewise.
65329         * modules/nanosleep (Include): Include time.h, not timespec.h.
65330         * modules/strptime (Files): Remove lib/strptime.h.
65331         (Depends-on): Add extensions, time.
65332         (Include): Include time.h, not strptime.h.
65333         * modules/time_r (Files): Remove lib/time_r.h.
65334         (Depends-on): Add time.
65335         (Include): Include time.h, not time_r.h.
65336         * modules/timegm: Likewise.
65337         * modules/timespec (Description): Now does timespec-related decls
65338         of our own, instead of struct timespec itself.
65339         (Depends-on): Add time; remove extensions.
65340         (Maintainer): Add self.
65341         * modules/utimecmp (Depends-on): Add time; remove timespec.
65342         * modules/utimens (Depends-on): Likewise.
65343         * modules/xnanosleep (Depends-on): Likewise.
65344
65345 2007-02-11  Bruno Haible  <bruno@clisp.org>
65346
65347         * lib/c-strstr.c: Include allocsa.h.
65348         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
65349         * lib/c-strcasestr.c: Include allocsa.h.
65350         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
65351         * lib/strcasestr.c: Include allocsa.h.
65352         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
65353         * lib/mbsstr.c: Include allocsa.h.
65354         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
65355         allocsa/freesa instead of malloc/free.
65356         * lib/mbscasestr.c: Include allocsa.h.
65357         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
65358         allocsa/freesa instead of malloc/free.
65359         * modules/c-strstr (Depends-on): Add allocsa.
65360         * modules/c-strcasestr (Depends-on): Likewise.
65361         * modules/strcasestr (Depends-on): Likewise.
65362         * modules/mbsstr (Depends-on): Likewise.
65363         * modules/mbscasestr (Depends-on): Likewise.
65364
65365 2007-02-11  Bruno Haible  <bruno@clisp.org>
65366
65367         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
65368
65369         * modules/mbsspn-tests: New file.
65370         * tests/test-mbsspn.sh: New file.
65371         * tests/test-mbsspn.c: New file.
65372
65373 2007-02-11  Bruno Haible  <bruno@clisp.org>
65374
65375         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
65376
65377         * modules/mbspbrk-tests: New file.
65378         * tests/test-mbspbrk.sh: New file.
65379         * tests/test-mbspbrk.c: New file.
65380
65381 2007-02-11  Bruno Haible  <bruno@clisp.org>
65382
65383         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
65384         unneeded cast.
65385
65386         * modules/mbscspn-tests: New file.
65387         * tests/test-mbscspn.sh: New file.
65388         * tests/test-mbscspn.c: New file.
65389
65390 2007-02-11  Bruno Haible  <bruno@clisp.org>
65391
65392         * modules/mbscasecmp-tests: New file.
65393         * tests/test-mbscasecmp.sh: New file.
65394         * tests/test-mbscasecmp.c: New file.
65395
65396 2007-02-11  Bruno Haible  <bruno@clisp.org>
65397
65398         Ensure O(n) worst-case complexity of mbscasestr.
65399         * lib/mbscasestr.c: Include stdbool.h.
65400         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
65401         functions.
65402         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
65403         the bookkeeping indicates that it's worth it.
65404         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
65405
65406         * modules/mbscasestr-tests: New file.
65407         * tests/test-mbscasestr1.c: New file.
65408         * tests/test-mbscasestr2.sh: New file.
65409         * tests/test-mbscasestr2.c: New file.
65410         * tests/test-mbscasestr3.sh: New file.
65411         * tests/test-mbscasestr3.c: New file.
65412         * tests/test-mbscasestr4.sh: New file.
65413         * tests/test-mbscasestr4.c: New file.
65414         * m4/locale-tr.m4: New file.
65415
65416 2007-02-11  Bruno Haible  <bruno@clisp.org>
65417
65418         Ensure O(n) worst-case complexity of mbsstr.
65419         * lib/mbsstr.c: Include stdbool.h.
65420         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
65421         functions.
65422         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
65423         bookkeeping indicates that it's worth it.
65424         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
65425
65426         * modules/mbsstr-tests: New file.
65427         * tests/test-mbsstr1.c: New file.
65428         * tests/test-mbsstr2.sh: New file.
65429         * tests/test-mbsstr2.c: New file.
65430         * tests/test-mbsstr3.sh: New file.
65431         * tests/test-mbsstr3.c: New file.
65432         * m4/locale-fr.m4: New file.
65433
65434 2007-02-11  Bruno Haible  <bruno@clisp.org>
65435
65436         * lib/mbsrchr.c (mbsrchr): Fix bug.
65437
65438         * modules/mbsrchr-tests: New file.
65439         * tests/test-mbsrchr.sh: New file.
65440         * tests/test-mbsrchr.c: New file.
65441
65442 2007-02-11  Bruno Haible  <bruno@clisp.org>
65443
65444         * lib/mbschr.c (mbschr): Fix bug.
65445
65446         * modules/mbschr-tests: New file.
65447         * tests/test-mbschr.sh: New file.
65448         * tests/test-mbschr.c: New file.
65449         * m4/locale-zh.m4: New file.
65450
65451 2007-02-11  Bruno Haible  <bruno@clisp.org>
65452
65453         Support for copying multibyte string iterators.
65454         * lib/mbiter.h: Include <string.h>.
65455         (mbiter_multi_copy): New function.
65456         (mbi_copy): New macro.
65457         * lib/mbuiter.h: Include <string.h>.
65458         (mbuiter_multi_copy): New function.
65459         (mbui_copy): New macro.
65460
65461 2007-02-11  Bruno Haible  <bruno@clisp.org>
65462
65463         New module mbslen.
65464         * modules/mbslen: New file.
65465         * lib/mbslen.c: New file.
65466         * lib/string_.h (mbslen): New declaration.
65467         * m4/mbslen.m4: New file.
65468         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
65469         GNULIB_MBSLEN.
65470         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
65471         * MODULES.html.sh (Internationalization functions): Add mbslen.
65472
65473 2007-02-11  Bruno Haible  <bruno@clisp.org>
65474
65475         Ensure O(n) worst-case complexity of strcasestr substitute.
65476         * lib/strcasestr.c: Include stdbool.h.
65477         (knuth_morris_pratt): New function.
65478         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
65479         bookkeeping indicates that it's worth it.
65480         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
65481
65482         * modules/strcasestr-tests: New file.
65483         * tests/test-strcasestr.c: New file.
65484
65485 2007-02-11  Bruno Haible  <bruno@clisp.org>
65486
65487         Ensure O(n) worst-case complexity of c_strcasestr.
65488         * lib/c-strcasestr.c: Include stdbool.h, string.h.
65489         (knuth_morris_pratt): New function.
65490         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
65491         the bookkeeping indicates that it's worth it.
65492         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
65493
65494         * modules/c-strcasestr-tests: New file.
65495         * tests/test-c-strcasestr.c: New file.
65496
65497 2007-02-11  Bruno Haible  <bruno@clisp.org>
65498
65499         Ensure O(n) worst-case complexity of c_strstr.
65500         * lib/c-strstr.c: Include stdbool.h, string.h.
65501         (knuth_morris_pratt): New function.
65502         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
65503         bookkeeping indicates that it's worth it.
65504         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
65505
65506         * lib/c-strstr.c: Complete rewrite for maintainability.
65507
65508         * modules/c-strstr-tests: New file.
65509         * tests/test-c-strstr.c: New file.
65510
65511 2007-02-11  Bruno Haible  <bruno@clisp.org>
65512
65513         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
65514         5.2.1 and earlier, whereby \055 was treated just like the range
65515         delimiter '-'.
65516         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
65517
65518 2007-02-08  Bruno Haible  <bruno@clisp.org>
65519
65520         * modules/regex (Depends-on): Add stdbool.
65521         Reported by Dalibor Topic <robilad@kaffe.org>.
65522
65523 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
65524
65525         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
65526         Prefer returning from main to exiting from it.
65527         Remove unnecessary parens after sizeof.
65528
65529 2007-02-05  Bruno Haible  <bruno@clisp.org>
65530
65531         New module mbssep.
65532         * modules/mbssep: New file.
65533         * lib/mbssep.c: New file.
65534         * lib/string_.h (strsep): Add a conditional link warning.
65535         (mbssep): New declaration.
65536         * m4/mbssep.m4: New file.
65537         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
65538         GNULIB_MBSSEP.
65539         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
65540         * MODULES.html.sh (Internationalization functions): Add mbssep.
65541
65542 2007-02-05  Bruno Haible  <bruno@clisp.org>
65543
65544         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
65545         Optimize search in case of 1 delimiter.
65546
65547 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
65548
65549         * lib/acl.h: Include sys/types.h before sys/acl.h.
65550
65551 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
65552
65553         Merge upstream fix for glibc bugzilla #3957:
65554
65555         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
65556
65557         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
65558         bit for RE_HAT_LISTS_NOT_NEWLINE.
65559         (build_charclass_op): Remove bogus comment.
65560
65561 2007-02-05  Simon Josefsson  <simon@josefsson.org>
65562
65563         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
65564
65565 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
65566
65567         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
65568         * lib/memmem.c [!defined _LIBC]: Include config.h.
65569
65570 2007-02-04  Bruno Haible  <bruno@clisp.org>
65571
65572         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
65573         warning message.
65574
65575 2007-02-04  Bruno Haible  <bruno@clisp.org>
65576
65577         New module mbstok_r.
65578         * modules/mbstok_r: New file.
65579         * lib/mbstok_r.c: New file.
65580         * lib/string_.h (strtok_r): Change argument names to match the
65581         comments. Add a conditional link warning.
65582         (mbstok_r): New declaration.
65583         * m4/mbstok_r.m4: New file.
65584         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
65585         GNULIB_MBSTOK_R.
65586         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
65587         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
65588
65589 2007-02-04  Bruno Haible  <bruno@clisp.org>
65590
65591         New module mbsspn.
65592         * modules/mbsspn: New file.
65593         * lib/mbsspn.c: New file.
65594         * lib/string_.h (strspn): Add a conditional link warning.
65595         (mbsspn): New declaration.
65596         * m4/mbsspn.m4: New file.
65597         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
65598         GNULIB_MBSSPN.
65599         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
65600         * MODULES.html.sh (Internationalization functions): Add mbsspn.
65601
65602 2007-02-04  Bruno Haible  <bruno@clisp.org>
65603
65604         New module mbspbrk.
65605         * modules/mbspbrk: New file.
65606         * lib/mbspbrk.c: New file.
65607         * lib/string_.h (strpbrk): Add a conditional link warning.
65608         (mbspbrk): New declaration.
65609         * m4/mbspbrk.m4: New file.
65610         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
65611         GNULIB_MBSPBRK.
65612         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
65613         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
65614
65615 2007-02-04  Bruno Haible  <bruno@clisp.org>
65616
65617         New module mbscspn.
65618         * modules/mbscspn: New file.
65619         * lib/mbscspn.c: New file.
65620         * lib/string_.h (strcspn): Add a conditional link warning.
65621         (mbscspn): New declaration.
65622         * m4/mbscspn.m4: New file.
65623         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
65624         GNULIB_MBSCSPN.
65625         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
65626         * MODULES.html.sh (Internationalization functions): Add mbscspn.
65627
65628 2007-02-04  Bruno Haible  <bruno@clisp.org>
65629
65630         New module mbscasestr, reduced goal of strcasestr.
65631         * modules/mbscasestr: New file.
65632         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
65633         (mbscasestr): Renamed from strcasestr.
65634         * lib/strcasestr.c: Don't include mbuiter.h.
65635         (strcasestr): Remove support for multibyte locales.
65636         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
65637         Change the conditional link warning.
65638         (mbscasestr): New declaration.
65639         * m4/mbscasestr.m4: New file.
65640         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
65641         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
65642         REPLACE_STRCASESTR.
65643         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
65644         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
65645         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
65646         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
65647         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
65648         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
65649         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
65650         (Depends-on): Remove mbuiter.
65651         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
65652
65653 2007-02-04  Bruno Haible  <bruno@clisp.org>
65654
65655         Simplify handling of strncasecmp.
65656         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
65657         the conditional link warning.
65658         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
65659         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
65660         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
65661         * modules/strcase (configure.ac): Don't invoke
65662         gl_STRING_MODULE_INDICATOR.
65663         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
65664
65665 2007-02-04  Bruno Haible  <bruno@clisp.org>
65666
65667         New module mbscasecmp, reduced goal of strcasecmp.
65668         * modules/mbscasecmp: New file.
65669         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
65670         (mbscasecmp): Renamed from strcasecmp.
65671         * lib/strcasecmp.c: Don't include mbuiter.h.
65672         (strcasecmp): Remove support for multibyte locales.
65673         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
65674         Change the conditional link warning.
65675         (mbscasecmp): New declaration.
65676         * m4/mbscasecmp.m4: New file.
65677         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
65678         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
65679         REPLACE_STRCASECMP.
65680         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
65681         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
65682         GNULIB_MBSCASECMP.
65683         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
65684         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
65685         * modules/strcase (Files): Remove m4/mbrtowc.m4.
65686         (Depends-on): Remove mbuiter.
65687         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
65688
65689 2007-02-04  Bruno Haible  <bruno@clisp.org>
65690
65691         New module mbsstr. Remove module strstr.
65692         * modules/mbsstr: New file.
65693         * modules/strstr: Remove file.
65694         * lib/mbsstr.c: Renamed from lib/strstr.c.
65695         (mbsstr): Renamed from strstr.
65696         * lib/string_.h (strstr): Remove declaration. Change the conditional
65697         link warning.
65698         (mbsstr): New declaration.
65699         * m4/mbsstr.m4: New file.
65700         * m4/strstr.m4: Remove file.
65701         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
65702         REPLACE_STRSTR.
65703         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
65704         Don't initialize GNULIB_STRSTR.
65705         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
65706         substitute GNULIB_STRSTR and REPLACE_STRSTR.
65707         * MODULES.html.sh (Internationalization functions): Add mbsstr.
65708         (Support for systems lacking ANSI C 89): Remove strstr.
65709
65710 2007-02-04  Bruno Haible  <bruno@clisp.org>
65711
65712         New module mbsrchr.
65713         * modules/mbsrchr: New file.
65714         * lib/mbsrchr.c: New file.
65715         * lib/string_.h (strrchr): Add a conditional link warning.
65716         (mbsrchr): New declaration.
65717         * m4/mbsrchr.m4: New file.
65718         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
65719         GNULIB_MBSRCHR.
65720         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
65721         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
65722
65723 2007-02-04  Bruno Haible  <bruno@clisp.org>
65724
65725         New module mbschr.
65726         * modules/mbschr: New file.
65727         * lib/mbschr.c: New file.
65728         * lib/string_.h (strchr): Add a conditional link warning.
65729         (mbschr): New declaration.
65730         * m4/mbschr.m4: New file.
65731         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
65732         GNULIB_MBSCHR.
65733         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
65734         * MODULES.html.sh (Internationalization functions): Add mbschr.
65735
65736 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
65737
65738         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
65739
65740         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
65741
65742 2007-02-04  Bruno Haible  <bruno@clisp.org>
65743
65744         New module description section 'configure.ac-early'.
65745         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
65746         (func_get_autoconf_early_snippet): New function.
65747         (func_import, func_create_testdir): Use it. Remove special cases for
65748         modules 'extensions' and 'lock'.
65749         * modules/extensions (configure.ac-early): Require
65750         gl_USE_SYSTEM_EXTENSIONS.
65751         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
65752
65753 2007-02-04  Bruno Haible  <bruno@clisp.org>
65754
65755         Make use of gcj-4.3's -fsource and -ftarget option.
65756         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
65757         and if so try the options -fsource and -ftarget.
65758         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
65759         source_version, ftarget_option, target_version arguments.
65760         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
65761         (is_envjavac_oldgcj_14_14_usable): Renamed from
65762         is_envjavac_gcj_14_14_usable.
65763         (is_envjavac_oldgcj_14_13_usable): Renamed from
65764         is_envjavac_gcj_14_13_usable.
65765         (is_gcj_present): Update.
65766         (is_gcj_43, is_gcj43_usable): New functions.
65767         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
65768         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
65769         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
65770         try the options -fsource and -ftarget.
65771
65772 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
65773
65774         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
65775         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
65776         larger value.
65777
65778 2007-02-03  Jim Meyering  <jim@meyering.net>
65779
65780         Give tools a better chance to allocate space for very large buffers.
65781         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
65782
65783         Make pwd and readlink work also when run with an unreadable parent dir
65784         on systems with openat support.
65785         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
65786         provided getcwd function, even when we have openat support.
65787         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
65788
65789 2007-02-02  Bruno Haible  <bruno@clisp.org>
65790
65791         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
65792         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
65793         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
65794         portability problems if one of these functions is only used on specific
65795         platforms.
65796         Reported by Paul Eggert.
65797
65798 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
65799
65800         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
65801         is causing more trouble than it's curing.
65802         * lib/regex_internal.h (__mempcpy): Remove.
65803         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
65804         (and make the code a tad smaller to boot).
65805         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
65806
65807 2007-02-02  Jim Meyering  <jim@meyering.net>
65808
65809         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
65810         section, not in the Makefile.am: one.
65811
65812 2007-02-02  Eric Blake  <ebb9@byu.net>
65813
65814         * lib/strchrnul.c: Always include config.h first.
65815
65816         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
65817         gnulib strstr is not necessary here.
65818
65819 2007-02-02  Simon Josefsson  <simon@josefsson.org>
65820
65821         * m4/socklen.m4: Fix typo.
65822
65823 2007-02-02  Eric Blake  <ebb9@byu.net>
65824
65825         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
65826         * modules/netinet_in (Makefile.am): Likewise.
65827
65828 2007-02-01  Bruno Haible  <bruno@clisp.org>
65829
65830         * lib/string_.h (GL_LINK_WARNING): New macro.
65831         (strcasecmp, strstr, strcasestr): If provided by the system,
65832         conditionally define as a macro that leads to a warning instead of to
65833         an error.
65834         (strncasecmp): Conditionally define as a macro that leads to a warning.
65835
65836 2007-02-01  Karl Berry  <karl@gnu.org>
65837
65838         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
65839
65840 2007-02-01  Bruno Haible  <bruno@clisp.org>
65841
65842         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
65843         renamings.
65844
65845 2007-02-01  Eric Blake  <ebb9@byu.net>
65846
65847         * modules/regex (Depends-on): Revert dependence on mempcpy.
65848         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
65849         module's definition of mempcpy.
65850         Reported by Paul Eggert.
65851
65852 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
65853
65854         * lib/string_.h: If the gnulib module XYZ is not present, undefine
65855         the symbol XYZ before redefining it.  This fixes a problem with
65856         programs that don't use XYZ, when compiled on systems that define
65857         XYZ to something else.
65858
65859 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
65860
65861         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
65862         occurs when "mkdir -m foo" creates a setgid directory that is (1)
65863         writeable to group or other and (2) is intended to have a special
65864         mode bit that is set or cleared.  In such a case, the directory
65865         should be neither group- nor other-writeable until the special
65866         mode bits are right.
65867
65868 2007-01-31  Eric Blake  <ebb9@byu.net>
65869
65870         * modules/mountlist (Depends-on): Add strstr.
65871
65872         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
65873         bug.
65874         * modules/string (Makefile.am): Remove redundant replacement.
65875         * modules/regex (Depends-on): Add mempcpy.
65876
65877 2007-01-31  Bruno Haible  <bruno@clisp.org>
65878
65879         New module description field 'Link'.
65880         * gnulib-tool (func_usage): Document --extract-link-directive.
65881         (sed_extract_prog): Recognize 'Link' directive.
65882         (func_get_link_directive): New function.
65883         (func_import): Show summary of link directives.
65884         Handle --extract-link-directive option.
65885         * modules/acl (Link): New section.
65886         * modules/clock-time (Link): New section.
65887         * modules/euidaccess (Link): New section.
65888         * modules/gettext (Link): New section.
65889         * modules/iconv (Link): New section.
65890         * modules/lock (Link): New section.
65891         * modules/nanosleep (Link): New section.
65892         * modules/readline (Link): New section.
65893
65894 2007-01-27  Bruno Haible  <bruno@clisp.org>
65895
65896         Enforce the use of gnulib modules for unportable <string.h> functions.
65897         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
65898         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
65899         (gl_HEADER_STRING_H_BODY): Require it.
65900         * lib/string_.h: If the gnulib module XYZ is not present, redefine
65901         the symbol XYZ to one that gives a link error.
65902         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
65903         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
65904         * modules/mempcpy (configure.ac): Likewise.
65905         * modules/memrchr (configure.ac): Likewise.
65906         * modules/stpcpy (configure.ac): Likewise.
65907         * modules/stpncpy (configure.ac): Likewise.
65908         * modules/strcase (configure.ac): Likewise.
65909         * modules/strcasestr (configure.ac): Likewise.
65910         * modules/strchrnul (configure.ac): Likewise.
65911         * modules/strdup (configure.ac): Likewise.
65912         * modules/strndup (configure.ac): Likewise.
65913         * modules/strnlen (configure.ac): Likewise.
65914         * modules/strpbrk (configure.ac): Likewise.
65915         * modules/strsep (configure.ac): Likewise.
65916         * modules/strstr (configure.ac): Likewise.
65917         * modules/strtok_r (configure.ac): Likewise.
65918
65919 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
65920
65921         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
65922
65923 2007-01-30  Jim Meyering  <jim@meyering.net>
65924
65925         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
65926
65927 2007-01-29  Bruno Haible  <bruno@clisp.org>
65928
65929         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
65930         * lib/execute.c: Likewise.
65931         * lib/pipe.c: Likewise.
65932         * lib/printf-args.h: Likewise.
65933         * lib/printf-args.c: Likewise.
65934         * lib/printf-parse.c: Likewise.
65935         * lib/vasnprintf.c: Likewise.
65936
65937 2007-01-29  Eric Blake  <ebb9@byu.net>
65938
65939         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
65940         declaration.
65941
65942 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
65943
65944         * lib/strptime.h (strptime): Use 'restrict' for args where
65945         POSIX requires this.
65946         * lib/strptime.c (strptime): Likewise.
65947         Change license notice from LGPL to GPL, since gnulib-tool will
65948         change this as needed.
65949         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
65950         defined.
65951         Include "strptime.h" first, to check interface.
65952         Do not #undef _LIBC and _NL_CURRENT.
65953         Do not include <stdlib.h>; no longer needed.
65954         Include "time_r.h" and declare ptime_locale_status
65955         only if _LIBC is not defined.
65956         (__P): Remove unused macro.
65957         (match_string): Bring back glibc version, but use it only if _LIBC
65958         is defined.
65959         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
65960         Remove unnecessary assertion and abort() call.
65961         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
65962         * m4/strptime.m4: Fix serial number comment.
65963         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
65964         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
65965         (Depends-on): Add time_r.
65966
65967 2007-01-29  Bruno Haible  <bruno@clisp.org>
65968
65969         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
65970         strptime.
65971         * modules/strptime (Depends-on): Add stdbool.
65972         * lib/strptime.h: Include <time.h> always. Add comments.
65973
65974 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
65975
65976         * modules/strptime: New file.
65977         * lib/strptime.h: New file.
65978         * lib/strptime.c: New file.
65979         * m4/strptime.m4: New file.
65980
65981 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
65982
65983         * MODULES.html.sh: New module mpsort.
65984         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
65985
65986         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
65987         a circularity problem with HP-UX ia64 reported by Bob Proulx in
65988         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
65989         All uses changed.
65990         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
65991         All uses changed.
65992         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
65993         to _Restrict_.
65994         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
65995         the parameter matches the prototype.
65996
65997 2007-01-28  Jim Meyering  <jim@meyering.net>
65998
65999         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
66000         sys/time.h here, reverting that part of the previous patch:
66001         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
66002
66003 2007-01-28  Bruno Haible  <bruno@clisp.org>
66004
66005         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
66006         value of $(SYS_TIME_H).
66007         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
66008         remove it conditionally, too. [added by Jim Meyering]
66009         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
66010         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
66011         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
66012         GETTIMEOFDAY_REPLACEMENT to 1.
66013
66014 2007-01-28  Bruno Haible  <bruno@clisp.org>
66015
66016         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
66017         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
66018         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
66019         Set UNISTD_H instead of UNISTD_H2.
66020         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
66021
66022 2007-01-28  Bruno Haible  <bruno@clisp.org>
66023
66024         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
66025         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
66026
66027 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
66028
66029         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
66030         (func_create_testdir): Ensure C locale for `grep' and `tr'
66031         character ranges.
66032         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
66033         ACLOCAL_AMFLAGS parsing state machine.
66034
66035 2007-01-27  Bruno Haible  <bruno@clisp.org>
66036
66037         * modules/unistr/base: Update.
66038
66039 2007-01-27  Bruno Haible  <bruno@clisp.org>
66040
66041         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
66042         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
66043         * modules/unistr/u32-mbtouc-unsafe: Renamed from
66044         modules/unistr/u32-mbtouc.
66045         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
66046         * lib/unistr.h: Update.
66047         * lib/linebreak.c: Update.
66048         * modules/unistr/u32-mbtouc: Renamed from
66049         modules/unistr/u32-mbtouc-safe.
66050         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
66051         * lib/unistr.h: Update.
66052         * lib/unistr/u32-to-u8.c: Update.
66053         * lib/unistr/u32-to-u16.c: Update.
66054
66055 2007-01-27  Bruno Haible  <bruno@clisp.org>
66056
66057         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
66058         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
66059         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
66060         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
66061         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
66062         * modules/unistr/u16-mbtouc-unsafe: Renamed from
66063         modules/unistr/u16-mbtouc.
66064         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
66065         * lib/unistr.h: Update.
66066         * lib/linebreak.c: Update.
66067         * modules/linebreak: Update.
66068         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
66069         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
66070         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
66071         * modules/unistr/u16-mbtouc: Renamed from
66072         modules/unistr/u16-mbtouc-safe.
66073         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
66074         * lib/unistr.h: Update.
66075         * lib/unistr/u16-to-u8.c: Update.
66076         * modules/unistr/u16-to-u8: Update.
66077         * lib/unistr/u16-to-u32.c: Update.
66078         * modules/unistr/u16-to-u32: Update.
66079
66080 2007-01-27  Bruno Haible  <bruno@clisp.org>
66081
66082         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
66083         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
66084         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
66085         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
66086         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
66087         * modules/unistr/u8-mbtouc-unsafe: Renamed from
66088         modules/unistr/u8-mbtouc.
66089         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
66090         * lib/unistr.h: Update.
66091         * lib/striconveh.c: Update.
66092         * modules/striconveh: Update.
66093         * lib/linebreak.c: Update.
66094         * modules/linebreak: Update.
66095         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
66096         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
66097         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
66098         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
66099         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
66100         * lib/unistr.h: Update.
66101         * lib/striconveh.c: Update.
66102         * modules/striconveh: Update.
66103         * lib/unistr/u8-to-u16.c: Update.
66104         * modules/unistr/u8-to-u16: Update.
66105         * lib/unistr/u8-to-u32.c: Update.
66106         * modules/unistr/u8-to-u32: Update.
66107
66108 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
66109
66110         Sync from Libtool.
66111         * lib/argz.c: Do not include strings.h nor memory.h, include
66112         string.h unconditionally.  Patch by Simon Josefsson.
66113
66114 2007-01-27  Bruno Haible  <bruno@clisp.org>
66115
66116         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
66117         from gl_HEADER_STRING_H_BODY.
66118         (gl_HEADER_STRING_H_BODY): Require it.
66119         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
66120         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
66121         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
66122         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
66123         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
66124         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
66125         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
66126         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
66127         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
66128         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
66129         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
66130         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
66131         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
66132         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
66133         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
66134
66135 2007-01-27  Bruno Haible  <bruno@clisp.org>
66136
66137         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
66138         check_PROGRAMS into noinst_PROGRAMS.
66139         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
66140         check_PROGRAMS in this case.
66141         (func_import): Set for_test to false.
66142         (func_create_testdir): Set for_test to true.
66143
66144 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
66145             Bruno Haible  <bruno@clisp.org>
66146
66147         * modules/strcasestr (Files): Remove lib/strcasestr.h.
66148         (Depends-on): Add string.
66149         (Includes): Use <string.h> instead of strcasestr.h.
66150         * modules/string (Makefile.am): Also substitute the value of
66151         REPLACE_STRCASESTR.
66152         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
66153         assume strcasestr is declared in <string.h> not <strings.h>. Also
66154         set REPLACE_STRCASESTR.
66155         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
66156         REPLACE_STRCASESTR.
66157         * lib/strcasestr.h: Remove file.
66158         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
66159         * lib/string_.h (strcasestr): New declaration.
66160
66161 2007-01-27  Bruno Haible  <bruno@clisp.org>
66162
66163         * lib/string_.h: Use 'extern'.
66164
66165 2007-01-27  Jim Meyering  <jim@meyering.net>
66166
66167         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
66168         of set-but-not-used local, "q".
66169
66170         * lib/mempcpy.c: Include <config.h> before <string.h>.
66171         This fixes a compilation error on HP-UX, due to the system's
66172         "restrict"-using mempcpy prototype.
66173
66174 2007-01-26  Bruno Haible  <bruno@clisp.org>
66175
66176         Small optimization.
66177         * lib/javacomp.c: Include c-strstr.h.
66178          (is_envjavac_gcj): Use c_strstr instead of strstr.
66179         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
66180
66181 2007-01-26  Bruno Haible  <bruno@clisp.org>
66182
66183         * MODULES.html.sh (Unicode string functions): Add the new modules.
66184
66185         * modules/uniconv/u32-strconv-to-locale: New file.
66186         * lib/uniconv/u32-strconv-to-locale.c: New file.
66187
66188         * modules/uniconv/u16-strconv-to-locale: New file.
66189         * lib/uniconv/u16-strconv-to-locale.c: New file.
66190
66191         * modules/uniconv/u8-strconv-to-locale: New file.
66192         * lib/uniconv/u8-strconv-to-locale.c: New file.
66193
66194         * modules/uniconv/u32-strconv-from-locale: New file.
66195         * lib/uniconv/u32-strconv-from-locale.c: New file.
66196
66197         * modules/uniconv/u16-strconv-from-locale: New file.
66198         * lib/uniconv/u16-strconv-from-locale.c: New file.
66199
66200         * modules/uniconv/u8-strconv-from-locale: New file.
66201         * lib/uniconv/u8-strconv-from-locale.c: New file.
66202
66203         * modules/uniconv/u32-strconv-to-enc: New file.
66204         * lib/uniconv/u32-strconv-to-enc.c: New file.
66205         * modules/uniconv/u32-strconv-to-enc-tests: New file.
66206         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
66207
66208         * modules/uniconv/u16-strconv-to-enc: New file.
66209         * lib/uniconv/u16-strconv-to-enc.c: New file.
66210         * lib/uniconv/u-strconv-to-enc.h: New file.
66211         * modules/uniconv/u16-strconv-to-enc-tests: New file.
66212         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
66213
66214         * modules/uniconv/u8-strconv-to-enc: New file.
66215         * lib/uniconv/u8-strconv-to-enc.c: New file.
66216         * modules/uniconv/u8-strconv-to-enc-tests: New file.
66217         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
66218
66219         * modules/uniconv/u32-strconv-from-enc: New file.
66220         * lib/uniconv/u32-strconv-from-enc.c: New file.
66221         * modules/uniconv/u32-strconv-from-enc-tests: New file.
66222         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
66223
66224         * modules/uniconv/u16-strconv-from-enc: New file.
66225         * lib/uniconv/u16-strconv-from-enc.c: New file.
66226         * modules/uniconv/u16-strconv-from-enc-tests: New file.
66227         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
66228
66229         * modules/uniconv/u8-strconv-from-enc: New file.
66230         * lib/uniconv/u8-strconv-from-enc.c: New file.
66231         * lib/uniconv/u-strconv-from-enc.h: New file.
66232         * modules/uniconv/u8-strconv-from-enc-tests: New file.
66233         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
66234
66235         * modules/uniconv/u32-conv-from-enc: New file.
66236         * lib/uniconv/u32-conv-from-enc.c: New file.
66237         * modules/uniconv/u32-conv-from-enc-tests: New file.
66238         * tests/uniconv/test-u32-conv-from-enc.c: New file.
66239
66240         * modules/uniconv/u16-conv-from-enc: New file.
66241         * lib/uniconv/u16-conv-from-enc.c: New file.
66242         * lib/uniconv/u-conv-from-enc.h: New file.
66243         * modules/uniconv/u16-conv-from-enc-tests: New file.
66244         * tests/uniconv/test-u16-conv-from-enc.c: New file.
66245
66246         * modules/uniconv/u8-conv-from-enc: New file.
66247         * lib/uniconv/u8-conv-from-enc.c: New file.
66248         * modules/uniconv/u8-conv-from-enc-tests: New file.
66249         * tests/uniconv/test-u8-conv-from-enc.c: New file.
66250
66251         * modules/uniconv/base: New file.
66252         * lib/uniconv.h: New file.
66253
66254 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
66255
66256         * doc/gnulib-tool.texi (Initial import): Update to match current
66257         behavior with strdup module.
66258         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
66259         * lib/memmem.h: Remove; all uses removed.  This is now done
66260         by <string.h>.
66261         * lib/mempcpy.h: Likewise.
66262         * lib/memrchr.h: Likewise.
66263         * lib/stpcpy.h: Likewise.
66264         * lib/stpncpy.h: Likewise.
66265         * lib/strcase.h: Likewise.
66266         * lib/strchrnul.h: Likewise.
66267         * lib/strdup.h: Likewise.
66268         * lib/strndup.h: Likewise.
66269         * lib/strnlen.h: Likewise.
66270         * lib/strpbrk.h: Likewise.
66271         * lib/strsep.h: Likewise.
66272         * lib/strstr.h: Likewise.
66273         * lib/strtok_r.h: Likewise.
66274         * lib/string_.h: New file.
66275         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
66276         Rely on <string.h> instead.
66277         * lib/canon-host.c: Likewise.
66278         * lib/chdir-long.c: Likewise.
66279         * lib/concatpath.c: Likewise.
66280         * lib/exclude.c: Likewise.
66281         * lib/fchdir.c: Likewise.
66282         * lib/getaddrinfo.c: Likewise.
66283         * lib/getcwd.c: Likewise.
66284         * lib/getsubopt.c: Likewise.
66285         * lib/glob.c: Likewise.
66286         * lib/hard-locale.c: Likewise.
66287         * lib/iconvme.c: Likewise.
66288         * lib/javacomp.c: Likewise.
66289         * lib/mempcpy.c: Likewise.
66290         * lib/memrchr.c: Likewise.
66291         * lib/regex_internal.h: Likewise.
66292         * lib/stpncpy.c: Likewise.
66293         * lib/strcasecmp.c: Likewise.
66294         * lib/strchrnul.c: Likewise.
66295         * lib/strdup.c: Likewise.
66296         * lib/striconv.c: Likewise.
66297         * lib/striconveh.c: Likewise.
66298         * lib/striconveha.c: Likewise.
66299         * lib/strncasecmp.c: Likewise.
66300         * lib/strndup.c: Likewise.
66301         * lib/strnlen.c: Likewise.
66302         * lib/strsep.c: Likewise.
66303         * lib/strstr.c: Likewise.
66304         * lib/strtok_r.c: Likewise.
66305         * lib/userspec.c: Likewise.
66306         * lib/w32spawn.h: Likewise.
66307         * lib/xstrndup.c: Likewise.
66308         * lib/mountlist.c (strstr): Remove decl.
66309         * m4/string_h.m4: New file.
66310         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
66311         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
66312         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
66313         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
66314         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
66315         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
66316         Set REPLACE_STRCASECMP if necessary.
66317         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
66318         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
66319         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
66320         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
66321         HAVE_DECL_STRDUP if necessary.
66322         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
66323         since gl_FUNC_STRNDUP does that now.
66324         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
66325         Check for decl here...
66326         (gl_PREREQ_STRNLEN): ... not here.
66327         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
66328         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
66329         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
66330         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
66331         necessary.
66332         * modules/string: New file.
66333         * modules/memmem (Files): Remove special-purpose include file.
66334         (Depends-on): Add string.
66335         (Include): Include <string.h>, not the removed file.
66336         * modules/mempcpy: Likewise.
66337         * modules/memrchr: Likewise.
66338         * modules/stpcpy: Likewise.
66339         * modules/stpncpy: Likewise.
66340         * modules/strcase: Likewise.
66341         * modules/strchrnul: Likewise.
66342         * modules/strdup: Likewise.
66343         * modules/strndup: Likewise.
66344         * modules/strnlen: Likewise.
66345         * modules/strpbrk: Likewise.
66346         * modules/strsep: Likewise.
66347         * modules/strstr: Likewise.
66348         * modules/strtok_r: Likewise.
66349         * tests/test-dirname.c: Don't include "strdup.h", since
66350         <string.h> now suffices.
66351         * tests/test-memmem.c: Don't include "memmem.h", since
66352         <string.h> now suffices.
66353
66354 2007-01-25  Bruno Haible  <bruno@clisp.org>
66355
66356         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
66357         *resultp is 0.
66358
66359         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
66360         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
66361         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
66362         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
66363
66364         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
66365         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
66366         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
66367         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
66368         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
66369         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
66370
66371 2007-01-24  Bruno Haible  <bruno@clisp.org>
66372
66373         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
66374         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
66375         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
66376         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
66377         gl_FUNC_FTS_CORE.
66378         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
66379         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
66380         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
66381         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
66382         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
66383         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
66384         gl_FUNC_FCHOWNAT.
66385         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
66386         gl_FUNC_STRFTIME.
66387         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
66388         Reported by Ralf Wildenhues.
66389
66390 2007-01-24  Bruno Haible  <bruno@clisp.org>
66391
66392         Drop AC_REQUIRE calls that are redundant with the module dependencies.
66393         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
66394         gl_GETADDRINFO.
66395         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
66396         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
66397         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
66398
66399 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
66400
66401         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
66402         Don't use 'exit'; just return from 'main'.
66403         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
66404
66405         * lib/fnmatch_.h: Readjust white space and comments to match
66406         glibc, to avoid spurious diffs.
66407
66408 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
66409
66410         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
66411         2004-12-01 change by Jakub Jelinek, since this code won't compile
66412         if !LIBC.  Problem reported by Bob Proulx.
66413
66414 2007-01-23  Bruno Haible  <bruno@clisp.org>
66415
66416         * lib/striconveh.c: Include c-strcaseeq.h.
66417         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
66418         * modules/striconveh (Depends-on): Add c-strcaseeq.
66419
66420 2007-01-23  Bruno Haible  <bruno@clisp.org>
66421
66422         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
66423
66424         * modules/c-strcaseeq: New file.
66425         * lib/c-strcaseeq.h: New file.
66426
66427         * modules/streq: New file.
66428         * lib/streq.h: New file.
66429
66430 2007-01-23  Bruno Haible  <bruno@clisp.org>
66431
66432         * modules/striconveha-tests: New file.
66433         * tests/test-striconveha.c: New file.
66434
66435         * lib/striconveha.h: Include <stdbool.h>.
66436         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
66437         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
66438         (mem_iconveha_notranslit): Renamed from mem_iconveha.
66439         (mem_iconveha): New function.
66440         (str_iconveha_notranslit): Renamed from str_iconveha.
66441         (str_iconveha): New function.
66442         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
66443         c-strcase.
66444
66445 2007-01-23  Bruno Haible  <bruno@clisp.org>
66446
66447         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
66448         encodings without forgiving before trying any encoding with handler.
66449         (str_iconveha): Try all encodings without forgiving before trying any
66450         encoding with handler.
66451
66452 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
66453
66454         Import the following changes from libc.
66455
66456         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
66457
66458         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
66459
66460         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
66461
66462         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
66463         normal_bracket label.
66464
66465         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
66466
66467         [BZ #361]
66468         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
66469         to normal_bracket after fetching the next character.
66470
66471 2007-01-22  Bruno Haible  <bruno@clisp.org>
66472
66473         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
66474         argument.
66475         * lib/striconveh.c (iconv_carefully_1): New function.
66476         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
66477         argument.
66478         (str_cd_iconveh): Update.
66479         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
66480         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
66481         * tests/test-striconveh.c (MAGIC): New macro.
66482         (new_offsets): New function.
66483         (main): Test call with and without offsets.
66484
66485 2007-01-22  Bruno Haible  <bruno@clisp.org>
66486
66487         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
66488         * modules/sys_select (Makefile.am): Likewise.
66489         * modules/sys_socket (Makefile.am): Likewise.
66490         * modules/sys_time (Makefile.am): Likewise.
66491
66492 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
66493
66494         * modules/gettimeofday (License): Change from GPL to LGPL, since
66495         gettimeofday is a library function.
66496
66497 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
66498
66499         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
66500
66501 2007-01-21  Bruno Haible  <bruno@clisp.org>
66502
66503         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
66504
66505 2007-01-21  Bruno Haible  <bruno@clisp.org>
66506
66507         * modules/striconveha: New file.
66508         * lib/striconveha.h: New file.
66509         * lib/striconveha.c: New file.
66510         * MODULES.html.sh (Internationalization functions): Add striconveha.
66511         * lib/striconv.c (str_iconv): Optimize the case of an empty input
66512         string.
66513         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
66514
66515 2007-01-21  Bruno Haible  <bruno@clisp.org>
66516
66517         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
66518         * lib/striconveh.c (str_iconveh): Likewise.
66519
66520 2007-01-21  Bruno Haible  <bruno@clisp.org>
66521
66522         * lib/striconveh.h (mem_iconveh): New declaration.
66523         * lib/striconveh.c (mem_iconveh): New function.
66524         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
66525
66526 2007-01-21  Bruno Haible  <bruno@clisp.org>
66527
66528         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
66529
66530         * lib/striconveh.h (mem_cd_iconveh): Change specification.
66531         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
66532         original result buffer.
66533         (str_cd_iconveh): Update.
66534         * tests/test-striconveh.c (main): Update.
66535
66536         * lib/striconv.h (mem_cd_iconv): Change specification.
66537         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
66538         result buffer.
66539         (str_cd_iconv): Update.
66540         * tests/test-striconv.c (main): Update.
66541
66542 2007-01-21  Bruno Haible  <bruno@clisp.org>
66543
66544         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
66545
66546 2007-01-20  Jim Meyering  <jim@meyering.net>
66547
66548         * lib/userspec.c (parse_with_separator): If a user or group string
66549         starts with "+", skip the corresponding name-to-ID look-up, since
66550         such a look-up must fail: user and group names may not include "+".
66551
66552 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
66553
66554         * lib/poll.c: Include sys/time.h and time.h unconditionally,
66555         since we now assume the sys_time module.
66556         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
66557         check for sys/time.h; no longer needed.
66558         * modules/poll (Depends-on): Depend on sys_time.
66559
66560 2007-01-18  Bruno Haible  <bruno@clisp.org>
66561
66562         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
66563         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
66564
66565         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
66566         gettimeofday.
66567
66568         * tests/test-gettimeofday.c: Include <time.h>.
66569         (dummy): Remove variable.
66570
66571         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
66572         gl_HEADER_SYS_TIME_H.
66573         (gl_HEADER_SYS_TIME_H): New macro.
66574
66575         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
66576         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
66577         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
66578         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
66579         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
66580         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
66581         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
66582         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
66583         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
66584         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
66585         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
66586
66587         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
66588         last change; it caused a compilation error when cross-compiling to
66589         Cygwin.
66590
66591 2007-01-18  Jim Meyering  <jim@meyering.net>
66592
66593         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
66594         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
66595         than the race-prone "test -d sys || mkdir sys".
66596         (configure.ac): Use AC_PROG_MKDIR_P.
66597         * modules/sys_select: Likewise.
66598         * modules/sys_socket: Likewise.
66599         * modules/sys_time: Likewise.
66600
66601 2007-01-18  Eric Blake  <ebb9@byu.net>
66602
66603         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
66604         replace gettimeofday.
66605         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
66606         name, to avoid infinite recursion.
66607
66608 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
66609
66610         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
66611         module sys_time.
66612         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
66613         assume timespec.h defines struct timeval.
66614         * lib/settime.c: Likewise.
66615         * lib/utimens.c: Likewise.
66616         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
66617         since we now assume the gettimeofday module.
66618         * lib/tempname.c (__gen_tempname): Likewise.
66619         * lib/gettimeofday.h: Remove.
66620         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
66621         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
66622         Include <time.h>, for 'time()'.
66623         (localtime_buffer_addr): Also use this workaround if
66624         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
66625         to simplify the uses.  All uses changed.
66626         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
66627         that #undef is inside {}, and 'const' follows type name consistently.
66628         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
66629         (gettimeofday): Do not use the maximum possible value for
66630         tv->tv_usec, since that might break usages other than ls.c.
66631         Instead, we'll leave ls.c alone.  This undoes today's patch
66632         by Bruno.  Add a compile-time warning for 1s-clock resolution;
66633         we've never observed the problem but might as well keep the
66634         canary.
66635         * lib/nanosleep.c: Include timespec.h first, for interface check.
66636         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
66637         now assume the sys_time module.
66638         * lib/tempname.c: Likewise.
66639         * lib/timespec.h: Likewise.
66640         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
66641         needed.
66642         * lib/strftime.c: Likewise.
66643         * lib/timespec.h: Likewise.
66644         * lib/posixtm.c: Include posixtm.h first, for interface check.
66645         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
66646         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
66647         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
66648         * lib/sys_time_.h: New file.
66649         * lib/timespec.h (struct timespec): Use long int, not long.
66650         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
66651         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
66652         Remove obsolescent call to AC_HEADER_TIME.
66653         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
66654         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
66655         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
66656         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
66657         Likewise.
66658         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
66659         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
66660         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
66661         into the sys_time module.  Check for gettimeofday just once.
66662         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
66663         for gettimeofday signature to just check the signature.  Merely
66664         compile it, since linking doesn't test signature.  Improve test for
66665         whether gettimeofday.o is actually needed.
66666         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
66667         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
66668         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
66669         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
66670         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
66671         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
66672         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
66673         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
66674         than worrying about sys/time.h.
66675         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
66676         Don't bother worrying about TIME_WITH_SYS_TIME.
66677         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
66678         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
66679         * m4/sys_time_h.m4: New file.
66680         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
66681         Don't include sys/time.h.  Return from main rather than exiting.
66682         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
66683         all uses changed.
66684         * modules/gethrxtime (Depends-on): Add sys_time.
66685         * modules/gettime (Depends-on): Likewise.
66686         * modules/gettimeofday (Depends-on): Likewise.
66687         * modules/nanosleep (Depends-on): Likewise.
66688         * modules/settime (Depends-on): Likewise.
66689         * modules/tempname (Depends-on): Likewise.
66690         * modules/utimens (Depends-on): Likewise.
66691         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
66692         (Include): Change back to <sys/time.h>.
66693         (Maintainer): Add self.
66694         * modules/sys_time: New file.
66695         * modules/tempname (Depends-on): Add gettimeofday.
66696         * tests/test-gettimeofday.c: Include <sys/time.h>
66697         rather than gettimeofday.h.
66698
66699 2007-01-17  Bruno Haible  <bruno@clisp.org>
66700
66701         * gnulib-tool (func_get_license): Revert last patch. Instead, let
66702         the license default to GPL.
66703         (func_create_testdir): Don't complain if a module is LGPL and its
66704         tests module depends on GPLed modules.
66705
66706 2007-01-17  Bruno Haible  <bruno@clisp.org>
66707
66708         * lib/gettimeofday.c (gettimeofday): Add code for the case
66709         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
66710         maximum possible value for tv->tv_usec, rather than the minimum one.
66711
66712 2005-10-08  Martin Lambers  <marlam@marlam.de>
66713 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
66714 2007-01-16  Bruno Haible  <bruno@clisp.org>
66715
66716         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
66717         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
66718         gl_FUNC_GETTIMEOFDAY.
66719         (Include): Add gettimeofday.h.
66720         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
66721         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
66722         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
66723         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
66724         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
66725         * lib/gettimeofday.h: New file.
66726         * lib/gettimeofday.c: Include <sys/timeb.h>.
66727         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
66728         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
66729         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
66730         fall back on time().
66731
66732         * tests/test-gettimeofday.c: New file.
66733         * modules/gettimeofday-tests: New file.
66734
66735 2007-01-16  Eric Blake  <ebb9@byu.net>
66736
66737         * modules/fnmatch (Depends-on): Depend on wchar.
66738         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
66739         * m4/fnmatch.m4: Likewise.
66740         * modules/mbchar (Makefile.am): Assume <wchar.h>.
66741         * m4/mbchar.m4: Likewise.
66742         * modules/mbswidth (Depends-on): Depend on wchar.
66743         * lib/mbswidth.c: Assume <wchar.h>.
66744         * m4/mbswidth.m4: Likewise.
66745         * modules/quotearg (Depends-on): Depend on wchar.
66746         * lib/quotearg.c: Assume <wchar.h>.
66747         * m4/quotearg.m4: Likewise.
66748         * modules/regex (Depends-on): Depend on wchar.
66749         * lib/regex_internal.h: Assume <wchar.h>.
66750         * m4/regex.m4: Likewise.
66751         * modules/stdint (Depends-on): Depend on wchar.
66752         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
66753         * m4/stdint.m4: Likewise.
66754         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
66755         * modules/strftime (Depends-on): Depend on wchar.
66756         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
66757         * modules/strtol (Depends-on): Depend on wchar.
66758         * lib/strtol.c: Assume <wchar.h>.
66759         * modules/wcwidth (Depends-on): Depend on wchar.
66760         * lib/wcwidth.h: Assume <wchar.h>.
66761         * m4/wcwidth.m4: Likewise.
66762
66763 2007-01-16  Bruno Haible  <bruno@clisp.org>
66764
66765         * modules/csharpexec-script: New, created from...
66766         * modules/csharpexec: ... this.
66767
66768 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
66769
66770         * modules/javaexec-script: New, created from...
66771         * modules/javaexec: ... this.
66772
66773 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
66774
66775         * modules/poll (Dependencies): Add sys_select.
66776
66777 2007-01-15  Jim Meyering  <jim@meyering.net>
66778
66779         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
66780         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
66781         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
66782         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
66783
66784 2007-01-15  Bruno Haible  <bruno@clisp.org>
66785
66786         * modules/striconveh: New file.
66787         * lib/striconveh.h: New file.
66788         * lib/striconveh.c: New file.
66789         * MODULES.html.sh (Internationalization functions): Add striconveh.
66790
66791         * modules/striconveh-tests: New file.
66792         * tests/test-striconveh.c: New file.
66793
66794 2007-01-15  Bruno Haible  <bruno@clisp.org>
66795
66796         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
66797         not from GNU libiconv or GNU libc.
66798
66799 2007-01-15  Bruno Haible  <bruno@clisp.org>
66800
66801         * doc/gnulib-intro.texi (Copyright): Explain the different license
66802         terms for module descriptions, autoconf macros, tests, documentation.
66803
66804 2007-01-14  Bruno Haible  <bruno@clisp.org>
66805
66806         * modules/striconv-tests: New file.
66807         * tests/test-striconv.c: New file.
66808
66809 2007-01-14  Bruno Haible  <bruno@clisp.org>
66810
66811         * modules/iconv-tests: New file.
66812         * tests/test-iconv.c: New file.
66813
66814 2007-01-14  Bruno Haible  <bruno@clisp.org>
66815
66816         * gnulib-tool (func_get_license): For test modules, use the license of
66817         the main module.
66818
66819 2007-01-14  Bruno Haible  <bruno@clisp.org>
66820
66821         * modules/iconv (Include): Clarify that <iconv.h> can only be included
66822         if iconv is found to exist.
66823
66824 2007-01-14  Bruno Haible  <bruno@clisp.org>
66825
66826         * modules/c-ctype-tests: New file.
66827         * tests/test-c-ctype.c: New file.
66828
66829 2007-01-14  Bruno Haible  <bruno@clisp.org>
66830
66831         * modules/binary-io-tests: New file.
66832         * tests/test-binary-io.sh: New file.
66833         * tests/test-binary-io.c: New file.
66834
66835 2007-01-14  Bruno Haible  <bruno@clisp.org>
66836
66837         * modules/array-oset-tests: New file.
66838         * tests/test-array_oset.c: New file.
66839
66840 2007-01-14  Bruno Haible  <bruno@clisp.org>
66841
66842         * modules/array-list-tests: New file.
66843         * tests/test-array_list.c: New file.
66844
66845 2007-01-14  Bruno Haible  <bruno@clisp.org>
66846
66847         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
66848         and make.
66849         Reported by Simon Josefsson in
66850         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
66851
66852 2007-01-14  Bruno Haible  <bruno@clisp.org>
66853
66854         * modules/allocsa-tests: New file.
66855         * tests/test-allocsa.c: New file.
66856
66857 2007-01-14  Bruno Haible  <bruno@clisp.org>
66858
66859         * modules/fchdir (Depends-on): Add absolute-header.
66860         * modules/unistd (Depends-on): Likewise.
66861
66862 2006-12-30  Bruno Haible  <bruno@clisp.org>
66863
66864         * modules/fchdir: New file.
66865         * modules/unistd (Files): Add lib/unistd_.h.
66866         (Makefile.am): Generate unistd.h from unistd_.h.
66867         * lib/fchdir.c: New file.
66868         * lib/dirent_.h: New file.
66869         * lib/unistd_.h: New file.
66870         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
66871         * m4/fchdir.m4: New file.
66872         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
66873         (gl_HEADER_UNISTD): Invoke it.
66874         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
66875         function.
66876         * lib/backupfile.c (opendir, closedir): Undefine.
66877         * lib/chown.c (open, close): Undefine.
66878         * lib/clean-temp.c (open, close): Undefine.
66879         * lib/copy-file.c (open, close): Undefine.
66880         * lib/execute.c (open, close): Undefine.
66881         * lib/fsusage.c (open, close): Undefine.
66882         * lib/gc-gnulib.c (open, close): Undefine.
66883         * lib/getcwd.c (opendir, closedir): Undefine.
66884         * lib/glob.c (opendir, closedir): Undefine.
66885         * lib/javacomp.c (open, close): Undefine.
66886         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
66887         * lib/openat-proc.c (open, close): Undefine.
66888         * lib/pagealign_alloc.c (open, close): Undefine.
66889         * lib/pipe.c (open, close): Undefine.
66890         * lib/progreloc.c (open, close): Undefine.
66891         * lib/savedir.c (opendir, closedir): Undefine.
66892         * lib/utime.c (open, close): Undefine.
66893         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
66894
66895 2007-01-10  Bruno Haible  <bruno@clisp.org>
66896
66897         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
66898
66899 2007-01-12  Eric Blake  <ebb9@byu.net>
66900
66901         Provide a robust <wchar.h>.  Further simplifications are now
66902         possible in other modules, but not included here.
66903         * modules/wchar: New module.
66904         * m4/wchar.m4: New file.
66905         * lib/wchar_.h: Likewise.
66906         * modules/mbchar (Depends-on): Depend on wchar, as the first use
66907         of the new module.
66908         * MODULES.html.sh (Extended multibyte and wide character utilities):
66909         New section.
66910
66911 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
66912
66913         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
66914         to a reasonable default for memory allocation.
66915         (xreadlink): Don't allocate a huge buffer, to work around a buggy
66916         file system that reports garbage st_size values for symlinks.
66917         Problem reported by Liyang Hu.
66918
66919 2007-01-11  Simon Josefsson  <simon@josefsson.org>
66920
66921         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
66922         Emacs .#* auto-save files).
66923
66924 2007-01-11  Bruno Haible  <bruno@clisp.org>
66925
66926         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
66927         directory.
66928
66929 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
66930
66931         Use @...@ consistently in lib/wctype_.h.
66932         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
66933         on it being set to 1 or 0.
66934         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
66935         go back to AC_SUBSTing it.
66936         * modules/wctype (Makefile.am): Undo previous change.
66937
66938 2007-01-10  Eric Blake  <ebb9@byu.net>
66939
66940         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
66941         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
66942         * modules/wctype (Makefile.am): Likewise.
66943         Reported by Chris McGuire.
66944
66945 2007-01-10  Jim Meyering  <jim@meyering.net>
66946
66947         fts.c: a small readability/maintainability improvement
66948         * lib/fts.c (fts_read): Make this code slightly more readable and
66949         maintainable by hoisting the "sp->fts_cur = p" assignments to
66950         immediately follow the statements that set P.  Derived from
66951         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
66952
66953 2007-01-10  Eric Blake  <ebb9@byu.net>
66954
66955         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
66956         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
66957         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
66958         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
66959         Reported by Chris McGuire.
66960
66961 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
66962
66963         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
66964         in sed script.
66965
66966 2007-01-09  Bruno Haible  <bruno@clisp.org>
66967
66968         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
66969         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
66970         variables.
66971         (func_module): Use them.
66972
66973 2007-01-09  Bruno Haible  <bruno@clisp.org>
66974
66975         * modules/unistr/base: New file.
66976         * lib/unistr.h: New file.
66977
66978         * modules/unistr/u8-to-u16: New file.
66979         * lib/unistr/u8-to-u16.c: New file.
66980
66981         * modules/unistr/u8-to-u32: New file.
66982         * lib/unistr/u8-to-u32.c: New file.
66983
66984         * modules/unistr/u16-to-u8: New file.
66985         * lib/unistr/u16-to-u8.c: New file.
66986
66987         * modules/unistr/u16-to-u32: New file.
66988         * lib/unistr/u16-to-u32.c: New file.
66989
66990         * modules/unistr/u32-to-u8: New file.
66991         * lib/unistr/u32-to-u8.c: New file.
66992
66993         * modules/unistr/u32-to-u16: New file.
66994         * lib/unistr/u32-to-u16.c: New file.
66995
66996         * modules/unistr/u8-check: New file.
66997         * modules/unistr/u16-check: New file.
66998         * modules/unistr/u32-check: New file.
66999         * lib/unistr/u8-check.c: New file.
67000         * lib/unistr/u16-check.c: New file.
67001         * lib/unistr/u32-check.c: New file.
67002
67003         * modules/unistr/u8-chr: New file.
67004         * modules/unistr/u16-chr: New file.
67005         * modules/unistr/u32-chr: New file.
67006         * lib/unistr/u8-chr.c: New file.
67007         * lib/unistr/u16-chr.c: New file.
67008         * lib/unistr/u32-chr.c: New file.
67009
67010         * modules/unistr/u8-cmp: New file.
67011         * modules/unistr/u16-cmp: New file.
67012         * modules/unistr/u32-cmp: New file.
67013         * lib/unistr/u8-cmp.c: New file.
67014         * lib/unistr/u16-cmp.c: New file.
67015         * lib/unistr/u32-cmp.c: New file.
67016
67017         * modules/unistr/u8-cpy: New file.
67018         * modules/unistr/u16-cpy: New file.
67019         * modules/unistr/u32-cpy: New file.
67020         * lib/unistr/u8-cpy.c: New file.
67021         * lib/unistr/u16-cpy.c: New file.
67022         * lib/unistr/u32-cpy.c: New file.
67023         * lib/unistr/u-cpy.h: New file.
67024
67025         * modules/unistr/u8-cpy-alloc: New file.
67026         * modules/unistr/u16-cpy-alloc: New file.
67027         * modules/unistr/u32-cpy-alloc: New file.
67028         * lib/unistr/u8-cpy-alloc.c: New file.
67029         * lib/unistr/u16-cpy-alloc.c: New file.
67030         * lib/unistr/u32-cpy-alloc.c: New file.
67031         * lib/unistr/u-cpy-alloc.h: New file.
67032
67033         * modules/unistr/u8-endswith: New file.
67034         * modules/unistr/u16-endswith: New file.
67035         * modules/unistr/u32-endswith: New file.
67036         * lib/unistr/u8-endswith.c: New file.
67037         * lib/unistr/u16-endswith.c: New file.
67038         * lib/unistr/u32-endswith.c: New file.
67039         * lib/unistr/u-endswith.h: New file.
67040
67041         * modules/unistr/u8-mblen: New file.
67042         * modules/unistr/u16-mblen: New file.
67043         * modules/unistr/u32-mblen: New file.
67044         * lib/unistr/u8-mblen.c: New file.
67045         * lib/unistr/u16-mblen.c: New file.
67046         * lib/unistr/u32-mblen.c: New file.
67047
67048         * modules/unistr/u8-mbtouc: New file.
67049         * modules/unistr/u16-mbtouc: New file.
67050         * modules/unistr/u32-mbtouc: New file.
67051         * lib/unistr/u8-mbtouc.c: New file.
67052         * lib/unistr/u16-mbtouc.c: New file.
67053         * lib/unistr/u32-mbtouc.c: New file.
67054
67055         * modules/unistr/u8-mbtouc-safe: New file.
67056         * modules/unistr/u16-mbtouc-safe: New file.
67057         * modules/unistr/u32-mbtouc-safe: New file.
67058         * lib/unistr/u8-mbtouc-safe.c: New file.
67059         * lib/unistr/u16-mbtouc-safe.c: New file.
67060         * lib/unistr/u32-mbtouc-safe.c: New file.
67061
67062         * modules/unistr/u8-move: New file.
67063         * modules/unistr/u16-move: New file.
67064         * modules/unistr/u32-move: New file.
67065         * lib/unistr/u8-move.c: New file.
67066         * lib/unistr/u16-move.c: New file.
67067         * lib/unistr/u32-move.c: New file.
67068         * lib/unistr/u-move.h: New file.
67069
67070         * modules/unistr/u8-next: New file.
67071         * modules/unistr/u16-next: New file.
67072         * modules/unistr/u32-next: New file.
67073         * lib/unistr/u8-next.c: New file.
67074         * lib/unistr/u16-next.c: New file.
67075         * lib/unistr/u32-next.c: New file.
67076
67077         * modules/unistr/u8-prev: New file.
67078         * modules/unistr/u16-prev: New file.
67079         * modules/unistr/u32-prev: New file.
67080         * lib/unistr/u8-prev.c: New file.
67081         * lib/unistr/u16-prev.c: New file.
67082         * lib/unistr/u32-prev.c: New file.
67083
67084         * modules/unistr/u8-set: New file.
67085         * modules/unistr/u16-set: New file.
67086         * modules/unistr/u32-set: New file.
67087         * lib/unistr/u8-set.c: New file.
67088         * lib/unistr/u16-set.c: New file.
67089         * lib/unistr/u32-set.c: New file.
67090         * lib/unistr/u-set.h: New file.
67091
67092         * modules/unistr/u8-startswith: New file.
67093         * modules/unistr/u16-startswith: New file.
67094         * modules/unistr/u32-startswith: New file.
67095         * lib/unistr/u8-startswith.c: New file.
67096         * lib/unistr/u16-startswith.c: New file.
67097         * lib/unistr/u32-startswith.c: New file.
67098         * lib/unistr/u-startswith.h: New file.
67099
67100         * modules/unistr/u8-stpcpy: New file.
67101         * modules/unistr/u16-stpcpy: New file.
67102         * modules/unistr/u32-stpcpy: New file.
67103         * lib/unistr/u8-stpcpy.c: New file.
67104         * lib/unistr/u16-stpcpy.c: New file.
67105         * lib/unistr/u32-stpcpy.c: New file.
67106         * lib/unistr/u-stpcpy.h: New file.
67107
67108         * modules/unistr/u8-stpncpy: New file.
67109         * modules/unistr/u16-stpncpy: New file.
67110         * modules/unistr/u32-stpncpy: New file.
67111         * lib/unistr/u8-stpncpy.c: New file.
67112         * lib/unistr/u16-stpncpy.c: New file.
67113         * lib/unistr/u32-stpncpy.c: New file.
67114         * lib/unistr/u-stpncpy.h: New file.
67115
67116         * modules/unistr/u8-strcat: New file.
67117         * modules/unistr/u16-strcat: New file.
67118         * modules/unistr/u32-strcat: New file.
67119         * lib/unistr/u8-strcat.c: New file.
67120         * lib/unistr/u16-strcat.c: New file.
67121         * lib/unistr/u32-strcat.c: New file.
67122         * lib/unistr/u-strcat.h: New file.
67123
67124         * modules/unistr/u8-strchr: New file.
67125         * modules/unistr/u16-strchr: New file.
67126         * modules/unistr/u32-strchr: New file.
67127         * lib/unistr/u8-strchr.c: New file.
67128         * lib/unistr/u16-strchr.c: New file.
67129         * lib/unistr/u32-strchr.c: New file.
67130
67131         * modules/unistr/u8-strcmp: New file.
67132         * modules/unistr/u16-strcmp: New file.
67133         * modules/unistr/u32-strcmp: New file.
67134         * lib/unistr/u8-strcmp.c: New file.
67135         * lib/unistr/u16-strcmp.c: New file.
67136         * lib/unistr/u32-strcmp.c: New file.
67137
67138         * modules/unistr/u8-strcpy: New file.
67139         * modules/unistr/u16-strcpy: New file.
67140         * modules/unistr/u32-strcpy: New file.
67141         * lib/unistr/u8-strcpy.c: New file.
67142         * lib/unistr/u16-strcpy.c: New file.
67143         * lib/unistr/u32-strcpy.c: New file.
67144         * lib/unistr/u-strcpy.h: New file.
67145
67146         * modules/unistr/u8-strcspn: New file.
67147         * modules/unistr/u16-strcspn: New file.
67148         * modules/unistr/u32-strcspn: New file.
67149         * lib/unistr/u8-strcspn.c: New file.
67150         * lib/unistr/u16-strcspn.c: New file.
67151         * lib/unistr/u32-strcspn.c: New file.
67152         * lib/unistr/u-strcspn.h: New file.
67153
67154         * modules/unistr/u8-strdup: New file.
67155         * modules/unistr/u16-strdup: New file.
67156         * modules/unistr/u32-strdup: New file.
67157         * lib/unistr/u8-strdup.c: New file.
67158         * lib/unistr/u16-strdup.c: New file.
67159         * lib/unistr/u32-strdup.c: New file.
67160         * lib/unistr/u-strdup.h: New file.
67161
67162         * modules/unistr/u8-strlen: New file.
67163         * modules/unistr/u16-strlen: New file.
67164         * modules/unistr/u32-strlen: New file.
67165         * lib/unistr/u8-strlen.c: New file.
67166         * lib/unistr/u16-strlen.c: New file.
67167         * lib/unistr/u32-strlen.c: New file.
67168         * lib/unistr/u-strlen.h: New file.
67169
67170         * modules/unistr/u8-strmblen: New file.
67171         * modules/unistr/u16-strmblen: New file.
67172         * modules/unistr/u32-strmblen: New file.
67173         * lib/unistr/u8-strmblen.c: New file.
67174         * lib/unistr/u16-strmblen.c: New file.
67175         * lib/unistr/u32-strmblen.c: New file.
67176
67177         * modules/unistr/u8-strmbtouc: New file.
67178         * modules/unistr/u16-strmbtouc: New file.
67179         * modules/unistr/u32-strmbtouc: New file.
67180         * lib/unistr/u8-strmbtouc.c: New file.
67181         * lib/unistr/u16-strmbtouc.c: New file.
67182         * lib/unistr/u32-strmbtouc.c: New file.
67183
67184         * modules/unistr/u8-strncat: New file.
67185         * modules/unistr/u16-strncat: New file.
67186         * modules/unistr/u32-strncat: New file.
67187         * lib/unistr/u8-strncat.c: New file.
67188         * lib/unistr/u16-strncat.c: New file.
67189         * lib/unistr/u32-strncat.c: New file.
67190         * lib/unistr/u-strncat.h: New file.
67191
67192         * modules/unistr/u8-strncmp: New file.
67193         * modules/unistr/u16-strncmp: New file.
67194         * modules/unistr/u32-strncmp: New file.
67195         * lib/unistr/u8-strncmp.c: New file.
67196         * lib/unistr/u16-strncmp.c: New file.
67197         * lib/unistr/u32-strncmp.c: New file.
67198
67199         * modules/unistr/u8-strncpy: New file.
67200         * modules/unistr/u16-strncpy: New file.
67201         * modules/unistr/u32-strncpy: New file.
67202         * lib/unistr/u8-strncpy.c: New file.
67203         * lib/unistr/u16-strncpy.c: New file.
67204         * lib/unistr/u32-strncpy.c: New file.
67205         * lib/unistr/u-strncpy.h: New file.
67206
67207         * modules/unistr/u8-strnlen: New file.
67208         * modules/unistr/u16-strnlen: New file.
67209         * modules/unistr/u32-strnlen: New file.
67210         * lib/unistr/u8-strnlen.c: New file.
67211         * lib/unistr/u16-strnlen.c: New file.
67212         * lib/unistr/u32-strnlen.c: New file.
67213         * lib/unistr/u-strnlen.h: New file.
67214
67215         * modules/unistr/u8-strpbrk: New file.
67216         * modules/unistr/u16-strpbrk: New file.
67217         * modules/unistr/u32-strpbrk: New file.
67218         * lib/unistr/u8-strpbrk.c: New file.
67219         * lib/unistr/u16-strpbrk.c: New file.
67220         * lib/unistr/u32-strpbrk.c: New file.
67221         * lib/unistr/u-strpbrk.h: New file.
67222
67223         * modules/unistr/u8-strrchr: New file.
67224         * modules/unistr/u16-strrchr: New file.
67225         * modules/unistr/u32-strrchr: New file.
67226         * lib/unistr/u8-strrchr.c: New file.
67227         * lib/unistr/u16-strrchr.c: New file.
67228         * lib/unistr/u32-strrchr.c: New file.
67229
67230         * modules/unistr/u8-strspn: New file.
67231         * modules/unistr/u16-strspn: New file.
67232         * modules/unistr/u32-strspn: New file.
67233         * lib/unistr/u8-strspn.c: New file.
67234         * lib/unistr/u16-strspn.c: New file.
67235         * lib/unistr/u32-strspn.c: New file.
67236         * lib/unistr/u-strspn.h: New file.
67237
67238         * modules/unistr/u8-strstr: New file.
67239         * modules/unistr/u16-strstr: New file.
67240         * modules/unistr/u32-strstr: New file.
67241         * lib/unistr/u8-strstr.c: New file.
67242         * lib/unistr/u16-strstr.c: New file.
67243         * lib/unistr/u32-strstr.c: New file.
67244         * lib/unistr/u-strstr.h: New file.
67245
67246         * modules/unistr/u8-strtok: New file.
67247         * modules/unistr/u16-strtok: New file.
67248         * modules/unistr/u32-strtok: New file.
67249         * lib/unistr/u8-strtok.c: New file.
67250         * lib/unistr/u16-strtok.c: New file.
67251         * lib/unistr/u32-strtok.c: New file.
67252         * lib/unistr/u-strtok.h: New file.
67253
67254         * modules/unistr/u8-uctomb: New file.
67255         * modules/unistr/u16-uctomb: New file.
67256         * modules/unistr/u32-uctomb: New file.
67257         * lib/unistr/u8-uctomb.c: New file.
67258         * lib/unistr/u16-uctomb.c: New file.
67259         * lib/unistr/u32-uctomb.c: New file.
67260
67261         * MODULES.html.sh (Unicode string functions): Add the new modules.
67262
67263 2007-01-08  Bruno Haible  <bruno@clisp.org>
67264
67265         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
67266         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
67267         subdirectories.
67268
67269 2007-01-08  Karl Berry  <karl@gnu.org>
67270
67271         * doc/error.texi: mention that main() fns must set program_name
67272         when progname is used.
67273
67274 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
67275
67276         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
67277         WCTYPE_H is empty, for the benefit of builds from non-distclean
67278         directories.  Problem reported by Eric Blake in
67279         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
67280
67281 2007-01-08  Bruno Haible  <bruno@clisp.org>
67282
67283         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
67284         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
67285         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
67286         PROVIDE_CANONICALIZE_FILENAME_MODE.
67287         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
67288
67289 2007-01-08  Bruno Haible  <bruno@clisp.org>
67290
67291         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
67292         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
67293         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
67294         * lib/fts.c: Likewise.
67295         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
67296
67297 2006-12-25  Bruno Haible  <bruno@clisp.org>
67298
67299         * modules/utf8-ucs4-safe: New file.
67300         * lib/utf8-ucs4-safe.h: New file.
67301         * lib/unistr/utf8-ucs4-safe.c: New file.
67302
67303         * modules/utf16-ucs4-safe: New file.
67304         * lib/utf16-ucs4-safe.h: New file.
67305         * lib/unistr/utf16-ucs4-safe.c: New file.
67306
67307         * MODULES.html.sh (Unicode string functions): Add the new modules.
67308
67309 2007-01-08  Bruno Haible  <bruno@clisp.org>
67310
67311         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
67312         (Depends-on): Add unitypes.
67313         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
67314         (u8_mbtouc_aux): Move out to separate file.
67315         (u8_mbtouc): Use ucs4_t, uint8_t types.
67316         * lib/unistr/utf8-ucs4.c: New file.
67317
67318         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
67319         (Depends-on): Add unitypes.
67320         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
67321         (u16_mbtouc_aux): Move out to separate file.
67322         (u16_mbtouc): Use ucs4_t, uint16_t types.
67323         * lib/unistr/utf16-ucs4.c: New file.
67324
67325         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
67326         (Depends-on): Add unitypes.
67327         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
67328         (u8_uctomb_aux): Move out to separate file.
67329         (u8_uctomb): Use ucs4_t, uint8_t types.
67330         * lib/unistr/ucs4-utf8.c: New file.
67331
67332         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
67333         (Depends-on): Add unitypes.
67334         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
67335         (u16_uctomb_aux): Move out to separate file.
67336         (u16_uctomb): Use ucs4_t, uint16_t types.
67337         * lib/unistr/ucs4-utf16.c: New file.
67338
67339 2006-12-25  Bruno Haible  <bruno@clisp.org>
67340
67341         * modules/unitypes: New file.
67342         * lib/unitypes.h: New file.
67343         * MODULES.html.sh (func_all_modules): New section "Unicode string
67344         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
67345         this section. Add unitypes.
67346
67347 2007-01-08  Bruno Haible  <bruno@clisp.org>
67348
67349         Avoid variable names that conflict with those from libtool.
67350         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
67351         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
67352         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
67353         library_names_spec to acl_library_names_spec, hardcode_* to
67354         acl_hardcode_*.
67355         Reported by Ralf Wildenhues.
67356
67357 2007-01-08  Bruno Haible  <bruno@clisp.org>
67358
67359         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
67360         definition.
67361         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
67362         definition.
67363         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
67364         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
67365         definition.
67366         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
67367         definition.
67368         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
67369         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
67370         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
67371         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
67372         definition.
67373         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
67374         definition.
67375         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
67376         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
67377         GC_USE_<algorithm>.
67378         * lib/gc-libgcrypt.c: Likewise.
67379         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
67380         * modules/gc-arctwo (configure.ac): Likewise.
67381         * modules/gc-des (configure.ac): Likewise.
67382         * modules/gc-hmac-md5 (configure.ac): Likewise.
67383         * modules/gc-hmac-sha1 (configure.ac): Likewise.
67384         * modules/gc-md2 (configure.ac): Likewise.
67385         * modules/gc-md4 (configure.ac): Likewise.
67386         * modules/gc-md5 (configure.ac): Likewise.
67387         * modules/gc-random (configure.ac): Likewise.
67388         * modules/gc-rijndael (configure.ac): Likewise.
67389         * modules/gc-sha1 (configure.ac): Likewise.
67390
67391 2007-01-08  Bruno Haible  <bruno@clisp.org>
67392
67393         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
67394         macro definition.
67395         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
67396         definition.
67397         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
67398         definition.
67399         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
67400         * modules/fcntl-safer (configure.ac): Likewise.
67401         * modules/fopen-safer (configure.ac): Likewise.
67402         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
67403         GNULIB_FWRITEERROR macro definition.
67404
67405 2007-01-08  Bruno Haible  <bruno@clisp.org>
67406
67407         * m4/gnulib-common.m4: New file.
67408         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
67409         (func_get_filelist): Add m4/gnulib-common.m4.
67410
67411 2007-01-08  Bruno Haible  <bruno@clisp.org>
67412
67413         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
67414         command.
67415
67416 2007-01-08  Jim Meyering  <jim@meyering.net>
67417
67418         Use a more robust test for a "can't happen" condition.
67419         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
67420         narrowed the st_size value.  Presuming the "can't happen" condition
67421         is true, that narrowing could conceivably convert an invalid st_size
67422         value into a valid one.  Instead, use a change based on Matthew
67423         Woehlke's original patch.
67424
67425         Slight readability improvement: use an assert-like macro
67426         in place of literal "abort ()" uses.
67427         * lib/fts.c (fts_assert): Define.
67428         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
67429         Use this macro instead of a bare 'abort'.
67430
67431 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
67432
67433         Don't worry about using IRIX 5.3's wctype.h broken definitions;
67434         simply work around them.
67435         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
67436         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
67437         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
67438         declaring.
67439         Don't bother to define as macros, since the standard doesn't require it.
67440         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
67441         longer worry about IRIX 5.3.
67442         (HAVE_WCTYPE_CTMP_BUG): Remove.
67443
67444 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
67445
67446         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
67447         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
67448         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
67449         Problems reported by Georg Schwarz for IRIX 5.3.
67450
67451         * gnulib-tool (autoconf_minversion): Take the maximum version number
67452         found, not the minimum.  Problem reported by James Youngman.
67453
67454 2007-01-03  Karl Berry  <karl@gnu.org>
67455
67456         * doc/error.texi: new file, explaining interaction with progname.
67457         * doc/gnulib.texi: include it.  Update copyright.
67458
67459 2007-01-03  Simon Josefsson  <simon@josefsson.org>
67460
67461         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
67462         AC_CANONICAL_HOST, to improve autobuild outputs.
67463
67464 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
67465             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
67466
67467         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
67468         sockets, server sockets, and other file descriptors.  Count errors
67469         to compute the return value.  Reorder the code a bit to be easier
67470         to follow.  Don't set event bits that were not requested (except
67471         POLLERR and POLLHUP).
67472
67473 2007-01-01  Bruno Haible  <bruno@clisp.org>
67474
67475         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
67476
67477 2007-01-03  Jim Meyering  <jim@meyering.net>
67478
67479         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
67480
67481 2007-01-02  Bruno Haible  <bruno@clisp.org>
67482
67483         * modules/settime (Include): Require timespec.h.
67484         * modules/nanosleep (Include): Likewise.
67485
67486 2007-01-01  Bruno Haible  <bruno@clisp.org>
67487
67488         * gnulib-tool (func_emit_copyright_notice): Bump year.
67489         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
67490
67491 2007-01-01  Bruno Haible  <bruno@clisp.org>
67492
67493         Improve support for OpenBSD.
67494         * build-aux/config.rpath (libname_spec): Export.
67495         (library_names_spec): New variable. Export.
67496         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
67497         library_names_spec from the config.rpath output. Locate shared library
67498         through the name pattern in library_names_spec.
67499
67500 2007-01-01  Eric Blake  <ebb9@byu.net>
67501
67502         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
67503
67504 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
67505
67506         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
67507         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
67508         assume the C locale, and avoid an "eval" that could cause trouble.
67509         Problem with SORT reported by Bob Proulx.
67510
67511         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
67512         Define.  Trivial patch from Henning Nielsen Lund, originally
67513         sent to bug-grep@gnu.org today.
67514
67515 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
67516
67517         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
67518         struct stat.  Problem reported by Henning Nielsen Lund.
67519         * lib/acl.c: Include acl.h first, to check interface.  Don't
67520         bother to include sys/types.h and sys/stat.h again.
67521
67522 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
67523
67524         Import the following change from libc; problem reported by
67525         Sven Verdoolaege.
67526
67527         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
67528
67529         [BZ #1373]
67530         * lib/argp.h: Remove __NTH for __argp_usage inline function.
67531
67532 2006-12-28  Jim Meyering  <jim@meyering.net>
67533
67534         * build-aux/announce-gen: Do not assume that the package
67535         builds any of tar.gz, tar.bz2, and .xdelta files.
67536         Suggestion from Simon Josefsson.
67537
67538 2006-12-28  Simon Josefsson  <simon@josefsson.org>
67539
67540         * modules/announce-gen: New file.
67541
67542 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
67543
67544         * lib/mbchar.h: Just include <wctype.h>; the wctype module
67545         handles its gotchas now.
67546         * lib/mbswidth.c: Likewise.
67547         * lib/wcwidth.h: Likewise.
67548         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
67549         and iswcntrl; the wctype module does this stuff now.
67550         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
67551         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
67552         * modules/mbchar (Depends-on): Add wctype.
67553         * modules/mbswidth (Depends-on): Likewise.
67554         * modules/wcwidth (Depends-on): Likewise.
67555
67556 2006-12-27  Eric Blake  <ebb9@byu.net>
67557
67558         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
67559         module uses more than what <wctype.h> is required to provide.
67560
67561 2006-12-26  Eric Blake  <ebb9@byu.net>
67562
67563         * gnulib-tool (sed_extract_prog): Avoid space-tab.
67564
67565 2006-12-26  Eric Blake  <ebb9@byu.net>
67566
67567         * modules/absolute-header: New module.
67568         * modules/fcntl (Depends-on): Depend on it.
67569         * modules/inttypes (Depends-on): Likewise.
67570         * modules/stdint (Depends-on): Likewise.
67571         * modules/sys_stat (Depends-on): Likewise.
67572         * modules/wctype (Depends-on): Likewise.
67573         * MODULES.html.sh (Support for building libraries and
67574         executables): Document it.
67575
67576 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
67577
67578         * gnulib-tool (SED): Remove, undoing previous change.
67579         The problem was that it broke coreutils on Solaris, because
67580         "sed --posix" leaked into a makefile.
67581         (sed): New alias, if 'alias' and GNU sed.
67582
67583 2006-12-24  Jim Meyering  <jim@meyering.net>
67584
67585         Work around an fchownat bug in glibc-2.4:
67586         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
67587         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
67588         in spite of the -P option.
67589         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
67590         New macros.
67591         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
67592         * modules/openat (Files): Add lib/fchownat.c.
67593         * lib/openat.c (fchownat): Don't define here.  Move to...
67594         * lib/fchownat.c: ...this new file.
67595
67596 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
67597
67598         Fix bug reported by Bruno Haible in
67599         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
67600         where quotearg.c didn't compile on Mac OS X 10.2 because it
67601         lacks <wchar.h> and wint_t.
67602         * lib/wctype_.h (__wctype_wint_t): New type.
67603         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
67604         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
67605         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
67606         Arg is now of type __wctype_wint_t, not wint_t.
67607         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
67608         substitute HAVE_WINT_T.
67609         * modules/wctype (Files): Add m4/wint_t.m4.
67610         (wctype.h): Substitute HAVE_WINT_T.
67611
67612 2006-12-23  Bruno Haible  <bruno@clisp.org>
67613
67614         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
67615
67616 2006-12-23  Bruno Haible  <bruno@clisp.org>
67617
67618         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
67619         S_ISLNK.
67620         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
67621         mingw.
67622
67623 2006-12-22  Bruno Haible  <bruno@clisp.org>
67624
67625         * lib/copy-file.c: Include acl.h.
67626         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
67627         Close the file descriptors only after being done with copy_acl.
67628         * modules/copy-file (Depends-on): Add acl.
67629
67630 2006-12-22  Bruno Haible  <bruno@clisp.org>
67631
67632         * gnulib-tool (SED): New variable.
67633         Use $SED instead of sed everywhere.
67634
67635 2006-12-22  Bruno Haible  <bruno@clisp.org>
67636
67637         * modules/no-c++: New file.
67638         * m4/no-c++.m4: New file.
67639         * MODULES.html.sh (Support for building libraries and executables):
67640         Add no-c++.
67641
67642 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
67643
67644         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
67645         Include <limits.h>, and use its INT_MAX to rewrite the
67646         j loop so that it does not overflow 'int'.  Problem reported by
67647         Ralf Wildenhues in
67648         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
67649         Play it safe by shifting left by 1 rather than multiplying by 2,
67650         as GCC is less likely to optimize this away when the value
67651         is signed (when it assumes overflow leads to undefined behavior).
67652         Also, don't assume time_t uses two's complement.
67653
67654 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
67655
67656         * MODULES.html.sh: New module wctype.
67657         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
67658         * lib/fnmatch.c: Don't bother to include <wchar.h> before
67659         <wctype.h>, since the new wctype module should fix this.
67660         * lib/quotearg.c: Include <wctype.h> unconditionally, since
67661         the wctype module should arrange for it.
67662         * lib/regex_internal.h: Likewise.
67663         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
67664         since the wctype module should handle this now.
67665         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
67666         * modules/fnmatch (Depends-on): Add wctype.
67667         * modules/quotearg (Depends-on): Likewise.
67668         * modules/regex (Depends-on): Likewise.
67669
67670 2006-12-19  Bruno Haible  <bruno@clisp.org>
67671
67672         * lib/strdup.h [C++]: Wrap definitions in extern "C".
67673         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
67674
67675 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
67676
67677         * modules/savewd (Depends-on): Fix dependency on fcntl.
67678
67679 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
67680
67681         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
67682         conforms to C99, rather than relying on the user's environment
67683         setting of STDINT_H.
67684
67685 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
67686         and Eric Blake  <ebb9@byu.net>
67687
67688         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
67689         This is more consistent with the other defines here.
67690         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
67691         Port to z/OS.  Problem reported by Paul Gilmartin.
67692         Change local vars to use gl_ prefix rather than ac_.
67693         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
67694         with other defines.
67695         * modules/double-slash-root: New module.
67696         * modules/dirname (Files): Remove m4/double-slash-root.m4.
67697         (Depends-on): Add double-slash-root.
67698         * MODULES.html.sh (File system functions): Mention new module.
67699
67700 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
67701
67702         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
67703         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
67704         This is for the benefit of gzip, which doesn't do i18n.
67705
67706 2006-12-12  Jim Meyering  <jim@meyering.net>
67707
67708         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
67709         Reported by Andreas Schwab <schwab@suse.de>.
67710
67711 2006-12-12  Bruno Haible  <bruno@clisp.org>
67712
67713         Merge these changes.
67714         2006-09-05  Bruno Haible  <bruno@clisp.org>
67715         * lib/iconvme.c (iconv_string): No need to save and restore errno when
67716         iconv_alloc succeeded.
67717         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
67718         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
67719         test for " && dest " at the end - dest is always != NULL there. Call
67720         iconv with 4xNULL arguments initially, to reset the state. Call iconv
67721         with 2xNULL arguments, also to flush the state storage. Handle the
67722         IRIX iconv behaviour. Realloc the final result, to throw away unused
67723         memory.
67724
67725 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
67726
67727         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
67728         and fchmodat unconditionally, since glibc 2.4 has them.
67729         Problem reported by Arkadiusz Miskiewicz.
67730
67731 2006-12-10  Bruno Haible  <bruno@clisp.org>
67732
67733         * gnulib-tool (func_import): Show the include files only for those
67734         modules that are copied and specified.
67735         Reported by Karl Berry.
67736
67737 2006-12-08  Jim Meyering  <jim@meyering.net>
67738
67739         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
67740         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
67741
67742         * build-aux/announce-gen: Add two new options, both optional:
67743         --bootstrap-tools=TOOL_LIST
67744               a comma-separated list of tools, e.g.,
67745               autoconf,automake,bison,gnulib
67746         --gnulib-snapshot-date=DATE
67747               if gnulib is in the bootstrap tool list,
67748               then report this as the snapshot date.
67749               If not specified, use the current date/time.
67750               If you specify a date here, be sure it's UTC.
67751
67752 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
67753
67754         * tests/test-argp-2.sh: Fix test to match actual output.
67755         (func_compare): Fix sed script to be portable.
67756
67757 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
67758
67759         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
67760         workaround for this case.  It is not autoconfigured now; offhand
67761         it's hard to see how to autoconfigure it.
67762
67763 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
67764
67765         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
67766         a directory that is about to be chowned.  Such a directory's
67767         initial file permissions should permit the owner only and this
67768         should not be changed until after the chown, since the group and
67769         other bits would be incorrect if they granted permission before
67770         the chown.
67771
67772         Fix porting problem for iswctype reported by Georg Schwarz in:
67773         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
67774         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
67775         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
67776         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
67777         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
67778
67779 2006-12-03  Jim Meyering  <jim@meyering.net>
67780
67781         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
67782         p->fts_statp may not yet be defined.
67783         (fts_read): Instead, set it in the caller, once p->fts_statp is
67784         sure to be defined, and corresponds to a top-level directory.
67785         This bug made du -x fail.  Here's the coreutils test case:
67786         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
67787         Reported by Mike Frysinger.
67788
67789 2006-12-01  Jim Meyering  <jim@meyering.net>
67790
67791         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
67792         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
67793         Reported by Simon Josefsson.
67794
67795 2006-11-30  Jim Meyering  <jim@meyering.net>
67796
67797         * m4/warning.m4: Use the all-permissive copyright notice
67798         recommended by RMS (rather than LGPL).
67799         * m4/vararrays.m4: Likewise.
67800         * m4/flexmember.m4: Likewise.
67801
67802 2006-11-29  Bruno Haible  <bruno@clisp.org>
67803
67804         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
67805         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
67806         using +=.
67807         Reported by Simon Josefsson <simon@josefsson.org>.
67808
67809 2006-11-28  James Youngman <jay@gnu.org>
67810
67811         * README: Advise users that they might find the bug-gnulib@gnu.org
67812         and autotools-announce@gnu.org mailing lists useful.
67813
67814 2006-11-28  Bruno Haible  <bruno@clisp.org>
67815
67816         * m4/ptrdiff_max.m4: Remove file.
67817
67818 2006-11-21  Bruno Haible  <bruno@clisp.org>
67819
67820         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
67821         _AC_COMPUTE_INT.
67822         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
67823         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
67824         _AC_COMPUTE_INT.
67825         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
67826         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
67827         _AC_COMPUTE_INT.
67828         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
67829
67830 2006-11-28  Jim Meyering  <jim@meyering.net>
67831
67832         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
67833         warning from "gcc -Wshadow" about shadowing the builtin.
67834
67835 2006-11-27  Bruno Haible  <bruno@clisp.org>
67836
67837         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
67838         _AC_COMPUTE_INT.
67839         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
67840
67841 2006-11-27  Bruno Haible  <bruno@clisp.org>
67842             Paul Eggert  <eggert@cs.ucla.edu>
67843
67844         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
67845
67846 2006-11-26  Bruno Haible  <bruno@clisp.org>
67847
67848         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
67849         noinst_LTLIBRARIES.
67850
67851 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
67852             Bruno Haible  <bruno@clisp.org>
67853
67854         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
67855         if compiling with "gcc -ansi".
67856
67857 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
67858
67859         Fix some incompatibilities with gcc -ansi -pedantic.
67860         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
67861         if compiling pedantically with GCC, unless it's C99 or later.
67862         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
67863         it mishandles gcc -ansi -pedantic as well.
67864         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
67865         if gcc -pedantic.
67866         * lib/regexec.c (check_node_accept_bytes): Don't use auto
67867         initializers for struct if -pedantic, unless it's C99 or later.
67868
67869 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
67870
67871         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
67872         Don't close an fd more than once. Identical atimes indicate
67873         success, not failure.
67874
67875 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
67876
67877         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
67878
67879 2006-11-23  Jim Meyering  <jim@meyering.net>
67880
67881         * build-aux/announce-gen: New file.  From coreutils.
67882
67883 2006-11-22  Jim Meyering  <jim@meyering.net>
67884
67885         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
67886         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
67887         (fts_read): Use a temporary to narrow the overused st_size member
67888         before using it in a switch statement.  Reported by Matthew Woehlke.
67889
67890         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
67891         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
67892
67893 2006-11-20  Bruno Haible  <bruno@clisp.org>
67894
67895         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
67896         changequote instead of pairs of brackets.
67897         Reported by Andreas Schwab <schwab@suse.de>.
67898
67899 2006-11-21  Jim Meyering  <jim@meyering.net>
67900
67901         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
67902         so as to remain compatible with older compilers.
67903         Patch from Michael Deutschmann.
67904
67905 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
67906
67907         * MODULES.html.sh (File system functions): Add openat.
67908
67909         * lib/openat.h (rpl_fstatat): New macro, if
67910         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
67911         (fstatat): Define to rpl_fstatat under the same conditions,
67912         unless COMPILING_FSTATAT.
67913         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
67914         seems to have the bug.
67915         * lib/fstatat.c: New file.
67916         * modules/openat (Files): Add it.
67917
67918 2006-11-20  Bruno Haible  <bruno@clisp.org>
67919
67920         * Makefile: New file.
67921
67922 2006-11-20  Jim Meyering  <jim@meyering.net>
67923
67924         The beginnings of syntax-related checks for gnulib.
67925         * lib/Makefile: New file.
67926         * lib/t-idcache: New script.  Ensure that the two halves of
67927         idcache.c stay in sync.
67928
67929         * lib/idcache.c: Adjust comments in user- and group- portions to
67930         be more accurate, and to be consistent with one another.
67931
67932 2006-11-20  Jim Meyering  <jim@meyering.net>
67933
67934         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
67935         continue using the flexible array member (thus, this module performs
67936         half as many malloc calls), with the addition that...
67937         (getgroup, getuser): Consistently record a non-match via an empty
67938         "name" string, and map an empty string match to a NULL return value.
67939         * modules/idcache (Depends-on): Re-add flexmember.
67940
67941         * lib/idcache.c (getuser): Remove all uses of the register keyword.
67942         (getuidbyname, getgroup, getgidbyname): Likewise.
67943
67944         Use cleaner syntax: NULL rather than 0.
67945         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
67946
67947 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
67948
67949         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
67950         It mishandled the case where the group was missing.
67951         Problem reported by Greg Schafer.
67952         * modules/idcache: Likewise.
67953
67954 2006-11-18  Jim Meyering  <jim@meyering.net>
67955
67956         * check-module (%exempt_header): Add exception for some
67957         conditionally-included headers.
67958
67959         * modules/i-ring (Depends-on): Add verify.
67960         (License): Change to LGPL.
67961
67962 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
67963
67964         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
67965         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
67966         and inttostr.h.  Use snprintf rather than uinttostr, so that
67967         LGPLed code doesn't depend on GPLed.
67968
67969 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
67970
67971         * modules/inline (License): Change from GPL to LGPL.
67972
67973 2006-11-17  Jim Meyering  <jim@meyering.net>
67974
67975         * modules/d-type (License): Switch to LGPL.
67976
67977 2006-11-15  Bruno Haible  <bruno@clisp.org>
67978
67979         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
67980
67981 2006-11-15  Eric Blake  <ebb9@byu.net>
67982
67983         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
67984         the module dependency.
67985
67986 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
67987             Bruno Haible  <bruno@clisp.org>
67988
67989         * gnulib-tool (func_create_testdir): Add license consistency check.
67990
67991 2006-11-15  Eric Blake  <ebb9@byu.net>
67992
67993         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
67994         random "(cached)" in configure output.
67995
67996 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
67997
67998         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
67999         test for conforming inttypes.h is both announced and cached.
68000
68001         * MODULES.html.sh (seen_modules, seen_files): New variables.
68002         (func_module): Rewrite to use a few less gnulib-tool and sed
68003         invocations.  Avoid a couple of quadratic algorithms for ...
68004         (missed_modules, missed_files): ... these, with ...
68005         (func_append, func_tmpdir): ... these new functions, from
68006         gnulib-tool.  Analogously, install traps for cleanup.
68007
68008         * tests/test-gc.c (main): Remove unused variables.
68009         * tests/test-read-file.c: Include stdlib.h, for 'free'.
68010
68011 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
68012
68013         * modules/inttostr (License): Change to LGPL.
68014
68015 2006-11-14  Eric Blake  <ebb9@byu.net>
68016
68017         * modules/tempname (License): Change to LGPL.
68018
68019 2006-11-14  Eric Blake  <ebb9@byu.net>
68020
68021         * doc/functions.texi (Function Portability): *printf functions on
68022         Cygwin now understand all POSIX size specifiers.
68023
68024 2006-11-14  Bruno Haible  <bruno@clisp.org>
68025
68026         * modules/c-ctype (License): Change to LGPL.
68027
68028 2006-11-12  Bruno Haible  <bruno@clisp.org>
68029
68030         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
68031         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
68032         for GNOME libraries, for which the include files are installed in
68033         subdirectories of $prefix/include.
68034
68035 2006-11-12  Bruno Haible  <bruno@clisp.org>
68036
68037         * m4/lib-link.m4: Require at least autoconf-2.54.
68038         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
68039         name to underscores for the --with option.
68040
68041 2006-11-13  Bruno Haible  <bruno@clisp.org>
68042
68043         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
68044         the tests directory.
68045         Reported by Ralf Wildenhues.
68046
68047 2006-11-13  Bruno Haible  <bruno@clisp.org>
68048
68049         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
68050         (func_emit_initmacro_end): Undo the override here.
68051         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
68052         Works around the famous automake error in coreutils.
68053
68054 2006-11-13  Eric Blake  <ebb9@byu.net>
68055
68056         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
68057         element, not its node.
68058
68059 2006-11-12  Bruno Haible  <bruno@clisp.org>
68060
68061         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
68062         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
68063
68064 2006-11-12  Bruno Haible  <bruno@clisp.org>
68065
68066         * gnulib-tool: New option --local-symlink.
68067         (func_usage): Document it.
68068         (lsymbolic): New variable.
68069         (func_import, func_create_testdir): If --symlink was not specified,
68070         test whether --local-symlink was specified and the file comes from
68071         the local_gnulib_dir.
68072
68073 2006-11-12  Bruno Haible  <bruno@clisp.org>
68074
68075         * gnulib-tool (func_ln): New function.
68076         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
68077
68078 2006-11-12  Bruno Haible  <bruno@clisp.org>
68079
68080         Finish support for source files in subdirectories.
68081         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
68082         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
68083         AUTOMAKE_OPTIONS.
68084         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
68085
68086 2006-11-12  Bruno Haible  <bruno@clisp.org>
68087
68088         * gnulib-tool (func_get_automake_snippet): Synthesize also an
68089         EXTRA_lib_SOURCES augmentation.
68090         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
68091
68092 2006-11-12  Jim Meyering  <jim@meyering.net>
68093
68094         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
68095         file descriptors.  This also averts a failure on systems with
68096         native openat support when a traversed directory lacks "x" access.
68097         * lib/fts_.h: Include "i-ring.h"
68098         (struct FTS) [fts_fd_ring]: New member.
68099         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
68100         (FCHDIR): Add parentheses.
68101         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
68102         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
68103         When descending, rather than simply closing the previous
68104         fts_cwd_fd value, push that file descriptor onto the ring.
68105         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
68106         (fts_open): Initialize the new fd_ring member.
68107         (fts_close): Clear the ring.
68108         (fts_safe_changedir): When possible, use our new fd_ring to skip
68109         the diropen and fstat and dev/ino comparison that would normally
68110         accompany a virtual `chdir ("..")'.
68111
68112         * modules/fts (Depends-on): Add i-ring.
68113         * modules/i-ring: New module.
68114         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
68115         * m4/i-ring.m4: New file.
68116
68117 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
68118
68119         * gnulib-tool (func_create_testdir): Fix replacement of
68120         `build-aux' in configure.ac.  Run autotools in gltests
68121         subdirectory.
68122         (func_create_testdir, func_create_megatestdir, test): There is
68123         no need for '--force' in most autotool invocations in a new
68124         tree.  Actually fail the whole test if any of the tools, or the
68125         configure or make stages fail.
68126
68127         Sync from Automake.
68128         * build-aux/gnupload: Revert last change.  Add pointer to upload
68129         instructions of the GNU Maintenance Instructions.
68130         Suggestion by Karl Berry.
68131
68132 2006-11-10  Jim Meyering  <jim@meyering.net>
68133
68134         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
68135
68136 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
68137
68138         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
68139         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
68140         (bind_textdomain_codeset) [! ENABLE_NLS]:
68141         Evaluate all the arguments.  That way, callers get compatible behavior
68142         if the arguments have side effects.  Also, it avoids some GCC
68143         diagnostics in some cases; Joel E. Denny reported problems when Bison
68144         was configured with --enable-gcc-warnigs.
68145
68146 2006-11-10  Jim Meyering  <jim@meyering.net>
68147
68148         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
68149         relevant options in CFLAGS (like -O, -fno-inline) are taken into
68150         account.
68151
68152 2006-11-10  Jim Meyering  <jim@meyering.net>
68153
68154         * modules/inline: New file/module.
68155         * modules/xalloc (Files): Remove m4/inline.m4.
68156         (Depends-on): Add inline, instead.
68157         * modules/oset: Likewise.
68158         * modules/list: Likewise.
68159
68160 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
68161
68162         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
68163         Problem reported by Matthew Woehlke.
68164
68165 2006-11-09  Bruno Haible  <bruno@clisp.org>
68166
68167         * lib/tempname.c (gen_tempname): Remove variant that invokes
68168         __gen_tempname.
68169         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
68170         __gen_tempname.
68171
68172 2006-11-08  Bruno Haible  <bruno@clisp.org>
68173
68174         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
68175         to 'yes' instead of 'cross-compiling'.
68176
68177 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
68178
68179         * lib/quotearg.h (quotearg_free): New decl.
68180         * lib/quotearg.c (quotearg_free): New function.
68181         (slot0, nslots, slotvec0, slotvec):
68182         Now file-scope so that quotearg_free can get at them.
68183
68184 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
68185
68186         Sync from Automake.
68187         * build-aux/gnupload: Add missing 'gnu' to example URL.
68188         Report by Karl Berry.
68189
68190 2006-11-08  Bruno Haible  <bruno@clisp.org>
68191
68192         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
68193         Suggested by Paul Eggert.
68194
68195 2006-11-08  Jim Meyering  <jim@meyering.net>
68196
68197         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
68198         It's already included if !_LIBC.
68199         (fts_safe_changedir): Add a comment.
68200
68201 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
68202
68203         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
68204         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
68205         Matthew Woehlke.
68206
68207         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
68208         definitions up, to avoid colliding with change below.
68209         (static_inline) [HAVE_INLINE]: New macro.
68210         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
68211         Provide extern decls when !HAVE_INLINE.  Do not define unless
68212         static_inline is defined, either by us or by xmalloc.c.  Use
68213         static_inline rather than static inline.
68214         (XCALLOC): Optimize sizeof(T) = 1 case.
68215         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
68216
68217 2006-11-07  Bruno Haible  <bruno@clisp.org>
68218
68219         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
68220         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
68221         AC_C_INLINE.
68222         * modules/xalloc (Files): Add m4/inline.m4.
68223
68224 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
68225
68226         * README: Fix typo.
68227         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
68228         (Miscellanous Notes): ...from this.
68229
68230 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
68231
68232         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
68233         Mention that offsetof should be used instead of sizeof.
68234         From Bruno Haible.
68235
68236 2006-11-07  Bruno Haible  <bruno@clisp.org>
68237
68238         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
68239
68240 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
68241
68242         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
68243         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
68244         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
68245         (gl_tree_add_before, gl_tree_add_after):
68246         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
68247         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
68248         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
68249         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
68250         (gl_linked_add_after, gl_linked_add_at): Likewise.
68251         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
68252         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
68253         (gl_tree_add_before, gl_tree_add_after): Likewise.
68254         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
68255         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
68256         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
68257
68258 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
68259
68260         * lib/gl_oset.h: Use C comment style, not C++ comment style.
68261
68262 2006-11-06  Bruno Haible  <bruno@clisp.org>
68263
68264         * m4/inline.m4: New file.
68265         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
68266         * modules/list (Files): Add m4/inline.m4.
68267         * modules/oset (Files): Likewise.
68268
68269 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
68270
68271         * lib/idcache.c: Include <stddef.h>, for offsetof.
68272         (struct userid.name): Change from char * to a flexible array member.
68273         All uses changed.
68274         * modules/idcache (Depends-on): Add flexmember.
68275
68276         * MODULES.html.sh (Core language properties): New module flexmember.
68277         * modules/flexmember, m4/flexmember.m4: New files.
68278
68279         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
68280         inline functions that are identical with the old xnmalloc_inline,
68281         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
68282         that we can avoid some unnecessary integer multiplications and
68283         divisions in the common case where the element size is known at
68284         compile time.
68285         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
68286         needed.
68287         (xnboundedmalloc): Remove.
68288         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
68289         arguments, for consistency with rest of this header.
68290         (xcharalloc): Rewrite using XNMALLOC.
68291         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
68292         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
68293         versions have been moved to lib/xalloc.h and renamed to be the
68294         non-*_inline versions.
68295         (xmalloc, xrealloc): Implement without reference to the xnmalloc
68296         and xnrealloc functions, since those functions are now inline and
68297         now call us.
68298         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
68299         renaming described above.
68300         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
68301         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
68302         captures the dependency in AC_C_INLINE.
68303
68304         New module canonicalize-lgpl, proposed by Charles Wilson in
68305         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
68306         with a few small changes afterwards.
68307         * MODULES.html.sh (File system functions): New module
68308         canonicalize-lgpl.
68309         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
68310         and canonicalize_file_name.
68311         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
68312         * modules/canonicalize-lgpl: New files.
68313
68314 2006-11-05  Bruno Haible  <bruno@clisp.org>
68315
68316         * gnulib-tool (func_import, func_create_testdir): Create directories
68317         also for files in subdirectories of lib/.
68318
68319 2006-11-05  Bruno Haible  <bruno@clisp.org>
68320
68321         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
68322         ANSI C compliant.
68323
68324 2006-11-03  Bruno Haible  <bruno@clisp.org>
68325
68326         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
68327         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
68328         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
68329         (xnboundedmalloc): New inline function.
68330         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
68331         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
68332         xmalloc.
68333         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
68334         xmalloc.
68335         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
68336         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
68337         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
68338         xmalloc.
68339         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
68340         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
68341         xmalloc.
68342         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
68343         gl_tree_add_after): Use XMALLOC instead of xmalloc.
68344         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
68345         xmalloc.
68346         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
68347         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
68348         gl_tree_add_after): Use XMALLOC instead of xmalloc.
68349         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
68350         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
68351         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
68352         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
68353
68354 2006-11-03  Bruno Haible  <bruno@clisp.org>
68355
68356         * lib/c-ctype.h [C++]: Define functions without name mangling.
68357         * lib/fwriteerror.h [C++]: Likewise.
68358         * lib/gcd.h [C++]: Likewise.
68359         * lib/linebreak.h [C++]: Likewise.
68360
68361 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
68362
68363         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
68364         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
68365         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
68366         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
68367         Check for functions and headers just once.
68368         Check for declaration of canonicalize_file_name.
68369         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
68370
68371 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
68372
68373         * gnulib-tool (func_import): Fix typo in actioncmd.
68374
68375 2006-11-02  Bruno Haible  <bruno@clisp.org>
68376
68377         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
68378         newline sequence in the Makefile.am snippet as a space, like "make"
68379         does.
68380         Reported by Roger Persson <perrog@gmail.com>.
68381
68382 2006-11-01  Bruno Haible  <bruno@clisp.org>
68383
68384         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
68385         already declared in <string.h>.
68386         * lib/strcase.h (strncasecmp): Don't declare it if yes.
68387
68388 2006-11-01  Bruno Haible  <bruno@clisp.org>
68389
68390         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
68391         * lib/strcase.h: Include <string.h>.
68392         (strcasecmp): Define to rpl_strcasecmp here.
68393
68394 2006-11-01  Bruno Haible  <bruno@clisp.org>
68395
68396         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
68397
68398 2006-11-01  Eric Blake  <ebb9@byu.net>
68399
68400         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
68401
68402         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
68403
68404 2006-10-29  Bruno Haible  <bruno@clisp.org>
68405
68406         Make it compile in C++ mode.
68407         * lib/full-write.c (full_rw): Add a cast.
68408
68409 2006-11-01  Bruno Haible  <bruno@clisp.org>
68410
68411         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
68412         be POSIX compliant.
68413         Reported by Roger Persson <perrog@gmail.com>.
68414
68415 2006-11-01  Eric Blake  <ebb9@byu.net>
68416
68417         * lib/getopt_.h: Fix comments.
68418
68419 2006-10-31  Eric Blake  <ebb9@byu.net>
68420
68421         * modules/tmpdir (Depends-on): Add sys_stat.
68422         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
68423         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
68424         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
68425         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
68426         tempname.
68427
68428 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
68429
68430         Avoid some C++ diagnostics reported by Bruno Haible.
68431         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
68432         xmalloc.
68433         (quotearg_alloc): Use xcharalloc rather than xmalloc.
68434         (struct slotvec): Move to top level.
68435         (quotearg_n_options): Rewrite to avoid xmalloc.
68436         * lib/xalloc.h (xcharalloc): New function.
68437         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
68438         [defined __cplusplus]: Add function template that provides result
68439         type propagation.  This part of the change is from Bruno Haible.
68440
68441 2006-10-29  Bruno Haible  <bruno@clisp.org>
68442
68443         Make it compile in C++ mode.
68444         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
68445         * lib/strnlen1.c (strnlen1): Cast memchr result.
68446         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
68447         * lib/clean-temp.c (string_equals, string_hash): Add casts.
68448         (create_temp_dir): Rename local variable 'template'.
68449         (compile_csharp_using_sscli): Add cast.
68450         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
68451         * lib/findprog.c (find_in_path): Likewise.
68452         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
68453         * lib/wait-process.c (register_slave_subprocess): Likewise.
68454
68455 2006-10-22  Bruno Haible  <bruno@clisp.org>
68456
68457         * modules/tsearch: New file.
68458         * lib/tsearch.h: New file.
68459         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
68460         * m4/tsearch.m4: New file.
68461         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
68462
68463 2006-10-29  Eric Blake  <ebb9@byu.net>
68464
68465         * lib/arcfour.c: Assume config.h.
68466         * lib/arctwo.c: Likewise.
68467         * lib/base64.c: Likewise.
68468         * lib/check-version.c: Likewise.
68469         * lib/crc.c: Likewise.
68470         * lib/des.c: Likewise.
68471         * lib/gc-gnulib.c: Likewise.
68472         * lib/gc-libgcrypt.c: Likewise.
68473         * lib/gc-pbkdf2-sha1.c: Likewise.
68474         * lib/getaddrinfo.c: Likewise.
68475         * lib/getdelim.c: Likewise.
68476         * lib/getline.c: Likewise.
68477         * lib/hmac-md5.c: Likewise.
68478         * lib/hmac-sha1.c: Likewise.
68479         * lib/iconvme.c: Likewise.
68480         * lib/md2.c: Likewise.
68481         * lib/md4.c: Likewise.
68482         * lib/memxor.c: Likewise.
68483         * lib/read-file.c: Likewise.
68484         * lib/readline.c: Likewise.
68485         * lib/rijndael-alg-fst.c: Likewise.
68486         * lib/rijndael-api-fst.c: Likewise.
68487         * lib/xgetdomainname.c: Likewise.
68488
68489 2006-10-28  Eric Blake  <ebb9@byu.net>
68490
68491         * lib/xstrndup.c: Assume config.h.
68492
68493 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
68494
68495         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
68496         stat-macros.h is now for our own macros, whereas stat_h is for
68497         macros in the <sys/stat.h> name space.
68498         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
68499         (STAT_MACROS_H): Remove.
68500         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
68501         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
68502         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
68503         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
68504         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
68505         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
68506         Move these macros to ...
68507         * lib/stat_.h: here.  Don't include stat-macros.h.
68508         * lib/canonicalize.c: Don't include stat-macros.h.
68509         * lib/chown.c: Likewise.
68510         * lib/euidaccess.c: Likewise.
68511         * lib/file-type.c: Likewise.
68512         * lib/filemode.c: Likewise.
68513         * lib/glob.c: Likewise.
68514         * lib/isapipe.c: Likewise.
68515         * lib/lchown.c: Likewise.
68516         * lib/lstat.c: Likewise.
68517         * lib/mkdir-p.c: Likewise.
68518         * lib/rmdir.c: Likewise.
68519         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
68520         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
68521         unless mkdir isn't declared, to speed up 'configure'.
68522         Always create sys/stat.h, since it's unlikely any real sys/stat.h
68523         would define all the S_* symbols.
68524         * modules/canonicalize (Depends-on):
68525         Depend on sys_stat, not stat-macros.
68526         * modules/chown: Likewise.
68527         * modules/euidaccess: Likewise.
68528         * modules/filemode: Likewise.
68529         * modules/file-type: Likewise.
68530         * modules/glob: Likewise.
68531         * modules/isapipe: Likewise.
68532         * modules/lchown: Likewise.
68533         * modules/lstat: Likewise.
68534         * modules/mkancesdirs: Likewise.
68535         * modules/rmdir: Likewise.
68536         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
68537         * modules/modechange: Likewise.
68538         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
68539         (configure.ac): Remove gl_STAT_MACROS.
68540         * modules/sys_stat (Depends-on): Remove stat-macros.
68541
68542 2006-10-27  Bruno Haible  <bruno@clisp.org>
68543
68544         * m4/signed.m4: Remove file.
68545         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
68546         invocation.
68547         * modules/vasnprintf (Files): Remove m4/signed.m4.
68548
68549 2006-10-27  Bruno Haible  <bruno@clisp.org>
68550
68551         Update to GNU gettext 0.16.
68552         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
68553         m4/inttypes-h.m4, m4/signed.m4.
68554         * m4/gettext.m4: Update to GNU gettext 0.16.
68555         * m4/intl.m4: New file, from GNU gettext.
68556         * m4/intldir.m4: New file, from GNU gettext.
68557         * config/srclist.txt: Update
68558
68559 2006-10-27  Eric Blake  <ebb9@byu.net>
68560
68561         * MODULES.html.sh: Document tempname.
68562         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
68563         dependencies.
68564         (Files): Move lib/tempname.c...
68565         * modules/tempname: ...to this new module.
68566         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
68567         (gl_PREREQ_TEMPNAME): Move...
68568         * m4/tempname.m4: ...to this new file.
68569         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
68570         * modules/sys_stat (Depends-on): Add stat-macros.
68571         * lib/stat_.h (includes): Pick up stat macros.
68572         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
68573         if stat macros are broken.
68574         * lib/tempname.c (includes): No need to include "stat-macros.h".
68575         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
68576         (direxists, __path_search) [!_LIBC]: Don't compile these in
68577         gnulib; the tmpdir module covers that.
68578         * lib/tempname.h: New file.
68579
68580 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
68581
68582         * COPYING: Explain how gnulib-tool converts licence headers.
68583         Almost all wording by Eric Blake.
68584
68585 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
68586
68587         * lib/mbchar.h (is_basic_table): Make read-only.
68588         * lib/mbchar.c (is_basic_table): Likewise.
68589         Reported by John Darrington.
68590
68591 2006-10-25  Bruno Haible  <bruno@clisp.org>
68592
68593         * lib/progname.h (set_program_name): Undefine before defining.
68594
68595 2006-10-25  Bruno Haible  <bruno@clisp.org>
68596
68597         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
68598         false for non-gcc C++ compilers.
68599         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
68600
68601 2006-10-24  Bruno Haible  <bruno@clisp.org>
68602
68603         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
68604         iconv implementations like Irix iconv.
68605
68606 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
68607
68608         * modules/vararrays: New file.
68609         * m4/vararrays.m4: New file, taken from diffutils.
68610         * MODULES.html.sh: New module vararrays.
68611
68612 2006-10-24  Karl Berry  <karl@gnu.org>
68613
68614         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
68615         Don't call GNU Unix.
68616
68617 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
68618
68619         * users.txt: Add Libtool.
68620
68621         Sync from Libtool:
68622
68623         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
68624
68625         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
68626         to gnulib's policy of including config.h unconditionally.
68627
68628 2006-10-24  Bruno Haible  <bruno@clisp.org>
68629
68630         * modules/wcwidth (Files): Add m4/wint_t.m4.
68631         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
68632         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
68633
68634 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
68635
68636         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
68637         to pacify GCC with some -W flags enabled.  Problem reported by
68638         Bruno Haible.
68639
68640 2006-10-24  Jim Meyering  <jim@meyering.net>
68641
68642         * MODULES.html.sh: Remove uinttostr.  It's not a module.
68643         Reported by Karl Berry.
68644
68645 2006-10-23  Bruno Haible  <bruno@clisp.org>
68646
68647         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
68648
68649 2006-10-24  Bruno Haible  <bruno@clisp.org>
68650
68651         * lib/gl_list.h: Use C comment style, not C++ comment style.
68652
68653 2006-10-23  Eric Blake  <ebb9@byu.net>
68654
68655         * lib/getaddrinfo.c (includes): Add missing include.
68656
68657 2006-10-23  Bruno Haible  <bruno@clisp.org>
68658             Paul Eggert  <eggert@cs.ucla.edu>
68659
68660         Ability to rename obstack_free.
68661         * lib/obstack.h (__obstack_free): New macro. Declare instead of
68662         obstack_free.
68663         (obstack_free): Invoke the __obstack_free macro.
68664         * lib/obstack.c (obstack_free): Use __obstack_free macro.
68665
68666 2006-10-23  Bruno Haible  <bruno@clisp.org>
68667             Paul Eggert  <eggert@cs.ucla.edu>
68668
68669         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
68670         __argc, __argv from the declaration. (They are defined as macros on
68671         mingw.)
68672
68673 2006-10-22  Bruno Haible  <bruno@clisp.org>
68674
68675         * doc/gnulib-intro.texi: New file.
68676         * doc/gnulib.texi: Include it.
68677
68678 2006-10-21  Bruno Haible  <bruno@clisp.org>
68679
68680         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
68681         "Introduction", "Miscellanous Notes", "Particular Modules".
68682
68683 2006-10-21  Bruno Haible  <bruno@clisp.org>
68684
68685         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
68686         Change mostlyclean-local rule to avoid sh syntax error from bash
68687         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
68688
68689 2006-10-23  Jim Meyering  <jim@meyering.net>
68690
68691         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
68692         in place of snprintf.
68693
68694         * modules/inttostr (Files): Add lib/uinttostr.c.
68695         * lib/uinttostr.c (inttostr): New file/function.
68696         * lib/inttostr.h (uinttostr): Declare.
68697         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
68698         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
68699         Add uinttostr.
68700         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
68701
68702 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
68703
68704         * lib/canonicalize.c (ELOOP): Define if not already defined.
68705         Problem reported by Bruno Haible in
68706         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
68707
68708 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
68709
68710         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
68711         Problem reported by Perry Smith and Ville Laurikari.
68712
68713         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
68714         uses.
68715
68716 2006-10-19  Bruno Haible  <bruno@clisp.org>
68717
68718         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
68719         for mingw.
68720
68721 2006-10-19  Bruno Haible  <bruno@clisp.org>
68722
68723         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
68724         Needed for mingw.
68725
68726 2006-10-19  Bruno Haible  <bruno@clisp.org>
68727
68728         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
68729
68730 2006-10-19  Bruno Haible  <bruno@clisp.org>
68731
68732         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
68733         it.
68734
68735 2006-10-19  Bruno Haible  <bruno@clisp.org>
68736
68737         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
68738         invocation.
68739
68740 2006-10-19  Bruno Haible  <bruno@clisp.org>
68741
68742         * gnulib-tool (func_create_testdir): Don't include ftruncate and
68743         mountlist by default.
68744
68745 2006-10-16  Bruno Haible  <bruno@clisp.org>
68746
68747         * lib/c-strstr.c: Include c-strstr.h.
68748
68749 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
68750
68751         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
68752         in a slash.
68753
68754 2006-10-18  Bruno Haible  <bruno@clisp.org>
68755
68756         * lib/lock.h [C++]: Wrap definitions in extern "C".
68757
68758 2006-10-18  Bruno Haible  <bruno@clisp.org>
68759
68760         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
68761         gl_LIBOBJS list.
68762
68763 2006-10-18  Bruno Haible  <bruno@clisp.org>
68764
68765         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
68766
68767 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
68768
68769         * lib/xstrtol.h: Include gettext.h.
68770         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
68771         Problem reported by Eric Blake.
68772         * modules/xstrtol (Depends-on): Add gettext-h.
68773
68774 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
68775
68776         * lib/strftime.c (advance): New macro.
68777         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
68778         incomplete type, so you can't add 0 to it.  Problem and patch
68779         reported by Eelco Dolstra for dietlibc.
68780
68781 2006-10-18  Jim Meyering  <jim@meyering.net>
68782
68783         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
68784         type for a local, and rename it: s/up/user_proc/.
68785
68786 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
68787
68788         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
68789         READ_UTMP_USER_PROCESS.
68790         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
68791
68792 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
68793
68794         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
68795         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
68796
68797 2006-10-17  Eric Blake  <ebb9@byu.net>
68798
68799         * lib/sigprocmask.c (sigprocmask): Fix typo.
68800
68801         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
68802
68803         * modules/clean-temp (Makefile.am): Don't add to make output...
68804         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
68805         config.h.
68806
68807 2006-10-17  Bruno Haible  <bruno@clisp.org>
68808
68809         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
68810         differently if DEFAULT_TEXT_DOMAIN is set.
68811
68812 2006-10-16  Bruno Haible  <bruno@clisp.org>
68813
68814         * lib/clean-temp.c: Include fwriteerror.h.
68815
68816 2006-10-16  Bruno Haible  <bruno@clisp.org>
68817
68818         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
68819
68820 2006-10-16  Bruno Haible  <bruno@clisp.org>
68821
68822         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
68823         * lib/sigprocmask.h: Include <sys/types.h>.
68824         (sigset_t): Use the system's definition if present.
68825
68826 2006-10-17  Eric Blake  <ebb9@byu.net>
68827
68828         * lib/xvasprintf.c (includes): Assume config.h.
68829         * lib/xasprintf.c (includes): Likewise.
68830
68831 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
68832
68833         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
68834         at least as wide as intmax_t.
68835
68836 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
68837
68838         (Imported from Automake.)
68839         * build-aux/gnupload: Update to version 1.1 of directive file.
68840
68841 2006-10-16  Eric Blake  <ebb9@byu.net>
68842
68843         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
68844         match Automake 1.10a.
68845
68846 2006-10-14  Bruno Haible  <bruno@clisp.org>
68847
68848         * modules/sigprocmask: New file.
68849         * lib/sigprocmask.h: New file.
68850         * lib/sigprocmask.c: New file.
68851         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
68852         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
68853         request sigprocmask.o.
68854         (gl_PREREQ_SIGPROCMASK): New macro.
68855         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
68856         (Depends-on): Add sigprocmask.
68857         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
68858         gt_SIGNALBLOCKING. Test for 'raise' only once.
68859         * lib/fatal-signal.c: Include sigprocmask.h.
68860         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
68861         unblock_fatal_signals): Define always.
68862         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
68863         sigprocmask.
68864
68865 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
68866
68867         Sync from Automake.
68868         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
68869         which incorrectly sets the mode of an existing destination
68870         directory.  In some cases the unpatched install-sh could do the
68871         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
68872         system.  We hope this is rare in practice, but it's clearly worth
68873         fixing.  Problem reported by Alex Unleashed in
68874         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
68875         Also, don't bother to check for -m bugs unless we're using -m;
68876         suggested by Stepan Kasal.
68877
68878 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
68879
68880         Sync from Automake.
68881         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
68882         `-c' flag, so they appear at the same position as in %FASTDEP%
68883         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
68884         which ignores unknown options only after the first non-option.
68885         Bug report against M4 by Nelson H. F. Beebe.
68886
68887 2006-10-13  Jim Meyering  <jim@meyering.net>
68888
68889         Fix a bug in yesterday's change.
68890         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
68891         p->fts_statp->st_dev would be used uninitialized.
68892         Ensures that we always call fts_stat on the very first entry.
68893         Miklos Szeredi reported that find -xdev stopped working.
68894
68895 2006-10-12  Bruno Haible  <bruno@clisp.org>
68896
68897         * gnulib-tool (func_get_automake_snippet): Append an automatically
68898         computed EXTRA_DIST augmentation.
68899         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
68900         * modules/alloca-opt (Makefile.am): Likewise.
68901         * modules/allocsa (Makefile.am): Likewise.
68902         * modules/arcfour (Makefile.am): Likewise.
68903         * modules/arctwo (Makefile.am): Likewise.
68904         * modules/argmatch (Makefile.am): Likewise.
68905         * modules/argz (Makefile.am): Likewise.
68906         * modules/atexit (Makefile.am): Likewise.
68907         * modules/backupfile (Makefile.am): Likewise.
68908         * modules/byteswap (Makefile.am): Likewise.
68909         * modules/c-strtod (Makefile.am): Likewise.
68910         * modules/c-strtold (Makefile.am): Likewise.
68911         * modules/calloc (Makefile.am): Likewise.
68912         * modules/canon-host (Makefile.am): Likewise.
68913         * modules/canonicalize (Makefile.am): Likewise.
68914         * modules/chdir-long (Makefile.am): Likewise.
68915         * modules/chdir-safer (Makefile.am): Likewise.
68916         * modules/check-version (Makefile.am): Likewise.
68917         * modules/chown (Makefile.am): Likewise.
68918         * modules/cloexec (Makefile.am): Likewise.
68919         * modules/close-stream (Makefile.am): Likewise.
68920         * modules/closeout (Makefile.am): Likewise.
68921         * modules/crc (Makefile.am): Likewise.
68922         * modules/csharpexec (Makefile.am): Likewise.
68923         * modules/cycle-check (Makefile.am): Likewise.
68924         * modules/des (Makefile.am): Likewise.
68925         * modules/dev-ino (Makefile.am): Likewise.
68926         * modules/dirfd (Makefile.am): Likewise.
68927         * modules/dirname (Makefile.am): Likewise.
68928         * modules/dup2 (Makefile.am): Likewise.
68929         * modules/eealloc (Makefile.am): Likewise.
68930         * modules/error (Makefile.am): Likewise.
68931         * modules/euidaccess (Makefile.am): Likewise.
68932         * modules/exclude (Makefile.am): Likewise.
68933         * modules/exitfail (Makefile.am): Likewise.
68934         * modules/fcntl-safer (Makefile.am): Likewise.
68935         * modules/fcntl (Makefile.am): Likewise.
68936         * modules/file-type (Makefile.am): Likewise.
68937         * modules/fileblocks (Makefile.am): Likewise.
68938         * modules/filemode (Makefile.am): Likewise.
68939         * modules/filenamecat (Makefile.am): Likewise.
68940         * modules/fnmatch (Makefile.am): Likewise.
68941         * modules/fopen-safer (Makefile.am): Likewise.
68942         * modules/fpending (Makefile.am): Likewise.
68943         * modules/fprintftime (Makefile.am): Likewise.
68944         * modules/free (Makefile.am): Likewise.
68945         * modules/fsusage (Makefile.am): Likewise.
68946         * modules/ftruncate (Makefile.am): Likewise.
68947         * modules/fts (Makefile.am): Likewise.
68948         * modules/gc-arcfour (Makefile.am): Likewise.
68949         * modules/gc-des (Makefile.am): Likewise.
68950         * modules/gc-hmac-md5 (Makefile.am): Likewise.
68951         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
68952         * modules/gc-md4 (Makefile.am): Likewise.
68953         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
68954         * modules/gc-sha1 (Makefile.am): Likewise.
68955         * modules/gc (Makefile.am): Likewise.
68956         * modules/getaddrinfo (Makefile.am): Likewise.
68957         * modules/getcwd (Makefile.am): Likewise.
68958         * modules/getdelim (Makefile.am): Likewise.
68959         * modules/getdomainname (Makefile.am): Likewise.
68960         * modules/getgroups (Makefile.am): Likewise.
68961         * modules/gethostname (Makefile.am): Likewise.
68962         * modules/gethrxtime (Makefile.am): Likewise.
68963         * modules/getline (Makefile.am): Likewise.
68964         * modules/getloadavg (Makefile.am): Likewise.
68965         * modules/getlogin_r (Makefile.am): Likewise.
68966         * modules/getndelim2 (Makefile.am): Likewise.
68967         * modules/getopt (Makefile.am): Likewise.
68968         * modules/getpagesize (Makefile.am): Likewise.
68969         * modules/getpass-gnu (Makefile.am): Likewise.
68970         * modules/getpass (Makefile.am): Likewise.
68971         * modules/getsubopt (Makefile.am): Likewise.
68972         * modules/gettime (Makefile.am): Likewise.
68973         * modules/gettimeofday (Makefile.am): Likewise.
68974         * modules/getugroups (Makefile.am): Likewise.
68975         * modules/getusershell (Makefile.am): Likewise.
68976         * modules/glob (Makefile.am): Likewise.
68977         * modules/group-member (Makefile.am): Likewise.
68978         * modules/hard-locale (Makefile.am): Likewise.
68979         * modules/hash (Makefile.am): Likewise.
68980         * modules/hmac-md5 (Makefile.am): Likewise.
68981         * modules/hmac-sha1 (Makefile.am): Likewise.
68982         * modules/human (Makefile.am): Likewise.
68983         * modules/idcache (Makefile.am): Likewise.
68984         * modules/imaxabs (Makefile.am): Likewise.
68985         * modules/imaxdiv (Makefile.am): Likewise.
68986         * modules/inet_ntop (Makefile.am): Likewise.
68987         * modules/inet_pton (Makefile.am): Likewise.
68988         * modules/intprops (Makefile.am): Likewise.
68989         * modules/inttostr (Makefile.am): Likewise.
68990         * modules/inttypes (Makefile.am): Likewise.
68991         * modules/isapipe (Makefile.am): Likewise.
68992         * modules/javaversion (Makefile.am): Likewise.
68993         * modules/lchmod (Makefile.am): Likewise.
68994         * modules/lchown (Makefile.am): Likewise.
68995         * modules/localcharset (Makefile.am): Likewise.
68996         * modules/long-options (Makefile.am): Likewise.
68997         * modules/lstat (Makefile.am): Likewise.
68998         * modules/malloc (Makefile.am): Likewise.
68999         * modules/mathl (Makefile.am): Likewise.
69000         * modules/mbchar (Makefile.am): Likewise.
69001         * modules/md2 (Makefile.am): Likewise.
69002         * modules/md4 (Makefile.am): Likewise.
69003         * modules/md5 (Makefile.am): Likewise.
69004         * modules/memcasecmp (Makefile.am): Likewise.
69005         * modules/memchr (Makefile.am): Likewise.
69006         * modules/memcmp (Makefile.am): Likewise.
69007         * modules/memcoll (Makefile.am): Likewise.
69008         * modules/memcpy (Makefile.am): Likewise.
69009         * modules/memmem (Makefile.am): Likewise.
69010         * modules/memmove (Makefile.am): Likewise.
69011         * modules/mempcpy (Makefile.am): Likewise.
69012         * modules/memrchr (Makefile.am): Likewise.
69013         * modules/memset (Makefile.am): Likewise.
69014         * modules/memxor (Makefile.am): Likewise.
69015         * modules/mkancesdirs (Makefile.am): Likewise.
69016         * modules/mkdir-p (Makefile.am): Likewise.
69017         * modules/mkdir (Makefile.am): Likewise.
69018         * modules/mkdtemp (Makefile.am): Likewise.
69019         * modules/mkstemp (Makefile.am): Likewise.
69020         * modules/mktime (Makefile.am): Likewise.
69021         * modules/modechange (Makefile.am): Likewise.
69022         * modules/mountlist (Makefile.am): Likewise.
69023         * modules/nanosleep (Makefile.am): Likewise.
69024         * modules/obstack (Makefile.am): Likewise.
69025         * modules/openat (Makefile.am): Likewise.
69026         * modules/pagealign_alloc (Makefile.am): Likewise.
69027         * modules/pathmax (Makefile.am): Likewise.
69028         * modules/physmem (Makefile.am): Likewise.
69029         * modules/poll (Makefile.am): Likewise.
69030         * modules/posixtm (Makefile.am): Likewise.
69031         * modules/posixver (Makefile.am): Likewise.
69032         * modules/putenv (Makefile.am): Likewise.
69033         * modules/quote (Makefile.am): Likewise.
69034         * modules/quotearg (Makefile.am): Likewise.
69035         * modules/raise (Makefile.am): Likewise.
69036         * modules/read-file (Makefile.am): Likewise.
69037         * modules/readline (Makefile.am): Likewise.
69038         * modules/readlink (Makefile.am): Likewise.
69039         * modules/readtokens (Makefile.am): Likewise.
69040         * modules/readutmp (Makefile.am): Likewise.
69041         * modules/realloc (Makefile.am): Likewise.
69042         * modules/regex (Makefile.am): Likewise.
69043         * modules/rename-dest-slash (Makefile.am): Likewise.
69044         * modules/rename (Makefile.am): Likewise.
69045         * modules/rijndael (Makefile.am): Likewise.
69046         * modules/rmdir (Makefile.am): Likewise.
69047         * modules/rpmatch (Makefile.am): Likewise.
69048         * modules/safe-read (Makefile.am): Likewise.
69049         * modules/safe-write (Makefile.am): Likewise.
69050         * modules/same-inode (Makefile.am): Likewise.
69051         * modules/same (Makefile.am): Likewise.
69052         * modules/save-cwd (Makefile.am): Likewise.
69053         * modules/savedir (Makefile.am): Likewise.
69054         * modules/setenv (Makefile.am): Likewise.
69055         * modules/settime (Makefile.am): Likewise.
69056         * modules/sha1 (Makefile.am): Likewise.
69057         * modules/sig2str (Makefile.am): Likewise.
69058         * modules/snprintf (Makefile.am): Likewise.
69059         * modules/stat-macros (Makefile.am): Likewise.
69060         * modules/stat-time (Makefile.am): Likewise.
69061         * modules/stdbool (Makefile.am): Likewise.
69062         * modules/stdint (Makefile.am): Likewise.
69063         * modules/stdlib-safer (Makefile.am): Likewise.
69064         * modules/stpcpy (Makefile.am): Likewise.
69065         * modules/stpncpy (Makefile.am): Likewise.
69066         * modules/strcase (Makefile.am): Likewise.
69067         * modules/strcasestr (Makefile.am): Likewise.
69068         * modules/strchrnul (Makefile.am): Likewise.
69069         * modules/strcspn (Makefile.am): Likewise.
69070         * modules/strdup (Makefile.am): Likewise.
69071         * modules/strerror (Makefile.am): Likewise.
69072         * modules/strftime (Makefile.am): Likewise.
69073         * modules/strndup (Makefile.am): Likewise.
69074         * modules/strnlen (Makefile.am): Likewise.
69075         * modules/strpbrk (Makefile.am): Likewise.
69076         * modules/strsep (Makefile.am): Likewise.
69077         * modules/strstr (Makefile.am): Likewise.
69078         * modules/strtod (Makefile.am): Likewise.
69079         * modules/strtoimax (Makefile.am): Likewise.
69080         * modules/strtok_r (Makefile.am): Likewise.
69081         * modules/strtol (Makefile.am): Likewise.
69082         * modules/strtoll (Makefile.am): Likewise.
69083         * modules/strtoul (Makefile.am): Likewise.
69084         * modules/strtoull (Makefile.am): Likewise.
69085         * modules/strtoumax (Makefile.am): Likewise.
69086         * modules/strverscmp (Makefile.am): Likewise.
69087         * modules/sys_socket (Makefile.am): Likewise.
69088         * modules/sys_stat (Makefile.am): Likewise.
69089         * modules/sysexits (Makefile.am): Likewise.
69090         * modules/time_r (Makefile.am): Likewise.
69091         * modules/timegm (Makefile.am): Likewise.
69092         * modules/timespec (Makefile.am): Likewise.
69093         * modules/tmpfile-safer (Makefile.am): Likewise.
69094         * modules/trim (Makefile.am): Likewise.
69095         * modules/unistd-safer (Makefile.am): Likewise.
69096         * modules/unlinkdir (Makefile.am): Likewise.
69097         * modules/unlocked-io (Makefile.am): Likewise.
69098         * modules/userspec (Makefile.am): Likewise.
69099         * modules/utime (Makefile.am): Likewise.
69100         * modules/utimecmp (Makefile.am): Likewise.
69101         * modules/utimens (Makefile.am): Likewise.
69102         * modules/vasnprintf (Makefile.am): Likewise.
69103         * modules/vasprintf (Makefile.am): Likewise.
69104         * modules/vsnprintf (Makefile.am): Likewise.
69105         * modules/xalloc (Makefile.am): Likewise.
69106         * modules/xgetcwd (Makefile.am): Likewise.
69107         * modules/xnanosleep (Makefile.am): Likewise.
69108         * modules/xreadlink (Makefile.am): Likewise.
69109         * modules/xstrtod (Makefile.am): Likewise.
69110         * modules/xstrtol (Makefile.am): Likewise.
69111         * modules/xstrtold (Makefile.am): Likewise.
69112         * modules/yesno (Makefile.am): Likewise.
69113         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
69114
69115 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
69116
69117         * modules/error (Makefile.am): Distribute files through
69118         EXTRA_DIST, not lib_SOURCES.
69119
69120 2006-10-12  Eric Blake  <ebb9@byu.net>
69121
69122         * modules/error (Makefile.am): Distribute files in /lib.
69123         * modules/obstack (Makefile.am): Likewise.
69124
69125 2006-10-12  Bruno Haible  <bruno@clisp.org>
69126
69127         * modules/acl (Makefile.am): Distribute all files in lib/ through
69128         EXTRA_DIST.
69129         * modules/arcfour (Makefile.am): Likewise.
69130         * modules/arctwo (Makefile.am): Likewise.
69131         * modules/argmatch (Makefile.am): Likewise.
69132         * modules/argz (Makefile.am): Likewise.
69133         * modules/atexit (Makefile.am): Likewise.
69134         * modules/backupfile (Makefile.am): Likewise.
69135         * modules/c-strtod (Makefile.am): Likewise.
69136         * modules/c-strtold (Makefile.am): Likewise.
69137         * modules/calloc (Makefile.am): Likewise.
69138         * modules/canon-host (Makefile.am): Likewise.
69139         * modules/canonicalize (Makefile.am): Likewise.
69140         * modules/chdir-long (Makefile.am): Likewise.
69141         * modules/chdir-safer (Makefile.am): Likewise.
69142         * modules/check-version (Makefile.am): Likewise.
69143         * modules/chown (Makefile.am): Likewise.
69144         * modules/cloexec (Makefile.am): Likewise.
69145         * modules/close-stream (Makefile.am): Likewise.
69146         * modules/closeout (Makefile.am): Likewise.
69147         * modules/crc (Makefile.am): Likewise.
69148         * modules/cycle-check (Makefile.am): Likewise.
69149         * modules/des (Makefile.am): Likewise.
69150         * modules/dirfd (Makefile.am): Likewise.
69151         * modules/dirname (Makefile.am): Likewise.
69152         * modules/dup2 (Makefile.am): Likewise.
69153         * modules/euidaccess (Makefile.am): Likewise.
69154         * modules/exclude (Makefile.am): Likewise.
69155         * modules/exitfail (Makefile.am): Likewise.
69156         * modules/fcntl-safer (Makefile.am): Likewise.
69157         * modules/file-type (Makefile.am): Likewise.
69158         * modules/fileblocks (Makefile.am): Likewise.
69159         * modules/filemode (Makefile.am): Likewise.
69160         * modules/filenamecat (Makefile.am): Likewise.
69161         * modules/fnmatch (Makefile.am): Likewise.
69162         * modules/fopen-safer (Makefile.am): Likewise.
69163         * modules/fpending (Makefile.am): Likewise.
69164         * modules/fprintftime (Makefile.am): Likewise.
69165         * modules/free (Makefile.am): Likewise.
69166         * modules/fsusage (Makefile.am): Likewise.
69167         * modules/ftruncate (Makefile.am): Likewise.
69168         * modules/fts (Makefile.am): Likewise.
69169         * modules/gc (Makefile.am): Likewise.
69170         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
69171         * modules/getaddrinfo (Makefile.am): Likewise.
69172         * modules/getcwd (Makefile.am): Likewise.
69173         * modules/getdelim (Makefile.am): Likewise.
69174         * modules/getdomainname (Makefile.am): Likewise.
69175         * modules/getgroups (Makefile.am): Likewise.
69176         * modules/gethostname (Makefile.am): Likewise.
69177         * modules/gethrxtime (Makefile.am): Likewise.
69178         * modules/getline (Makefile.am): Likewise.
69179         * modules/getloadavg (Makefile.am): Likewise.
69180         * modules/getlogin_r (Makefile.am): Likewise.
69181         * modules/getopt (Makefile.am): Likewise.
69182         * modules/getpass (Makefile.am): Likewise.
69183         * modules/getpass-gnu (Makefile.am): Likewise.
69184         * modules/getsubopt (Makefile.am): Likewise.
69185         * modules/gettime (Makefile.am): Likewise.
69186         * modules/gettimeofday (Makefile.am): Likewise.
69187         * modules/getugroups (Makefile.am): Likewise.
69188         * modules/getusershell (Makefile.am): Likewise.
69189         * modules/glob (Makefile.am): Likewise.
69190         * modules/group-member (Makefile.am): Likewise.
69191         * modules/hard-locale (Makefile.am): Likewise.
69192         * modules/hash (Makefile.am): Likewise.
69193         * modules/hmac-md5 (Makefile.am): Likewise.
69194         * modules/hmac-sha1 (Makefile.am): Likewise.
69195         * modules/human (Makefile.am): Likewise.
69196         * modules/idcache (Makefile.am): Likewise.
69197         * modules/imaxabs (Makefile.am): Likewise.
69198         * modules/imaxdiv (Makefile.am): Likewise.
69199         * modules/inet_ntop (Makefile.am): Likewise.
69200         * modules/inet_pton (Makefile.am): Likewise.
69201         * modules/inttostr (Makefile.am): Likewise.
69202         * modules/isapipe (Makefile.am): Likewise.
69203         * modules/lchown (Makefile.am): Likewise.
69204         * modules/long-options (Makefile.am): Likewise.
69205         * modules/lstat (Makefile.am): Likewise.
69206         * modules/malloc (Makefile.am): Likewise.
69207         * modules/mathl (Makefile.am): Likewise.
69208         * modules/mbchar (Makefile.am): Likewise.
69209         * modules/md2 (Makefile.am): Likewise.
69210         * modules/md4 (Makefile.am): Likewise.
69211         * modules/md5 (Makefile.am): Likewise.
69212         * modules/memcasecmp (Makefile.am): Likewise.
69213         * modules/memchr (Makefile.am): Likewise.
69214         * modules/memcmp (Makefile.am): Likewise.
69215         * modules/memcoll (Makefile.am): Likewise.
69216         * modules/memcpy (Makefile.am): Likewise.
69217         * modules/memmem (Makefile.am): Likewise.
69218         * modules/memmove (Makefile.am): Likewise.
69219         * modules/mempcpy (Makefile.am): Likewise.
69220         * modules/memrchr (Makefile.am): Likewise.
69221         * modules/memset (Makefile.am): Likewise.
69222         * modules/memxor (Makefile.am): Likewise.
69223         * modules/mkancesdirs (Makefile.am): Likewise.
69224         * modules/mkdir (Makefile.am): Likewise.
69225         * modules/mkdir-p (Makefile.am): Likewise.
69226         * modules/mkdtemp (Makefile.am): Likewise.
69227         * modules/mkstemp (Makefile.am): Likewise.
69228         * modules/mktime (Makefile.am): Likewise.
69229         * modules/modechange (Makefile.am): Likewise.
69230         * modules/mountlist (Makefile.am): Likewise.
69231         * modules/nanosleep (Makefile.am): Likewise.
69232         * modules/openat (Makefile.am): Likewise.
69233         * modules/pagealign_alloc (Makefile.am): Likewise.
69234         * modules/physmem (Makefile.am): Likewise.
69235         * modules/poll (Makefile.am): Likewise.
69236         * modules/posixtm (Makefile.am): Likewise.
69237         * modules/posixver (Makefile.am): Likewise.
69238         * modules/putenv (Makefile.am): Likewise.
69239         * modules/quote (Makefile.am): Likewise.
69240         * modules/quotearg (Makefile.am): Likewise.
69241         * modules/raise (Makefile.am): Likewise.
69242         * modules/read-file (Makefile.am): Likewise.
69243         * modules/readline (Makefile.am): Likewise.
69244         * modules/readlink (Makefile.am): Likewise.
69245         * modules/readtokens (Makefile.am): Likewise.
69246         * modules/readutmp (Makefile.am): Likewise.
69247         * modules/realloc (Makefile.am): Likewise.
69248         * modules/regex (Makefile.am): Likewise.
69249         * modules/rename (Makefile.am): Likewise.
69250         * modules/rename-dest-slash (Makefile.am): Likewise.
69251         * modules/rijndael (Makefile.am): Likewise.
69252         * modules/rmdir (Makefile.am): Likewise.
69253         * modules/rpmatch (Makefile.am): Likewise.
69254         * modules/safe-read (Makefile.am): Likewise.
69255         * modules/safe-write (Makefile.am): Likewise.
69256         * modules/same (Makefile.am): Likewise.
69257         * modules/save-cwd (Makefile.am): Likewise.
69258         * modules/savedir (Makefile.am): Likewise.
69259         * modules/setenv (Makefile.am): Likewise.
69260         * modules/settime (Makefile.am): Likewise.
69261         * modules/sha1 (Makefile.am): Likewise.
69262         * modules/sig2str (Makefile.am): Likewise.
69263         * modules/snprintf (Makefile.am): Likewise.
69264         * modules/stdlib-safer (Makefile.am): Likewise.
69265         * modules/stpcpy (Makefile.am): Likewise.
69266         * modules/stpncpy (Makefile.am): Likewise.
69267         * modules/strcase (Makefile.am): Likewise.
69268         * modules/strcasestr (Makefile.am): Likewise.
69269         * modules/strchrnul (Makefile.am): Likewise.
69270         * modules/strcspn (Makefile.am): Likewise.
69271         * modules/strdup (Makefile.am): Likewise.
69272         * modules/strerror (Makefile.am): Likewise.
69273         * modules/strftime (Makefile.am): Likewise.
69274         * modules/strndup (Makefile.am): Likewise.
69275         * modules/strnlen (Makefile.am): Likewise.
69276         * modules/strpbrk (Makefile.am): Likewise.
69277         * modules/strsep (Makefile.am): Likewise.
69278         * modules/strstr (Makefile.am): Likewise.
69279         * modules/strtod (Makefile.am): Likewise.
69280         * modules/strtoimax (Makefile.am): Likewise.
69281         * modules/strtok_r (Makefile.am): Likewise.
69282         * modules/strtol (Makefile.am): Likewise.
69283         * modules/strtoll (Makefile.am): Likewise.
69284         * modules/strtoul (Makefile.am): Likewise.
69285         * modules/strtoull (Makefile.am): Likewise.
69286         * modules/strtoumax (Makefile.am): Likewise.
69287         * modules/strverscmp (Makefile.am): Likewise.
69288         * modules/time_r (Makefile.am): Likewise.
69289         * modules/timegm (Makefile.am): Likewise.
69290         * modules/tmpfile-safer (Makefile.am): Likewise.
69291         * modules/unistd-safer (Makefile.am): Likewise.
69292         * modules/unlinkdir (Makefile.am): Likewise.
69293         * modules/userspec (Makefile.am): Likewise.
69294         * modules/utime (Makefile.am): Likewise.
69295         * modules/utimecmp (Makefile.am): Likewise.
69296         * modules/utimens (Makefile.am): Likewise.
69297         * modules/vasnprintf (Makefile.am): Likewise.
69298         * modules/vasprintf (Makefile.am): Likewise.
69299         * modules/vsnprintf (Makefile.am): Likewise.
69300         * modules/xalloc (Makefile.am): Likewise.
69301         * modules/xgetcwd (Makefile.am): Likewise.
69302         * modules/xnanosleep (Makefile.am): Likewise.
69303         * modules/xreadlink (Makefile.am): Likewise.
69304         * modules/xstrtod (Makefile.am): Likewise.
69305         * modules/xstrtol (Makefile.am): Likewise.
69306         * modules/xstrtold (Makefile.am): Likewise.
69307         * modules/yesno (Makefile.am): Likewise.
69308
69309 2006-10-12  Jim Meyering  <jim@meyering.net>
69310
69311         * m4/getloadavg.m4: Revert the change below.
69312
69313         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
69314         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
69315         fail with a symlink, which is what coreutils' ./bootstrap now
69316         creates by default.
69317
69318 2006-10-12  Bruno Haible  <bruno@clisp.org>
69319
69320         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
69321         mingw.
69322         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
69323         MSVC and mingw explicitly.
69324
69325 2006-10-11  Simon Josefsson  <jas@extundo.com>
69326             Bruno Haible  <bruno@clisp.org>
69327
69328         Add support for multiple gnulib-tool invocations in the scope of a
69329         single configure.ac file.
69330         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
69331         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
69332         with the same contents as the _LIBADD variable.
69333         (func_emit_initmacro_start, func_emit_initmacro_end,
69334         func_emit_initmacro_done): New functions.
69335         (func_import, func_create_testdir): Invoke them. Allow the identifiers
69336         gl_LIBOBJS and gl_LTLIBOBJS.
69337
69338 2006-10-11  Bruno Haible  <bruno@clisp.org>
69339
69340         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
69341         (func_create_testdir): Don't create po/Makefile.am, don't invoke
69342         autoreconf. Instead, invoke autopoint explicitly but move back the
69343         *.m4 files from gnulib.
69344
69345 2006-10-11  Bruno Haible  <bruno@clisp.org>
69346
69347         * gnulib-tool (func_usage): Make module names after --create-testdir
69348         optional.
69349         (func_create_testdir): If no module was specified, use nearly all
69350         modules.
69351
69352 2006-10-12  Jim Meyering  <jim@meyering.net>
69353
69354         Big performance improvement for fts-based tools that use FTS_NOSTAT.
69355         Avoid spurious inode-mismatch problems on non-POSIX file systems.
69356         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
69357         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
69358         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
69359         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
69360         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
69361         (fts_set_stat_required): New function.
69362         (fts_open): Defer the calls to fts_stat, if possible or requested.
69363         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
69364         into fts_stat itself.
69365         (fts_read): Perform any required (deferred) fts_stat call.
69366         (fts_build): Likewise, for the directory we're about to open and read.
69367         In the readdir loop, carefully decide whether each entry will require
69368         an eventual call to fts_stat, using dirent.d_type info if available.
69369         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
69370         a command line argument into this function.  Update all callers.
69371         Map a return value of FTS_DOT to FTS_D for a command line argument.
69372         * modules/fts (Depends-on): Add d-type.  Alphabetize.
69373         Thanks to Miklos Szeredi for his tenacity and for the initial
69374         bug report about "find" failing on a FUSE-based file system.
69375
69376         * lib/fts.c (fts_open): Use consistent indentation.
69377
69378 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
69379
69380         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
69381         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
69382         reported by Jim Meyering.  All uses of cache variables renamed
69383         to match Autoconf's.
69384         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
69385         the other one.
69386
69387         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
69388         Fix misspelling in diagnostic.
69389
69390 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
69391
69392         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
69393         defined.  Problem reported by Matthew Woehlke.
69394
69395         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
69396         Add support for Tandem NonStop R series.
69397         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
69398         Use new macro.
69399
69400         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
69401         (has_trailing_slash): Omit size arg; all callers changed.
69402         Omit 'inline', since it doesn't help performance and we'd
69403         need to configure it.
69404         Don't count //, ///, etc. as having a trailing slash.
69405         As a side effect, this removes a C99ism reported by Matthew Woehlke.
69406         (rpl_rename_dest_slash): On failure, use rename's errno rather
69407         than (in some cases) an incorrect or junk errno.
69408         Simplify code by removing need to compute length; this does
69409         cause it to make two passes instead of one over the file name,
69410         but it's worth it.
69411
69412         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
69413         change, since Autoconf's version may no longer be appropriate now
69414         that we are using CVS Autoconf's version.  Add support for Tandem.
69415
69416 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
69417             Bruno Haible  <bruno@clisp.org>
69418
69419         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
69420         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
69421         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
69422         gl_AC_TYPE_LONG_LONG.
69423
69424         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
69425         instead of HAVE_LONG_LONG.
69426         * lib/printf-args.c (printf_fetchargs): Likewise.
69427         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
69428         * lib/vasnprintf.c (VASNPRINTF): Likewise.
69429         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
69430         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
69431         gl_AC_TYPE_LONG_LONG.
69432
69433 2006-10-11  Bruno Haible  <bruno@clisp.org>
69434
69435         * m4/longlong.m4: Add comments.
69436         * m4/ulonglong.m4: Likewise.
69437
69438 2006-10-10  Bruno Haible  <bruno@clisp.org>
69439
69440         Make it possible to #define stpcpy, strdup to aliases.
69441         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
69442         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
69443
69444 2006-10-10  Bruno Haible  <bruno@clisp.org>
69445
69446         Make it possible to #define gcd to an alias.
69447         * lib/gcd.c: Include config.h.
69448
69449 2006-10-10  Bruno Haible  <bruno@clisp.org>
69450
69451         Make it possible to #define c_isascii to an alias.
69452         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
69453         defined. Undefine the macros before defining them, to avoid gcc
69454         warnings.
69455         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
69456         define NO_C_CTYPE_MACROS early.
69457
69458 2006-10-10  Bruno Haible  <bruno@clisp.org>
69459
69460         Make it possible to #define set_program_name to an alias.
69461         * lib/progname.c: Don't undefine set_program_name; instead, undefine
69462         ENABLE_RELOCATABLE early.
69463
69464 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
69465
69466         Port to Tandem NSK OSS, which has 64-bit signed int but at most
69467         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
69468         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
69469         More generally, don't assume that 64-bit signed int is available
69470         if unsigned int is, and vice versa.
69471         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
69472         unsigned symbols, not on their signed counterparts.
69473         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
69474         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
69475         (UINT64_C, UINTMAX_C):
69476         Likewise.
69477         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
69478         unsigned counterparts.
69479         (Have_long_long, Unsigned): New macros.
69480         (Int): Renamed from INT.
69481         (strtoimax): Use the new macros.
69482         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
69483         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
69484         * modules/inttypes (inttypes.h): Substitute
69485         HAVE_UNSIGNED_LONG_LONG_INT.
69486         * modules/stdint (stdint.h): Likewise.
69487         (Files): Add m4/ulonglong.m4.
69488
69489 2006-10-10  Bruno Haible  <bruno@clisp.org>
69490
69491         Fix a gcc -Wshadow warning.
69492         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
69493         to 'bucket'.
69494         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
69495         gl_linked_indexof_from_to): Likewise.
69496         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
69497         Likewise.
69498         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
69499         Likewise.
69500         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
69501         Reported by Eric Blake.
69502
69503 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
69504
69505         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
69506         for NetBSD.  Problem reported by Bruno Haible.
69507
69508 2006-10-09  Jim Meyering  <jim@meyering.net>
69509
69510         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
69511         Patch from Bruno Haible.
69512
69513 2006-10-09  Jim Meyering  <jim@meyering.net>
69514
69515         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
69516         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
69517         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
69518
69519 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
69520
69521         Don't include <config.h> twice; this doesn't work in some cases,
69522         e.g., when config.h has "#define intmax_t long long int" and
69523         we include <config.h>, <inttypes.h>, <config.h> in that order.
69524         Problem reported by Matthew Woehlke in:
69525         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
69526         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
69527         * lib/fts-cycle.c: Don't include config.h.
69528         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
69529         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
69530         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
69531         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
69532         inttypes.h.
69533         * lib/xstrtoumax.c: Likewise.
69534         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
69535         __strtol and the like, so that this module is more like its siblings.
69536         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
69537         Remove; no longer needed now that we assume gnulib inttypes.h.
69538
69539 2006-10-08  Bruno Haible  <bruno@clisp.org>
69540
69541         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
69542         option.
69543
69544 2006-10-07  Jim Meyering  <jim@meyering.net>
69545
69546         * modules/inttypes (inttypes.h): Revert what seems to have been
69547         an inadvertent part of today's change: use "|", not "/" in the
69548         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
69549
69550 2006-10-07  Bruno Haible  <bruno@clisp.org>
69551
69552         * modules/sublist: New file.
69553
69554 2006-10-07  Bruno Haible  <bruno@clisp.org>
69555
69556         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
69557         * modules/argz (argz.h): Likewise.
69558         * modules/arpa_inet (arpa/inet.h): Likewise.
69559         * modules/byteswap (byteswap.h): Likewise.
69560         * modules/configmake (configmake.h): Likewise.
69561         * modules/fcntl (fcntl.h): Likewise.
69562         * modules/fnmatch (fnmatch.h): Likewise.
69563         * modules/getopt (getopt.h): Likewise.
69564         * modules/glob (glob.h): Likewise.
69565         * modules/inttypes (inttypes.h): Likewise.
69566         * modules/netinet_in (netinet/in.h): Likewise.
69567         * modules/poll (poll.h): Likewise.
69568         * modules/stdbool (stdbool.h): Likewise.
69569         * modules/stdint (stdint.h): Likewise.
69570         * modules/sys_select (sys/select.h): Likewise.
69571         * modules/sys_socket (sys/socket.h): Likewise.
69572         * modules/sys_stat (sys/stat.h): Likewise.
69573         * modules/sysexits (sysexits.h): Likewise.
69574         * modules/unistd (unistd.h): Likewise.
69575         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
69576         Add a "DO NOT EDIT" comment to the generated file.
69577         (func_import): Likewise for gnulib-comp.m4.
69578
69579 2006-10-07  Bruno Haible  <bruno@clisp.org>
69580
69581         * lib/gl_sublist.h: New file.
69582         * lib/gl_sublist.c: New file.
69583
69584 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
69585
69586         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
69587         name (relative to the original working directory) and the file
69588         name component (relative to the temporary working directory).  All
69589         callers changed.
69590         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
69591         * lib/mkdir-p.c (make_dir_parents): Likewise.
69592         * lib/mkdir-p.h (make_dir_parents): Likewise.
69593
69594 2006-10-06  Eric Blake  <ebb9@byu.net>
69595
69596         Define several macros for use by the clean-temp module.
69597         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
69598         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
69599         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
69600
69601         * lib/clean-temp.h (close_stream_temp): New declaration.
69602         * lib/clean-temp.c (includes): Pull in headers according to what
69603         other modules are in use.
69604         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
69605
69606 2006-10-06  Bruno Haible  <bruno@clisp.org>
69607
69608         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
69609         instead of fopen, fwriteerror.
69610
69611 2006-10-06  Bruno Haible  <bruno@clisp.org>
69612
69613         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
69614         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
69615         int.
69616         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
69617         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
69618         Return an error indicator.
69619         Suggested by Eric Blake.
69620
69621 2006-10-06  Bruno Haible  <bruno@clisp.org>
69622
69623         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
69624         Reported by Eric Blake.
69625
69626 2006-10-06  Bruno Haible  <bruno@clisp.org>
69627
69628         * modules/closeout (Description): Mention stderr too.
69629
69630 2006-10-06  Bruno Haible  <bruno@clisp.org>
69631         and Paul Eggert  <eggert@cs.ucla.edu>
69632
69633         * lib/closeout.c (close_stdout): Also close stderr.
69634         * lib/closeout.h: Update comment.
69635
69636 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
69637
69638         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
69639         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
69640         * lib/dirchownmod.c: Include lchown.h.
69641         * lib/lchown.c: Don't include files that lchown.h now includes.
69642         Don't declare chown, since lchown.h now does that.
69643         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
69644         (lchown): Define to rpl_chown if lchown is declared but
69645         does not exist.  Declare using a prototype if lchown is not
69646         declared.  Add a copyright notice.
69647         * lib/mkstemp.h: Include <unistd.h>.
69648         * lib/openat.c: Include lchown.h.
69649
69650         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
69651         we now test for that separately.
69652         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
69653         rather than O_NOFOLLOW, when testing whether it's possible to
69654         avoid a race condition reliably.
69655         * lib/savewd.c (savewd_chdir): Likewise.
69656
69657         Remove macros that are no longer needed now that stdint.h is
69658         reliable.
69659         * lib/fsusage.c (UINTMAX_MAX): Remove.
69660         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
69661         * lib/utimecmp.c (SIZE_MAX): Remove.
69662
69663         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
69664
69665         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
69666         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
69667         O_NOATIME works.
69668
69669 2006-10-05  Bruno Haible  <bruno@clisp.org>
69670
69671         * lib/gl_list.h (gl_sortedlist_search_from_to,
69672         gl_sortedlist_indexof_from_to): New declarations.
69673         (gl_list_implementation): New fields sortedlist_search_from_to,
69674         sortedlist_indexof_from_to.
69675         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
69676         inline functions.
69677         * lib/gl_list.c (gl_sortedlist_search_from_to,
69678         gl_sortedlist_indexof_from_to): New functions.
69679         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
69680         function.
69681         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
69682         (gl_array_sortedlist_search_from_to): New function.
69683         (gl_array_list_implementation): Update.
69684         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
69685         function.
69686         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
69687         (gl_carray_sortedlist_search_from_to): New function.
69688         (gl_carray_list_implementation): Update.
69689         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
69690         gl_linked_sortedlist_indexof_from_to): New functions.
69691         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
69692         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
69693         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
69694         gl_tree_sortedlist_indexof_from_to): New functions.
69695         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
69696         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
69697         Update.
69698         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
69699         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
69700         Update.
69701
69702 2006-10-05  Bruno Haible  <bruno@clisp.org>
69703
69704         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
69705         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
69706         (struct gl_list_implementation): Add fields search_from_to,
69707         indexof_from_to. Remove fields search, indexof.
69708         (gl_list_search): Use the search_from_to method.
69709         (gl_list_search_from, gl_list_search_from_to): New functions.
69710         (gl_list_indexof): Use the indexof_from_to method.
69711         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
69712         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
69713         (gl_list_search_from, gl_list_search_from_to): New functions.
69714         (gl_list_indexof): Use the indexof_from_to method.
69715         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
69716         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
69717         gl_array_indexof. Add start_index, end_index arguments.
69718         (gl_array_search_from_to): Renamed from gl_array_search. Add
69719         start_index, end_index arguments.
69720         (gl_array_remove, gl_array_list_implementation): Update.
69721         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
69722         gl_carray_indexof. Add start_index, end_index arguments.
69723         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
69724         start_index, end_index arguments.
69725         (gl_carray_remove, gl_carray_list_implementation): Update.
69726         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
69727         gl_linked_search. Add start_index, end_index arguments.
69728         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
69729         start_index, end_index arguments.
69730         (gl_linked_remove): Update.
69731         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
69732         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
69733         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
69734         field to 'size_t'.
69735         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
69736         gl_tree_search. Add start_index, end_index arguments.
69737         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
69738         start_index, end_index arguments.
69739         (gl_tree_remove): Update.
69740         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
69741         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
69742         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
69743         function.
69744         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
69745         gl_tree_search. Add start_index, end_index arguments.
69746         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
69747         start_index, end_index arguments.
69748         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
69749         Update.
69750         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
69751
69752 2006-10-05  Bruno Haible  <bruno@clisp.org>
69753
69754         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
69755
69756         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
69757         fwriteerror_temp): New declarations.
69758         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
69759         (descriptors): New variable.
69760         (cleanup): First, close the descriptors.
69761         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
69762         fclose_temp, fwriteerror_temp): New functions.
69763
69764 2006-10-04  Jim Meyering  <jim@meyering.net>
69765
69766         * lib/fts.c (fts_open): Tiny comment change.
69767
69768 2006-10-04  Bruno Haible  <bruno@clisp.org>
69769
69770         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
69771         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
69772         gl_LOCK_BODY.
69773         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
69774         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
69775         gl_LOCK_EARLY_BODY.
69776         (gl_LOCK): Require gl_LOCK_BODY.
69777
69778 2006-10-04  Bruno Haible  <bruno@clisp.org>
69779
69780         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
69781         (gl_oset_search_atleast): New declaration.
69782         (struct gl_oset_implementation): Add field 'search_atleast'.
69783         (gl_oset_search_atleast): New inline function.
69784         * lib/gl_oset.c (gl_oset_search_atleast): New function.
69785         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
69786         (gl_array_oset_implementation): Update.
69787         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
69788         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
69789         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
69790
69791 2006-10-04  Bruno Haible  <bruno@clisp.org>
69792
69793         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
69794
69795 2006-10-03  Bruno Haible  <bruno@clisp.org>
69796
69797         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
69798         from gl_avltreehash_list_implementation.
69799
69800 2006-10-03  Bruno Haible  <bruno@clisp.org>
69801
69802         * lib/gl_oset.c (gl_oset_add): Fix return type.
69803
69804 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
69805
69806         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
69807
69808 2006-10-02  Eric Blake  <ebb9@byu.net>
69809
69810         * modules/strnlen (Depends-on): Add extensions.
69811
69812 2006-10-02  Eric Blake  <ebb9@byu.net>
69813
69814         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
69815         definition in 2.60+.
69816
69817 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
69818
69819         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
69820         checks.
69821
69822 2006-10-02  Bruno Haible  <bruno@clisp.org>
69823
69824         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
69825         to the AUTOMAKE_OPTIONS.
69826         Reported by Jim Meyering.
69827
69828 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
69829
69830         Work around bug in Solaris 10 /proc file system:
69831         /proc/self/fd/NNN/.. isn't the parent directory of
69832         the directory whose file descriptor is NNN.  This needs to
69833         be worked around at run time, not compile time, since a
69834         program might be built on Solaris 8, where things work, and
69835         run on Solaris 10.
69836         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
69837         to use the following interface instead:
69838         (OPENAT_BUFFER_SIZE): New macro.
69839         (openat_proc_name): New function.
69840         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
69841         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
69842         Likewise.
69843         * lib/openat-proc.c: New file.
69844         * modules/openat (Files): Add lib/openat-proc.c.
69845         (Depends-on): Add same-inode, stdbool.
69846         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
69847
69848 2006-09-29  Bruno Haible  <bruno@clisp.org>
69849
69850         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
69851         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
69852         argument. Set stdout_closed before testing for ferror, not after.
69853         (fwriteerror, fwriteerror_no_ebadf): New functions.
69854
69855 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
69856
69857         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
69858
69859 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
69860
69861         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
69862         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
69863
69864 2006-09-28  Jim Meyering  <jim@meyering.net>
69865
69866         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
69867         Include <unistd.h>.
69868
69869 2006-09-28  Bruno Haible  <bruno@clisp.org>
69870
69871         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
69872         * modules/linkedhash-list (Depends-on): Likewise.
69873         * modules/rbtreehash-list (Depends-on): Likewise.
69874
69875 2006-09-28  Bruno Haible  <bruno@clisp.org>
69876
69877         * lib/strndup.h: Simplify the redefinition of strndup.
69878         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
69879         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
69880
69881 2006-09-28  Bruno Haible  <bruno@clisp.org>
69882
69883         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
69884         * lib/gl_linkedhash_list.c: Likewise.
69885         * lib/gl_rbtreehash_list.c: Likewise.
69886
69887 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
69888
69889         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
69890         getaddrinfo.
69891
69892         * lib/__fpending.h: Don't include <stdio_ext.h> unless
69893         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
69894         it causes <stdio_ext.h> to cause a compile-time error.
69895         Problem reported by Nelson H. F. Beebe.
69896         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
69897         of HAVE_DECL___PENDING.
69898
69899         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
69900         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
69901         declaration.
69902
69903 2006-09-27  Jim Meyering  <jim@meyering.net>
69904
69905         This file could end up with a definition for a function
69906         named __strndup, rather than rpl_strndup on a system with
69907         incomplete weak_alias support.
69908         * lib/strndup.c (strndup): Rename from __strndup.
69909         Remove #defines that used to map __strndup to strndup.
69910         Don't use K&R prototypes.
69911         Remove LIBC-related code, since this file is not sync'd with glibc.
69912         * lib/strndup.h: Revamp, accordingly.
69913         * m4/strndup.m4: Modernize.
69914
69915 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
69916
69917         * modules/savewd (Depends-on): Add 'raise'.
69918         * lib/savewd.c: Include <signal.h>, for 'raise'.
69919
69920 2006-09-26  Jim Meyering  <jim@meyering.net>
69921
69922         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
69923         when we detect Darwin 8.7.0's acl_get_file bug.
69924         Rearrange to perform the new (below) run-test while $LIBS
69925         contains any acl-related library.  Set USE_ACL at the end.
69926         (gl_ACL_GET_FILE): New function.
69927
69928 2006-09-26  Eric Blake  <ebb9@byu.net>
69929
69930         * lib/verror.c: Include <config.h> unconditionally.
69931
69932 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
69933
69934         * modules/clock-time (Maintainer): Add self.
69935         * modules/getlogin_r (Depends-on): Add extensions.
69936
69937 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
69938
69939         * modules/clock-time: New module.
69940         * modules/nanosleep (Depends-on): Add clock-time.
69941         * modules/gethrxtime (Depends-on): Likewise.
69942         * modules/gettime (Depends-on): Likewise.
69943         * modules/settime (Depends-on): Likewise.
69944
69945         * modules/fts-lgpl: Depend on openat.
69946         * modules/mkancesdirs: Depend on savewd.
69947         * modules/mkdir-p: Likewise.
69948
69949 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
69950
69951         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
69952
69953         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
69954         `gl_have_arbitrary_file_name_length_limit' to
69955         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
69956         actually works between configure runs.
69957
69958 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
69959             Bruno Haible  <bruno@clisp.org>
69960
69961         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
69962
69963 2006-09-25  Jim Meyering  <jim@meyering.net>
69964
69965         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
69966         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
69967
69968 2006-09-25  Eric Blake  <ebb9@byu.net>
69969
69970         * gnulib-tool (func_import, func_create_testdir): Fix typos in
69971         exec's in 2006-09-18 patch when shuffling fds.
69972
69973 2006-09-25  Bruno Haible  <bruno@clisp.org>
69974
69975         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
69976         Reported by Jim Meyering.
69977
69978 2006-09-24  Jim Meyering  <jim@meyering.net>
69979
69980         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
69981         compare a pointer against a literal "0".  That caused failures with
69982         at least HP-UX's hpcc.
69983
69984 2006-09-22  Simon Josefsson  <jas@extundo.com>
69985
69986         * modules/gc-sha1:
69987         * modules/gc-md4:
69988         * modules/gc-hmac-sha1:
69989         * modules/gc-hmac-md5:
69990         * modules/gc-des:
69991         * modules/gc-arcfour: Distribute more files.
69992
69993 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
69994
69995         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
69996         (gl_linked_iterator_from_to): Initialize struct completely.
69997         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
69998         (gl_tree_iterator_from_to): Likewise
69999         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
70000         * lib/gl_array_list.c [lint] (gl_array_iterator)
70001         (gl_array_iterator_from_to): Likewise.
70002         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
70003         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
70004         (gl_carray_iterator_from_to): Likewise.
70005
70006         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
70007         * lib/md4.c (md4_process_block): Remove unused variable.
70008         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
70009         parentheses for clarity.
70010
70011 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
70012
70013         * modules/bison-i18n (Depends-on): Add gettext.
70014
70015 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
70016
70017         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
70018         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
70019         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
70020         also add missing comma that caused broken test.
70021         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
70022         stdlib.h, for `abort'.
70023         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
70024         variables.
70025         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
70026         include unistd.h if present, for `rmdir'.
70027         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
70028         variables.
70029         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
70030         in the process include standard headers for prototypes.
70031         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
70032         gets declared on GNU/Linux.
70033         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
70034         unistd.h, for `rmdir'.
70035         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
70036
70037         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
70038         always true.
70039         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
70040
70041         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
70042
70043 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
70044
70045         * gnulib-tool (func_version): Create output all at once.  This
70046         may help avoid triggering unnecessary SIGPIPEs, and at any
70047         rate it doesn't hurt.
70048
70049 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
70050             Bruno Haible  <bruno@clisp.org>
70051
70052         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
70053         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
70054         * m4/signed.m4 (bh_C_SIGNED): Likewise.
70055
70056         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
70057         (gl_FUNC_VASPRINTF): Invoke it.
70058
70059 2006-09-22  Bruno Haible  <bruno@clisp.org>
70060
70061         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
70062         getloadavg.c as first argument.
70063
70064 2006-09-22  Bruno Haible  <bruno@clisp.org>
70065
70066         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
70067         at the beginning of the gl_INIT macro.
70068         * modules/getloadavg (configure.ac): Pass $gl_source_base to
70069         gl_GETLOADAVG.
70070
70071 2006-09-22  Bruno Haible  <bruno@clisp.org>
70072
70073         * gnulib-tool (func_create_megatestdir): Don't include the config-h
70074         module.
70075         Suggested by Ralf Wildenhues.
70076
70077 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
70078
70079         Import this patch from libc:
70080
70081         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
70082
70083         * lib/regex_internal.c (re_string_reconstruct): Handle
70084         offset < pstr->valid_raw_len && pstr->offsets_needed case.
70085         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
70086         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
70087         re_string_context_at.
70088
70089         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
70090         now requires it.
70091         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
70092         gl_REGEX now does it for us.
70093         (gl_REGEX): Add test taken from
70094         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
70095
70096         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
70097         Check that large offsets work.  Modernize Autoconf usages.
70098         Prefer "yes" to mean a good thing rather than a bad.
70099         Don't put "#define mkstemp" in config.h, as this might interfere
70100         with standard system headers that "#define mkstemp mkstemp64".
70101
70102         * modules/mkstemp (Depends-on): Add extensions, so that
70103         mkstemp is visible on some platforms.
70104         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
70105         (Include): Change to "mkstemp.h" from <stdlib.h>.
70106         (Files): Add mkstemp.h.
70107
70108         * lib/mkstemp.h: New file, since some standard headers
70109         #define mkstemp.
70110         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
70111         Include "mkstemp.h".
70112         Make the _LIBC code resemble glibc original more,
70113         e.g., use K&R style.
70114         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
70115         (mkstemp): Remove, since mkstemp.h does this for us.
70116         * lib/stdlib--.h: Include mkstemp.h.
70117
70118         Import this patch from libc:
70119
70120         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
70121
70122         * lib/tempname.c (__gen_tempname): Change attempts_min
70123         into a macro.  Use preprocessor to decide how to initialize
70124         attempts [Coverity CID 67].
70125
70126 2006-09-20  Bruno Haible  <bruno@clisp.org>
70127
70128         * lib/mkdtemp.c: Import from libc.
70129         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
70130                 * sysdeps/posix/tempname.c (__gen_tempname): Change
70131                 attempts_min into a macro.  Use preprocessor to decide how to
70132                 initialize attempts [Coverity CID 67].
70133         2001-11-27  Paul Eggert  <eggert@twinsun.com>
70134                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
70135                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
70136
70137 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
70138
70139         * gnulib-tool (func_exit): New function, to allow to pass the
70140         exit status portably through the trap.  Use everywhere.
70141         (--help, --version): Signal a write error.
70142         (trap): catch SIGPIPE, for write errors.
70143         Exit at the end of the trap, with the correct exit status.
70144
70145 2006-09-19  Karl Berry  <karl@gnu.org>
70146
70147         * doc/gnulib.texi: note about the license texinfo files.
70148
70149 2006-09-19  Eric Blake  <ebb9@byu.net>
70150
70151         * gnulib-tool: Avoid space-tab.
70152
70153 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
70154
70155         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
70156         that prevented coreutils 6.1 from building.  Problem reported
70157         by Petter Reinholdtsen.
70158
70159 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
70160
70161         * gnulib-tool (avoidlist): Fix typo that broke options like
70162         --avoid=lock that are used by coreutils bootstrap.
70163
70164 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
70165
70166         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
70167         more systematically.
70168
70169 2006-09-18  Jim Meyering  <jim@meyering.net>
70170
70171         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
70172
70173 2006-09-18  Bruno Haible  <bruno@clisp.org>
70174
70175         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
70176
70177 2006-09-18  Bruno Haible  <bruno@clisp.org>
70178
70179         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
70180         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
70181         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
70182         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
70183         * m4/gettext.m4: Require autoconf >= 2.52.
70184         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
70185         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
70186         of gl_cv_header_inttypes_h.
70187
70188 2006-09-18  Bruno Haible  <bruno@clisp.org>
70189
70190         * lib/javaversion.c: Include configmake.h.
70191
70192 2006-09-18  Bruno Haible  <bruno@clisp.org>
70193
70194         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
70195         avoid that the while loops be executed in a subshell.
70196
70197 2006-09-18  Bruno Haible  <bruno@clisp.org>
70198
70199         * MODULES.html.sh (func_module): Break long lines.
70200         Suggested by Bruce Korb <bkorb@gnu.org>.
70201
70202 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
70203
70204         Speed up by a factor of 1.12.
70205         * gnulib-tool (nl): New variable.
70206         (func_import): Rewrite include directive extraction to only read each
70207         directive once.
70208
70209 2006-09-17  Bruno Haible  <bruno@clisp.org>
70210
70211         * modules/javaversion (Makefile.am): Remove DEFS setting.
70212         (Depends-on): Add configmake, for PKGDATADIR definition.
70213
70214 2006-09-17  Bruno Haible  <bruno@clisp.org>
70215
70216         * gnulib-tool (func_create_testdir): Rewrite all files at once.
70217
70218 2006-09-17  Bruno Haible  <bruno@clisp.org>
70219
70220         * gnulib-tool (func_append): New function, stolen from libtool.m4.
70221         (func_modules_transitive_closure, func_modules_add_dummy,
70222         func_modules_to_filelist, func_import, func_create_testdir,
70223         func_create_megatestdir, ...): Use it wherever possible.
70224         Suggested by Ralf Wildenhues.
70225
70226 2006-09-16  Karl Berry  <karl@gnu.org>
70227
70228         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
70229         to avoid sectioning errors.
70230         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
70231         [ifinfo]: blank line after @center-ed titles.
70232         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
70233         Spell FSF address consistently with others.
70234         (These changes approved by rms.)
70235
70236 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
70237
70238         Speed up by a factor of 1.61.
70239         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
70240         already checked module names again.
70241
70242 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
70243
70244         Speed up by a factor of 1.13.
70245         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
70246         for new_files, and the input to func_add_or_update.
70247
70248 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
70249
70250         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
70251         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
70252
70253 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
70254
70255         * modules/mkancesdirs (Depends-on): Add fcntl.
70256         * modules/savewd: New file.
70257         * MODULES.html.sh (File system functions): Add savewd.
70258
70259         * modules/configmake (Makefile.am): Add support for the
70260         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
70261
70262 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
70263
70264         * m4/savewd.m4: New file.
70265
70266 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
70267
70268         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
70269         (dirchownmod): New arg FD.  All callers changed.
70270         Use FD rather than opening the directory ourself, as opening is
70271         now the caller's responsibility.
70272         * lib/dirchownmod.h: Likewise.
70273         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
70274         hosts that require <sys/types.h> before <sys/stat.h>.  Include
70275         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
70276         (test_dir): Remove.
70277         (mkancesdirs): Return length of prefix of FILE that has already
70278         been made, or -2 if there is a child doing the work.  Redo
70279         algorithm so that it is O(N) rather than O(N**2).  Optimize away
70280         ".", and treat ".." specially since it might stray back into
70281         already-created areas.  Use a subprocess if necessary.  New arg
70282         WD; all users changed.  MAKE_DIR function should now return 1
70283         if it creates a directory that is not readable.  Return -2 if
70284         a child process is spun off.
70285         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
70286         Adjust signature to match code.
70287         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
70288         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
70289         all users changed.
70290         * lib/savewd.c, lib/savewd.h: New files.
70291
70292 2006-09-15  Jim Meyering  <jim@meyering.net>
70293
70294         * modules/rename-dest-slash: New module.
70295         * MODULES.html.sh (posix_compat): Add it here.
70296
70297         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
70298
70299 2006-09-15  Jim Meyering  <jim@meyering.net>
70300
70301         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
70302         file.
70303
70304         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
70305
70306 2006-09-15  Jim Meyering  <jim@meyering.net>
70307
70308         * lib/rename-dest-slash.c (has_trailing_slash): Use
70309         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
70310         (rpl_rename_dest_slash): Perform the cheaper trailing slash
70311         test before testing whether SRC is a directory.
70312         Suggestions from Bruno Haible.
70313
70314         Avoid a warning about an unused variable.
70315         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
70316         into the #ifdef block where it's used.
70317
70318         * lib/rename-dest-slash.c: New file.
70319
70320 2006-09-14  Bruno Haible  <bruno@clisp.org>
70321
70322         * lib/allocsa.c: Include <config.h> unconditionally.
70323         * lib/asnprintf.c: Likewise.
70324         * lib/asprintf.c: Likewise.
70325         * lib/c-strcasecmp.c: Likewise.
70326         * lib/c-strcasestr.c: Likewise.
70327         * lib/c-strncasecmp.c: Likewise.
70328         * lib/c-strstr.c: Likewise.
70329         * lib/classpath.c: Likewise.
70330         * lib/clean-temp.c: Likewise.
70331         * lib/concatpath.c: Likewise.
70332         * lib/copy-file.c: Likewise.
70333         * lib/csharpcomp.c: Likewise.
70334         * lib/csharpexec.c: Likewise.
70335         * lib/execute.c: Likewise.
70336         * lib/fatal-signal.c: Likewise.
70337         * lib/findprog.c: Likewise.
70338         * lib/fwriteerror.c: Likewise.
70339         * lib/gl_array_list.c: Likewise.
70340         * lib/gl_array_oset.c: Likewise.
70341         * lib/gl_avltree_list.c: Likewise.
70342         * lib/gl_avltree_oset.c: Likewise.
70343         * lib/gl_avltreehash_list.c: Likewise.
70344         * lib/gl_carray_list.c: Likewise.
70345         * lib/gl_linked_list.c: Likewise.
70346         * lib/gl_linkedhash_list.c: Likewise.
70347         * lib/gl_list.c: Likewise.
70348         * lib/gl_oset.c: Likewise.
70349         * lib/gl_rbtree_list.c: Likewise.
70350         * lib/gl_rbtree_oset.c: Likewise.
70351         * lib/gl_rbtreehash_list.c: Likewise.
70352         * lib/imaxabs.c: Likewise.
70353         * lib/imaxdiv.c: Likewise.
70354         * lib/javacomp.c: Likewise.
70355         * lib/javaexec.c: Likewise.
70356         * lib/javaversion.c: Likewise.
70357         * lib/linebreak.c: Likewise.
70358         * lib/localcharset.c: Likewise.
70359         * lib/lock.c: Likewise.
70360         * lib/mbchar.c: Likewise.
70361         * lib/mbswidth.c: Likewise.
70362         * lib/mkdtemp.c: Likewise.
70363         * lib/pipe.c: Likewise.
70364         * lib/printf-args.c: Likewise.
70365         * lib/printf-parse.c: Likewise.
70366         * lib/progname.c: Likewise.
70367         * lib/progreloc.c: Likewise.
70368         * lib/readlink.c: Likewise.
70369         * lib/sh-quote.c: Likewise.
70370         * lib/stpcpy.c: Likewise.
70371         * lib/stpncpy.c: Likewise.
70372         * lib/strcasecmp.c: Likewise.
70373         * lib/strcasestr.c: Likewise.
70374         * lib/strcspn.c: Likewise.
70375         * lib/striconv.c: Likewise.
70376         * lib/strncasecmp.c: Likewise.
70377         * lib/strnlen1.c: Likewise.
70378         * lib/strstr.c: Likewise.
70379         * lib/strtok_r.c: Likewise.
70380         * lib/tls.c: Likewise.
70381         * lib/tmpdir.c: Likewise.
70382         * lib/unicodeio.c: Likewise.
70383         * lib/unsetenv.c: Likewise.
70384         * lib/vasnprintf.c: Likewise.
70385         * lib/vasprintf.c: Likewise.
70386         * lib/wait-process.c: Likewise.
70387         * lib/xallocsa.c: Likewise.
70388         * lib/xsetenv.c: Likewise.
70389         * lib/xstriconv.c: Likewise.
70390
70391 2006-09-13  Simon Josefsson  <jas@extundo.com>
70392
70393         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
70394         that internally, suggested by Ralf Wildenhues
70395         <Ralf.Wildenhues@gmx.de>.
70396
70397 2006-09-13  Simon Josefsson  <jas@extundo.com>
70398
70399         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
70400         @LIBOBJS@.
70401         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
70402
70403 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
70404
70405         * lib/_fpending.c: Include <config.h> unconditionally, since we no
70406         longer worry about uses that don't define HAVE_CONFIG_H.
70407         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
70408         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
70409         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
70410         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
70411         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
70412         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
70413         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
70414         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
70415         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
70416         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
70417         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
70418         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
70419         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
70420         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
70421         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
70422         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
70423         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
70424         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
70425         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
70426         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
70427         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
70428         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
70429         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
70430         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
70431         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
70432         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
70433         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
70434         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
70435         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
70436         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
70437         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
70438         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
70439         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
70440         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
70441         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
70442         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
70443         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
70444         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
70445         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
70446         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
70447         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
70448         Likewise.
70449
70450 2006-09-13  Eric Blake  <ebb9@byu.net>
70451
70452         * lib/getopt.c: Fix typo in last commit.
70453
70454 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
70455
70456         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
70457         dgettext.
70458
70459 2006-09-12  Jim Meyering  <jim@meyering.net>
70460
70461         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
70462         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
70463         Reported by Nelson H. F. Beebe.
70464
70465 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
70466
70467         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
70468         program_invocation_name and program_invocation_short_name are
70469         initialized.
70470         * lib/argp-namefrob.h: Move declarations of program_invocation_name
70471         and program_invocation_short_name to argp.h, so they are visible
70472         to user programs.
70473         * lib/argp.h: Likewise
70474
70475 2006-09-10  Bruno Haible  <bruno@clisp.org>
70476
70477         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
70478         m4/inttypes_h.m4, m4/uintmax_t.m4.
70479
70480 2006-09-10  Bruno Haible  <bruno@clisp.org>
70481
70482         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
70483         gl_AC_TYPE_UINTMAX_T.
70484
70485 2006-09-10  Bruno Haible  <bruno@clisp.org>
70486
70487         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
70488
70489 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
70490
70491         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
70492         convention.  Text proposed by Bruno Haible.
70493         (struct argp_option): Document the use of N_() wrappers.
70494
70495         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
70496         '\v', and translate the two parts separately, instead of feeding
70497         the whole string to gettext.  This allows to exclude
70498         '\v' from the strings visible to the translator by writing doc
70499         strings as N_("..") "\v" N_("..").
70500
70501 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
70502
70503         * config/srclist.txt: Undo latest change; the bug was fixed.
70504
70505 2006-09-09  Bruno Haible  <bruno@clisp.org>
70506
70507         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
70508         assignments if building a library without libtool.
70509         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
70510         in func_emit_lib_Makefile_am.
70511         (func_import): When building a static library libfoo.a, arrange to
70512         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
70513         (func_create_testdir): Likewise.
70514         * modules/gc (configure.ac, Makefile.am): If building statically,
70515         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
70516         * modules/iconvme (configure.ac, Makefile.am): Likewise.
70517         * modules/striconv (configure.ac, Makefile.am): Likewise.
70518         Based on a suggestion by Ralf Wildenhues.
70519
70520 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
70521
70522         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
70523         Check for unistd.h too, since Autoconf doesn't assume POSIX.
70524         Also:
70525
70526         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
70527         Add year_2050_test to catch glibc bug 2821
70528         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
70529
70530         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
70531         Prefer #ifdef to #if.
70532
70533         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
70534         Return from 'main' instead of calling 'exit'.
70535
70536 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
70537
70538         * lib/mktime.c (guess_time_tm): Fix bug where mktime
70539         returned the maximum time_t value rather than (time_t) -1.
70540         Problem originally reported by William Bardwell
70541         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
70542
70543         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
70544         Moved to here ...
70545         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
70546         ... from here.
70547
70548 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
70549
70550         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
70551         2821 is fixed.
70552
70553 2006-09-08  Jim Meyering  <jim@meyering.net>
70554
70555         Don't make generated files read-only.  That would bother too many
70556         people.  However, do retain the ability to work when targets are
70557         read-only: remove the destination and temporary files before writing
70558         them (when generated via sed or echo), or by using the -f option for
70559         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
70560         * modules/alloca-opt, modules/argz, modules/arpa_inet:
70561         * modules/byteswap, modules/configmake, modules/fcntl:
70562         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
70563         * modules/localcharset, modules/netinet_in, modules/poll:
70564         * modules/stdbool, modules/stdint, modules/sys_select:
70565         * modules/sys_socket, modules/sys_stat, modules/sysexits:
70566
70567 2006-09-08  Jim Meyering  <jim@meyering.net>
70568
70569         Avoid new build failure on FreeBSD 6.0.
70570         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
70571         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
70572         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
70573
70574 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
70575
70576         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
70577
70578 2006-09-07  Jim Meyering  <jim@meyering.net>
70579
70580         Fix global typo in last change: use chmod u-w, not chmod u-x.
70581         Spotted by Paul Eggert and Bruce Korb.
70582         * modules/alloca-opt, modules/argz, modules/arpa_inet:
70583         * modules/byteswap, modules/configmake, modules/fcntl:
70584         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
70585         * modules/localcharset, modules/netinet_in, modules/poll:
70586         * modules/stdbool, modules/stdint, modules/sys_select:
70587         * modules/sys_socket, modules/sys_stat, modules/sysexits:
70588
70589 2006-09-06  Jim Meyering  <jim@meyering.net>
70590
70591         Make generated files be read-only.
70592         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
70593         Ensure that each generated file is now read-only.
70594         * modules/argz: Likewise.
70595         * modules/arpa_inet: Likewise.
70596         * modules/byteswap: Likewise.
70597         * modules/configmake: Likewise.
70598         * modules/fcntl: Likewise.
70599         * modules/fnmatch: Likewise.
70600         * modules/getopt: Likewise.
70601         * modules/glob: Likewise.
70602         * modules/inttypes: Likewise.
70603         * modules/netinet_in: Likewise.
70604         * modules/poll: Likewise.
70605         * modules/stdbool: Likewise.
70606         * modules/stdint: Likewise.
70607         * modules/sys_select: Likewise.
70608         * modules/sys_socket: Likewise.
70609         * modules/sys_stat: Likewise.
70610         * modules/sysexits: Likewise.
70611         * modules/localcharset: Same as above, but continue using temporary
70612         file named "t-$@" (why different?) rather than the "$@-t" used
70613         everywhere else.
70614
70615         * modules/sysexits (Makefile.am): Replace literal occurrences
70616         of "sysexit.h" more readable, and more consistent, "$@".
70617
70618 2006-09-06  Bruno Haible  <bruno@clisp.org>
70619
70620         * modules/striconv: New file.
70621         * modules/xstriconv: New file.
70622         * MODULES.html.sh (Internationalization functions): Add striconv,
70623         xstriconv.
70624
70625 2006-09-06  Bruno Haible  <bruno@clisp.org>
70626
70627         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
70628         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
70629         not using libtool correctly.
70630
70631 2006-09-06  Bruno Haible  <bruno@clisp.org>
70632
70633         * lib/striconv.h: New file.
70634         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
70635         iconvstring.c.
70636         * lib/xstriconv.h: New file.
70637         * lib/xstriconv.c: New file.
70638
70639 2006-09-06  Bruno Haible  <bruno@clisp.org>
70640
70641         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
70642         lib_..._LDFLAGS.
70643
70644 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
70645
70646         * lib/argz_.h: Sync from Libtool.
70647
70648         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
70649                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
70650
70651         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
70652
70653 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
70654
70655         * modules/trim: New file.
70656
70657 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
70658
70659         * lib/trim.h: New file.
70660         * lib/trim.c: New file.
70661
70662 2006-09-05  Bruno Haible  <bruno@clisp.org>
70663
70664         * MODULES.html.sh (String handling): Add trim.
70665
70666 2006-09-04  Karl Berry  <karl@gnu.org>
70667
70668         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
70669         until next release.
70670
70671 2006-09-03  Bruno Haible  <bruno@clisp.org>
70672
70673         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
70674         correctly.
70675
70676 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
70677
70678         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
70679         not gl_GETLOADAVG.  Omit unneeded semicolons.
70680         Problems reported by Ralf Wildenhues in
70681         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
70682         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
70683         at the end, which is the usual gnulib style.
70684
70685         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
70686         of doing all the work ourselves.
70687         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
70688         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
70689
70690 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
70691
70692         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
70693         Problem reported by Ralf Wildenhues in
70694         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
70695
70696         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
70697         HAVE_STRUCT_STATFS_F_FSTYPENAME.
70698
70699 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
70700
70701         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
70702         yesterday's patch by changing test -n to test -z.
70703
70704 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
70705
70706         * modules/getloadavg (Files): Add m4/getloadavg.m4.
70707         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
70708         the former is now obsolescent.
70709
70710         * modules/chdir-long (Depends-on): Add fcntl.
70711
70712 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
70713
70714         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
70715         obsolescent, and programs should use gnulib instead.
70716         * m4/getloadavg.m4: New file, with contents taken from Autoconf
70717         but with prefixes changed.
70718
70719 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
70720
70721         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
70722         or stdbool.h, because they might not exist while configuring.
70723
70724         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
70725         Don't include unistd.h or limits.h; not needed, since chdir-long.h
70726         does that for us.
70727         (O_DIRECTORY): Remove.
70728
70729 2006-08-31  Eric Blake  <ebb9@byu.net>
70730
70731         * gnulib-tool: Don't let emacs change spaces to TAB.
70732
70733 2006-08-31  Bruno Haible  <bruno@clisp.org>
70734
70735         * gnulib-tool: When calling func_import more than once, do it in a
70736         subshell.
70737         Reported by Eric Blake <ebb9@byu.net>.
70738
70739 2006-08-31  Bruno Haible  <bruno@clisp.org>
70740
70741         * gnulib-tool (nl): Remove variable.
70742         (sed_transform_lib_file): Use more robust test for config-h module.
70743         (func_import): Fix typo in 2006-08-25 patch.
70744
70745 2006-08-31  Bruno Haible  <bruno@clisp.org>
70746
70747         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
70748         specified, augment Makefile.am variables instead of assigning them.
70749
70750 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
70751
70752         Work around a bug in both the Linux and SunOS 64-bit kernels:
70753         nanosleep mishandles sleeps for longer than 2**31 seconds.
70754         Problem reported by Frank v Waveren in
70755         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
70756         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
70757         Check for nanosleep bug.
70758         (LIB_NANOSLEEP): Append clock_gettime library if needed.
70759
70760 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
70761
70762         Work around a bug in both the Linux and SunOS 64-bit kernels:
70763         nanosleep mishandles sleeps for longer than 2**31 seconds.
70764         Problem reported by Frank v Waveren in
70765         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
70766         * lib/nanosleep.c (BILLION): New constant.
70767         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
70768         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
70769         implementation.
70770
70771 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
70772
70773         * modules/nanosleep (Depends-on): Add gettime.
70774
70775 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
70776         and Simon Josefsson  <jas@extundo.com>
70777         and Oskar Liljeblad  <oskar@osk.mine.nu>
70778
70779         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
70780         * gnulib-tool (func_import): New license type 'unmodifiable license
70781         text'.
70782         * modules/fdl: Use it.  Longer description.
70783         * module/gpl, module/lgpl: New files.
70784
70785 2006-08-30  Jim Meyering  <jim@meyering.net>
70786
70787         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
70788         shadowing the parameter.
70789
70790 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
70791
70792         Sync from Libtool:
70793
70794         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
70795
70796         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
70797         sharing with gnulib.  Report by Eric Blake.
70798
70799 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
70800
70801         * modules/isapipe: New file.
70802         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
70803
70804 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
70805
70806         * modules/configmake (Makefile.am): Add a comment, and omit
70807         the CONFIGMAKE_ prefix from generated macro names.  Suggested
70808         by Bruno Haible.
70809
70810 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
70811
70812         * m4/isapipe.m4: New file.
70813
70814 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
70815
70816         * lib/isapipe.c, lib/isapipe.h: New files.
70817
70818 2006-08-29  Jim Meyering  <jim@meyering.net>
70819
70820         * modules/configmake (Makefile.am): Make configmake.h depend on
70821         Makefile.  Otherwise, a stale configmake.h could hang around.
70822
70823 2006-08-29  Eric Blake  <ebb9@byu.net>
70824
70825         * lib/error.c (error_at_line, print_errno_message): Match libc, after
70826         resolution of upstream bug 3044.
70827
70828 2006-08-29  Bruno Haible  <bruno@clisp.org>
70829
70830         * modules/localcharset (Depends-on): Add configmake.
70831         (Makefile.am): Remove setting of LIBDIR through DEFS.
70832
70833 2006-08-29  Bruno Haible  <bruno@clisp.org>
70834
70835         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
70836         defined.
70837
70838 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
70839
70840         * modules/fcntl: New file.
70841         * modules/chdir-safer (Depends-on): Add fcntl.
70842         * modules/fts: Likewise.
70843         * modules/mkdir-p: Likewise.
70844
70845         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
70846         This undoes the most recent change, since we're now addressing the
70847         problem in a different way.
70848
70849         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
70850         into output, since the output might be called Makefile.am even
70851         if $makefile_name is something different.
70852         (func_import): Use $makefile_am rather than
70853         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
70854         empty.
70855
70856         * modules/inttypes (Files): Add m4/inttypes-h.m4.
70857
70858 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
70859
70860         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
70861         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
70862         recent change to stdint.m4, since we're now addressing the problem in a
70863         different way.
70864
70865 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
70866
70867         * m4/fcntl_h.m4: New file.
70868
70869 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
70870
70871         * lib/fcntl_.h: New file.
70872         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
70873         the fcntl module.
70874         * lib/dirchownmod.c: Likewise.
70875         * lib/fts.c: Likewise.
70876
70877         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
70878         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
70879         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
70880         just before including <inttypes.h>, to avoid circular inclusion.
70881
70882 2006-08-28  Jim Meyering  <jim@meyering.net>
70883
70884         * doc/visibility.texi: Actually read and correct the grammar of the
70885         sentence affected by yesterday's change.
70886
70887 2006-08-28  Eric Blake  <ebb9@byu.net>
70888
70889         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
70890         needs wrapper.
70891
70892 2006-08-28  Eric Blake  <ebb9@byu.net>
70893
70894         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
70895
70896 2006-08-28  Eric Blake  <ebb9@byu.net>
70897
70898         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
70899
70900 2006-08-28  Bruno Haible  <bruno@clisp.org>
70901
70902         * modules/c-strstr: New file, from GNU gettext.
70903         * MODULES.html.sh (String handling): Add c-strstr.
70904
70905 2006-08-28  Bruno Haible  <bruno@clisp.org>
70906
70907         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
70908         macros.
70909         Reported by Eric Blake.
70910
70911 2006-08-28  Bruno Haible  <bruno@clisp.org>
70912
70913         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
70914         (VASNPRINTF): Return a string of length > INT_MAX without failing.
70915         * lib/vasprintf.c: Include errno.h, limits.h.
70916         (EOVERFLOW): New fallback definition.
70917         (vasprintf): Test here whether the string length is > INT_MAX.
70918         * lib/vsnprintf.c: Include errno.h, limits.h.
70919         (EOVERFLOW): New fallback definition.
70920         (vsnprintf): Fix bug when generated string was too long for the buffer.
70921         Test here whether the string length is > INT_MAX.
70922
70923 2006-08-28  Bruno Haible  <bruno@clisp.org>
70924
70925         * lib/inttypes_.h (SCNX*): Remove definitions.
70926         Reported by Eric Blake.
70927
70928 2006-08-28  Bruno Haible  <bruno@clisp.org>
70929
70930         * lib/c-strstr.h: New file, from GNU gettext.
70931         * lib/c-strstr.c: New file, from GNU gettext.
70932
70933 2006-08-28  Bruno Haible  <bruno@clisp.org>
70934
70935         * gnulib-tool: Reorder some statements.
70936
70937 2006-08-28  Bruno Haible  <bruno@clisp.org>
70938
70939         * gnulib-tool: New option --makefile-name.
70940         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
70941         $makefile_name.
70942         (func_import): Write $makefile_name to the cache file, and read it from
70943         there unless explicitly specified. Use $makefile_name as file name
70944         instead of Makefile.am. Adjust the recommendations accordingly.
70945
70946 2006-08-28  Bruno Haible  <bruno@clisp.org>
70947
70948         * gnulib-tool (func_verify_module): Check against misapplying patch.
70949
70950 2006-08-28  Bruno Haible  <bruno@clisp.org>
70951
70952         * gnulib-tool (func_relativize, func_relconcat): New functions.
70953         Give an error if --local-dir is given with --update.
70954         Remove trailing slashes from $local_gnulib_dir.
70955         (func_import): Store the relativized $local_gnulib_dir in
70956         gnulib-cache.m4, and read it from there if not specified explicitly.
70957
70958 2006-08-28  Bruno Haible  <bruno@clisp.org>
70959
70960         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
70961         is the current directory. Respect also $local_gnulib_dir.
70962
70963 2006-08-28  Bruno Haible  <bruno@clisp.org>
70964             Simon Josefsson  <jas@extundo.com>
70965
70966         BeOS portability.
70967         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
70968
70969 2006-08-27  Jim Meyering  <jim@meyering.net>
70970
70971         * doc/visibility.texi: Remove duplicate word: "pointer".
70972
70973 2006-08-26  Bruno Haible  <bruno@clisp.org>
70974
70975         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
70976         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
70977         (Makefile.am): Create inttypes.h from inttypes_.h.
70978         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
70979
70980         * modules/imaxabs: New file.
70981
70982         * modules/imaxdiv: New file.
70983
70984 2006-08-26  Bruno Haible  <bruno@clisp.org>
70985
70986         * m4/inttypes.m4: New file.
70987         * m4/_inttypes_h.m4: Remove file.
70988         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
70989         PRI_MACROS_BROKEN.
70990         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
70991
70992         * m4/imaxabs.m4: New file.
70993
70994         * m4/imaxdiv.m4: New file.
70995
70996 2006-08-26  Bruno Haible  <bruno@clisp.org>
70997
70998         * lib/inttypes_.h: New file.
70999         * lib/inttypes.h: Remove file.
71000         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
71001
71002         * lib/imaxabs.c: New file.
71003
71004         * lib/imaxdiv.c: New file.
71005
71006 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
71007
71008         New config-h module, so that "make" output needn't be cluttered
71009         by -DHAVE_CONFIG_H.
71010         * MODULES.html.sh (Support for building libraries and executables):
71011         Add config-h.
71012         * modules/config-h: New file.
71013         * gnulib-tool (nl, sed_transform_lib_file): New vars.
71014         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
71015         the config-h module is used.
71016
71017         New configmake module, so that "make" output needn't be cluttered
71018         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
71019         * MODULES.html.sh (Support for building libraries and executables):
71020         Add configmake.
71021         * modules/configmake: New file.
71022
71023 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
71024
71025         * m4/config-h.m4: New file.
71026
71027 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
71028
71029         * config/srclist.txt: Add elisp-comp.
71030
71031 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
71032
71033         * MODULES.html.sh (Support for building libraries and executables):
71034         Add elisp-comp.
71035         * build-aux/elisp-comp: New file.
71036         * modules/elisp-comp: New file.
71037
71038 2006-08-24  Bruno Haible  <bruno@clisp.org>
71039
71040         * gnulib-tool (func_create_testdir): Use non-default values of
71041         sourcebase and m4base.
71042
71043 2006-08-24  Bruno Haible  <bruno@clisp.org>
71044
71045         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
71046         HTML structure.
71047
71048 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
71049
71050         * modules/openat (Depends-on): Add lchown.
71051
71052 2006-08-23  Bruno Haible  <bruno@clisp.org>
71053
71054         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
71055         of gl_LOCK_EARLY instead of gl_LOCK.
71056
71057 2006-08-23  Bruno Haible  <bruno@clisp.org>
71058
71059         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
71060         on OSF/1 to no.
71061         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
71062
71063 2006-08-23  Bruno Haible  <bruno@clisp.org>
71064
71065         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
71066         as unusable.
71067
71068         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
71069         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
71070         (gl_LOCK): New macro.
71071
71072 2006-08-22  Simon Josefsson  <jas@extundo.com>
71073
71074         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
71075         to md5 module.
71076
71077 2006-08-22  Simon Josefsson  <jas@extundo.com>
71078
71079         * MODULES.html.sh: Add "Support for maintaining and release
71080         projects".
71081
71082         * build-aux/gnupload: New file, from coreutils.
71083
71084 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
71085
71086         Avoid the need for AC_LIBSOURCES in m4 macros.
71087         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
71088         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
71089         * modules/check-version (EXTRA_DIST): Add check-version.h.
71090         * modules/crc (EXTRA_DIST): Add crc.h.
71091         * modules/des (EXTRA_DIST): Add des.h.
71092         * modules/gc (EXTRA_DIST): Add gc.h.
71093         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
71094         * modules/getline (EXTRA_DIST): Add getline.h.
71095         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
71096         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
71097         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
71098         * modules/md2 (EXTRA_DIST): Add md2.h.
71099         * modules/md4 (EXTRA_DIST): Add md4.h.
71100         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
71101         * modules/read-file (EXTRA_DIST): Add read-file.h.
71102         * modules/readline (EXTRA_DIST): Add readline.h.
71103         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
71104         rijndael-api-fst.h.
71105
71106 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
71107
71108         * m4/rijndael.m4 (gl_ARCFOUR):
71109         * m4/arctwo.m4 (gl_ARCTWO):
71110         * m4/check-version.m4 (gl_CHECK_VERSION):
71111         * m4/crc.m4 (gl_CRC):
71112         * m4/des.m4 (gl_DES):
71113         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
71114         * m4/gc.m4 (gl_GC):
71115         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
71116         * m4/getline.m4 (gl_FUNC_GETLINE):
71117         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
71118         * m4/hmac-md5.m4 (gl_HMAC_MD5):
71119         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
71120         * m4/md2.m4 (gl_MD2):
71121         * m4/md4.m4 (gl_MD4):
71122         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
71123         * m4/read-file.m4 (gl_FUNC_READ_FILE):
71124         * m4/readline.m4 (gl_FUNC_READLINE):
71125         * m4/rijndael.m4 (gl_RIJNDAEL):
71126         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
71127         to get the necessary .h files and whatnot.
71128
71129 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
71130
71131         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
71132         gnulib rather than the other way around.
71133         * config/srclistvars.sh (COREUTILS): Remove.
71134
71135 2006-08-22  Jim Meyering  <jim@meyering.net>
71136
71137         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
71138
71139         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
71140
71141 2006-08-22  Eric Blake  <ebb9@byu.net>
71142
71143         * modules/regexprops-generic: New file.
71144         * MODULES.html.sh (Support for building documentation): List it.
71145
71146 2006-08-22  Eric Blake  <ebb9@byu.net>
71147
71148         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
71149         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
71150         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
71151         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
71152
71153 2006-08-22  Bruno Haible  <bruno@clisp.org>
71154
71155         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
71156         and lib_LTLIBRARIES like the other lib_* variables.
71157
71158 2006-08-22  Bruno Haible  <bruno@clisp.org>
71159
71160         * build-aux/x-to-1.in: New file, from GNU gettext.
71161
71162 2006-08-22  Bruno Haible  <bruno@clisp.org>
71163
71164         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
71165         <utmpx.h> exists.
71166
71167 2006-08-22  Bruno Haible  <bruno@clisp.org>
71168
71169         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
71170         <utmpx.h> exists.
71171
71172 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
71173
71174         BeOS portability.
71175         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
71176         exist.
71177         Problem reported by Bruno Haible.
71178
71179 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
71180
71181         Avoid the need for AC_LIBSOURCES in m4 macros.
71182         * modules/acl (EXTRA_DIST): Add acl.h.
71183         * modules/argmatch (Files): Add m4/argmatch.m4.
71184         (configure.ac): Add gl_ARGMATCH.
71185         (EXTRA_DIST): Renamed from lib_SOURCES, for
71186         consistency with the other modules.  Remove argmatch.c.
71187         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
71188         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
71189         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
71190         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
71191         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
71192         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
71193         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
71194         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
71195         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
71196         * modules/closeout (EXTRA_DIST): Add closeout.h.
71197         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
71198         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
71199         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
71200         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
71201         dirname.h; remove basename.c and stripslash.c.
71202         * modules/exclude (EXTRA_DIST): Add exclude.h.
71203         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
71204         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
71205         * modules/file-type (EXTRA_DIST): Add file-type.h.
71206         * modules/filemode (EXTRA_DIST): Add filemode.h.
71207         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
71208         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
71209         * modules/fpending (EXTRA_DIST): Add __fpending.h.
71210         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
71211         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
71212         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
71213         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
71214         * modules/getdate (EXTRA_DIST): Add getdate.c.
71215         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
71216         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
71217         * modules/getpass (EXTRA_DIST): Add getpass.h.
71218         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
71219         * modules/group-member (EXTRA_DIST): Add group-member.h.
71220         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
71221         * modules/hash (EXTRA_DIST): Add hash.h.
71222         * modules/human (EXTRA_DIST): Add human.h.
71223         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
71224         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
71225         * modules/lchown (EXTRA_DIST): Add lchown.h.
71226         * modules/long-options (EXTRA_DIST): Add long-options.h.
71227         * modules/lstat (EXTRA_DIST): Add lstat.h.
71228         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
71229         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
71230         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
71231         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
71232         * modules/memxor (EXTRA_DIST): Add memxor.h.
71233         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
71234         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
71235         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
71236         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
71237         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
71238         * modules/physmem (EXTRA_DIST): Add physmem.h.
71239         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
71240         * modules/posixver (EXTRA_DIST): Add posixver.h.
71241         * modules/quote (EXTRA_DIST): Add quote.h.
71242         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
71243         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
71244         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
71245         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
71246         regex_internal.h regexec.c.
71247         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
71248         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
71249         * modules/same (EXTRA_DIST): Add same.h.
71250         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
71251         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
71252         * modules/savedir (EXTRA_DIST): Add savedir.h.
71253         * modules/sha1 (EXTRA_DIST): Add sha1.h.
71254         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
71255         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
71256         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
71257         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
71258         * modules/strdup (EXTRA_DIST): Add strdup.h.
71259         * modules/strftime (EXTRA_DIST): Add strftime.h.
71260         * modules/strndup (EXTRA_DIST): Add strndup.h.
71261         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
71262         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
71263         * modules/time_r (EXTRA_DIST): Add time_r.h.
71264         * modules/timespec (EXTRA_DIST): Add timespec.h.
71265         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
71266         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
71267         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
71268         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
71269         * modules/userspec (EXTRA_DIST): Add userspec.h.
71270         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
71271         * modules/utimens (EXTRA_DIST): Add utimens.h.
71272         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
71273         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
71274         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
71275         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
71276         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
71277         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
71278         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
71279         * modules/yesno (EXTRA_DIST): Add yesno.h.
71280
71281 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
71282
71283         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
71284
71285         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
71286         * m4/dev-ino.m4, same-inode.m4: Remove.
71287
71288         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
71289         * m4/acl.m4 (AC_FUNC_ACL):
71290         * m4/backupfile.m4 (gl_BACKUPFILE):
71291         * m4/c-strtod.m4 (gl_C99_STRTOLD):
71292         * m4/canon-host.m4 (gl_CANON_HOST):
71293         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
71294         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
71295         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
71296         * m4/cloexec.m4 (gl_CLOEXEC):
71297         * m4/close-stream.m4 (gl_CLOSE_STREAM):
71298         * m4/closeout.m4 (gl_CLOSEOUT):
71299         * m4/dirfd.m4 (gl_FUNC_DIRFD):
71300         * m4/dirname.m4 (gl_DIRNAME):
71301         * m4/exclude.m4 (gl_EXCLUDE):
71302         * m4/exitfail.m4 (gl_EXITFAIL):
71303         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
71304         * m4/file-type.m4 (gl_FILE_TYPE):
71305         * m4/filemode.m4 (gl_FILEMODE):
71306         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
71307         * m4/fpending.m4 (gl_FUNC_FPENDING):
71308         * m4/fprintftime.m4 (gl_FPRINTFTIME):
71309         * m4/fts.m4 (gl_FUNC_FTS):
71310         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
71311         * m4/getdate.m4 (gl_GETDATE):
71312         * m4/gethrxtime.m4 (gl_GETHRXTIME):
71313         * m4/getpagesize.m4 (gl_GETPAGESIZE):
71314         * m4/getpass.m4 (gl_FUNC_GETPASS):
71315         * m4/gettime.m4 (gl_GETTIME):
71316         * m4/getugroups.m4 (gl_GETUGROUPS):
71317         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
71318         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
71319         * m4/hard-locale.m4 (gl_HARD_LOCALE):
71320         * m4/hash.m4 (gl_HASH):
71321         * m4/idcache.m4 (gl_IDCACHE):
71322         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
71323         * m4/lchown.m4 (gl_FUNC_LCHOWN):
71324         * m4/long-options.m4 (gl_LONG_OPTIONS):
71325         * m4/lstat.m4 (gl_FUNC_LSTAT):
71326         * m4/md5.m4 (gl_MD5):
71327         * m4/memcasecmp.m4 (gl_MEMCASECMP):
71328         * m4/memcoll.m4 (gl_MEMCOLL):
71329         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
71330         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
71331         * m4/memxor.m4 (gl_MEMXOR):
71332         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
71333         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
71334         * m4/modechange.m4 (gl_MODECHANGE):
71335         * m4/mountlist.m4 (gl_MOUNTLIST):
71336         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
71337         * m4/openat.m4 (gl_FUNC_OPENAT):
71338         * m4/pathmax.m4 (gl_PATHMAX):
71339         * m4/physmem.m4 (gl_PHYSMEM):
71340         * m4/posixtm.m4 (gl_POSIXTM):
71341         * m4/posixver.m4 (gl_POSIXVER):
71342         * m4/quote.m4 (gl_QUOTE):
71343         * m4/quotearg.m4 (gl_QUOTEARG):
71344         * m4/readtokens.m4 (gl_READTOKENS):
71345         * m4/readutmp.m4 (gl_READUTMP):
71346         * m4/regex.m4 (gl_REGEX):
71347         * m4/safe-read.m4 (gl_SAFE_READ):
71348         * m4/safe-write.m4 (gl_SAFE_WRITE):
71349         * m4/same.m4 (gl_SAME):
71350         * m4/save-cwd.m4 (gl_SAVE_CWD):
71351         * m4/savedir.m4 (gl_SAVEDIR):
71352         * m4/settime.m4 (gl_SETTIME):
71353         * m4/sha1.m4 (gl_SHA1):
71354         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
71355         * m4/stat-macros.m4 (gl_STAT_MACROS):
71356         * m4/stat-time.m4 (gl_STAT_TIME):
71357         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
71358         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
71359         * m4/strdup.m4 (gl_FUNC_STRDUP):
71360         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
71361         * m4/strndup.m4 (gl_FUNC_STRNDUP):
71362         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
71363         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
71364         * m4/time_r.m4 (gl_TIME_R):
71365         * m4/timespec.m4 (gl_TIMESPEC):
71366         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
71367         * m4/unlinkdir.m4 (gl_UNLINKDIR):
71368         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
71369         * m4/userspec.m4 (gl_USERSPEC):
71370         * m4/utimecmp.m4 (gl_UTIMECMP):
71371         * m4/utimens.m4 (gl_UTIMENS):
71372         * m4/xalloc.m4 (gl_XALLOC):
71373         * m4/xgetcwd.m4 (gl_XGETCWD):
71374         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
71375         * m4/xreadlink.m4 (gl_XREADLINK):
71376         * m4/xstrtod.m4 (gl_XSTRTOD):
71377         * m4/yesno.m4 (gl_YESNO):
71378         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
71379         to get the necessary .h files and whatnot.
71380
71381 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
71382             Bruno Haible  <bruno@clisp.org>
71383
71384         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
71385         /bin/sh understanding of '!' conditional negation.
71386
71387 2006-08-21  Jim Meyering  <jim@meyering.net>
71388
71389         * modules/openat (Depends-on): Really alphabetize.
71390
71391         * modules/acl (Depends-on): Add error and quote.
71392
71393         * check-module (find_included_lib_files): Add at-func.c to the
71394         ok-to-include-more-than-once white list.
71395
71396         * modules/openat (Depends-on): Add lstat.  Alphabetize.
71397
71398 2006-08-21  Bruno Haible  <bruno@clisp.org>
71399
71400         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
71401         Emit a pkgdata_DATA variable only if some snippets add contents to it.
71402         Reported by Martin Lambers <marlam@marlam.de>.
71403
71404 2006-08-21  Bruno Haible  <bruno@clisp.org>
71405
71406         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
71407         specify an installation location, don't emit a noinst_LIBRARIES or
71408         noinst_LTLIBRARIES assignment.
71409
71410 2006-08-21  Bruno Haible  <bruno@clisp.org>
71411
71412         BeOS portability.
71413         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
71414         BeOS has mbrtowc() but no <wctype.h>.
71415
71416 2006-08-21  Bruno Haible  <bruno@clisp.org>
71417
71418         BeOS portability.
71419         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
71420         exist.
71421
71422 2006-08-21  Bruno Haible  <bruno@clisp.org>
71423
71424         BeOS portability.
71425         * lib/mbchar.h: Include <wctype.h> only if it exists.
71426
71427 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
71428
71429         Remove files that are no longer needed by their respective modules.
71430         * m4/obstack.m4: Remove.
71431         * m4/strerror_r.m4: Remove.
71432         * m4/uint32_t.m4: Remove.
71433         * m4/uintptr_t.m4: Remove.
71434         * m4/ullong_max.m4: Remove.
71435         * m4/xstrtoimax.m4: Remove.
71436         * m4/xstrtoumax.m4: Remove.
71437
71438         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
71439         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
71440         dependencies now capture this.
71441
71442         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
71443         Do not use AC_LIBSOURCES, since gnulib modules now do this.
71444         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
71445         * m4/human.m4 (gl_HUMAN): Likewise.
71446         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
71447         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
71448
71449         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
71450
71451         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
71452         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
71453         stdint.
71454         * m4/human.m4 (gl_HUMAN): Likewise.
71455         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
71456         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
71457         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
71458         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
71459         * m4/xstrtol (gl_XSTRTOL): Likewise.
71460
71461         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
71462         AC_TYPE_LONG_LONG_INT.
71463         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
71464         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
71465         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
71466         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
71467
71468         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
71469         on stdbool.
71470
71471         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
71472         (gl_PREREQ_XSTRTOUL): Remove.
71473
71474         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
71475
71476         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
71477         mode.
71478
71479 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
71480
71481         Add and change modules to make it easier for coreutils to use
71482         gnulib-tool.
71483         * modules/backupfile (Files): Remove m4/d-ino.m4.
71484         (Depends-on): Add d-ino.
71485         * modules/cycle-check (Depends-on): Add stdint.
71486         (lib_SOURCES): Add cycle-check.h.
71487         * modules/d-ino: New module.
71488         * modules/d-type: New module.
71489         * modules/error (Files): Remove m4/strerror_r.m4.
71490         * modules/filemode (Files): Add m4/st_dm_mode.m4.
71491         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
71492         m4/inttypes_h.m4, m4/uintmax_t.m4.
71493         (Depends-on): Add stdint.
71494         (lib_SOURCES): Add fsusage.h.
71495         * modules/getcwd (Files): Remove d-ino.m4.
71496         (Depends-on): Add d-ino.
71497         * modules/getndelim2 (Depends-on): Add stdint.
71498         * modules/glob (Files): Remove m4/d-type.m4.
71499         (Depends-on): Add d-type.
71500         * modules/host-os: New module.
71501         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
71502         m4/inttypes_h.m4, m4/uintmax_t.m4.
71503         * Depends-on: Add stdint.
71504         (lib_SOURCES): Add human.h.
71505         * modules/inttostr (Files): Remove m4/intmax_t.m4,
71506         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
71507         m4/uintmax_t.m4, m4/ulonglong.m4.
71508         (Depends-on): Add stdint.
71509         (EXTRA_DIST): Add inttostr.h.
71510         * modules/lchmod: New module.
71511         * modules/link-follow: New module.
71512         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
71513         (Depends-on): Add lchmod.
71514         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
71515         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
71516         (Depends-on): Add stdint.
71517         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
71518         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
71519         (Depends-on): Add stdint.
71520         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
71521         * modules/perl: New module.
71522         * modules/regex (Depends-on): Add stdint.
71523         * modules/rmdir-errno: New module.
71524         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
71525         m4/intmax_t.m4.
71526         (Depends-on): Add stdint.
71527         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
71528         m4/uintmax_t.m4.
71529         (Depends-on): Add stdint.
71530         * modules/unlink-busy: New module.
71531         * modules/utimecmp (Depends-on): Add stdint.
71532         * modules/uptime: New module.
71533         * modules/winsz-ioctl: New module.
71534         * modules/winsz-termios: New module.
71535         * modules/xnanosleep (Depends-on): Add nanosleep.
71536         * modules/ullong_max: Remove.
71537         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
71538         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
71539         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
71540         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
71541         (Depends-on): Add inttypes.
71542         (lib_SOURCES): Add xstrtol.h.
71543         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
71544         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
71545         * MODULES.html.sh: Move 'assert' into the assert section.
71546         Move 'dummy' into the linking section.
71547         Remove ullong_max.
71548         Add section for compatibility checks for POSIX:2001 functions,
71549         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
71550         winsz-ioctl, and winsz-termios into it.
71551         Add lchmod.
71552         Add top-level Misc section and put host-os, perl, and uptime
71553         into it.
71554
71555 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
71556
71557         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
71558         now assume the stdint module.  Do not include inttypes.h.
71559         * lib/fsusage.h: Likewise.
71560         * lib/getndelim2.c: Likewise.
71561         * lib/human.h: Likewise.
71562         * lib/inttostr.h: Likewise.
71563         * lib/obstack.c: Likewise.
71564         * lib/regex_internal.h: Likewise.
71565         * lib/tempname.c: Likewise.
71566         * lib/utimecmp.c: Likewise.
71567         * lib/xstrtol.h: Likewise.
71568
71569         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
71570
71571         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
71572         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
71573         * lib/xtime.h: Likewise.
71574
71575 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
71576
71577         * modules/openat (Files): Add lib/fchmodat.c.
71578         Fixes problem reported by Jay Youngman.
71579
71580 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
71581
71582         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
71583         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
71584
71585 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
71586             Bruno Haible  <bruno@clisp.org>
71587
71588         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
71589         and is a script that invokes bison. Tighten the code. Add comments.
71590
71591 2006-08-18  Jim Meyering  <jim@meyering.net>
71592
71593         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
71594         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
71595         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
71596         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
71597
71598 2006-08-18  Bruno Haible  <bruno@clisp.org>
71599
71600         * modules/bison-i18n: New file.
71601         * MODULES.html.sh (Internationalization functions): Add it.
71602
71603 2006-08-18  Bruno Haible  <bruno@clisp.org>
71604
71605         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
71606         sys/statvfs.h. When getmntinfo was found, check its declaration and
71607         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
71608
71609 2006-08-18  Bruno Haible  <bruno@clisp.org>
71610
71611         * m4/bison-i18n.m4: New file, from bison.
71612
71613 2006-08-18  Bruno Haible  <bruno@clisp.org>
71614
71615         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
71616         (ME_DUMMY): Treat "kernfs" as a dummy.
71617         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
71618
71619 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
71620
71621         Update from coreutils.
71622
71623         2006-08-15  Jim Meyering  <jim@meyering.net>
71624
71625         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
71626
71627         2006-01-17  Jim Meyering  <jim@meyering.net>
71628
71629         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
71630
71631         2006-01-11  Jim Meyering  <jim@meyering.net>
71632
71633         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
71634         Check for the lchmod function.
71635
71636 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
71637
71638         Update from coreutils.
71639
71640         * lib/__fpending.h: Add copyright notice.
71641         * lib/fprintftime.h: Likewise.
71642         * lib/savedir.c: Use (C) in copyright notice.
71643         * lib/savedir.h: Likewise.
71644
71645         2006-08-15  Jim Meyering  <jim@meyering.net>
71646
71647         * lib/at-func.c: New file, with the logic of all emulated at-functions.
71648         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
71649         in support of the EXPECTED_ERRNO macro.
71650         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
71651         definitions.  Instead, define the appropriate symbols and include
71652         "at-func.c".
71653         * lib/mkdirat.c (mkdirat): Likewise.
71654         * lib/fchmodat.c (fchmodat): Likewise.
71655         (ENOSYS): Remove definition.
71656         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
71657         it.  Don't include "unistd--.h" -- it wasn't ever used.
71658
71659         2006-01-17  Jim Meyering  <jim@meyering.net>
71660
71661         Rewrite fts.c not to change the current working directory,
71662         by using openat, fstatat, fdopendir, etc..
71663
71664         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
71665         (HAVE_OPENAT_SUPPORT): Define.
71666         [_LIBC] (fchdir): Don't undef or define; no longer used.
71667         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
71668         Now, this `function' always succeeds, and consumes its file descriptor
71669         parameter -- so callers must not close such FDs.  Update callers.
71670         (diropen_fd, opendirat, cwd_advance_fd): New functions.
71671         (diropen): Add parameter, SP.  Adjust all callers.
71672         Implement using diropen_fd, rather than open.
71673         (fts_open): Initialize new member, fts_cwd_fd.
71674         Remove fts_rft-setting code.
71675         (fts_close): Close fts_cwd_fd, if necessary.
71676         (__opendir2): Define in terms of opendir or opendirat,
71677         depending on whether the FST_NOCHDIR flag is set.
71678         (fts_build): Since fts_safe_changedir consumes its FD, and since
71679         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
71680         and close the dup'd file descriptor upon failure.
71681         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
71682         (fts_safe_changedir): Tweak semantics to reflect that this function
71683         now calls cwd_advance_fd and hence consumes its FD argument.
71684         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
71685         [struct FTS] (fts_rft): Remove now-unused member.
71686         [struct FTS] (fts_cycle.state): Improve comment.
71687
71688         * lib/openat.c (openat_needs_fchdir): New function.
71689         * lib/openat.h (openat_needs_fchdir): Declare it.
71690
71691 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
71692
71693         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
71694         Problem and fix reported by Pádraig Brady in
71695         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
71696
71697 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
71698
71699         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
71700
71701 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
71702
71703         * lib/memcoll.c (memcoll): Optimize for the common case where the
71704         arguments are bytewise equal.
71705
71706 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
71707
71708         * doc/regexprops-generic.texi: Add a copyright notice.
71709
71710 2006-08-15  Bruno Haible  <bruno@clisp.org>
71711
71712         * modules/tmpdir (License): Change to LGPL.
71713
71714 2006-08-15  Bruno Haible  <bruno@clisp.org>
71715
71716         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
71717         module.
71718
71719 2006-08-14  Simon Josefsson  <jas@extundo.com>
71720
71721         * config/srclist.txt: Add gnupload.
71722
71723 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
71724
71725         Change copyright notice from LGPL 2 to GPL 2, since that's the
71726         standard form used in the gnulib repository.
71727         * tests/test-lock.c: Likewise.
71728         * tests/test-stdint.c: Likewise.
71729         * tests/test-tls.c: Likewise.
71730
71731         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
71732         prelude-manager.  User shorter URLs for GNU projects, without '?'.
71733         Add copyright notice.
71734
71735         * check-module: Add copyright notice.  Output a copyright
71736         notice if "--version" is specified.
71737         * modules/COPYING: New file.
71738         * tests/test-getaddrinfo.c: Add copyright notice.
71739         * tests/test-verify.c: Likewise.
71740
71741 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
71742
71743         Change copyright notice from LGPL 2 to GPL 2, since that's the
71744         standard form used in the gnulib repository.
71745         * lib/lock.c: LGPL -> GPL.
71746         * lib/lock.h: Likewise.
71747         * lib/strnlen1.c: Likewise.
71748         * lib/strnlen1.h: Likewise.
71749         * lib/tls.c: Likewise.
71750         * lib/tls.h: Likewise.
71751         * lib/tmpdir.c: Likewise.
71752
71753         * lib/TODO: Remove; this belongs only in coreutils.
71754
71755 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
71756
71757         Add copyright notices to long-enough files that lack them, since
71758         otherwise the files aren't clearly free.  Use the same notice that
71759         getdate.texi already uses.
71760         * doc/alloca-opt.texi: Add copyright notice.
71761         * doc/alloca.texi: Likewise.
71762         * doc/ctime.texi: Likewise.
71763         * doc/functions.texi: Likewise.
71764         * doc/gcd.texi: Likewise.
71765         * doc/gnulib-tool.texi: Likewise.
71766         * doc/inet_ntoa.texi: Likewise.
71767         * doc/visibility.texi: Likewise.
71768
71769         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
71770         * doc/quote.texi: Add copyright notice.
71771
71772         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
71773         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
71774         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
71775         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
71776         is now obsolete, and give a pointer to the Sun list.
71777         Add copyright notice.
71778
71779 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
71780
71781         * config/srclistvars.sh: Add copyright notice.
71782
71783 2006-08-14  Eric Blake  <ebb9@byu.net>
71784
71785         Import the following change from libc:
71786
71787         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
71788
71789         Upstream bug 2997.
71790         * lib/misc/error.c: Add space between program name and message if file
71791         name is missing.
71792
71793 2006-08-12  Karl Berry  <karl@gnu.org>
71794
71795         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
71796         remove, these originate in gnulib now.
71797
71798 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
71799
71800         * doc/Makefile (standards.info standards.html standards.dvi):
71801         Also depend on make-stds.texi.
71802
71803 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
71804
71805         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
71806         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
71807
71808         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
71809         in wchar_t.  Problem reported by Eric Blake.
71810
71811         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
71812         LEN is smaller than SIZE.  Suggested by Bruno Haible.
71813         Also, help the compiler to keep LEN in a register.
71814
71815 2006-08-11  Eric Blake  <ebb9@byu.net>
71816
71817         * users.txt: Sort.  Add tar.
71818
71819 2006-08-11  Bruno Haible  <bruno@clisp.org>
71820
71821         * users.txt: New file.
71822
71823 2006-08-11  Bruno Haible  <bruno@clisp.org>
71824
71825         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
71826         before <wchar.h>. Needed for OSF/1 and BSD/OS.
71827
71828 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
71829
71830         * modules/snprintf (Depends-on): Remove minmax.
71831         (Maintainer): Add self and Bruno.
71832
71833 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
71834
71835         * lib/.cppi-disable: Add snprintf.h, socket_.h.
71836         * lib/snprintf.c: Include <errno.h> and <limits.h>.
71837         (EOVERFLOW): Define if the system does not.
71838         Do not include "minmax.h"; it wasn't used.
71839         (snprintf): Don't assume size_t promotes to an unsigned type.
71840         Fix bug when generated string was too long for the buffer: the
71841         buffer's contents are supposed to be the initial prefix of the
71842         output.  Don't assume vasnprintf returns EOVERFLOW if the size
71843         exceeds INT_MAX; do the check ourselves.
71844
71845         Import the following changes from libc:
71846
71847         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
71848
71849         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
71850         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
71851         set wc to the byte which couldn't be converted.
71852         (re_string_reconstruct): Don't clear valid_raw_len before calling
71853         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
71854         tip_context using re_string_context_at.
71855
71856         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
71857
71858         * lib/posix/regex.h: g++ still cannot handled [restrict].
71859
71860         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
71861
71862         * lib/posix/regex.h: Remove special handling for VMS.
71863
71864 2006-08-10  Jim Meyering  <jim@meyering.net>
71865
71866         * modules/same-inode: New module.
71867         * modules/dev-ino: New module.
71868         * modules/cycle-check: Depend on these modules, rather than simply
71869         including their .h files.
71870         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
71871         required via m4/cycle-check.m4.
71872         * modules/same: Depend on new same-inode module, rather than
71873         including same-inode.h.
71874         * modules/chdir-safer: New file.
71875
71876         * modules/chown (Depends-on): Add stat-macros.
71877
71878 2006-08-10  Jim Meyering  <jim@meyering.net>
71879
71880         * m4/cycle-check.m4: New file.
71881         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
71882         * m4/dev-ino.m4, m4/same-inode.m4: New files.
71883
71884 2006-08-10  Eric Blake  <ebb9@byu.net>
71885
71886         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
71887         in from original proposal.
71888
71889 2006-08-10  Eric Blake  <ebb9@byu.net>
71890         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
71891
71892         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
71893         namespace.
71894
71895 2006-08-10  Bruno Haible  <bruno@clisp.org>
71896
71897         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
71898         as well.
71899
71900 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
71901
71902         Sync from coreutils.
71903
71904         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
71905
71906         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
71907         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
71908
71909 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
71910
71911         * modules/restrict: Remove; no longer needed now that we assume
71912         Autoconf 2.59 or later.
71913         * MODULES.html.sh: Remove 'restrict'.
71914         * modules/argp (Depends-on): Remove 'restrict'.
71915         * modules/base64 (Depends-on): Likewise.
71916         * modules/gc (Depends-on): Likewise.
71917         * modules/getaddrinfo (Depends-on): Likewise.
71918         * modules/glob (Depends-on): Likewise.
71919         * modules/inet_ntop (Depends-on): Likewise.
71920         * modules/inet_pton (Depends-on): Likewise.
71921         * modules/memxor (Depends-on): Likewise.
71922         * modules/regex (Depends-on): Likewise.
71923         * modules/strtok_r (Depends-on): Likewise.
71924         * modules/time_r (Depends-on): Likewise.
71925
71926 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
71927
71928         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
71929         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
71930         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
71931         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
71932         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
71933         * m4/memxor.m4 (gl_MEMXOR): Likewise.
71934         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
71935         gl_C_RESTRICT replaced by AC_C_RESTRICT.
71936
71937         Merge from coreutils.
71938         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
71939         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
71940         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
71941         * m4/time_r.m4 (gl_TIME_R): Likewise.
71942
71943 2006-08-09  Karl Berry  <karl@gnu.org>
71944
71945         * config/srclist.txt: no more gettext-tools, per Bruno.
71946
71947 2006-08-08  Eric Blake  <ebb9@byu.net>
71948
71949         * modules/verror: New module.
71950         * MODULES.html.sh: Document it.
71951
71952 2006-08-08  Eric Blake  <ebb9@byu.net>
71953
71954         * lib/verror.h, lib/verror.c: New files.
71955
71956 2006-08-08  Eric Blake  <ebb9@byu.net>
71957
71958         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
71959         verror_at_line output complies with GNU Coding Standards even when
71960         file is NULL.
71961
71962 2006-08-07  Bruno Haible  <bruno@clisp.org>
71963
71964         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
71965         versions of AIX.
71966         Reported by Ralf Wildenhues.
71967
71968 2006-08-07  Bruno Haible  <bruno@clisp.org>
71969
71970         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
71971         in an AC_DEFUN. Needed so that the autoconf snippets can use
71972         AC_REQUIRE.
71973
71974 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
71975
71976         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
71977         Initialize pkgdata_DATA.
71978         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
71979         overriding it.
71980
71981 2006-08-06  Eric Blake  <ebb9@byu.net>
71982
71983         * lib/error.h: Fold in some upstream changes from glibc.
71984         * lib/error.c: Likewise.
71985
71986 2006-08-04  Bruno Haible  <bruno@clisp.org>
71987
71988         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
71989         Make the mostlyclean-local rule depend on mostlyclean-generic.
71990         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
71991
71992 2006-07-31  Bruno Haible  <bruno@clisp.org>
71993
71994         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
71995         <stdlib.h>, <string.h>.
71996
71997 2006-07-30  Bruno Haible  <bruno@clisp.org>
71998
71999         * modules/readlink (License): Change to LGPL.
72000
72001 2006-07-30  Bruno Haible  <bruno@clisp.org>
72002
72003         * modules/javaversion (Makefile.am): Distribute javaversion.java and
72004         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
72005         set PKGDATADIR to point to it.
72006
72007 2006-07-30  Bruno Haible  <bruno@clisp.org>
72008
72009         * modules/csharpexec (configure.ac): Comment out macro invocation.
72010         * modules/javaexec (configure.ac): Likewise.
72011         * modules/javacomp-script (configure.ac): Likewise.
72012
72013         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
72014
72015 2006-07-30  Bruno Haible  <bruno@clisp.org>
72016
72017         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
72018         linked-list.
72019
72020 2006-07-30  Bruno Haible  <bruno@clisp.org>
72021
72022         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
72023
72024 2006-07-30  Bruno Haible  <bruno@clisp.org>
72025
72026         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
72027         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
72028         get removed.
72029
72030 2006-07-29  Bruno Haible  <bruno@clisp.org>
72031
72032         Make it possible for gnulib-tool to work with locally modified or
72033         augmented gnulib repositories.
72034         * gnulib-tool (func_usage): Document --local-dir option.
72035         (local_gnulib_dir): New variable.
72036         Handle --local-dir option.
72037         (func_lookup_file): New function.
72038         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
72039         (func_get_description, func_get_filelist, func_get_description,
72040         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
72041         func_get_automake_snippet, func_get_include_directive,
72042         func_get_license, func_get_maintainer): Use func_lookup_file.
72043         (func_import, func_create_testdir): Use func_lookup_file.
72044
72045 2006-07-29  Bruno Haible  <bruno@clisp.org>
72046
72047         * modules/setenv (Depends-on): Add unistd.
72048
72049 2006-07-29  Bruno Haible  <bruno@clisp.org>
72050
72051         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
72052
72053 2006-07-29  Bruno Haible  <bruno@clisp.org>
72054
72055         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
72056
72057 2006-07-29  Bruno Haible  <bruno@clisp.org>
72058
72059         * gnulib-tool (import, update): If there is no Makefile.am, look at
72060         aclocal.m4, instead of bailing out.
72061
72062 2006-07-29  Bruno Haible  <bruno@clisp.org>
72063
72064         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
72065         Categorize the options by when they are useful.
72066
72067 2006-07-29  Bruno Haible  <bruno@clisp.org>
72068
72069         * gnulib-tool (func_usage): Document option --no-libtool.
72070         Handle option --no-libtool.
72071         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
72072         for changed semantics of $libtool variable.
72073         (func_import): Likewise. If libtool is not used, show this through
72074         an option --no-libtool.
72075         (func_create_testdir): Update.
72076
72077 2006-07-29  Bruno Haible  <bruno@clisp.org>
72078
72079         * gnulib-tool (func_import): Extend error message about missing
72080         --doc-base.
72081
72082 2006-07-29  Bruno Haible  <bruno@clisp.org>
72083
72084         * gnulib-tool (func_import): Don't create the $docbase directory if
72085         there is no file to store there.
72086
72087 2006-07-29  Bruno Haible  <bruno@clisp.org>
72088
72089         * gnulib-tool (autoconf_minversion): If a --dir option is given and
72090         relevant, look for configure.ac there, not in the current directory.
72091         Also use a simple search for AC_PREREQ, not "autoconf --trace".
72092
72093 2006-07-29  Bruno Haible  <bruno@clisp.org>
72094
72095         * gnulib-tool (SORT): New variable.
72096         (func_usage): Undocument --assume-autoconf option.
72097         Remove --assume-autoconf option handling.
72098         (autoconf_minversion): Determine from the contents of configure.ac.
72099         (func_import): Remove autoconf_minversion handling.
72100         Suggested by Eric Blake.
72101
72102 2006-07-29  Bruno Haible  <bruno@clisp.org>
72103
72104         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
72105
72106 2006-07-29  Bruno Haible  <bruno@clisp.org>
72107
72108         * config/srclist.txt (*setenv.[ch]): Remove rules.
72109
72110 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
72111
72112         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
72113
72114 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
72115
72116         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
72117         arpa/inet.h.
72118
72119 2006-07-28  Simon Josefsson  <jas@extundo.com>
72120
72121         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
72122         * modules/inet_pton (Depends-on): Likewise.
72123
72124 2006-07-28  Simon Josefsson  <jas@extundo.com>
72125
72126         * m4/netinet_in_h.m4: New file.
72127
72128 2006-07-28  Simon Josefsson  <jas@extundo.com>
72129
72130         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
72131         #include's.
72132
72133 2006-07-28  Simon Josefsson  <jas@extundo.com>
72134
72135         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
72136         #include's.
72137
72138 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
72139
72140         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
72141         setgid on directories only if they set these bits.
72142         * lib/modechange.h: Remove obsolete comment about masks.
72143
72144 2006-07-28  Eric Blake  <ebb9@byu.net>
72145
72146         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
72147         macro expansion.
72148
72149 2006-07-28  Bruno Haible  <bruno@clisp.org>
72150
72151         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
72152
72153 2006-07-28  Bruno Haible  <bruno@clisp.org>
72154
72155         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
72156
72157 2006-07-28  Bruno Haible  <bruno@clisp.org>
72158
72159         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
72160         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
72161         Define fallbacks.
72162         Avoids link error on FreeBSD 4.x.
72163         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
72164
72165         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
72166         encoding.
72167         * lib/mbswidth.c (iswcntrl): Likewise.
72168
72169 2006-07-27  Bruno Haible  <bruno@clisp.org>
72170
72171         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
72172         test.
72173
72174 2006-07-27  Bruno Haible  <bruno@clisp.org>
72175
72176         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
72177         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
72178         defined.
72179
72180 2006-07-26  Eric Blake  <ebb9@byu.net>
72181
72182         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
72183
72184 2006-07-26  Eric Blake  <ebb9@byu.net>
72185
72186         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
72187         like mingw that lack mkstemp.
72188         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
72189         avoid compilation warning on mingw.
72190
72191 2006-07-26  Bruno Haible  <bruno@clisp.org>
72192
72193         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
72194         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
72195         INT_FAST*_MIN, INTPTR_MIN.
72196
72197 2006-07-25  Bruno Haible  <bruno@clisp.org>
72198
72199         * modules/version-etc (Depends-on): Add stdarg.
72200
72201 2006-07-25  Bruno Haible  <bruno@clisp.org>
72202
72203         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
72204         complex commands.
72205
72206 2006-07-25  Bruno Haible  <bruno@clisp.org>
72207
72208         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
72209         defined in <stdarg.h> or config.h.
72210
72211 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
72212
72213         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
72214         (gl_STDIO_SAFER): Remove.
72215
72216 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
72217
72218         * MODULES.html.sh (File stream based Input/Output):
72219         Add fopen-safer, tmpfile-safer; remove stdio-safer.
72220         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
72221         * modules/fopen-safer, modules/tmpfile-safer: New files.
72222         * modules/stdio-safer: Remove.
72223
72224 2006-07-24  Bruno Haible  <bruno@clisp.org>
72225
72226         * modules/tmpdir: New file.
72227         * MODULES.html.sh (File system functions): Add it.
72228
72229 2006-07-24  Bruno Haible  <bruno@clisp.org>
72230
72231         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
72232         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
72233
72234 2006-07-24  Bruno Haible  <bruno@clisp.org>
72235
72236         * modules/clean-temp: New file.
72237
72238 2006-07-24  Bruno Haible  <bruno@clisp.org>
72239
72240         * m4/tmpdir.m4: New file, from GNU gettext.
72241
72242 2006-07-24  Bruno Haible  <bruno@clisp.org>
72243
72244         * lib/tmpdir.h: New file, from GNU gettext.
72245         * lib/tmpdir.c: New file, from GNU gettext.
72246
72247 2006-07-24  Bruno Haible  <bruno@clisp.org>
72248
72249         * lib/clean-temp.h: New file, from GNU gettext.
72250         * lib/clean-temp.c: New file, from GNU gettext.
72251
72252 2006-07-23  Eric Blake  <ebb9@byu.net>
72253
72254         * modules/stdio-safer (Files): Add tmpfile-safer.c.
72255         (Depends-on): Add binary-io.
72256
72257 2006-07-23  Eric Blake  <ebb9@byu.net>
72258
72259         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
72260
72261 2006-07-23  Eric Blake  <ebb9@byu.net>
72262
72263         * lib/tmpfile-safer.c: New file.
72264         * lib/stdio-safer.h (fopen_safer): Add prototype.
72265         * lib/stdio--.h (tmpfile): Make safer.
72266
72267 2006-07-23  Bruno Haible  <bruno@clisp.org>
72268
72269         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
72270         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
72271         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
72272         gl_linked_remove_at): Use it.
72273
72274 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
72275         and Simon Josefsson <jas@extundo.com>
72276
72277         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
72278
72279         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
72280
72281 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
72282
72283         * modules/close-stream: New file.
72284         * modules/closeout (Description): Make it clear that it exits
72285         with a diagnostic on error.
72286         (Depends-on): Add close-stream.  Remove fpending, stdbool.
72287         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
72288
72289 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
72290
72291         * m4/close-stream.m4: New file.
72292
72293 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
72294
72295         * lib/close-stream.c, lib/close-stream.h: New files.
72296
72297 2006-07-22  Bruno Haible  <bruno@clisp.org>
72298
72299         Merge from GNU gettext 0.15.
72300
72301         2006-05-01  Bruno Haible  <bruno@clisp.org>
72302
72303                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
72304
72305         2006-07-22  Bruno Haible  <bruno@clisp.org>
72306
72307                 * modules/javaversion: New file.
72308                 * MODULES.html.sh (Java): Add javaversion.
72309
72310         2006-03-12  Bruno Haible  <bruno@clisp.org>
72311
72312                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
72313
72314         2005-12-04  Bruno Haible  <bruno@clisp.org>
72315
72316                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
72317                 (untested).
72318
72319         2006-06-21  Bruno Haible  <bruno@clisp.org>
72320
72321                 Avoid warnings from recent versions of mcs.
72322                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
72323                 -o, -L, -r any more. Use options documented since mcs-1.0
72324                 instead. Similarly for -g.
72325
72326         2005-12-04  Bruno Haible  <bruno@clisp.org>
72327
72328                 * build-aux/csharpcomp.sh.in: Suffix for resources is
72329                 .resources, not .resource.
72330
72331         2005-07-09  Bruno Haible  <bruno@clisp.org>
72332
72333                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
72334                 add a .dll suffix.
72335                 Reported by Mark Junker <mjscod@gmx.de>.
72336
72337         2006-07-22  Bruno Haible  <bruno@clisp.org>
72338
72339                 * modules/gettext: Upgrade to gettext-0.15.
72340                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
72341                 m4/visibility.m4.
72342                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
72343
72344 2006-07-22  Bruno Haible  <bruno@clisp.org>
72345
72346         Merge from GNU gettext 0.15.
72347
72348         2006-03-25  Bruno Haible  <bruno@clisp.org>
72349
72350                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
72351
72352         2006-07-21  Bruno Haible  <bruno@clisp.org>
72353
72354                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
72355                 "1.1".
72356
72357         2006-05-09  Bruno Haible  <bruno@clisp.org>
72358
72359                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
72360                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
72361                 for the conftestver execution.
72362
72363         2006-05-01  Bruno Haible  <bruno@clisp.org>
72364
72365                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
72366                 optional target-version argument. Verify that the compiler
72367                 groks source of the specified source-version, or add -source
72368                 option as necessary. Verify that the compiler produces
72369                 bytecode in the specified target-version, or add -target and
72370                 -source options as necessary. Make the result of the test
72371                 available as variable CONF_JAVAC. Also log error output in
72372                 config.log.
72373
72374         2006-03-11  Bruno Haible  <bruno@clisp.org>
72375
72376                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
72377
72378         2006-05-09  Bruno Haible  <bruno@clisp.org>
72379
72380                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
72381                 CLASSPATH_SEPARATOR to a semicolon.
72382
72383         2006-03-12  Bruno Haible  <bruno@clisp.org>
72384
72385                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
72386                 available as variable CONF_JAVA, for subsequent autoconf
72387                 tests. Also log error output in config.log.
72388
72389         2006-07-19  Bruno Haible  <bruno@clisp.org>
72390
72391                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
72392                 that getline works on glibc2 systems. Needed to avoid trouble
72393                 in relocatable.c.
72394                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
72395
72396         2005-12-04  Bruno Haible  <bruno@clisp.org>
72397
72398                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
72399                 launcher (untested).
72400
72401         2005-12-04  Bruno Haible  <bruno@clisp.org>
72402
72403                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
72404
72405         2006-07-22  Bruno Haible  <bruno@clisp.org>
72406
72407                 * gettext.m4: Update from GNU gettext-0.15.
72408                 * nls.m4: Likewise.
72409                 * po.m4: Likewise.
72410                 * inttypes-pri.m4: Likewise.
72411                 * inttypes-h.m4: Renamed from inttypes.m4.
72412                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
72413
72414 2006-07-22  Bruno Haible  <bruno@clisp.org>
72415
72416         Merge from GNU gettext 0.15.
72417
72418         2005-07-05  Bruno Haible  <bruno@clisp.org>
72419
72420                 * printf-args.c (printf_fetchargs): Work around broken
72421                 definition of wint_t on mingw.
72422
72423         2005-02-12  Bruno Haible  <bruno@clisp.org>
72424
72425                 * xallocsa.h: Add extern "C" for C++.
72426
72427         2006-05-17  Bruno Haible  <bruno@clisp.org>
72428
72429                 Cygwin portability.
72430                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
72431
72432         2006-04-30  Bruno Haible  <bruno@clisp.org>
72433
72434                 * progreloc.c: Include <mach-o/dyld.h> if available.
72435                 (find_executable): Use _NSGetExecutablePath when possible.
72436
72437         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
72438
72439                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
72440                 function.
72441
72442         2005-12-29  Bruno Haible  <bruno@clisp.org>
72443
72444                 * progreloc.c (set_program_name_and_installdir): Fix
72445                 compilation error.
72446
72447         2005-12-04  Bruno Haible  <bruno@clisp.org>
72448
72449                 Cygwin portability.
72450                 * progreloc.c: Include <windows.h> also on Cygwin.
72451                 (find_executable): Add support for Cygwin.
72452                 (set_program_name_and_installdir): Handle also platforms with
72453                 nonempty EXEEXT.
72454
72455         2006-07-11  Bruno Haible  <bruno@clisp.org>
72456
72457                 * javacomp.c: Fix a comment.
72458                 Reported by Jim Meyering.
72459
72460         2006-04-30  Bruno Haible  <bruno@clisp.org>
72461
72462                 * javacomp.h (compile_java_class): Add source_version,
72463                 target_version arguments.
72464                 * javacomp.c: Rewritten to choose only a compiler that
72465                 respects the specified source_version and target_version.
72466
72467         2006-06-27  Bruno Haible  <bruno@clisp.org>
72468
72469                 Assume correct S_ISDIR macro.
72470                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
72471
72472         2006-07-22  Bruno Haible  <bruno@clisp.org>
72473
72474                 * javaversion.h: New file, from GNU gettext.
72475                 * javaversion.c: New file, from GNU gettext.
72476                 * javaversion.java: New file, from GNU gettext.
72477                 * javaversion.class: New file, from GNU gettext.
72478
72479         2006-05-17  Bruno Haible  <bruno@clisp.org>
72480
72481                 Cygwin portability.
72482                 * javaexec.c (execute_java_class): Test for jview program
72483                 also on Cygwin.
72484
72485         2006-04-09  Bruno Haible  <bruno@clisp.org>
72486
72487                 * fatal-signal.c: Don't include string.h.
72488                 (at_fatal_signal): Use a copying loop instead of memcpy.
72489
72490         2005-12-04  Bruno Haible  <bruno@clisp.org>
72491
72492                 * csharpexec.c: Add support for 'clix' launcher (untested).
72493                 (execute_csharp_using_sscli): New function.
72494                 (execute_csharp_program): Call it.
72495
72496         2006-06-21  Bruno Haible  <bruno@clisp.org>
72497
72498                 Avoid warnings from recent versions of mcs.
72499                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
72500                 -o, -L, -r any more. Use options documented since mcs-1.0
72501                 instead. Similarly for -g.
72502
72503         2005-07-09  Bruno Haible  <bruno@clisp.org>
72504
72505                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
72506                 add a .dll suffix.
72507                 Reported by Mark Junker <mjscod@gmx.de>.
72508
72509         2006-06-17  Bruno Haible  <bruno@clisp.org>
72510
72511                 * config.charset: Update for NetBSD 3.0.
72512
72513         2006-05-17  Bruno Haible  <bruno@clisp.org>
72514
72515                 Cygwin portability.
72516                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
72517
72518         2006-05-16  Bruno Haible  <bruno@clisp.org>
72519
72520                 * localcharset.c [CYGWIN]: Include <windows.h>.
72521                 (get_charset_aliases): For Cygwin, return the same CPxxx
72522                 aliases list as under WIN32.
72523                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
72524                 the environment variables. Fall back to GetACP().
72525
72526         2006-04-05  Bruno Haible  <bruno@clisp.org>
72527
72528                 * config.charset: Update Juan Manuel Guerrero's address.
72529
72530         2005-02-12  Bruno Haible  <bruno@clisp.org>
72531
72532                 * allocsa.h: Add extern "C" for C++.
72533
72534         2005-02-10  Bruno Haible  <bruno@clisp.org>
72535
72536                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
72537                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
72538
72539         2006-07-22  Bruno Haible  <bruno@clisp.org>
72540
72541                 * gettext.h: Update to GNU gettext-0.15.
72542
72543 2006-07-22  Bruno Haible  <bruno@clisp.org>
72544
72545         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
72546         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
72547         lib-prefix.m4, longdouble.m4, ssize_t.m4.
72548
72549 2006-07-21  Eric Blake  <ebb9@byu.net>
72550
72551         * modules/stdlib-safer: New file.
72552         * MODULES.html.sh (File stream based Input/Output): Add
72553         stdlib-safer.
72554
72555 2006-07-21  Eric Blake  <ebb9@byu.net>
72556
72557         * lib/stdlib-safer.h: New file from coreutils, required by
72558         stdlib--.h.
72559
72560 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
72561
72562         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
72563
72564 2006-07-20  Bruno Haible  <bruno@clisp.org>
72565
72566         * gnulib-tool: Recognize new option --assume-autoconf.
72567         (autoconf_minversion): New variable.
72568         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
72569
72570 2006-07-20  Bruno Haible  <bruno@clisp.org>
72571
72572         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
72573
72574 2006-07-19  Derek R. Price  <derek@ximbiot.com>
72575
72576         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
72577         Reindent and repaginate.
72578
72579 2006-07-19  Derek Price  <derek@ximbiot.com>
72580
72581         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
72582         Correct grammar.
72583
72584 2006-07-17  Bruno Haible  <bruno@clisp.org>
72585
72586         * modules/list: New file.
72587         * modules/array-list: New file.
72588         * modules/carray-list, modules/carray-list-tests: New files.
72589         * modules/linked-list, modules/linked-list-tests: New files.
72590         * modules/avltree-list, modules/avltree-list-tests: New files.
72591         * modules/rbtree-list, modules/rbtree-list-tests: New files.
72592         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
72593         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
72594         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
72595         * modules/oset: New file.
72596         * modules/array-oset: New file.
72597         * modules/avltree-oset, modules/avltree-oset-tests: New files.
72598         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
72599         * tests/test-carray_list.c: New file.
72600         * tests/test-linked_list.c: New file.
72601         * tests/test-avltree_list.c: New file.
72602         * tests/test-rbtree_list.c: New file.
72603         * tests/test-linkedhash_list.c: New file.
72604         * tests/test-avltreehash_list.c: New file.
72605         * tests/test-rbtreehash_list.c: New file.
72606         * tests/test-avltree_oset.c: New file.
72607         * tests/test-rbtree_oset.c: New file.
72608         * MODULES.html.sh (Container data structures): New section.
72609
72610 2006-07-17  Bruno Haible  <bruno@clisp.org>
72611
72612         * m4/gl_list.m4: New file.
72613
72614 2006-07-17  Bruno Haible  <bruno@clisp.org>
72615
72616         * lib/gl_list.h: New file.
72617         * lib/gl_list.c: New file.
72618         * lib/gl_array_list.h: New file.
72619         * lib/gl_array_list.c: New file.
72620         * lib/gl_carray_list.h: New file.
72621         * lib/gl_carray_list.c: New file.
72622         * lib/gl_linked_list.h: New file.
72623         * lib/gl_linked_list.c: New file.
72624         * lib/gl_anylinked_list1.h: New file.
72625         * lib/gl_anylinked_list2.h: New file.
72626         * lib/gl_avltree_list.h: New file.
72627         * lib/gl_avltree_list.c: New file.
72628         * lib/gl_anyavltree_list1.h: New file.
72629         * lib/gl_anyavltree_list2.h: New file.
72630         * lib/gl_rbtree_list.h: New file.
72631         * lib/gl_rbtree_list.c: New file.
72632         * lib/gl_anyrbtree_list1.h: New file.
72633         * lib/gl_anyrbtree_list2.h: New file.
72634         * lib/gl_anytree_list1.h: New file.
72635         * lib/gl_anytree_list2.h: New file.
72636         * lib/gl_linkedhash_list.h: New file.
72637         * lib/gl_linkedhash_list.c: New file.
72638         * lib/gl_anyhash_list1.h: New file.
72639         * lib/gl_anyhash_list2.h: New file.
72640         * lib/gl_avltreehash_list.h: New file.
72641         * lib/gl_avltreehash_list.c: New file.
72642         * lib/gl_rbtreehash_list.h: New file.
72643         * lib/gl_rbtreehash_list.c: New file.
72644         * lib/gl_anytreehash_list1.h: New file.
72645         * lib/gl_anytreehash_list2.h: New file.
72646
72647         * lib/gl_oset.h: New file.
72648         * lib/gl_oset.c: New file.
72649         * lib/gl_array_oset.h: New file.
72650         * lib/gl_array_oset.c: New file.
72651         * lib/gl_avltree_oset.h: New file.
72652         * lib/gl_avltree_oset.c: New file.
72653         * lib/gl_rbtree_oset.h: New file.
72654         * lib/gl_rbtree_oset.c: New file.
72655         * lib/gl_anytree_oset.h: New file.
72656
72657 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
72658
72659         * m4/mkancesdirs.m4: New file.
72660         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
72661         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
72662         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
72663         it.
72664
72665 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
72666
72667         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
72668         * lib/mkancesdirs.h: New files.
72669         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
72670         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
72671         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
72672         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
72673         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
72674         callers changed.  Revamp internals significantly, by not
72675         attempting to create directories that are temporarily more
72676         permissive than the final results.  Do not attempt to use
72677         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
72678         This removes some race conditions, fixes some bugs, and simplifies
72679         things.  Use new dirchownmod function to do owner and mode changes.
72680         * lib/mkdir-p.h: Likewise.
72681         * lib/modechange.c (octal_to_mode): New function.
72682         (struct mode_change): New member mentioned.
72683         (make_node_op_equals): New arg mentioned.  All callers changed.
72684         (mode_compile): Keep track of which mode bits the user has explicitly
72685         mentioned.
72686         (mode_adjust): New arg DIR, so that we implement the X op correctly.
72687         New arg PMODE_BITS, to keep track of which mode bits the user
72688         mentioned; it treats S_ISUID and S_ISGID speciall.
72689         All callers changed.
72690         * lib/modechange.h: Likewise.
72691
72692 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
72693
72694         * MODULES.html.sh: Add mkancestors.
72695         * modules/mkancesdirs: New module.
72696         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
72697         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
72698         The chdir-safer and afs files are now orphans; I'll remove them
72699         unless someone speaks up.
72700         Add lib/dirchownmod.c, lib/dirchownmod.h.
72701         (Depends-on): Remove alloca, chown, save-cwd, dirname.
72702         Add lchown, mkancesdirs.
72703         (Maintainer): Add self.
72704
72705 2006-07-15  Karl Berry  <karl@gnu.org>
72706
72707         * gnulib-tool: help message wording/arrangement.
72708
72709 2006-07-14  Simon Josefsson  <jas@extundo.com>
72710
72711         * doc/gnulib.texi (Libtool and Windows): New section.
72712
72713 2006-07-12  Simon Josefsson  <jas@extundo.com>
72714
72715         * modules/gendocs (License): Fix license, approved by Karl.
72716
72717 2006-07-12  Eric Blake  <ebb9@byu.net>
72718
72719         * MODULES.html.sh: Add gendocs.
72720
72721 2006-07-11  Eric Blake  <ebb9@byu.net>
72722
72723         * modules/fdl: New module, to install doc/fdl.texi.
72724         * MODULES.html.sh: Add new section for documentation modules.
72725         * gnulib-tool: Avoid space-tab.
72726         (--doc-base): New option, to manage files from doc.
72727
72728 2006-07-11  Eric Blake  <ebb9@byu.net>
72729
72730         * m4/absolute-header.m4: Fix comments to match recent change.
72731
72732 2006-07-11  Eric Blake  <ebb9@byu.net>
72733
72734         * gnulib-tool: List --doc-base before --tests-base.
72735
72736 2006-07-11  Derek R. Price  <derek@ximbiot.com>
72737
72738         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
72739
72740 2006-07-11  Bruno Haible  <bruno@clisp.org>
72741
72742         * README: Mention where to put documentation.
72743
72744 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
72745
72746         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
72747
72748 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
72749
72750         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
72751         to stdint.m4.
72752
72753 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
72754
72755         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
72756         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
72757         "no/such/file/stdint.h" when there is no such file, so that
72758         the resulting C code can be parsed by dodgy compilers.
72759         Problems reported by Bob Proulx.
72760
72761 2006-07-10  Derek R. Price  <derek@ximbiot.com>
72762
72763         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
72764         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
72765         macros into the GNU _D_EXACT_NAMLEN.
72766         * lib/savedir.c:  Likewise.
72767         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
72768
72769 2006-07-10  Derek R. Price  <derek@ximbiot.com>
72770         and Paul Eggert  <eggert@cs.ucla.edu>
72771
72772         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
72773         * m4/savedir.m4:
72774         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
72775         macros into the GNU _D_EXACT_NAMLEN.
72776
72777 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
72778
72779         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
72780         around the absolute name, to work around a problem with the HP-UX
72781         11.23 native C compiler, reported by Bob Proulx.
72782
72783 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
72784
72785         * doc/maintain.texi, make-stds.texi: Sync from
72786         <http://savannah.gnu.org/projects/gnustandards>.
72787
72788 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
72789
72790         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
72791
72792 2006-07-09  Jim Meyering  <jim@meyering.net>
72793
72794         * m4/glob.m4: Remove a doubled word in a comment.
72795
72796 2006-07-09  Jim Meyering  <jim@meyering.net>
72797
72798         * lib/argp-pv.c: Remove a doubled word in a comment.
72799         * lib/check-version.c (check_version): Likewise.
72800         * lib/javacomp.c (compile_java_class): Likewise.
72801
72802 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
72803
72804         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
72805         for the benefit of people using Autoconf 2.60.  If you want to
72806         support older Autoconf versions you can copy m4/onceonly_2_57.m4
72807         (or m4/onceonly.m4, if pre-2.57) manually.
72808
72809 2006-07-08  Jim Meyering  <jim@meyering.net>
72810
72811         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
72812         comment.
72813         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
72814         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
72815         comment.
72816
72817 2006-07-08  Jim Meyering  <jim@meyering.net>
72818
72819         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
72820
72821 2006-07-07  Simon Josefsson  <jas@extundo.com>
72822
72823         * tests/test-crc.c: Change expected crc value, the test vector
72824         were probably computed using the old broken crc.c?
72825
72826 2006-07-06  Simon Josefsson  <jas@extundo.com>
72827
72828         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
72829         now the canonical place for the M4 file).
72830
72831         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
72832         from the sys_socket dependency now.
72833
72834         * modules/inet_pton (Files): Ditto.
72835
72836         * modules/inet_ntop (Files): Ditto.
72837
72838 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
72839
72840         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
72841         not gl_PREREQ_GETUSERSHELL.
72842
72843 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
72844
72845         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
72846         with only one argument, for Autoconf 2.60.
72847         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
72848         expand to nothing, so add a shell command to avoid syntax error.
72849         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
72850
72851 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
72852
72853         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
72854
72855 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
72856
72857         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
72858         no longer needed.  Check for isblank decl.
72859         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
72860         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
72861         of existence.
72862
72863 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
72864
72865         * lib/getloadavg.c: Use __VMS, not VMS.
72866         * lib/getopt.c: Likewise.
72867         * lib/getpagesize.h: Likewise.
72868         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
72869         and probably does not work.
72870
72871 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
72872
72873         * lib/.cppi-disable: Add wcwidth.
72874         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
72875         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
72876         (ISGRAPH): Remove.  All uses changed to isgraph.
72877         (FOLD) [!defined _LIBC]: Remove special case.
72878         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
72879         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
72880         HAVE_ISBLANK.
72881         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
72882         case.
72883
72884 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
72885
72886         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
72887         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
72888         brackets.  Other minor changes to suppress some compiler
72889         warnings.
72890
72891 2006-07-06  Derek R. Price  <derek@ximbiot.com>
72892         and Paul Eggert  <eggert@cs.ucla.edu>
72893
72894         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
72895         of invoking obsolescent AC_HEADER_DIRENT macro.
72896         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
72897         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
72898         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
72899         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
72900         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
72901         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
72902         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
72903         * m4/readdir.m4: Remove; no longer needed.
72904
72905 2006-07-06  Derek R. Price  <derek@ximbiot.com>
72906         and Paul Eggert  <eggert@cs.ucla.edu>
72907
72908         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
72909         Don't worry about this obsolete case any more.
72910         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
72911         directories.
72912         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
72913         worry about this obsolete case any more.
72914         * lib/fts.c: Likewise.
72915         * lib/getcwd.c: Likewise.
72916         * lib/glob.h: Likewise.
72917         * lib/savedir.c: Likewise.
72918
72919 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
72920
72921         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
72922         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
72923         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
72924         needed.
72925         All uses removed.
72926         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
72927         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
72928         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
72929         needed.
72930         * m4/getdate.m4 (gl_GETDATE): Likewise.
72931         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
72932         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
72933         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
72934         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
72935         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
72936         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
72937         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
72938         needed.
72939
72940 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
72941
72942         * lib/memcasecmp.c: Include <limits.h>.
72943         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
72944         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
72945         Don't assume isdigit succeeds only on '0' through '9'.
72946
72947 2006-07-05  Eric Blake  <ebb9@byu.net>
72948
72949         * modules/getaddrinfo (Depends-on): Add snprintf.
72950
72951 2006-07-05  Eric Blake  <ebb9@byu.net>
72952
72953         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
72954         to avoid 'header present but could not be compiled' on cygwin.
72955
72956 2006-07-05  Eric Blake  <ebb9@byu.net>
72957
72958         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
72959         missing from netdb.h.
72960         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
72961
72962 2006-07-05  Derek R. Price  <derek@ximbiot.com>
72963
72964         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
72965         no longer needed.
72966         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
72967         * m4/getdate.m4 (gl_GETDATE): Likewise.
72968         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
72969         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
72970         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
72971         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
72972         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
72973
72974 2006-07-05  Derek R. Price  <derek@ximbiot.com>
72975
72976         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
72977         All uses of is_space replaced by isspace.
72978         * lib/exit.h: Don't talk about STDC_HEADERS.
72979         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
72980         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
72981         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
72982         replaced by isprint etc.
72983         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
72984         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
72985         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
72986         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
72987         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
72988         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
72989
72990 2006-07-05  Bruno Haible  <bruno@clisp.org>
72991
72992         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
72993         the function exists, before testing against AIX.
72994         Reported by Martin Lambers <marlam@marlam.de>.
72995
72996 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
72997
72998         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
72999         From Mark D. Baushke.
73000
73001 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
73002
73003         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
73004         to the absolute name, not just one, to bypass Sun C 5.8's
73005         "warning: #include of /usr/include/... may be non-portable".
73006
73007 2006-07-04  Eric Blake  <ebb9@byu.net>
73008
73009         * modules/dirname-tests: New test module.
73010         * tests/test-dirname.c: New file, replacing dirname.c
73011         TEST_DIRNAME section that was recently deleted.
73012
73013 2006-07-04  Bruno Haible  <bruno@clisp.org>
73014
73015         Assume ANSI C header files and <ctype.h> functions.
73016         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
73017         (mbsnwidth): Use isprint, iscntrl instead.
73018
73019 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
73020
73021         Merge from coreutils.
73022         * MODULES.html.sh: Add xstrtold.
73023         * modules/xstrtold: New file.
73024         * modules/cycle-check (Files): Add lib/same-inode.h.
73025         * modules/dirname (Files): Add m4/double-slash-root.m4.
73026         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
73027         * modules/mkdir-p (Files): Add lib/same-inode.h.
73028         * modules/same (Files): Add lib/same-inode.h.
73029
73030 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
73031
73032         * m4/absolute-header.m4: Renamed from full-header-path.m4.
73033         This is to keep the terminology clean; POSIX talks about
73034         "absolute pathnames", not "full pathnames", but the GNU
73035         Coding Standards say to use "path" for something else;
73036         so use "absolute" to keep both sides happy.
73037         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
73038         Set gl_absolute_header, not gl_full_header_path.
73039         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
73040         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
73041         All uses changed.
73042
73043         Merge from coreutils.
73044
73045         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
73046
73047         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
73048         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
73049         want to require the building of c-strtod.o.
73050         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
73051         needs -lm directly.
73052         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
73053
73054         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
73055
73056         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
73057         --as-needed option if available.  Problem reported by Albert Chin in
73058         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
73059         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
73060         cc merely issues a bunch of annoying warnings for --as-needed
73061         (this problem was reported by Bob Proulx).  Also, try linking with
73062         -lm to detect a bug in binutils 2.16 (this problem was reported
73063         by Ralf Wildenhues).
73064
73065         2006-06-18  Jim Meyering  <jim@meyering.net>
73066
73067         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
73068         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
73069         macro.
73070         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
73071         also check for glibc-2.4's abort-inducing bug.
73072
73073         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
73074         Low-probability clean-up should be to use rmdir to get rid of
73075         the just-created directory, not unlink.
73076
73077         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
73078         configure fail, and request a bug report to inform us about it.
73079         Add a comment that, barring reports to the contrary, in 2007 we'll
73080         assume ftruncate is universally available.
73081
73082         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
73083
73084         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
73085
73086         2006-03-12  Jim Meyering  <jim@meyering.net>
73087
73088         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
73089         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
73090         * m4/same.m4 (gl_SAME): Likewise.
73091         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
73092
73093         2006-03-11  Eric Blake  <ebb9@byu.net>
73094
73095         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
73096         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
73097         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
73098         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
73099
73100 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
73101
73102         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
73103         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
73104         reported by Mark D. Baushke, one in
73105         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
73106
73107         Merge from coreutils.
73108
73109         * lib/.cppi-disable: Add stdint_.h.
73110         * lib/.cvsignore: Add stdint.h.
73111
73112         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
73113
73114         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
73115         both double and long double versions.
73116         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
73117         * lib/xstrtold.c: New file.
73118         * lib/xstrtod.h (xstrtold): New decl.
73119
73120         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
73121
73122         * lib/filemode.c (setst): Remove.
73123         (strmode): Rewrite to avoid setst.  This makes the code shorter,
73124         (arguably) clearer, and the generated code is a bit smaller on my
73125         Debian GNU/Linux stable x86 host.
73126
73127         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
73128
73129         * lib/filemode.c: Include "filemode.h" first, to test the interface.
73130         Assume that filemode.h includes sys/types.h and sys/stat.h.
73131         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
73132         (ftypelet): Reorder to put common cases first, for efficiency.
73133         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
73134         to do 'M'.
73135         (strmode): Renamed from mode_string, and now stores 12 bytes instead
73136         of 10, for compatibility with FreeBSD.  All callers changed.
73137         (filemodestring): Now stores 12 bytes instead of 10, and sets file
73138         types that can't be deduced solely from st_mode.  First arg is now a
73139         const pointer.
73140         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
73141         (strmode): Renamed from mode_string.
73142         (filemodestring): New decl.
73143         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
73144         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
73145         needed.
73146         (S_ISPORT, S_ISWHT): New macros, if not already defined.
73147
73148         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
73149
73150         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
73151         fsusage.h now does that.  Include fsusage.h first, to test interface.
73152         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
73153         at most one method (the old code could have generated decls that
73154         didn't conform to C89, not that this was ever exercised).
73155         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
73156
73157         2006-03-19  Jim Meyering  <jim@meyering.net>
73158
73159         Work even in a chroot where d_ino values for entries in "/"
73160         don't match the stat.st_ino values for the same names.
73161         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
73162         number, iterate through all entries again, using lstat instead.
73163         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
73164         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
73165
73166         * lib/getcwd.c (__getcwd): Clarify a comment.
73167         Use memcpy in place of a call to strcpy.
73168
73169         2006-03-12  Jim Meyering  <jim@meyering.net>
73170
73171         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
73172         matches that of the current directory (which we're about to chdir ".."
73173         out of), then save the dev-ino of the parent, instead.
73174
73175         * lib/same-inode.h (SAME_INODE): New file/macro.
73176         * lib/chdir-safer.c (SAME_INODE): Remove definition.
73177         Include "same-inode.h", instead.
73178         * lib/same.c: Likewise.
73179         * lib/cycle-check.h: Include "same-inode.h".
73180         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
73181         * lib/cycle-check.c (SAME_INODE): Remove definition.
73182         * lib/root-dev-ino.h: Include "same-inode.h".
73183
73184         2006-03-11  Eric Blake  <ebb9@byu.net>
73185
73186         * lib/same.c (same_name): s/base_name/last_component/
73187         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
73188         * lib/filenamecat.c (file_name_concat): Likewise.
73189
73190         2006-03-11  Eric Blake  <ebb9@byu.net>,
73191                     Paul Eggert  <eggert@cs.ucla.edu>
73192
73193         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
73194         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
73195         drive prefix.
73196         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
73197         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
73198         (last_component): New method.
73199         * lib/dirname.c (dir_len): Determine when drive letters need a
73200         subsequent slash.  Preserve // when it is special.
73201         (dir_name): Don't append dot when drive letter is absolute.
73202         [TEST_DIRNAME]: Move into a full-blown gnulib test.
73203         * lib/basename.c (base_name): New semantics - malloc the result.
73204         Preserve // when it is special.  Preserve relative files that look
73205         like drive letters.
73206         (base_len): Preserve // when it is special.
73207         (last_component): New method, similar to old base_name semantics.
73208         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
73209         base_name.  Strip redundant slashes from ///.
73210
73211 2006-07-03  Jim Meyering  <jim@meyering.net>
73212
73213         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
73214         macro is used before the first cycle_check call.
73215
73216 2006-07-03  Eric Blake  <ebb9@byu.net>
73217
73218         * modules/dirname (Depends-on): Add xstrndup.
73219
73220 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
73221
73222         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
73223         test cases, so that config.log is a bit easier to follow.
73224
73225 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
73226
73227         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
73228         both are 64 bits, since this seems to be the tradition, and this
73229         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
73230         we ever run into a host that prefers long long to long in this
73231         case, we'll need another configure-time test.  Problem reported by
73232         Jim Meyering.
73233
73234 2006-07-02  Eric Blake  <ebb9@byu.net>
73235
73236         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
73237
73238 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
73239
73240         * modules/inttypes (Depends-on): No longer depends on stdint.
73241         * modules/stdint (Description): Say more about assumptions.
73242         Say that the fast types might differ.  Say macros are used.
73243         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
73244         (Makefile.am): Revise list of substituted symbols to match
73245         new stdint.m4.
73246         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
73247         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
73248         * tests/test-stdint.c (verify_same_types)
73249         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
73250         the code conforms to C99/C89.
73251         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
73252         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
73253
73254 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
73255
73256         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
73257         but fix a bug, by requiring at least 64 bits.
73258         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
73259         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
73260         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
73261         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
73262
73263         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
73264         changes.  Make 2.59 a prerequisite.  Check and substitute for
73265         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
73266         inttypes.h.  Do not use special include files; just use the
73267         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
73268         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
73269         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
73270         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
73271         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
73272         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
73273         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
73274         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
73275         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
73276         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
73277         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
73278         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
73279         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
73280         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
73281         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
73282         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
73283         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
73284         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
73285         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
73286         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
73287         WINT_MAX.  Check for C99 conformance more strictly, by detecting
73288         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
73289         not check for things that C99 does not require, e.g., int8_t.  If
73290         a test isn't needed unless <stdint.h> isn't working, and is
73291         unlikely to be needed for any other reason, then don't do it
73292         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
73293         size_t, since we assume C89 freestanding at least.  Do not check
73294         for sig_atomic_t, wchar_t, or wint_t, since the code now does
73295         the right thing even if the types are not defined.  Instead use:
73296         (gl_STDINT_TYPE_PROPERTIES): New macro.
73297         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
73298         testing whether <sys/types.h> clashes, as Autoconf does this for
73299         us now.  All uses removed.
73300         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
73301         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
73302         (gl_CHECK_TYPE_SAME):
73303         Remove; no longer needed.
73304         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
73305         exists, since we'll return 0 anyway in that case.
73306         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
73307
73308 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
73309
73310         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
73311         possible collision with system files.
73312         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
73313         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
73314         WCHAR_MIN and WCHAR_MAX in this case.
73315         (<stddef.h>): Do not include; no longer needed.
73316         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
73317         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
73318         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
73319         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
73320         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
73321         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
73322         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
73323         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
73324         !defined(__c99))]: Include in this case too, since it's harmless
73325         now.
73326         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
73327         dangerous to do so.
73328         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
73329         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
73330         (_STDINT_MIN, _STDINT_MAX): New macros.
73331         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
73332         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
73333         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
73334         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
73335         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
73336         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
73337         macros, not typedefs; this simplifies things quite a bit.
73338         Use long int for all types narrower than int64_t.
73339         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
73340         Define in terms of long long int or int64_t or long int,
73341         not int64_t or int32_t.  This saves some compile-time testing.
73342         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
73343         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
73344         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
73345         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
73346         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
73347         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
73348         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
73349         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
73350         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
73351         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
73352         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
73353         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
73354         undef any previous version and define our own version, for
73355         simplicity and consistency with the new macros for types.
73356         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
73357         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
73358         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
73359         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
73360         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
73361         @WINT_T_SUFFIX@ to keep things simple here.
73362         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
73363         Simplify by assuming typical 8/16/32/64 host, since we're
73364         already doing that elsewhere anyway.
73365         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
73366         and assume long long int is 64 bits if available.  This
73367         speeds up 'configure'.
73368
73369 2006-07-01  Eric Blake  <ebb9@byu.net>
73370
73371         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
73372         Reported by Andreas Buening.
73373
73374 2006-07-01  Eric Blake  <ebb9@byu.net>
73375
73376         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
73377
73378 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
73379
73380         * lib/getaddrinfo.c: fixed typo
73381
73382 2006-06-29  Jim Meyering  <jim@meyering.net>
73383
73384         * modules/strftime (Maintainer): Add my name, since with the
73385         FPRINTFTIME changes strftime.c has forked from glibc.
73386
73387 2006-06-29  Eric Blake  <ebb9@byu.net>
73388
73389         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
73390
73391 2006-06-29  Eric Blake  <ebb9@byu.net>
73392
73393         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
73394
73395 2006-06-29  Eric Blake  <ebb9@byu.net>
73396
73397         * lib/stat_.h: New file.
73398
73399 2006-06-29  Eric Blake  <ebb9@byu.net>
73400
73401         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
73402         unused static function.
73403
73404 2006-06-29  Eric Blake  <ebb9@byu.net>
73405
73406         * doc/functions.texi (Function Portability): Document missing lstat
73407         on mingw.
73408
73409 2006-06-29  Eric Blake  <ebb9@byu.net>
73410
73411         * MODULES.html.sh: Add sys_stat.
73412         * modules/sys_stat: New module.
73413         * modules/mkstemp (Depends-on): Add sys_stat.
73414
73415 2006-06-29  Derek R. Price  <derek@ximbiot.com>
73416
73417         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
73418
73419 2006-06-29  Derek R. Price  <derek@ximbiot.com>
73420
73421         * m4/c-bs-a.m4: Removed.
73422
73423 2006-06-29  Derek R. Price  <derek@ximbiot.com>
73424
73425         * lib/strftime.c: Assume strftime() exists.
73426
73427 2006-06-29  Derek Price  <derek@ximbiot.com>
73428
73429         * modules/c-bs-a: Removed - \a is C89.
73430         * MODULES.html.sh: Remove c-bs-a.
73431
73432 2006-06-29  Bruno Haible  <bruno@clisp.org>
73433
73434         * modules/wcwidth (License): Change to LGPL.
73435
73436 2006-06-28  Simon Josefsson  <jas@extundo.com>
73437
73438         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
73439         on _WIN32.
73440
73441         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
73442         getnameinfo.
73443
73444 2006-06-28  Simon Josefsson  <jas@extundo.com>
73445
73446         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
73447
73448 2006-06-28  Simon Josefsson  <jas@extundo.com>
73449
73450         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
73451         functions there.  It will succeed on Windows XP, but on Windows
73452         2000 and (presumably) earlier, it will fail, and use the internal
73453         re-implementation.
73454         (use_win32_p): New function.
73455         (getaddrinfo): Use strtoul on servname, to support numeric ports.
73456         Support AI_NUMERICSERV to disable getservbyname.
73457         (getnameinfo): New function, only supports
73458         NI_NUMERICHOST|NI_NUMERICSERV for now.
73459
73460         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
73461         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
73462         getnameinfo.
73463
73464 2006-06-28  Eric Blake  <ebb9@byu.net>
73465
73466         * modules/wcwidth: New file.
73467         * modules/mbchar (Depends-on): Add wcwidth.
73468         * modules/mbswidth (Depends-on): Add wcwidth.
73469         * MODULES.html.sh: Add wcwidth.
73470
73471 2006-06-28  Eric Blake  <ebb9@byu.net>
73472
73473         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
73474         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
73475
73476 2006-06-28  Eric Blake  <ebb9@byu.net>
73477
73478         * lib/xvasprintf.h: Fix comments.
73479
73480 2006-06-28  Eric Blake  <ebb9@byu.net>
73481
73482         * lib/mbchar.h (wcwidth): Include wcwidth.h.
73483         * lib/mbswidth.c (wcwidth): Move from here...
73484         * lib/wcwidth.h: ...to this new file.
73485
73486 2006-06-28  Derek R. Price  <derek@ximbiot.com>
73487
73488         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
73489
73490         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
73491         it's obsolete.
73492         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
73493
73494 2006-06-28  Derek R. Price  <derek@ximbiot.com>
73495
73496         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
73497         Autoconf 2.60 says this stuff was obsolete.
73498
73499 2006-06-28  Bruno Haible  <bruno@clisp.org>
73500
73501         * modules/wcwidth (Files): Add m4/wchar_t.m4.
73502
73503 2006-06-28  Bruno Haible  <bruno@clisp.org>
73504
73505         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
73506         gt_TYPE_WCHAR_T.
73507
73508 2006-06-28  Bruno Haible  <bruno@clisp.org>
73509
73510         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
73511         declaration for wcwidth.
73512         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
73513
73514 2006-06-28  Bruno Haible  <bruno@clisp.org>
73515
73516         * lib/mkdtemp.c [MINGW]: Include <io.h>.
73517         (mkdir): Define using _mkdir.
73518
73519 2006-06-28  Bruno Haible  <bruno@clisp.org>
73520
73521         * lib/getaddrinfo.h: Fix POSIX URL.
73522         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
73523         _WIN32.
73524         (use_win32_p): Make static.
73525         (getaddrinfo): Reject service name if it is empty or does not consist
73526         solely of decimal digits, or if its value is > 65535.
73527         (getnameinfo): Remove useless casts.
73528
73529 2006-06-27  Simon Josefsson  <jas@extundo.com>
73530
73531         * modules/sys_select: New file, suggested by Bruno Haible, Paul
73532         Eggert and Martin Lambers.
73533
73534 2006-06-27  Simon Josefsson  <jas@extundo.com>
73535
73536         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
73537         Eggert and Martin Lambers.
73538
73539 2006-06-27  Bruno Haible  <bruno@clisp.org>
73540
73541         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
73542         result to 0, not to empty.
73543         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
73544
73545 2006-06-27  Bruno Haible  <bruno@clisp.org>
73546
73547         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
73548
73549 2006-06-26  Simon Josefsson  <jas@extundo.com>
73550
73551         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
73552         present.
73553
73554 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
73555
73556         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
73557         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
73558         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
73559
73560 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
73561
73562         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
73563
73564 2006-06-26  Bruno Haible  <bruno@clisp.org>
73565
73566         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
73567
73568 2006-06-26  Bruno Haible  <bruno@clisp.org>
73569
73570         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
73571
73572 2006-06-26  Bruno Haible  <bruno@clisp.org>
73573
73574         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
73575         SGI C compiler in pre-C99 mode.
73576         Suggested by Mark D. Baushke and Larry Jones.
73577
73578 2006-06-26  Bruno Haible  <bruno@clisp.org>
73579
73580         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
73581         WCHAR_MAX.
73582         Reported by Mark D. Baushke and Larry Jones.
73583
73584 2006-06-26  Bruno Haible  <bruno@clisp.org>
73585
73586         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
73587         in pre-C99 mode.
73588         Suggested by Mark D. Baushke and Larry Jones.
73589
73590 2006-06-23  Simon Josefsson  <jas@extundo.com>
73591             Bruno Haible  <bruno@clisp.org>
73592
73593         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
73594         Emit mostlyclean-local rule.
73595         (func_emit_tests_Makefile_am): Likewise.
73596         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
73597
73598 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
73599
73600         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
73601
73602 2006-06-23  Bruno Haible  <bruno@clisp.org>
73603
73604         * tests/test-stdint.c: Update to match ISO C 99 Technical
73605         Corrigendum 1.
73606
73607 2006-06-23  Bruno Haible  <bruno@clisp.org>
73608
73609         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
73610
73611 2006-06-23  Bruno Haible  <bruno@clisp.org>
73612
73613         * lib/stdint_.h: Treat IRIX like OpenBSD.
73614
73615 2006-06-23  Bruno Haible  <bruno@clisp.org>
73616
73617         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
73618         ISO C 99 Technical Corrigendum 1.
73619
73620 2006-06-22  Simon Josefsson  <jas@extundo.com>
73621
73622         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
73623         MinGW.
73624
73625 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
73626
73627         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
73628         needed.  Some compiler complained about some of them.  Problem reported
73629         by Larry Jones in
73630         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
73631
73632 2006-06-21  Simon Josefsson  <jas@extundo.com>
73633
73634         * tests/test-getaddrinfo.c: New file.
73635
73636         * modules/getaddrinfo-tests: New file.
73637
73638         * MODULES.html.sh: Add inet_pton.
73639
73640         * modules/inet_pton: New file.
73641
73642 2006-06-21  Simon Josefsson  <jas@extundo.com>
73643
73644         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
73645         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
73646         of using the (limited) gnulib implementation on Windows XP.
73647
73648         * m4/inet_pton.m4: New file.
73649
73650 2006-06-21  Simon Josefsson  <jas@extundo.com>
73651
73652         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
73653         variable.
73654
73655         * lib/socket_.h: Don't define WINVER.
73656
73657         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
73658         slightly modified to work in gnulib.
73659
73660 2006-06-21  Simon Josefsson  <jas@extundo.com>
73661
73662         * doc/gnulib.texi (Windows sockets): Add.
73663
73664 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
73665
73666         * lib/read-file.c (fread_file): Start with buffer allocation of
73667         0 bytes rather than 1 byte; this simplifies the code.
73668         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
73669         code to free buffer and save/restore errno.
73670         (internal_read_file): Remove unused local.
73671
73672 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
73673
73674         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
73675         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
73676         Problem reported by Denis Excoffier in
73677         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
73678
73679 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
73680
73681         * modules/sys_socket, modules/socklen: Include sys/types since
73682         FreeBSD 4.x's sys/socket.h needs it.
73683
73684 2006-06-19  Simon Josefsson  <jas@extundo.com>
73685
73686         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
73687
73688 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
73689
73690         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
73691
73692 2006-06-19  Bruno Haible  <bruno@clisp.org>
73693
73694         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
73695         and FULL_PATH_INTTYPES_H in angle brackets.
73696         Reported by Mark D. Baushke <mdb@gnu.org>.
73697
73698 2006-06-17  Eric Blake  <ebb9@byu.net>
73699
73700         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
73701         errno.
73702
73703 2006-06-17  Bruno Haible  <bruno@clisp.org>
73704
73705         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
73706         <sys/inttypes.h>.
73707
73708 2006-06-17  Bruno Haible  <bruno@clisp.org>
73709
73710         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
73711         whether errno is declared. Assume <errno.h> declares errno.
73712
73713 2006-06-17  Bruno Haible  <bruno@clisp.org>
73714
73715         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
73716
73717 2006-06-17  Bruno Haible  <bruno@clisp.org>
73718
73719         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
73720         problem on Solaris 2.5.1.
73721
73722 2006-06-16  Eric Blake  <ebb9@byu.net>
73723
73724         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
73725         * lib/unicodeio.c [!defined errno]: Likewise.
73726         * lib/strtol.c [!defined errno]: Likewise.
73727         * lib/strtod.c [!defined errno]: Likewise.
73728
73729 2006-06-15  Eric Blake  <ebb9@byu.net>
73730
73731         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
73732
73733 2006-06-15  Eric Blake  <ebb9@byu.net>
73734
73735         * config/srclist.txt (ssize_t.m4): Lose sync.
73736
73737 2006-06-15  Bruno Haible  <bruno@clisp.org>
73738
73739         * modules/stdint (Files): Include m4/full-header-path.m4,
73740         m4/size_max.m4, m4/wchar_t.m4.
73741         (Makefile.am): Many more substitutions.
73742         * modules/stdint-tests: New file.
73743         * tests/test-stdint.c: New file.
73744
73745 2006-06-15  Bruno Haible  <bruno@clisp.org>
73746
73747         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
73748         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
73749         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
73750         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
73751         gl_CHECK_TYPE_SAME): New macros.
73752
73753 2006-06-15  Bruno Haible  <bruno@clisp.org>
73754
73755         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
73756
73757 2006-06-15  Bruno Haible  <bruno@clisp.org>
73758
73759         * lib/stdint_.h: Rewritten to be fully auto-configured.
73760         Fixes bug on HP-UX/IA64.
73761
73762 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
73763
73764         * lib/getdate.y (__attribute__): Don't define if already defined.
73765         Problem reported by Larry Jones.
73766         * lib/utimens.c (__attribute__): Likewise.
73767
73768 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
73769
73770         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
73771         reported by Andreas Schwab.
73772
73773 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
73774             Bruno Haible  <bruno@clisp.org>
73775
73776         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
73777         check for the declaration of strnlen and a run test that exposes the
73778         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
73779         rpl_strndup.
73780
73781 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
73782             Bruno Haible  <bruno@clisp.org>
73783
73784         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
73785
73786 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
73787
73788         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
73789         compile test, for Tru64 4.0D.
73790
73791 2006-05-28  Karl Berry  <karl@gnu.org>
73792
73793         * config/srclist.txt (printf-args.c): lose sync.
73794
73795 2006-05-26  Martin Lambers  <marlam@marlam.de>
73796
73797         * lib/getpass.c: Updates the test for the native W32 API, and adds
73798         missing includes, thus fixing compilation warnings.
73799
73800 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
73801
73802         * lib/exclude.c (exclude_fnmatch): New function.
73803         (excluded_file_name): Call exclude_fnmatch.
73804         * lib/exclude.h (excluded_file_name): New prototype
73805
73806 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
73807
73808         * lib/tempname.c (small_open, large_open): New macros.
73809         (__open, __open64) [!_LIBC]: Remove.
73810         (__gen_tempname): Use small_open and large_open instead of __open
73811         and __open64.  This fixes a portability bug on HP-UX 11.11i
73812         reported by Simon Wing-Tang in
73813         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
73814
73815 2006-05-24  Bruno Haible  <bruno@clisp.org>
73816
73817         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
73818         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
73819         Reported by Thorsten Maerz <torte@netztorte.de> via
73820         Aaron Stone <aaron@serendipity.cx>.
73821
73822 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
73823
73824         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
73825         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
73826         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
73827         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
73828         not really conditional on the cache.
73829         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
73830
73831 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
73832
73833         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
73834         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
73835         (my_usleep): Don't mishandle maximum value.
73836
73837 2006-05-19  Jim Meyering  <jim@meyering.net>
73838
73839         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
73840
73841 2006-05-17  Bruno Haible  <bruno@clisp.org>
73842
73843         Cygwin portability.
73844         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
73845
73846 2006-05-17  Bruno Haible  <bruno@clisp.org>
73847
73848         * lib/stdint_.h: Fix recognition of Cygwin.
73849
73850 2006-05-15  Bruno Haible  <bruno@clisp.org>
73851
73852         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
73853         on libtool patch by Ralf Wildenhues.
73854
73855 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
73856
73857         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
73858         test for C99 conformance; (bool) 0.5 is an integer constant
73859         expression, but (bool) -0.5 is not.  Problem reported by Fedor
73860         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
73861
73862 2006-05-11  Simon Josefsson  <jas@extundo.com>
73863
73864         * m4/xvasprintf.m4: Fix obvious typo.
73865
73866 2006-05-11  Jim Meyering  <jim@meyering.net>
73867
73868         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
73869         James Lemley.
73870
73871 2006-05-10  Simon Josefsson  <jas@extundo.com>
73872
73873         * lib/md4.c: Typo fix, update copyright years.
73874         (K1, K2): Don't use L because it turn computations into 64-bit on
73875         64-bit platforms.
73876
73877 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
73878
73879         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
73880         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
73881         unwanted sign propagation, e.g., on hosts with 64-bit int.
73882         There still are some problems with reeelly weird theoretical hosts
73883         (e.g., 33-bit int) but it's not worth worrying about now.
73884         * lib/sha1.c (rol): Likewise.
73885         (K1, K2, K3, K4): Remove unnecessary L suffix.
73886
73887 2006-05-10  Bruno Haible  <bruno@clisp.org>
73888
73889         * lib/des.c: Cast to avoid warnings.
73890
73891 2006-05-09  Bruno Haible  <bruno@clisp.org>
73892
73893         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
73894         (Depends-on): Depend also on xsize, stdarg.
73895         (configure.ac): Add gl_XVASPRINTF.
73896
73897 2006-05-09  Bruno Haible  <bruno@clisp.org>
73898
73899         * m4/xvasprintf.m4: New file.
73900
73901 2006-05-09  Bruno Haible  <bruno@clisp.org>
73902
73903         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
73904         (EOVERFLOW): Define fallback value.
73905         (xstrcat): New function.
73906         (xvasprintf): Recognize the special case of a string concatenation.
73907
73908 2006-05-08  Eric Blake  <ebb9@byu.net>
73909
73910         * gnulib-tool (func_version): Base copyright year on CVS date.
73911         (func_emit_copyright_notice): New function.
73912         (func_emit_lib_Makefile_am): Use it.
73913         (func_emit_tests_Makefile_am): Likewise.
73914         (func_import): Likewise.
73915
73916 2006-05-08  Bruno Haible  <bruno@clisp.org>
73917
73918         * modules/stdarg: New file.
73919         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
73920
73921 2006-05-08  Bruno Haible  <bruno@clisp.org>
73922
73923         * m4/stdarg.m4: New file, from GNU gettext.
73924
73925 2006-05-08  Bruno Haible  <bruno@clisp.org>
73926
73927         * config/srclist.txt (build-aux/config.rpath): different from latest
73928         release.
73929
73930 2006-05-08  Bruno Haible  <bruno@clisp.org>
73931
73932         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
73933
73934 2006-05-05  Jim Meyering  <jim@meyering.net>
73935
73936         * m4/warning.m4: New file, derived from bison's file by the same name.
73937
73938 2006-05-03  Bruno Haible  <bruno@clisp.org>
73939
73940         * lib/stdint_.h: Shorter URL.
73941         * lib/inttypes.h: Likewise.
73942
73943 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
73944
73945         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
73946
73947 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
73948
73949         * lib/verify.h: Document the internals better.  Most of this change
73950         was written by Bruno Haible.
73951
73952 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
73953
73954         * doc/verify.texi: New file, partly based on a proposal by
73955         Bruno Haible.
73956
73957 2006-05-02  Bruno Haible  <bruno@clisp.org>
73958
73959         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
73960         test from here...
73961         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
73962
73963 2006-04-29  Bruno Haible  <bruno@clisp.org>
73964
73965         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
73966         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
73967
73968 2006-04-29  Bruno Haible  <bruno@clisp.org>
73969
73970         * gnulib-tool: Make --update option actually work.
73971
73972 2006-04-29  Bruno Haible  <bruno@clisp.org>
73973
73974         * doc/gcd.texi: New file.
73975         * doc/gnulib.texi: Include it.
73976
73977 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
73978
73979         * lib/getdate.y (get_date): When adding relative date, start with the
73980         initial time, not with the result of the first mktime call.
73981
73982 2006-04-25  Bruno Haible  <bruno@clisp.org>
73983
73984         * gnulib-tool (func_import): Output the include directives in three
73985         blocks, sorted separately.
73986         Reported by Ben Pfaff <blp@cs.stanford.edu>.
73987
73988 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
73989
73990         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
73991         to define main with arguments, for C++.  Reported by Eric Blake.
73992         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
73993         Prefer 'int main ()' to 'int main (void)', for C++.
73994         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
73995         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
73996         for 'main', for C99 and C++.
73997
73998 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
73999
74000         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
74001         Don't assume that exit status -1 is valid.
74002         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
74003         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
74004         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
74005         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
74006         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
74007         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
74008         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
74009         functions can be used without declaring them, or that you can
74010         exit with status -1.
74011         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
74012
74013 2006-04-24  Karl Berry  <karl@gnu.org>
74014
74015         * config/srclist.txt (longdouble.m4): sync lost.
74016
74017 2006-04-24  Eric Blake  <ebb9@byu.net>
74018
74019         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
74020
74021 2006-04-24  Bruno Haible  <bruno@clisp.org>
74022
74023         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
74024         poll() implementation in AIX.
74025         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
74026
74027 2006-04-24  Bruno Haible  <bruno@clisp.org>
74028
74029         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
74030         assigned exactly once.
74031
74032 2006-04-23  Claudio Fontana  <claudio@gnu.org>
74033             Bruno Haible  <bruno@clisp.org>
74034
74035         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
74036         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
74037         for AM_CPPFLAGS.
74038
74039 2006-04-23  Bruno Haible  <bruno@clisp.org>
74040
74041         * modules/copy-file: Depend on unistd.
74042         * modules/execute: Likewise.
74043         * modules/fatal-signal: Likewise.
74044         * modules/findprog: Likewise.
74045         * modules/mkdtemp : Likewise.
74046         * modules/pipe: Likewise.
74047         * modules/wait-process: Likewise.
74048
74049 2006-04-23  Bruno Haible  <bruno@clisp.org>
74050
74051         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
74052         condition was already detected.
74053         Reported by Ben Pfaff <blp@cs.stanford.edu>.
74054
74055 2006-04-23  Bruno Haible  <bruno@clisp.org>
74056
74057         * lib/copy-file.c: Include <unistd.h> unconditionally.
74058         * lib/execute.c: Likewise.
74059         * lib/fatal-signal.c: Likewise.
74060         * lib/findprog.c: Likewise.
74061         * lib/mkdtemp.c: Likewise.
74062         * lib/pipe.h: Likewise.
74063         * lib/pipe.c: Likewise.
74064         * lib/wait-process.h: Likewise.
74065
74066 2006-04-23  Bruno Haible  <bruno@clisp.org>
74067
74068         * gnulib-tool (func_usage): Fix --import description. Document
74069         --update.
74070         (func_import): Create temporary file in a temporary directory, if
74071         --dry-run is specified. Silence errors from 'grep' when there are no
74072         m4 files in $m4dir.
74073         (func_create_testdir): Silence errors from 'grep' when there are no
74074         m4 files in $m4dir.
74075         Reported by Karl Berry <karl@freefriends.org>.
74076
74077 2006-04-20  Bruno Haible  <bruno@clisp.org>
74078
74079         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
74080         one argument, so that the code will be portable to Autoconf 2.60.
74081         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
74082         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
74083         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
74084
74085 2006-04-19  Derek Price  <derek@ximbiot.com>
74086             Eric Blake  <ebb9@byu.net>
74087
74088         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
74089         rather than "/full/path.h".  Update comment to match.  Shorten &
74090         generalize m4_translit call via AS_TR_CPP.
74091
74092 2006-04-19  Derek Price  <derek@ximbiot.com>
74093             Eric Blake  <ebb9@byu.net>
74094
74095         * lib/inttypes.h: Correct grammar in comment.
74096
74097 2006-04-18  Derek Price  <derek@ximbiot.com>
74098             Paul Eggert  <eggert@cs.ucla.edu>
74099
74100         * modules/inttypes: New file.
74101         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
74102
74103 2006-04-18  Derek Price  <derek@ximbiot.com>
74104             Paul Eggert  <eggert@cs.ucla.edu>
74105
74106         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
74107         New files.
74108
74109 2006-04-18  Derek Price  <derek@ximbiot.com>
74110             Paul Eggert  <eggert@cs.ucla.edu>
74111
74112         * lib/inttypes.h: New file.
74113         * lib/strtoimax.c: Assume <inttypes.h>.
74114
74115 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
74116
74117         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
74118         isn't mounted.  Problem reported by Kir Kolyshkin.
74119
74120 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
74121
74122         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
74123         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
74124         Derek R. Price.
74125         * lib/regex.h (RE_DUP_MAX): Update comment to match current
74126         implementation.
74127
74128 2006-04-12  Eric Blake  <ebb9@byu.net>
74129
74130         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
74131         is now done automatically by the corresponding Autoconf macro.
74132
74133 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
74134
74135         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
74136         time_r.h.
74137
74138 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
74139
74140         Merge regex changes from libc, removing some of our
74141         POSIX-conformance changes that were rejected and redoing them in a
74142         less-intrusive way.
74143
74144         * lib/regcomp.c (re_compile_internal, init_dfa):
74145         Length arg is now size_t, not Idx.  All uses changed.
74146         (peek_token): Forward decl now says internal_function.
74147         (__re_error_msgid, __re_error_msgid_idx):
74148         Now static rather than extern with attribute_hidden.
74149         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
74150         For some reason libc prefers K&R style defns for external functions.
74151         (regerror) [!defined _LIBC]: Likewise.
74152         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
74153         (seek_collating_symbol_entry, lookup_collation_sequence_value):
74154         (build_range_exp, build_collating_symbol):
74155         Use K&R-style defn.
74156         (re_compile_fastmap): Use '\0' to memset, not 0.
74157         (utf8_sb_map): Make the calculations more obvious.
74158         (init_dfa, parse_bracket_exp, build_charclass_op):
74159         Call calloc and cast result, as glibc does.
74160         (init_word_char, fetch_token, peek_token, peek_token_bracket):
74161         (build_range_exp, build_collating_symbol):
74162         Now internal functions.
74163
74164         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
74165
74166         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
74167         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
74168         Don't depend on VMS; depend on __VMS instead, for POSIX
74169         namespace cleanness.
74170         (regoff_t): Define to ssize_t, not long int.
74171
74172         Remove the REG_ macros named below.  Instead, make the old names
74173         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
74174         __USE_GNU_REGEX.
74175         (REG_BACKSLASH_ESCAPE_IN_LISTS):
74176         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
74177         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
74178         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
74179         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
74180         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
74181         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
74182         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
74183         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
74184         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
74185         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
74186         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
74187         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
74188         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
74189         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
74190         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
74191         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
74192         (REG_NREGS):
74193         Remove.  All uses replaced by the old RE_* names.
74194         (RE_BACKSLASH_ESCAPE_IN_LISTS):
74195         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
74196         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
74197         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
74198         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
74199         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
74200         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
74201         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
74202         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
74203         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
74204         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
74205         Don't bother having these macros be independent of each others'
74206         values, since they no longer exist in the POSIX name space.
74207
74208         Rename the following member names back to their old names,
74209         unless !__USE_GNU_REGEX.  All uses changed back.
74210         (buffer): Renamed from re_buffer.
74211         (allocated): Renamed from re_allocated.
74212         (used): Renamed from re_used.
74213         (syntax): Renamed from re_syntax.
74214         (fastmap): Renamed from re_fastmap.
74215         (translate): Renamed from re_translate.
74216         (can_be_null): Renamed from re_can_be_null.
74217         (regs_allocated): Renamed from re_regs_allocated.
74218         (fastmap_accurate): Renamed from re_fastmap_accurate.
74219         (no_sub): Renamed from re_no_sub.
74220         (not_bol): Renamed from re_not_bol.
74221         (not_eol): Renamed from re_not_eol.
74222         (newline_anchor): Renamed from re_newline_anchor.
74223         (num_regs): Renamed from rm_num_regs.
74224         (start): Renamed from rm_start.
74225         (end): Renamed from rm_end.
74226
74227         (free_state): Move up a bit.
74228
74229         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
74230         #define to be empty.
74231         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
74232         when that is what is intended.
74233         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
74234         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
74235         (MAX): New macro.
74236         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
74237         All uses changed back to re_malloc, etc.  It's now the caller's
74238         responsibility to check for overflow; all callers changed.
74239         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
74240         (re_x2nrealloc): Remove.
74241         (free_state): Remove decl.
74242
74243         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
74244         (re_set_registers, re_exec):
74245         Use K&R-style defn.
74246
74247         2006-01-31  Roland McGrath  <roland@redhat.com>
74248
74249         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
74250         Reported by Mike Frysinger <vapier@gentoo.org>.
74251
74252         2006-01-15  Andreas Jaeger  <aj@suse.de>
74253
74254         [BZ #1950]
74255         * lib/regex_internal.c (re_string_reconstruct): Adjust for
74256         build_wcs_upper_buffer change.
74257         (build_wcs_upper_buffer): Change return type.
74258
74259         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
74260
74261         * lib/regex_internal.h: Include <stdint.h> if available.
74262
74263         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
74264
74265         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
74266
74267         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
74268
74269         * lib/regcomp.c: Adjust for changed secondary hash function.
74270
74271         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
74272
74273         * lib/regex.h: Pretty printing.
74274         Clean up namespace a bit.
74275
74276         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
74277
74278         * lib/regexec.c (update_cur_sifted_state, check_arrival,
74279         check_arrival_add_next_nodes): Avoid using uninitialized variable.
74280
74281         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
74282                     Ulrich Drepper  <drepper@redhat.com>
74283
74284         [BZ #1302]
74285         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
74286         changed.
74287         (bitset_word_t): Renamed from bitset_word.  All uses changed.
74288
74289         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
74290
74291         [BZ #281]
74292         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
74293         * lib/regcomp.c: Remove unnecessary uses of
74294         unsigned RE_TRANSLATE_TYPE.
74295         * lib/regex_internal.h: Likewise.
74296         * lib/regex_internal.c: Likewise.
74297         * lib/regexec.c: Likewise.
74298         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
74299
74300         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
74301
74302         * lib/regexec.c (find_recover_state): Remove unnecessary
74303         initialization.
74304         (transit_state_bkref): Make DFA a const pointer.
74305         (get_subexp): Likewise.
74306         (check_arrival): Likewise.
74307         (update_cur_sifted_state): Likewise.
74308         (re_search_internal): Likewise.
74309         (prune_impossible_nodes): Likewise.
74310         (acquire_init_state_context): Likewise.
74311         (proceed_next_node): Likewise.
74312         (set_regs): Likewise.
74313         (free_fail_stack_return): Likewise.
74314         (check_arrival_expand_ecl): Mark DFA parameter as const.
74315         (check_arrival_expand_ecl_sub): Likewise.
74316         (check_subexp_limits): Likewise.
74317         (sub_epsilon_src_nodes):  Likewise.
74318         (add_epsilon_src_nodes):  Likewise.
74319         (merge_state_array): Likewise.
74320         (update_regs): Likewise.
74321         (build_trtable): Likewise.
74322         (sift_states_backward): Mark MCTX parameter as const.
74323         (build_sifted_states): Likewise.
74324         (update_cur_sifted_state): Likewise.
74325         (sift_states_mkref): Likewise.
74326         (check_arrival_expand_ecl): Mark eclosure as const.
74327         (check_dst_limits_calc_pos_1): Likewise.
74328         * lib/regex_internal.h (re_match_context_t): Make dfa a const
74329         pointer.
74330
74331         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
74332
74333         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
74334         (transit_state_sb): Likewise.
74335         (transit_state_mb): Likewise.
74336         (sift_states_iter_mb): Likewise.
74337         (check_arrival_add_next_nodes): Likewise.
74338         (check_node_accept_bytes): Change first parameter to pointer-to-const.
74339         [_LIBC] (re_search_2_stub): Use mempcpy.
74340
74341         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
74342         mbrtowc for very simple UTF-8 case.
74343
74344         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
74345         a pointer-to-const.
74346         (re_acquire_state_context): Likewise.
74347         * lib/regex_internal.h: Adjust prototypes.
74348
74349         * lib/regex.c: Prevent using C++ compilers.
74350
74351         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
74352         (re_acquire_state_context): Likewise.
74353
74354 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
74355
74356         * modules/regex (Depends-on): Add ssize_t.
74357
74358 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
74359
74360         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
74361         translation table.
74362
74363 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
74364
74365         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
74366
74367 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
74368             Bruno Haible  <bruno@clisp.org>
74369
74370         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
74371         <sys/types.h> and <inttypes.h>.
74372
74373 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
74374
74375         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
74376         `__error_t_defined', so argp.h will not typedef the former.
74377
74378 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
74379
74380         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
74381         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
74382         glibc names.  Even if glibc is changed to conform to POSIX, the
74383         traditional names will be available anyway, since regex depends on
74384         the extensions module.  Also, fix a longstanding typo in the
74385         implementation of Spencer ERE test #75 from grep 2.3.  Problems
74386         reported by Emanuele Giaquinta.  Also, change sense of cached
74387         variable, so that the message makes sense.
74388
74389 2006-03-24  Simon Josefsson  <jas@extundo.com>
74390
74391         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
74392         including some doc fixes.
74393         (base64_encode_alloc): Fix +1 bug on allocation failures.
74394
74395 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
74396
74397         * lib/base64.c (base64_encode): Do not read past end of array with
74398         unsanitized input on systems with CHAR_BIT > 8.
74399
74400 2006-03-24  Eric Blake  <ebb9@byu.net>
74401
74402         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
74403
74404 2006-03-22  Karl Berry  <karl@gnu.org>
74405
74406         * config/srclist.txt (*setenv.[ch]): get from coreutils.
74407         * config/srclistvars.sh (COREUTILS): new var.
74408
74409 2006-03-17  Jim Meyering  <jim@meyering.net>
74410
74411         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
74412         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
74413
74414 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
74415
74416         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
74417         no longer needs it.  Instead, check that regoff_t is as least
74418         as wide as ptrdiff_t.
74419
74420         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
74421         so that our regex.h stays compatible with the installed regex.
74422         This is helpful for installers who configure --without-included-regex.
74423         Problem reported by Emanuele Giaquinta.
74424
74425 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
74426
74427         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
74428         Typedef to long int, not to off_, as POSIX will likely change
74429         in that direction.
74430
74431 2006-03-15  Eric Blake  <ebb9@byu.net>
74432
74433         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
74434
74435 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
74436
74437         * lib/argp-help.c (validate_uparams): Fix typo
74438         * lib/argp-parse.c (argp_default_options): Consistently begin help
74439         messages with a lowercase letter.
74440
74441 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
74442
74443         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
74444         overrun buffers and shouldn't be used (much as gets shouldn't be
74445         used).
74446         * lib/time_r.c (asctime_r, ctime_r): Likewise.
74447
74448 2006-03-08  Simon Josefsson  <jas@extundo.com>
74449
74450         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
74451         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
74452
74453 2006-03-08  Simon Josefsson  <jas@extundo.com>
74454
74455         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
74456         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
74457
74458 2006-03-08  Simon Josefsson  <jas@extundo.com>
74459
74460         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
74461         signal that configure disabled the device.
74462
74463 2006-03-08  Simon Josefsson  <jas@extundo.com>
74464
74465         * build-aux/maint.mk: Fix refresh-po, to handle no translated
74466         languages.
74467
74468 2006-03-07  Simon Josefsson  <jas@extundo.com>
74469
74470         * modules/getopt (Depends-on): Add unistd.
74471
74472         * modules/unistd: New file.
74473
74474 2006-03-07  Simon Josefsson  <jas@extundo.com>
74475
74476         * modules/gc-random: New file.
74477
74478 2006-03-07  Simon Josefsson  <jas@extundo.com>
74479
74480         * m4/unistd_h.m4: New file.
74481
74482 2006-03-07  Simon Josefsson  <jas@extundo.com>
74483
74484         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
74485         test to be side-effect free by storing the result in the cache
74486         variable gl_cv_lib_readline, and moving the assignment of
74487         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
74488         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
74489
74490 2006-03-07  Simon Josefsson  <jas@extundo.com>
74491
74492         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
74493         error on missing devices (the functions will return an error).
74494
74495         * m4/gc.m4: Move random stuff to gc-random.m4
74496
74497 2006-03-07  Simon Josefsson  <jas@extundo.com>
74498
74499         * lib/unistd_.h: New file.
74500
74501 2006-03-07  Simon Josefsson  <jas@extundo.com>
74502
74503         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
74504
74505 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
74506
74507         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
74508         Problem reported by Juan Manuel Guerrero.
74509
74510 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
74511
74512         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
74513         the unistd module.
74514         * lib/getlogin_r.c: Likewise.
74515         * lib/getlogin_r.h: Likewise.
74516         * lib/glob.c: Likewise.
74517         * lib/pagealign_alloc.c: Likewise.
74518         * lib/unistd_.h: Remove; no longer needed.
74519
74520 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
74521
74522         * MODULES.html.sh (Support for systems lacking POSIX:2001):
74523         Add unistd.
74524         * modules/c-stack (Depends-on): Add unistd.
74525         * modules/getlogin_r: Likewise.
74526         * modules/glob: Likewise.
74527         * modules/pagealign_alloc: Likewise.
74528         * modules/unistd (Files): Remove lib/unistd_.h.
74529         (EXTRA_DIST): Remove.
74530         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
74531         need unistd_.h.
74532         (MOSTLYCLEANFILES): Remove unistd.h-t.
74533
74534 2006-03-03  Simon Josefsson  <jas@extundo.com>
74535
74536         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
74537
74538 2006-03-03  Simon Josefsson  <jas@extundo.com>
74539
74540         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
74541         libidn and bison.
74542
74543 2006-03-03  Simon Josefsson  <jas@extundo.com>
74544
74545         * build-aux/maint.mk: Add indent target.
74546
74547 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
74548
74549         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
74550         our replacement poll.h in any case, to avoid a differing
74551         declaration from a system header.  Seen on AIX.
74552
74553 2006-03-01  Simon Josefsson  <jas@extundo.com>
74554
74555         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
74556         <kasal@ucw.cz>.
74557
74558 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
74559
74560         * modules/gettime (Depends-on): Add extensions module.
74561         * modules/nanosleep (Depends-on): Likewise.
74562         * modules/settime (Depends-on): Likewise.
74563
74564 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
74565
74566         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
74567         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
74568         pedantically.
74569         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
74570         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
74571
74572         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
74573         not "==".  Reported by Ralf Wildenhues.
74574
74575 2006-03-01  Karl Berry  <karl@gnu.org>
74576
74577         * doc/Copyright/request-*: new files, synced from gnuorg.
74578
74579 2006-03-01  Karl Berry  <karl@gnu.org>
74580
74581         * config/srclist.txt (Copyright/*): new entries.
74582
74583 2006-02-28  Simon Josefsson  <jas@extundo.com>
74584
74585         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
74586
74587 2006-02-27  Simon Josefsson  <jas@extundo.com>
74588
74589         * lib/base64.h: Indent #define's.  From Jim Meyering
74590         <jim@meyering.net>.
74591
74592 2006-02-27  Jim Meyering  <jim@meyering.net>
74593
74594         Revert the change of 2006-02-24, so these files can continue
74595         to be sync'd from gettext.
74596         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
74597         of `config.h'.
74598
74599 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
74600
74601         * modules/intprops: New file.
74602         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
74603         Add intprops.
74604         * modules/getloadavg (Files): Remove lib/intprops.h.
74605         (Depends-on): Add intprops.
74606         * modules/human: Likewise.
74607         * modules/inttostr: Likewise.
74608         * modules/openat: Likewise.
74609         * modules/sig2str: Likewise.
74610         * modules/userspec: Likewise.
74611         * modules/utimecmp: Likewise.
74612         * modules/xnanosleep: Likewise.
74613         * modules/xstrtol: Likewise.
74614
74615 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
74616
74617         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
74618         * modules/lock-tests (TESTS): Use $(EXEEXT).
74619         * modules/tls-tests: Likewise.
74620         * modules/argp-tests: Likewise.
74621         (check_PROGRAMS): New var, replacing...
74622         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
74623
74624 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
74625
74626         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
74627         `config.h'.
74628
74629 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
74630
74631         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
74632
74633 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
74634
74635         Sync from coreutils.
74636         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
74637         gl_CHDIR_SAFER.
74638
74639 2006-02-22  Jim Meyering  <jim@meyering.net>
74640
74641         Sync from coreutils.
74642         * m4/chdir-safer.m4: New file.
74643
74644 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
74645
74646         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
74647         AT_FDCWD exceeds INT_MAX.
74648         * lib/openat.h (AT_FDCWD): Likewise.
74649
74650 2006-02-17  Eric Blake  <address@hidden>
74651
74652         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
74653
74654 2006-02-16  Simon Josefsson  <jas@extundo.com>
74655
74656         * modules/getaddrinfo (Depends-on): Add sys_socket.
74657
74658 2006-02-15  Simon Josefsson  <jas@extundo.com>
74659
74660         * build-aux/maint.mk: Add dsyntax-check rule.
74661
74662 2006-02-15  Eric Blake  <ebb9@byu.net>
74663
74664         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
74665         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
74666         'present but cannot compile' warnings on cygwin.
74667         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
74668         use ws2tcpip.h if sys/socket.h works.
74669         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
74670         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
74671
74672 2006-02-14  Simon Josefsson  <jas@extundo.com>
74673
74674         * modules/maintainer-makefile (Files): Rename.
74675
74676         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
74677         and (the local) Makefile.cfg to maint-cfg.mk.
74678
74679         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
74680         to the latter.
74681
74682         * modules/maintainer-makefile: New module.
74683
74684         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
74685         severaly stripped to make it possible to build it up from scratch
74686         with reliable tests.
74687
74688         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
74689         fixes to permit overriding the default actions when configure and
74690         makefile are not available.
74691
74692 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
74693
74694         Sync from coreutils.
74695         * modules/lstat (Depends-on): Don't depend on xalloc.
74696         (License): Change from GPL to LGPL, since this is now simply a
74697         replacement for a libc function.
74698
74699 2006-02-14  Jim Meyering  <jim@meyering.net>
74700
74701         Sync from coreutils.
74702
74703         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
74704         failure on deficient systems, and simplify gnulib lgpl dependencies.
74705         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
74706         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
74707
74708         * lib/xalloc-die.c: Remove unused definition of N_.
74709
74710 2006-02-14  Jim Meyering  <jim@meyering.net>
74711
74712         Sync from coreutils.
74713         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
74714         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
74715         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
74716         double-quote uses of that variable, to accommodate the rare case in
74717         which getmntent is available in none of the libraries checked.  This
74718         happens at least on FreeBSD 5.0.
74719
74720 2006-02-13  Simon Josefsson  <jas@extundo.com>
74721
74722         * gnulib-tool (Usage): Fix --import, from
74723         karl@freefriends.org (Karl Berry).
74724
74725 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
74726
74727         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
74728
74729 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
74730
74731         * lib/argp-namefrob.h: Restore changes accidentally lost during the
74732         "autoupdate" on 2005-12-12.
74733
74734 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
74735
74736         * modules/closeout (Depends-on): Remove atexit.
74737
74738 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
74739
74740         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
74741         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
74742
74743 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
74744
74745         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
74746         __EXTENSIONS__ if this causes compilation to fail.  Problem
74747         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
74748         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
74749
74750 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
74751
74752         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
74753         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
74754         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
74755         All uses changed.
74756
74757 2006-01-26  Simon Josefsson  <jas@extundo.com>
74758
74759         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
74760         prototype is visible on mingw32.
74761
74762         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
74763         for mingw32.
74764
74765         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
74766         mingw32).
74767
74768 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
74769
74770         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
74771         attempt to open for write; this always fails, at least on POSIX
74772         hosts.  This reinstates the 2006-01-09 change, which was
74773         inadvertently removed.
74774
74775 2006-01-26  Bruno Haible  <bruno@clisp.org>
74776
74777         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
74778         Reported by Paul Eggert.
74779
74780 2006-01-26  Bruno Haible  <bruno@clisp.org>
74781             Paul Eggert  <eggert@cs.ucla.edu>
74782
74783         * lib/stdbool_.h (_Bool)
74784         [(! (defined __cplusplus || defined __BEOS__)
74785           && !defined __GNUC__
74786           && !(defined __HP_cc || defined __xlc__
74787                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
74788                || defined __sgi))]:
74789         #define to signed char in these cases too; this simplifies
74790         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
74791         etc., separately) and makes it more conservative.
74792
74793 2006-01-25  Simon Josefsson  <jas@extundo.com>
74794
74795         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
74796         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
74797         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
74798
74799 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
74800
74801         * lib/argp-namefrob.h: Bugfix. Remove stray #
74802
74803 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
74804
74805         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
74806         so that we test the test.
74807         Check for yet another HP-UX cc bug involving *bool |= bool.
74808
74809 2006-01-25  Karl Berry  <karl@gnu.org>
74810
74811         * config/srclist.txt (vasnprintf.c): sync lost.
74812
74813 2006-01-25  Jim Meyering  <jim@meyering.net>
74814
74815         Sync from the stable (b5) branch of coreutils:
74816
74817         * lib/fts.c (fts_children): Don't let close() clobber errno from
74818         failed fchdir().
74819
74820         * lib/fts.c (fts_stat): When following a symlink-to-directory,
74821         don't necessarily interpret stat-fails+lstat-succeeds as indicating
74822         a dangling symlink.  That can also happen at least for ELOOP.
74823         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
74824         FYI, this bug predates the inclusion of fts.c in coreutils.
74825
74826         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
74827         in their own block, so pre-c99 compilers don't object.
74828
74829         Avoid the double-free (first in fts_read, second in fts_close) that
74830         would occur when an `active' directory is made inaccessible (e.g.,
74831         via chmod a-x) during a traversal.
74832         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
74833         before returning.  Reproduce this failure by
74834         mkdir -p a/b; cd a; chmod a-x . b
74835         Reported by Stavros Passas.
74836
74837 2006-01-25  Jim Meyering  <jim@meyering.net>
74838
74839         * lib/fileblocks.c: Remove more useless parentheses.
74840         * lib/readutmp.h: Likewise.
74841
74842 2006-01-25  Bruno Haible  <bruno@clisp.org>
74843
74844         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
74845         warnings.
74846         Reported by Paul Eggert.
74847
74848 2006-01-25  Bruno Haible  <bruno@clisp.org>
74849
74850         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
74851         rid of a trap command. For Solaris sh.
74852         Reported by Mark D. Baushke <mdb@gnu.org>.
74853
74854 2006-01-24  Simon Josefsson  <jas@extundo.com>
74855
74856         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
74857         Bruno.
74858
74859 2006-01-24  Karl Berry  <karl@gnu.org>
74860
74861         * config/srclist.txt (argp-namefrob.h): sync lost.
74862
74863 2006-01-24  Jim Meyering  <jim@meyering.net>
74864
74865         * modules/openat (Files): Add lib/intprops.h.
74866         From Mark D. Baushke.
74867
74868 2006-01-24  Jim Meyering  <jim@meyering.net>
74869
74870         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
74871         Reported by Mark D. Baushke.
74872
74873 2006-01-24  Jim Meyering  <jim@meyering.net>
74874
74875         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
74876
74877 2006-01-24  Bruno Haible  <bruno@clisp.org>
74878
74879         * modules/strnlen (Maintainer): Change from glibc to all.
74880
74881 2006-01-24  Bruno Haible  <bruno@clisp.org>
74882
74883         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
74884         Patch by Paul Eggert.
74885
74886 2006-01-24  Bruno Haible  <bruno@clisp.org>
74887
74888         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
74889         already has it.
74890         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
74891         2005-11-26.
74892
74893         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
74894         'signed char' to avoid problems with the built-in _Bool type.
74895         Reported by Paul Eggert on 2005-11-26.
74896
74897 2006-01-24  Bruno Haible  <bruno@clisp.org>
74898
74899         * gnulib-tool (func_import): Avoid constructing complicated sed
74900         expressions inside backquote.
74901         Report and solution by Mark D. Baushke <mdb@gnu.org>.
74902
74903 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
74904
74905         These changes imported from libc.
74906         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
74907         test and two separate function calls.
74908         * lib/strndup.c (__strndup): Add libc_hidden_def.
74909
74910 2006-01-23  Simon Josefsson  <jas@extundo.com>
74911
74912         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
74913         Remove the test_*_SOURCES variable: automake infers it by default.
74914         * modules/tls-tests: Likewise.
74915
74916 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
74917
74918         Work around porting bugs reported by Dieter in
74919         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
74920         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
74921         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
74922         Include "getopt.h" first, to check interface.
74923         (getenv): Declare only if defined HAVE_DECL_GETENV &&
74924         !HAVE_DECL_GETENV.
74925         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
74926         (__strndup): Revert to K&R-style function dfns, the glibc style.
74927         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
74928         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
74929         Include strnlen.h first, to get prototype properly.
74930         (strnlen): Renamed from __strnlen.
74931         Remove weak alias.
74932
74933 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
74934
74935         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
74936
74937 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
74938
74939         * config/srclist.txt: Adjust to reflect glibc reorganization.
74940         This affects only comments.
74941
74942 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
74943
74944          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
74945          Reported by Bruce Korb <bkorb@gnu.org>.
74946
74947 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
74948
74949         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
74950         to pacify gcc -Wswitch-default.
74951
74952 2006-01-22  Bruno Haible  <bruno@clisp.org>
74953
74954         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
74955         temporary buffer for sprintf, take into account the precision also
74956         for 'd', 'i', 'u', 'o', 'x', 'X'.
74957
74958 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
74959
74960         * modules/argp-tests: New module
74961         * tests/test-argp.c: New file
74962         * tests/test-argp-2.sh: New file
74963
74964 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
74965
74966         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
74967         (__argp_base_name): Removed
74968         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
74969         typo.
74970         (__argp_base_name): Provide macro definition or extern declaration
74971         depending on the configuration
74972
74973 2006-01-20  Simon Josefsson  <jas@extundo.com>
74974
74975         * modules/inet_ntop (Depends-on): Depend on sys_socket.
74976
74977 2006-01-20  Simon Josefsson  <jas@extundo.com>
74978
74979         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
74980
74981 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
74982
74983         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
74984         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
74985         Suggested by Bruno Haible.
74986
74987 2006-01-20  Karl Berry  <karl@gnu.org>
74988
74989         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
74990         until changes propagate, I guess.
74991
74992 2006-01-19  Simon Josefsson  <jas@extundo.com>
74993
74994         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
74995
74996 2006-01-19  Simon Josefsson  <jas@extundo.com>
74997
74998         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
74999
75000 2006-01-19  Simon Josefsson  <jas@extundo.com>
75001
75002         * gnulib-tool: Set check_PROGRAMS.
75003
75004         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
75005         modules/des-tests, modules/gc-arcfour-tests,
75006         modules/gc-arctwo-tests, modules/gc-des-tests,
75007         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
75008         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
75009         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
75010         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
75011         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
75012         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
75013         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
75014         test_*_SOURCES.
75015
75016 2006-01-18  Simon Josefsson  <jas@extundo.com>
75017
75018         * modules/socklen (Depends-on): Depend on sys_socket.
75019
75020 2006-01-18  Simon Josefsson  <jas@extundo.com>
75021
75022         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
75023         modules/des-tests, modules/gc-arcfour-tests,
75024         modules/gc-arctwo-tests, modules/gc-des-tests,
75025         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
75026         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
75027         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
75028         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
75029         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
75030         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
75031         $(EXEEXT) to automake TESTS variable, for mingw32.
75032
75033 2006-01-17  Simon Josefsson  <jas@extundo.com>
75034
75035         * modules/socklen (Include): Need sys/socket.h.
75036
75037 2006-01-17  Bruno Haible  <bruno@clisp.org>
75038
75039         * modules/ssize_t (Include): Add <sys/types.h>.
75040
75041 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
75042
75043         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
75044         it's not portable and it doesn't work with cross-compiles.
75045         Problem reported by Bruno Haible.  Fix missing-$ typo in
75046         'test "gl_cv_ignore_unused_libraries" ...' that prevented
75047         -zignore from being used with Sun's C compiler.
75048
75049 2006-01-12  Simon Josefsson  <jas@extundo.com>
75050
75051         * lib/base64.c: Fix warning, reported by Bruno Haible
75052         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
75053
75054 2006-01-12  Bruno Haible  <bruno@clisp.org>
75055
75056         * modules/ldd: New file.
75057         * build-aux/ldd.sh.in: New file.
75058         * MODULES.html.sh (Support for building libraries and executables): Add
75059         ldd.
75060
75061 2006-01-12  Bruno Haible  <bruno@clisp.org>
75062
75063         * m4/ldd.m4: New file.
75064
75065 2006-01-12  Bruno Haible  <bruno@clisp.org>
75066
75067         * gnulib-tool (func_import, func_create_testdir): Don't go into an
75068         endless loop while replacing $auxdir with build-aux.
75069
75070 2006-01-11  Simon Josefsson  <jas@extundo.com>
75071
75072         * lib/stdint_.h (SIZE_MAX): Add missing (.
75073
75074 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
75075
75076         Sync from coreutils.
75077         * lib/md5.c: Fix commentary typos.
75078         (alignof, UNALIGNED_P): No need for a GCC-specific version.
75079         * lib/md5.h (__attribute__): Remove; unused.
75080         * lib/sha1.c: Fix commentary to match md5 better.
75081         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
75082         so that we don't need to worry about alignment.  All uses changed.
75083         This merges the 2005-10-28 md5 change into sha1.
75084
75085 2006-01-11  Jim Meyering  <jim@meyering.net>
75086
75087         Sync from coreutils.
75088         * lib/md5.c (OP): Fix spacing.
75089
75090 2006-01-11  Bruno Haible  <bruno@clisp.org>
75091
75092         Ensure automatic ordering between gl_LOCK and gl_ARGP.
75093         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
75094         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
75095
75096 2006-01-11  Bruno Haible  <bruno@clisp.org>
75097
75098         Ensure automatic ordering between gl_LOCK and gl_ARGP.
75099         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
75100         the "early" section as well.
75101
75102 2006-01-11  Bruno Haible  <bruno@clisp.org>
75103
75104         Avoid "ar: no archive members specified" error on MacOS X.
75105         * gnulib-tool (func_modules_add_dummy): New function.
75106         (func_import, func_create_testdir): Invoke it.
75107
75108 2006-01-11  Bruno Haible  <bruno@clisp.org>
75109
75110         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
75111         with $auxdir in AC_CONFIG_FILES statements.
75112
75113 2006-01-11  Bruno Haible  <bruno@clisp.org>
75114
75115         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
75116         Initialize also noinst_HEADERS to empty.
75117
75118 2006-01-11  Bruno Haible  <bruno@clisp.org>
75119
75120         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
75121         variables.
75122         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
75123         autoreconf.
75124
75125 2006-01-11  Bruno Haible  <bruno@clisp.org>
75126
75127         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
75128         overridable by the user.
75129         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
75130
75131 2006-01-10  Simon Josefsson  <jas@extundo.com>
75132
75133         * modules/sys_socket: New file.
75134
75135 2006-01-10  Simon Josefsson  <jas@extundo.com>
75136
75137         * m4/sys_socket_h.m4: New file.
75138
75139 2006-01-10  Simon Josefsson  <jas@extundo.com>
75140
75141         * lib/socket_.h: New file.
75142
75143 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
75144
75145         * modules/readutmp (Maintainer): Add myself.
75146
75147 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
75148
75149         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
75150         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
75151         People who are still concerned with buggy memcmp implementations
75152         can invoke gl_FUNC_MEMCMP themselves.
75153
75154 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
75155
75156         * lib/regex_internal.h (BITSET_WORD_BITS):
75157         Work around a bug in 64-bit PGC (before version 6.1-2), where the
75158         preprocessor mishandles large unsigned values as if they were signed.
75159         Problem reported by Claudio Fontana in
75160         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
75161
75162 2006-01-10  Jim Meyering  <jim@meyering.net>
75163
75164         Avoid the double-free (first in fts_read, second in fts_close) that
75165         would occur when an `active' directory is made inaccessible (e.g.,
75166         via chmod a-x) during a traversal.
75167         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
75168         before returning.  Reproduce this failure by
75169         mkdir -p a/b; cd a; chmod a-x . b
75170         Reported by Stavros Passas.
75171
75172         Sync from coreutils.
75173         * lib/sha1.c: Tweak grammar in a comment.
75174
75175 2006-01-10  Jim Meyering  <jim@meyering.net>
75176
75177         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
75178         Patch by Joerg Sonnenberger.
75179
75180 2006-01-10  Bruno Haible  <bruno@clisp.org>
75181
75182         * modules/readutmp: Depend on module free.
75183         * modules/strtok_r: Depend on module restrict.
75184
75185 2006-01-10  Bruno Haible  <bruno@clisp.org>
75186
75187         * modules/gettext (configure.ac): Add an invocation of
75188         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
75189
75190 2006-01-10  Bruno Haible  <bruno@clisp.org>
75191
75192         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
75193         Reported by Werner Lemberg <wl@gnu.org>.
75194
75195 2006-01-10  Bruno Haible  <bruno@clisp.org>
75196
75197         * lib/localcharset.c: Update from GNU gettext.
75198
75199 2006-01-10  Bruno Haible  <bruno@clisp.org>
75200
75201         * lib/argp.h (__const): Remove macro. Use const instead.
75202         * lib/argp-fmtstream.h (__const): Likewise.
75203         * lib/glob_.h (__const): Remove macro.
75204         * lib/glob-libc.h: Use const instead of __const.
75205
75206 2006-01-10  Bruno Haible  <bruno@clisp.org>
75207
75208         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
75209         variable.
75210         Needed to avoid an automake error regarding the 'gettext' module.
75211
75212 2006-01-09  Simon Josefsson  <jas@extundo.com>
75213
75214         * modules/inet_ntop (Depends-on): Add restrict.
75215
75216 2006-01-09  Simon Josefsson  <jas@extundo.com>
75217
75218         * modules/gc-rijndael-tests (License): Put under LGPL.
75219
75220         * modules/gc-des-tests (License): Likewise.
75221
75222         * modules/gc-arcfour-tests (License): Likewise.
75223
75224         * modules/gc-arctwo-tests (License): Likewise.
75225
75226         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
75227
75228         * modules/gc-hmac-sha1-tests (Files): Likewise.
75229
75230         * modules/gc-hmac-md5-tests (License): Likewise.
75231
75232         * modules/gc-sha1-tests (License): Likewise.
75233
75234         * modules/gc-md5-tests (License): Likewise.
75235
75236         * modules/gc-md4-tests (License): Likewise.
75237
75238         * modules/gc-md2-tests (License): Likewise.
75239
75240         * modules/gc-tests (License): Likewise.
75241
75242         * modules/des-tests (License): Likewise.
75243
75244         * modules/md4-tests (License): Likewise.
75245
75246         * modules/md2-tests (License): Likewise.
75247
75248 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
75249
75250         Sync from coreutils:
75251
75252         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
75253         * modules/lib-ignore: New file.
75254         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
75255         chdir-safer.m4, lchmod.m4.
75256         * modules/openat: Add mkdirat.c, openat-priv.h.
75257
75258 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
75259
75260         Sync from coreutils.
75261         * m4/lib-ignore.m4: New file.
75262         * m4/lchmod.m4: New file.
75263
75264 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
75265
75266         Sync from coreutils.
75267         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
75268         for write access: POSIX says that must fail.
75269         * lib/fts.c (diropen): Likewise.
75270         * lib/save-cwd.c (save_cwd): Likewise.
75271         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
75272         well, for minor improvements on hosts that lack O_DIRECTORY.
75273         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
75274         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
75275         Fall back on chown if open failed with EACCES.
75276
75277         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
75278         Report an error at compile-time if only a 1-second nominal clock
75279         resolution is found.
75280
75281         * lib/lchmod.h: New file.
75282         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
75283         (make_dir_parents): Use lchown rather than chown, and
75284         lchmod rather than chmod.
75285
75286         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
75287         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
75288         "proc" reported by n0dalus.
75289
75290         * lib/mountlist.c: Include <limits.h>.
75291         (dev_from_mount_options)
75292         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
75293         New function.  It no longer assumes "dev=" has the System V meaning
75294         on Linux (since it doesn't).  It also parses "dev=" more carefully.
75295         (read_file_system_list)
75296         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
75297         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
75298         dev= in that case.
75299
75300         * lib/posixtm.h (PDS_PRE_2000): New macro.
75301         * lib/posixtm.c (year): Arg is now syntax_bits rather than
75302         allow_century.  All usages changed.  Reject dates outside the range
75303         1969-1999 if PDS_PRE_2000 is used.
75304
75305 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
75306
75307         Sync from coreutils.
75308         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
75309         (Time of day items): Mention the possibility of leap seconds.
75310         Problem reported by Dr. David Alan Gilbert.
75311
75312 2006-01-09  Jim Meyering  <jim@meyering.net>
75313
75314         Sync from coreutils.
75315
75316         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
75317
75318         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
75319
75320         * lib/modechange.c (mode_compile): Reject an invalid mode string
75321         that starts with an octal digit.  From Andreas Gruenbacher.
75322
75323         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
75324         and dup to open_safer and dup_safer, respectively.
75325         (openat_permissive): Fix typo in comment.
75326
75327         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
75328         "gettext.h"; either no longer needed or are guaranteed by openat.h.
75329         (_): Remove; no longer needed.
75330         (openat): Renamed from rpl_openat; no need for rpl_openat
75331         since openat.h renames openat for us.
75332         Replace most of the body with a call to openat_permissive,
75333         to avoid duplicate code.
75334         Port to (probably hypothetical) environments were mode_t is
75335         wider than int.
75336         (openat_permissive): Require mode arg, so that we can check
75337         types better.  Put it just after flags.  Change cwd failure
75338         indicator from pointer-to-bool to pointer-to-errno-value.
75339         All callers changed.
75340         Invoke openat_save_fail and/or openat_restore_fail if
75341         cwd_errno is null, so that openat can call us.
75342         (openat_permissive, fdopendir, fstatat, unlinkat):
75343         Simplify errno handling to avoid some duplicate code,
75344         as it's OK to set errno on success.
75345         * lib/openat.h: Revamp code so that function macros depend on
75346         __OPENAT_PREFIX only, not also on AT_FDCWD.
75347         (openat_ro): Remove.  Caller changed to use openat_permissive.
75348         (openat_permissive): Now a macro, if not a function.
75349         (openat_restore_fail, openat_save_fail): Now always functions,
75350         since mkdirat needs them even if __OPENAT_PREFIX is defined.
75351
75352         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
75353         and openat.c.
75354         * lib/mkdirat.c: Include openat-priv.h.
75355         Remove definitions of macros defined therein.
75356         * lib/openat.c: Likewise.
75357
75358         * lib/mkdirat.c (mkdirat): New file and function.
75359         * lib/openat.h (mkdirat): Declare.
75360
75361         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
75362
75363         * lib/openat.h (openat_permissive): Declare.
75364         (openat_ro): Define.
75365
75366         * lib/openat.c (EXPECTED_ERRNO): New macro.
75367         (openat_permissive): New function -- used in remove.c rewrite.
75368         (all functions): Set errno just before returning, only if there
75369         was an actual failure.
75370         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
75371
75372         Emulate openat-family functions using Linux's procfs, if possible.
75373         Idea and some code based on Ulrich Drepper's glibc changes.
75374
75375         * lib/openat.c: (BUILD_PROC_NAME): New macro.
75376         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
75377         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
75378         before falling back on save_cwd and restore_cwd.
75379         (fdopendir, fstatat, unlinkat): Likewise.
75380
75381         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
75382         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
75383
75384         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
75385         as second argument to va_arg.  Otherwise, some versions of gcc
75386         warn that `if this code is reached, the program will abort'.
75387
75388 2006-01-09  Jim Meyering  <jim@meyering.net>
75389
75390         Sync from coreutils.
75391         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
75392         Require openat-priv.h.
75393
75394 2006-01-09  Bruno Haible  <bruno@clisp.org>
75395
75396         * modules/strnlen (Include): Use strnlen.h.
75397
75398 2006-01-09  Bruno Haible  <bruno@clisp.org>
75399
75400         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
75401
75402 2006-01-09  Bruno Haible  <bruno@clisp.org>
75403
75404         * lib/sysexit_.h (EX_OK): New macro.
75405         Suggested by Martin Lambers <marlam@marlam.de>.
75406
75407 2006-01-09  Bruno Haible  <bruno@clisp.org>
75408
75409         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
75410         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
75411
75412 2006-01-09  Bruno Haible  <bruno@clisp.org>
75413
75414         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
75415         numbers.
75416
75417 2006-01-09  Bruno Haible  <bruno@clisp.org>
75418
75419         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
75420         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
75421         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
75422         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
75423
75424 2006-01-09  Bruno Haible  <bruno@clisp.org>
75425
75426         * build-aux/javacomp.sh.in: New file, moved from lib/.
75427         * modules/javacomp-script (Files): Update.
75428         (configure.ac): Add AC_CONFIG_FILES invocation.
75429         (EXTRA_DIST): Remove variable.
75430
75431         * build-aux/javaexec.sh.in: New file, moved from lib/.
75432         * modules/javaexec (Files): Update.
75433         (configure.ac): Add AC_CONFIG_FILES invocation.
75434         (EXTRA_DIST): Remove javaexec.sh.in.
75435
75436         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
75437         * modules/csharpcomp-script (Files): Update.
75438         (configure.ac): Add AC_CONFIG_FILES invocation.
75439         (EXTRA_DIST): Remove variable.
75440
75441         * build-aux/csharpexec.sh.in: New file, moved from lib/.
75442         * modules/csharpexec (Files): Update.
75443         (configure.ac): Add AC_CONFIG_FILES invocation.
75444         (EXTRA_DIST): Remove csharpexec.sh.in.
75445
75446 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
75447
75448         Sync from coreutils.
75449
75450         Add POSIX ACL support
75451         * lib/acl.h (copy_acl, set_acl): Add declarations.
75452         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
75453         systems other than Linux.
75454         (chmod_or_fchmod): New function: use fchmod when possible,
75455         and chmod otherwise.
75456         (file_has_acl): Add a POSIX ACL implementation, with a
75457         Linux-specific subcase.
75458         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
75459         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
75460         acls are unsupported.
75461         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
75462         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
75463         are unsupported.
75464
75465 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
75466
75467         Sync from coreutils.
75468         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
75469
75470 2006-01-07  Bruno Haible  <bruno@clisp.org>
75471
75472         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
75473         gl_EARLY.
75474
75475 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
75476
75477         * lib/strftime.c (tzname): Don't declare if it is already #defined.
75478         Problem reported for Mingw by Mark Junker.
75479
75480 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
75481
75482         * README: Gnulib normally doesn't generate a tarball.
75483
75484 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
75485
75486         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
75487         long int, not int, for nanosecond counts, so that people who are
75488         used to POSIX struct timespec won't be surprised.  Reported by Jim
75489         Meyering.
75490
75491 2005-12-28  Bruno Haible  <bruno@clisp.org>
75492
75493         * build-aux/config.rpath: Update from GNU gettext.
75494
75495 2005-12-16  Jim Meyering  <jim@meyering.net>
75496
75497         * modules/fprintftime: New module.
75498         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
75499
75500 2005-12-16  Jim Meyering  <jim@meyering.net>
75501
75502         * m4/fprintftime.m4: New file.
75503
75504 2005-12-16  Jim Meyering  <jim@meyering.net>
75505
75506         * lib/fprintftime.c, lib/fprintftime.h: New files.
75507
75508 2005-12-15  Simon Josefsson  <jas@extundo.com>
75509
75510         * modules/socklen (configure.ac): Fix M4 macro name, to align with
75511         new m4/socklen.m4.
75512
75513 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
75514
75515         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
75516         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
75517
75518 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
75519
75520         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
75521         * lib/argp-help.c (fill_in_uparams): Check if the constructed
75522         struct uparams is valid. Fall back to the default values if it is
75523         not.
75524
75525 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
75526
75527         * modules/argp (Files): Add argp-pin.c
75528         (Depends-on): dirname
75529         (lib_SOURCES): Add argp-pin.c
75530
75531 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
75532
75533         * m4/argp.m4:  Check if program_invocation_name and
75534         program_invocation_short_name are declared and define appropriate
75535         macros if they are not.
75536
75537 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
75538
75539         * lib/argp-help.c (__argp_base_name): New function
75540         (__argp_short_program_name): Rewrite using __argp_base_name
75541         * lib/argp-namefrob.h: Define program_invocation_name and
75542         program_invocation_short_name if requested
75543         (__argp_base_name): Add prototype
75544         * lib/argp-parse.c (argp_def): Use gettext wrappers
75545         (argp_default_parser): Use __argp_base_name
75546         * lib/argp-pin.c: New file. Defines program_invocation_name and
75547         program_invocation_short_name on systems that lack them.
75548
75549 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
75550
75551         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
75552         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
75553         porting problem reported by Georg Schwarz in
75554         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
75555
75556 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
75557
75558         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
75559         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
75560         porting problem reported by Georg Schwarz in
75561         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
75562
75563 2005-12-05  Bruno Haible  <bruno@clisp.org>
75564
75565         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
75566         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
75567         Reported by Mark Junker <mjscod@gmx.de>.
75568
75569 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
75570
75571         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
75572         Use implementation from Albert Chin, with some
75573         comments/corrections by Stepan Kasal and myself.
75574
75575 2005-12-02  Bruno Haible  <bruno@clisp.org>
75576
75577         * gnulib-tool (func_import): Accept GPLed build tool modules when
75578         --lgpl is given.
75579         * modules/csharpcomp-script: New file.
75580         * modules/csharpcomp: Depend on it.
75581         * modules/javacomp-script: New file.
75582         * modules/javacomp: Depend on it.
75583         Suggested by Simon Josefsson.
75584
75585 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
75586
75587         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
75588         statement, to work around an HP-UX 10.20 compiler bug reported by
75589         Peter O'Gorman.
75590
75591 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
75592
75593         * modules/savedir (Depends-on): Add openat.
75594
75595 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
75596
75597         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
75598         (uintmax_t) [defined uintmax_t]: Do not declare.
75599         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
75600         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
75601         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
75602         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
75603         sake of portability to weird hosts that C allows (though we don't
75604         know of any practical examples).
75605
75606         * lib/savedir.h (fdsavedir): New decl.
75607         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
75608         contains most of the former guts of savedir.
75609         (savedir): Use savedirstream.
75610         Include "openat.h".
75611
75612 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
75613
75614         * modules/obstack (Files): Add m4/ulonglong.m4.
75615         Problem reported by Davide Angelocola.
75616
75617 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
75618
75619         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
75620         coreutils no longer futzes with rounding modes.
75621
75622 2005-11-14  Jim Meyering  <jim@meyering.net>
75623
75624         * lib/mkstemp-safer.c: Include <config.h>, required for possible
75625         replacement of mkstemp.
75626
75627 2005-11-10  Simon Josefsson  <jas@extundo.com>
75628
75629         * lib/readline.c: Remove EOL.
75630
75631 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
75632
75633         * modules/gethrxtime (Depends-on): Add gettime.
75634
75635 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
75636
75637         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
75638         or gettimeofday; no longer needed.
75639
75640 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
75641
75642         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
75643         time business.
75644         (gethrxtime) [! (HAVE_NANOUPTIME
75645         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
75646         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
75647         our own approximation.
75648
75649 2005-11-08  Eric Blake  <ebb9@byu.net>
75650
75651         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
75652
75653 2005-11-08  Eric Blake  <ebb9@byu.net>
75654
75655         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
75656
75657 2005-11-04  Bruno Haible  <bruno@clisp.org>
75658
75659         * gnulib-tool: Implement --update mode.
75660
75661 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
75662
75663         Fix porting problem reported by Theodoros V. Kalamatianos.
75664         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
75665         Don't assume that futimes failing means we must fail.
75666
75667 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
75668
75669         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
75670         variables to suggest the intended function of the PATH_MAX check.
75671
75672 2005-10-30  Kean Johnston  <jkj@sco.com>
75673
75674         Trivial changes to support SCO systems.
75675         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
75676         as PATH_MAX.
75677         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
75678         where __ptr is null when no I/O is pending.
75679
75680 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
75681
75682         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
75683         leave errno alone.  Problem reported by Dmitry V. Levin.
75684
75685 2005-10-28  Simon Josefsson  <jas@extundo.com>
75686
75687         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
75688         Test more.
75689
75690         * tests/test-gc-md2.c, tests/test-md2.c: New files.
75691
75692         * modules/md2, modules/md2-tests: New files.
75693
75694 2005-10-28  Simon Josefsson  <jas@extundo.com>
75695
75696         * m4/inet_ntop.m4: More tests.
75697
75698         * m4/gc-md2.m4, md2.m4: New file.
75699
75700 2005-10-28  Simon Josefsson  <jas@extundo.com>
75701
75702         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
75703         "restrict" keywords, as per POSIX.  Protect the function
75704         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
75705         Don't use K&R prototypes.  Check the sprintf return values.
75706         Re-define EAFNOSUPPORT if not present.  Indent.
75707
75708         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
75709         suggested by Bruno Haible <bruno@clisp.org>.
75710
75711         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
75712
75713         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
75714
75715         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
75716         libgcrypt).
75717
75718         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
75719
75720         * lib/md2.h, lib/md2.c: New files.
75721
75722 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
75723
75724         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
75725         errno alone.  Problem reported by Frederic Jolliton.
75726
75727 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
75728
75729         * modules/verify (License): Change from GPL to LGPL.  This is a
75730         tiny module and there are apparently near-equivalents that are
75731         under the BSD license.
75732
75733 2005-10-24  Simon Josefsson  <jas@extundo.com>
75734
75735         * modules/sha1: Relicense to LGPL.
75736
75737 2005-10-24  Simon Josefsson  <jas@extundo.com>
75738
75739         * lib/md4.h: Shrink buffer size, now that we changed the type.
75740
75741 2005-10-23  Simon Josefsson  <jas@extundo.com>
75742
75743         * gnulib-tool (func_import): Fix --tests-base.
75744
75745 2005-10-22  Simon Josefsson  <jas@extundo.com>
75746
75747         * modules/arcfour (Depends-on): Need stdint.
75748
75749 2005-10-22  Simon Josefsson  <jas@extundo.com>
75750
75751         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
75752         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
75753
75754 2005-10-22  Simon Josefsson  <jas@extundo.com>
75755
75756         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
75757         suggested by Bruno Haible <bruno@clisp.org>.
75758
75759 2005-10-22  Simon Josefsson  <jas@extundo.com>
75760
75761         * lib/crc.h: Include stddef.h, for size_t.
75762
75763 2005-10-22  Simon Josefsson  <jas@extundo.com>
75764
75765         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
75766         arcfour_context struct (simplify test vector testing in GNU
75767         Shishi).
75768
75769 2005-10-21  Simon Josefsson  <jas@extundo.com>
75770
75771         * modules/des, modules/des-tests: New files.
75772
75773         * modules/gc-des, modules/gc-des-tests: New files.
75774
75775         * tests/test-des.c, tests/test-gc-des.c: New file.
75776
75777 2005-10-21  Simon Josefsson  <jas@extundo.com>
75778
75779         * modules/arctwo, modules/arctwo-tests: New files.
75780
75781         * tests/test-arctwo.c: New file.
75782
75783         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
75784
75785         * tests/test-gc-arctwo.c: New file.
75786
75787 2005-10-21  Simon Josefsson  <jas@extundo.com>
75788
75789         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
75790         Bruno Haible <bruno@clisp.org>.
75791
75792         * m4/gc-des.m4: New file.
75793
75794 2005-10-21  Simon Josefsson  <jas@extundo.com>
75795
75796         * m4/arctwo.m4: New file.
75797
75798         * m4/gc-arctwo.m4: New file.
75799
75800 2005-10-21  Simon Josefsson  <jas@extundo.com>
75801
75802         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
75803         block.
75804
75805 2005-10-21  Simon Josefsson  <jas@extundo.com>
75806
75807         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
75808         <bruno@clisp.org>.
75809
75810         * lib/hmac-sha1.c (hmac_sha1): Likewise.
75811
75812         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
75813         Bruno Haible <bruno@clisp.org>.
75814
75815         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
75816         <bruno@clisp.org>.
75817
75818 2005-10-21  Simon Josefsson  <jas@extundo.com>
75819
75820         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
75821
75822 2005-10-21  Simon Josefsson  <jas@extundo.com>
75823
75824         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
75825
75826 2005-10-21  Simon Josefsson  <jas@extundo.com>
75827
75828         * lib/des.h, lib/des.c: New files.
75829
75830         * lib/gc-gnulib.c: Support DES.c
75831
75832 2005-10-21  Simon Josefsson  <jas@extundo.com>
75833
75834         * lib/arctwo.h, lib/arctwo.c: New files.
75835
75836         * lib/gc-gnulib.c: Support ARCTWO.
75837
75838 2005-10-21  Simon Josefsson  <jas@extundo.com>
75839
75840         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
75841         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
75842
75843 2005-10-21  Simon Josefsson  <jas@extundo.com>
75844
75845         * gnulib-tool (func_import, func_create_testdir): Define automake
75846         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
75847         Makefile.am snippet),
75848         suggested by Bruno Haible <bruno@clisp.org>.
75849
75850         * modules/gc (Makefile.am): Use it.
75851
75852 2005-10-21  Bruno Haible  <bruno@clisp.org>
75853
75854         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
75855         patch.
75856
75857 2005-10-19  Simon Josefsson  <jas@extundo.com>
75858
75859         * tests/test-gc-rijndael.c: New file.
75860
75861         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
75862
75863 2005-10-19  Simon Josefsson  <jas@extundo.com>
75864
75865         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
75866         interface too.
75867
75868 2005-10-19  Simon Josefsson  <jas@extundo.com>
75869
75870         * tests/test-gc-arcfour.c: New file.
75871
75872         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
75873
75874 2005-10-19  Simon Josefsson  <jas@extundo.com>
75875
75876         * modules/gc-md4, modules/gc-md4-tests: New file.
75877
75878         * tests/test-gc-md4.c: New file.
75879
75880 2005-10-19  Simon Josefsson  <jas@extundo.com>
75881
75882         * m4/gc-md4.m4: New file.
75883
75884 2005-10-19  Simon Josefsson  <jas@extundo.com>
75885
75886         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
75887         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
75888         <kasal@ucw.cz>.
75889
75890 2005-10-19  Simon Josefsson  <jas@extundo.com>
75891
75892         * m4/gc-arcfour.m4: New file.
75893
75894         * m4/gc-rijndael.m4: New file.
75895
75896 2005-10-19  Simon Josefsson  <jas@extundo.com>
75897
75898         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
75899
75900 2005-10-19  Simon Josefsson  <jas@extundo.com>
75901
75902         * lib/gc-gnulib.c: Support ARCFOUR.
75903
75904 2005-10-19  Simon Josefsson  <jas@extundo.com>
75905
75906         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
75907         support.
75908
75909         * lib/gc.h: Add ECB enum type.
75910
75911         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
75912
75913 2005-10-18  Simon Josefsson  <jas@extundo.com>
75914
75915         * tests/test-md5.c: New file.
75916
75917         * modules/md5-tests: New file.
75918
75919 2005-10-18  Simon Josefsson  <jas@extundo.com>
75920
75921         * tests/test-md4.c: New file.
75922
75923         * modules/md4, modules/md4-tests: New files.
75924
75925 2005-10-18  Simon Josefsson  <jas@extundo.com>
75926
75927         * m4/md4.m4: New file.
75928
75929 2005-10-18  Simon Josefsson  <jas@extundo.com>
75930
75931         * lib/md4.h, lib/md4.c: New files, based on md5.?.
75932
75933 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
75934
75935         * gnulib-tool (func_create_testdir): Omit the second check whether
75936         BUILT_SOURCES in nonempty.
75937
75938 2005-10-17  Simon Josefsson  <jas@extundo.com>
75939
75940         * tests/test-rijndael.c: New file.
75941
75942 2005-10-17  Simon Josefsson  <jas@extundo.com>
75943
75944         * modules/sha1: Depend on stdint instead of md5.
75945
75946         * modules/md5: Depend on stdint, remove uint32_t.
75947
75948 2005-10-17  Simon Josefsson  <jas@extundo.com>
75949
75950         * modules/gc-sha1-tests: New file.
75951
75952         * tests/test-gc-sha1.c: New file.
75953
75954 2005-10-17  Simon Josefsson  <jas@extundo.com>
75955
75956         * m4/md5.m4: Remove call to uint32_t.m4.
75957
75958 2005-10-17  Simon Josefsson  <jas@extundo.com>
75959
75960         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
75961
75962         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
75963         md5.h.
75964
75965         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
75966
75967         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
75968
75969 2005-10-17  Simon Josefsson  <jas@extundo.com>
75970
75971         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
75972
75973 2005-10-17  Simon Josefsson  <jas@extundo.com>
75974
75975         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
75976
75977 2005-10-17  Simon Josefsson  <jas@extundo.com>
75978
75979         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
75980
75981         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
75982
75983 2005-10-17  Bruno Haible  <bruno@clisp.org>
75984
75985         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
75986         that it can also be used in a test.
75987
75988 2005-10-16  Bruno Haible  <bruno@clisp.org>
75989
75990         * gnulib-tool (func_emit_tests_Makefile_am): Also define
75991         TESTS_ENVIRONMENT, so that individual tests can augment it.
75992
75993         * gnulib-tool (func_create_testdir): Use an intermediate target for
75994         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
75995         macros, like $(ALLOCA_H), which cannot be passed through the command
75996         line.
75997
75998 2005-10-15  Simon Josefsson  <jas@extundo.com>
75999
76000         * modules/rijndael-tests: New file.
76001
76002         * modules/rijndael: New file.
76003
76004 2005-10-15  Simon Josefsson  <jas@extundo.com>
76005
76006         * m4/rijndael.m4: New file.
76007
76008 2005-10-15  Simon Josefsson  <jas@extundo.com>
76009
76010         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
76011
76012         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
76013
76014 2005-10-14  Simon Josefsson  <jas@extundo.com>
76015
76016         * tests/test-arcfour.c: New file.
76017
76018         * modules/arcfour, modules/arcfour-tests: New files.
76019
76020 2005-10-14  Simon Josefsson  <jas@extundo.com>
76021
76022         * m4/arcfour.m4: New file.
76023
76024 2005-10-14  Simon Josefsson  <jas@extundo.com>
76025
76026         * lib/arcfour.h, lib/arcfour.c: New files.
76027
76028 2005-10-14  Roland McGrath  <roland@redhat.com>
76029
76030         Import from libc.  [BZ #1331]
76031         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
76032         macro argument.
76033         Reported by Matej Vela <vela@debian.org>.
76034
76035 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
76036
76037         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
76038         include <wchar.h>; no longer needed.
76039
76040 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
76041
76042         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
76043
76044 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
76045         and  Ulrich Drepper  <drepper@redhat.com>
76046
76047         Import from libc.
76048         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
76049         instead of inline stream orientation test and two separate
76050         function calls.  Pay no attention to USE_IN_LIBIO.
76051
76052 2005-10-13  Simon Josefsson  <jas@extundo.com>
76053
76054         * modules/gc-hmac-md5-tests: New file.
76055
76056         * tests/test-gc-hmac-sha1.c: New file.
76057
76058         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
76059
76060         * modules/gc-hmac-md5-tests: New file.
76061
76062         * tests/test-gc-md5.c: New file.
76063
76064         * modules/gc-md5-tests: New file.
76065
76066 2005-10-13  Simon Josefsson  <jas@extundo.com>
76067
76068         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
76069         Move memory allocation outside of loop.
76070
76071 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
76072
76073         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
76074         intermediate directory is in a read-only file system.  Problem
76075         reported by Eric Blake.
76076
76077 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
76078
76079         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
76080
76081 2005-10-12  Simon Josefsson  <jas@extundo.com>
76082
76083         * tests/test-hmac-sha1.c: New file.
76084
76085         * modules/hmac-sha1-tests: New file.
76086
76087         * modules/hmac-sha1: New file.
76088
76089 2005-10-12  Simon Josefsson  <jas@extundo.com>
76090
76091         * modules/gc-sha1: New file.
76092
76093 2005-10-12  Simon Josefsson  <jas@extundo.com>
76094
76095         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
76096
76097         * tests/test-gc-pbkdf2-sha1.c: New file.
76098
76099 2005-10-12  Simon Josefsson  <jas@extundo.com>
76100
76101         * modules/gc-md5, modules/gc-hmac-md5: New files.
76102
76103         * modules/gc (Files): Remove md5, memxor and hmac files.
76104
76105 2005-10-12  Simon Josefsson  <jas@extundo.com>
76106
76107         * m4/gc-pbkdf2-sha1.m4: New file.
76108
76109         * m4/gc-hmac-sha1.m4: New file.
76110
76111         * m4/gc-sha1: New file.
76112
76113         * m4/hmac-sha1.m4: New file.
76114
76115 2005-10-12  Simon Josefsson  <jas@extundo.com>
76116
76117         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
76118
76119         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
76120
76121 2005-10-12  Simon Josefsson  <jas@extundo.com>
76122
76123         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
76124         suggested by Bruno Haible <bruno@clisp.org>.
76125
76126 2005-10-12  Simon Josefsson  <jas@extundo.com>
76127
76128         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
76129
76130 2005-10-12  Simon Josefsson  <jas@extundo.com>
76131
76132         * lib/gc-pbkdf2-sha1.c: New file.
76133
76134         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
76135
76136 2005-10-12  Simon Josefsson  <jas@extundo.com>
76137
76138         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
76139
76140         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
76141
76142 2005-10-12  Simon Josefsson  <jas@extundo.com>
76143
76144         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
76145         GC_USE_HMAC_MD5, respectively.
76146
76147         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
76148         (gc_md5): Fix typo.
76149
76150         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
76151
76152         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
76153
76154         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
76155
76156 2005-10-12  Bruno Haible  <bruno@clisp.org>
76157
76158         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
76159         Reported by Stepan Kasal <kasal@ucw.cz>.
76160
76161 2005-10-11  Simon Josefsson  <jas@extundo.com>
76162
76163         * tests/test-crc.c: New file.
76164
76165         * modules/crc, modules/crc-tests: New files.
76166
76167 2005-10-11  Simon Josefsson  <jas@extundo.com>
76168
76169         * m4/crc.m4: New file.
76170
76171 2005-10-11  Simon Josefsson  <jas@extundo.com>
76172
76173         * lib/gc.h: Add gc_hash and gc_hash_buffer.
76174
76175         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
76176
76177         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
76178
76179 2005-10-11  Simon Josefsson  <jas@extundo.com>
76180
76181         * lib/crc.h, lib/crc.c: New files.
76182
76183         * lib/gc.h (gc_hash_buffer): Add doc.
76184
76185 2005-10-11  Bruno Haible  <bruno@clisp.org>
76186
76187         * modules/c-strcasestr: New file.
76188         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
76189
76190 2005-10-11  Bruno Haible  <bruno@clisp.org>
76191
76192         * modules/c-strcase: New file.
76193         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
76194
76195 2005-10-11  Bruno Haible  <bruno@clisp.org>
76196
76197         * lib/strcasecmp.c: Include limits.h.
76198         (strcasecmp): Avoid integer overflow on exotic platforms.
76199         * lib/strncasecmp.c: Include limits.h.
76200         (strncasecmp): Avoid integer overflow on exotic platforms.
76201         Reported by Paul Eggert.
76202
76203 2005-10-11  Bruno Haible  <bruno@clisp.org>
76204
76205         * lib/c-strcasestr.h: New file, from GNU gettext.
76206         * lib/c-strcasestr.c: New file, from GNU gettext.
76207
76208 2005-10-11  Bruno Haible  <bruno@clisp.org>
76209
76210         * lib/c-strcase.h: New file, from GNU gettext.
76211         * lib/c-strcasecmp.c: New file, from GNU gettext.
76212         * lib/c-strncasecmp.c: New file, from GNU gettext.
76213
76214 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
76215
76216         * modules/mempcpy (License): GPL -> LGPL.
76217         * modules/strchrnul (License): Likewise.
76218         * modules/sysexits (License): Likewise.
76219
76220 2005-10-08  Simon Josefsson  <jas@extundo.com>
76221
76222         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
76223
76224 2005-10-07  Simon Josefsson  <jas@extundo.com>
76225
76226         * m4/memxor.m4: Remove gl_C_RESTRICT call.
76227
76228 2005-10-06  Simon Josefsson  <jas@extundo.com>
76229
76230         * tests/test-hmac-md5.c: New file.
76231
76232         * modules/hmac-md5-tests: New file.
76233
76234         * modules/hmac-md5: New file.
76235
76236 2005-10-06  Simon Josefsson  <jas@extundo.com>
76237
76238         * m4/hmac-md5.m4: New file.
76239
76240         * m4/memxor.m4: Require gl_C_RESTRICT.
76241
76242 2005-10-06  Simon Josefsson  <jas@extundo.com>
76243
76244         * lib/memxor.c (memxor): Avoid casts and warnings.
76245
76246 2005-10-06  Simon Josefsson  <jas@extundo.com>
76247
76248         * lib/hmac-md5.c: New file.
76249
76250         * lib/hmac.h: New file.
76251
76252 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
76253
76254         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
76255         promotes to int, not unsigned int, to catch the AIX 5.3
76256         compiler bug.
76257
76258 2005-10-05  Simon Josefsson  <jas@extundo.com>
76259
76260         * modules/memxor: New file.
76261
76262         * modules/iconv (Files): Move config.rpath to havelib, it is used
76263         there.
76264
76265         * modules/havelib (Files): Add config.rpath.
76266
76267 2005-10-05  Simon Josefsson  <jas@extundo.com>
76268
76269         * m4/memxor.m4: New file.
76270
76271 2005-10-05  Simon Josefsson  <jas@extundo.com>
76272
76273         * lib/memxor.c (memxor): Fix compiler error.
76274
76275         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
76276         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
76277
76278         * lib/memxor.h, lib/memxor.c: New files.
76279
76280         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
76281         we assume all systems have it, suggested by Jim Meyering
76282         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
76283         any systems lack sys/socket.h; mingw32 is known to lack it, but we
76284         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
76285         same reasons.
76286
76287 2005-10-05  Simon Josefsson  <jas@extundo.com>
76288
76289         * config/srclist.txt: Add glibc bug 1423 for md5.h.
76290
76291 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
76292
76293         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
76294         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
76295         needed, since the source code now assumes these .h files.
76296
76297 2005-10-05  Derek Price  <derek@ximbiot.com>
76298
76299         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
76300
76301 2005-10-05  Bruno Haible  <bruno@clisp.org>
76302
76303         * modules/stdint (License): Change to LGPL.
76304
76305 2005-10-04  Simon Josefsson  <jas@extundo.com>
76306
76307         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
76308         D. Baushke" <mdb@gnu.org>.
76309
76310 2005-10-04  Bruno Haible  <bruno@clisp.org>
76311
76312         * lib/verify.h (verify_true): Provide alternative definition for C++.
76313
76314 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
76315
76316         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
76317         (SSIZE_MAX): New macro, if not already defined.
76318         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
76319         than 2 GiB.
76320
76321 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
76322
76323         Sync from coreutils.
76324         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
76325         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
76326         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
76327         ULLONG_MAX doesn't work with 2.7.2.1.
76328
76329 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
76330
76331         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
76332         From Ben Pfaff.
76333
76334         * modules/exclude (Depends-on): Depend on verify.
76335         * modules/strtoimax (Depends-on): Likewise.
76336         * modules/utimecmp (Depends-on): Likewise.
76337
76338 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
76339
76340         * lib/exclude.c: Include verify.h.
76341         (verify): Remove.  All callers changed to use verify.h's version.
76342         * lib/strtoimax.c: Likewise.
76343         * lib/utimecmp.c: Likewis.e
76344
76345         Sync from coreutils.
76346         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
76347         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
76348         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
76349         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
76350         bother returning ENOSYS if settimeofday or stime fails; just let
76351         them return whatever errno they want to return.
76352         * lib/utimens.c: Include unistd.h, for dup2.
76353         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
76354         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
76355
76356 2005-10-02  Jim Meyering  <jim@meyering.net>
76357
76358         Sync from coreutils.
76359         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
76360         from glibc-2.2.5 that fails for read-only files.
76361
76362 2005-10-02  Jim Meyering  <jim@meyering.net>
76363
76364         Sync from coreutils.
76365         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
76366         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
76367         `#if HAVE_CONFIG_H'.
76368         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
76369         Remove AT_FDCWD test.
76370         Do not consume the fd unless successful.
76371         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
76372         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
76373         block, so that we don't even try to compile it if settimeofday is
76374         available.  This works around a compilation failure on OSF1 V5.1,
76375         due to stime requiring a `long int*' while tv_sec is `int'.
76376
76377 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
76378
76379         Sync from coreutils.
76380         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
76381         against `yes', rather than just testing for nonempty.
76382
76383 2005-10-01  Simon Josefsson  <jas@extundo.com>
76384
76385         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
76386         and Darwin.
76387
76388         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
76389         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
76390         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
76391         freeaddrinfo and gai_strerror are declared by the POSIX headers.
76392         Check if struct addrinfo is declared.
76393
76394 2005-10-01  Simon Josefsson  <jas@extundo.com>
76395
76396         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
76397         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
76398         AI_* and EAI_* definitions.  Protect function declarations.
76399
76400 2005-10-01  Jim Meyering  <jim@meyering.net>
76401
76402         Sync from coreutils.
76403
76404         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
76405         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
76406         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
76407         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
76408         in the inet and nsl libraries.  Required on Solaris 5.7.
76409
76410 2005-10-01  Jim Meyering  <jim@meyering.net>
76411
76412         Sync from coreutils.
76413         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
76414         in the inet and nsl libraries.  Required on Solaris 5.7.
76415
76416 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
76417
76418         * lib/getdelim.c (getdelim): Remove unused variables.
76419
76420 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
76421
76422         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
76423         so that the code works even with ancient cpp.  Portability problem
76424         with GCC 2.7.2.1 reported by Thomas M.Ott.
76425
76426 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
76427
76428         * modules/regex (Depends-on): Add strcase.
76429
76430         * modules/gethostname (Licence): Change from GPL to LGPL, since
76431         gethostname.c is a trivial implementation of a standard library
76432         function.
76433         * modules/poll (License): Change from GPL to LGPL, since it's
76434         derived from LGPL code.
76435
76436 2005-09-27  Jim Meyering  <jim@meyering.net>
76437
76438         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
76439         HAVE_CONFIG_H.
76440
76441         * lib/intprops.h (signed_type_or_expr__): Define.
76442         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
76443         for unsigned types.
76444
76445 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
76446
76447         * lib/verify.h (verify_expr): Remove, replacing with:
76448         (verify_true): New macro that returns true instead of void.
76449         (verify_type__): Remove.
76450         (verify): Use verify_true rather than verify_type__.
76451
76452 2005-09-26  Bruno Haible  <bruno@clisp.org>
76453
76454         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
76455         is necessary.
76456         (lib_SOURCES): Remove mbchar.c.
76457         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
76458         (Files): Add m4/mbrtowc.m4.
76459         * modules/mbiter: Likewise.
76460         * modules/mbuiter: Likewise.
76461
76462 2005-09-26  Bruno Haible  <bruno@clisp.org>
76463
76464         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
76465         compile mbchar.c if they are not both present.
76466         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
76467         * m4/mbiter.m4 (gl_MBITER): Likewise.
76468         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
76469         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
76470         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
76471
76472 2005-09-25  Jim Meyering  <jim@meyering.net>
76473
76474         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
76475         also uses socklen_t.
76476
76477 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
76478
76479         * lib/utimens.c (ENOSYS): Define if not already defined.
76480         (futimens): Support having a null PATH if the file descriptor
76481         is nonnegative.
76482
76483         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
76484         Remove.
76485         (__attribute): Define to empty unless GCC 3.1 or later.
76486         This works around a core dump on OpenBSD 3.4, which has GCC
76487         2.95.3, which dumps core when given __attribute__(()).  It also
76488         simplifies other tests, since we really don't want to bother with
76489         worrying about which ancient version of GCC supported what.
76490         Original problem reported by Yoann Vandoorselaere, with part of
76491         the fix suggested by Derek Price.
76492
76493 2005-09-24  Jim Meyering  <jim@meyering.net>
76494
76495         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
76496         so we can once again use a positive bitfield width of 1 -- now we
76497         don't have to explain why we were using a bitfield width of 2.
76498
76499 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
76500
76501         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
76502         and similarly for the other external symbols.  Problem reported
76503         by James Gallager.
76504
76505         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
76506         bug reported by Jim Meyering.
76507
76508         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
76509         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
76510         not needed, since socklen is a prerequisite module.
76511
76512 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
76513
76514         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
76515         Problem reported by Eric Blake.
76516         (getaddrinfo): Initialize se so that it's not garbage.
76517         Redo internal storage allocation so that it doesn't make unportable
76518         assumptions about alignment.
76519         Fix a memory leak.
76520
76521         * lib/utimens.c (futimens): Use futimesat if available.
76522         Prefer it to futimes since it doesn't have the futimes bug.
76523
76524         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
76525         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
76526         Instead, declare a function that returns a pointer to an array,
76527         and use verify_type__ to declare the size of the array.
76528         Problem and germ of a solution reported by Bruno Haible.
76529         (verify_type__): Use 2, not 1, for bitfield size, to avoid
76530         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
76531
76532 2005-09-23  Jim Meyering  <jim@meyering.net>
76533
76534         Sync from coreutils.
76535         Correct build failure (socklen_t not defined) on at least
76536         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
76537         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
76538
76539 2005-09-23  Jim Meyering  <jim@meyering.net>
76540
76541         * modules/getaddrinfo (Depends-on): Add socklen.
76542
76543 2005-09-23  Bruno Haible  <bruno@clisp.org>
76544
76545         * tests/test-verify.c: New file.
76546
76547 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
76548
76549         Sync from coreutils.
76550
76551         * modules/argmatch (Depends-on): Add verify.
76552         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
76553         unistd-safer.
76554         * modules/save-cwd (Depends-on): Likewise.
76555
76556         * modules/openat (Files): Add lib/openat-die.c.
76557         (Depends-on): Remove error, exitfail.
76558         Add dirname.
76559
76560         * modules/verify: New file.
76561         * MODULES.html.sh (Diagnostics <assert.h>): New section,
76562         with "verify" module.
76563
76564 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
76565
76566         Sync from coreutils.
76567
76568         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
76569         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
76570         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
76571         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
76572         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
76573         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
76574         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
76575         Don't bother checking for string.h, stdlib.h, unistd.h.
76576         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
76577         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
76578         module's job.
76579         * m4/jm-macros.m4 (gl_MACROS): Likewise.
76580         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
76581
76582         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
76583         (gl_GETDATE): Use it.
76584
76585         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
76586
76587 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
76588
76589         Sync from coreutils.
76590
76591         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
76592         stat-time.h.
76593         * lib/argmatch.h: Include verify.h
76594         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
76595         (ARGMATCH_ASSERT): Remove; unused.
76596         * lib/canonicalize.c: Assume STDC_HEADERS.
76597         * lib/exclude.c: Include "strcase.h".
76598         * lib/regex_internal.h [!defined _LIBC]: Likewise.
76599         * lib/getusershell.c: Include stdio--.h rather than stdio.h
76600         and stdio-safer.h.
76601         (getusershell): Call fopen, not fopen_safer.
76602         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
76603         Do not include unistd-safer.h.
76604         (save_cwd): Don't call fd_safer; no longer needed
76605         now that we include fcntl--.h.
76606
76607         * lib/getdate.y (relative_time): New type.
76608         (RELATIVE_TIME_0): New constant.
76609         (parser_control): Use relative_time instead of doing it ourselves.
76610         (%union): Add new relative_time rel member.
76611         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
76612         Now typeless.
76613         (relunit, relunit_snumber): Now of type rel.
76614         (zone, rel, relunit, get_date): Adjust to above changes.
76615
76616         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
76617         Do not include unistd-safer.h.
76618         (getloadavg): Don't call fd_safer; no longer needed
76619         now that we include fcntl--.h.
76620
76621         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
76622         (make_dir_parents): Treat ENOSYS like EEXIST.
76623
76624         Improve quality of diagnostics on restore_cwd failure.
76625         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
76626         (make_dir_parents): Last arg is now int * (for errno), not bool *.
76627         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
76628         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
76629         each time through the loop.  Do not diagnose restore_cwd failure;
76630         that is the caller's job (and perhaps the caller does not care).
76631
76632         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
76633         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
76634         If the file already exists but is not a directory, don't bother
76635         to try to make its parents.
76636         Close potential file descriptor leak if we can't chdir("/") (!).
76637         Don't always return true if chdir($PWD) fails; return true only
76638         if the requested action was done successfully (except for the
76639         chdir($PWD)).
76640         Don't log final directory unless we actually made it.
76641         Refactor to avoid duplicate code to fix up permissions.
76642         Don't attempt to fix up parent permissions if chdir($PWD) fails.
76643
76644         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
76645         to make it a bit faster and (I hope) clearer.
76646         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
76647         Fix bug in formats like %2N.
76648
76649         * lib/verify.h: New file.
76650
76651 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
76652
76653         Sync from coreutils.
76654         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
76655
76656 2005-09-22  Jim Meyering  <jim@meyering.net>
76657
76658         Sync from coreutils.
76659
76660         * m4/lstat.m4 (gl_FUNC_LSTAT):
76661         Use AC_LIBSOURCES to require lstat.c and lstat.h.
76662         Remove obsolete comment.
76663         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
76664         * m4/xstrtod.m4: Likewise.
76665
76666         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
76667
76668 2005-09-22  Jim Meyering  <jim@meyering.net>
76669
76670         Sync from coreutils.
76671
76672         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
76673
76674         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
76675         the .tm_year member, since otherwise gcc-4.0 would now warn about
76676         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
76677
76678         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
76679         order to avoid an unsuppressible warning from gcc on 64-bit systems.
76680
76681         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
76682         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
76683         when run in a time zone for which daylight savings time is in effect
76684         for the starting date.
76685
76686         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
76687         stop us from restricting permissions of just-created absolute-named
76688         directories.
76689         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
76690         to restore initial working directory.
76691         * lib/mkdir-p.c (make_dir_parents): New parameter:
76692         different_working_dir, to tell caller if/when we change the working
76693         directory and are unable to return to the initial one.
76694         * lib/mkdir-p.h (make_dir_parents): Update prototype.
76695         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
76696         `return false'.  This fixes a bug introduced on 2004-07-30.
76697
76698         * lib/openat.c (fdopendir): Be sure to close the supplied
76699         file descriptor before returning.  This makes our replacement
76700         implementation a little closer to Solaris's, where fdopendir
76701         ties the file descriptor to the returned DIR* pointer.
76702         * lib/openat.c (unlinkat): New function.
76703         * lib/openat.h (unlinkat): Add prototype.
76704         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
76705         (openat_restore_fail): Rename from openat_restore_die.
76706         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
76707
76708         Provide an alternative to exiting immediately upon save_cwd or
76709         restore_cwd failure.  Now, an application can arrange e.g.,
76710         to perform a longjump in that case.
76711         * lib/openat.c: Include dirname.h.
76712         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
76713         (rpl_openat, fdopendir, fstatat): Call openat_save_die
76714         and openat_restore_die rather than calling error directly.
76715         Don't include "error.h" or "exitfail.h"; they're no longer needed.
76716
76717         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
76718         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
76719         define.
76720
76721         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
76722         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
76723                             int utc, int nanoseconds);
76724         Background:
76725         date should not have to allocate a megabyte of virtual memory to
76726         handle a format argument like +%1048575T.  When implemented with
76727         strftime, it must allocate such a buffer, use strftime to fill it
76728         in, print it, then free it.
76729         With fprintftime, it simply prints everything and exits.
76730         With no need for memory allocation, that's one fewer way to fail.
76731         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
76732         optional field width, not before, so we accept %9:z, not %:9z.
76733         (my_strftime): Be sure to use L_('x') for literals.
76734
76735         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
76736         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
76737         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
76738         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
76739         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
76740         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
76741         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
76742         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
76743         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
76744         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
76745         * lib/xgethostname.c, lib/xreadlink.c:
76746         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
76747
76748         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
76749         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
76750         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
76751         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
76752         and don't include <sys/file.h>).
76753
76754 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
76755
76756         Sync from coreutils.
76757
76758         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
76759         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
76760         [!LDAV_DONE]: Avoid unused variable warning.
76761
76762 2005-09-21  Bruno Haible  <bruno@clisp.org>
76763
76764         * lib/unicodeio.h (unicode_to_mb): New declaration.
76765
76766 2005-09-20  Derek Price  <derek@ximbiot.com>
76767
76768         * lib/getaddrinfo.c: Don't include <netdb.h> included from
76769         getaddrinfo.h.
76770
76771 2005-09-20  Bruno Haible  <bruno@clisp.org>
76772
76773         * gnulib-tool: Remove trailing slashes from the values specified for
76774         --source-base, --m4-base, --tests-base, --aux-dir.
76775         Suggested by Simon Josefsson <jas@extundo.com>.
76776
76777 2005-09-20  Bruno Haible  <bruno@clisp.org>
76778
76779         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
76780         func_modules_to_filelist, func_import, func_create_testdir): Make all
76781         sorting results locale-independent, so that gnulib-cache.m4 doesn't
76782         change when gnulib-tool is invoked in a different locale.
76783
76784 2005-09-19  Simon Josefsson  <jas@extundo.com>
76785
76786         * m4/socklen.m4: Fix typo.
76787
76788 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
76789
76790         Use a consistent style for including <config.h>.
76791         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
76792         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
76793         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
76794         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
76795         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
76796         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
76797         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
76798         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
76799         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
76800         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
76801         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
76802         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
76803         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
76804         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
76805         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
76806         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
76807         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
76808         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
76809         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
76810         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
76811         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
76812         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
76813         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
76814         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
76815         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
76816         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
76817         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
76818         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
76819         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
76820         lib/xstrtoumax.c, lib/yesno.c:
76821         Standardize inclusion of config.h.
76822         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
76823         lib/inttostr.h:  Removed inclusion of config.h from header files.
76824         * lib/inttostr.c:  Adjusted in-tree users.
76825         * lib/timespec.h: Remove superfluous warning to include config.h.
76826         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
76827         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
76828         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
76829         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
76830         config.h with HAVE_CONFIG_H.
76831
76832 2005-09-19  Jim Meyering  <jim@meyering.net>
76833
76834         * modules/pathmax (License): Change to LGPL.
76835
76836 2005-09-19  Derek Price  <derek@ximbiot.com>
76837
76838         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
76839
76840 2005-09-19  Bruno Haible  <bruno@clisp.org>
76841
76842         * gnulib-tool (import): Provide default for --tests-base.
76843
76844 2005-09-19  Bruno Haible  <bruno@clisp.org>
76845
76846         * doc/quote.texi: New file, extracted from gnulib.texi.
76847         * doc/ctime.texi: New file, extracted from gnulib.texi.
76848         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
76849         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
76850         * doc/gnulib.texi: Include them.
76851
76852 2005-09-18  Bruno Haible  <bruno@clisp.org>
76853
76854         Portability fix.
76855         * gnulib-tool (func_readlink): New function.
76856         (func_ln_if_changed): Use it.
76857
76858 2005-09-18  Bruno Haible  <bruno@clisp.org>
76859
76860         * gnulib-tool: Support --with-tests also with --import.
76861         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
76862         (func_import): Use variables $testsbase and $inctests. Emit a
76863         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
76864         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
76865         SUBDIRS += $testsdir.
76866         (func_create_testdir): Update.
76867
76868 2005-09-18  Bruno Haible  <bruno@clisp.org>
76869
76870         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
76871         instead of $dry_run.
76872         (func_cp_if_changed, func_mv_if_changed): Remove functions.
76873         (func_ln_if_changed): Don't handle dry-run here.
76874         (func_import): In dry-run mode, detect more precisely which actions
76875         would be performed, and don't use "...ing" verbs.
76876
76877 2005-09-18  Bruno Haible  <bruno@clisp.org>
76878
76879         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
76880         (func_import): Use join on two temporary files instead of three nested
76881         loops, in order to determine which files are new or old.
76882
76883 2005-09-18  Bruno Haible  <bruno@clisp.org>
76884
76885         * gnulib-tool (func_import): Comment out code that spits out the
76886         new files with --dry-run.
76887
76888 2005-09-18  Bruno Haible  <bruno@clisp.org>
76889
76890         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
76891
76892 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
76893
76894         * lib/stat-time.h: New file.
76895         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
76896         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
76897         in a different way.
76898         (timespec_cmp): New function.
76899         * lib/utimecmp.c: Include stat-time.h.
76900         (SYSCALL_RESOLUTION): Depend on whether various struct stat
76901         members exist, not on the obsolescent ST_MTIM_NSEC.
76902         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
76903
76904 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
76905
76906         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
76907
76908 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
76909
76910         * MODULES.html.sh (File system functions): Add stat-time.
76911         * modules/stat-time: New file.
76912         * modules/timespec (Files): Remove m4/st_mtim.m4; this
76913         is now done in a different way, by the stat-time module.
76914         * modules/utimecmp (Depends-on): Add stat-time.
76915
76916 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
76917
76918         * m4/st_mtim.m4: Remove.  Superseded by...
76919         * m4/stat-time.m4: New file.
76920         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
76921         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
76922
76923 2005-09-15  Derek Price  <derek@ximbiot.com>
76924
76925         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
76926
76927 2005-09-15  Derek Price  <derek@ximbiot.com>
76928
76929         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
76930         * lib/regex_internal.c: Ditto, using this...
76931         (__GNUC_PREREQ): ...new macro.
76932         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
76933         using...
76934         (__GNUC_PREREQ): ...this new macro.
76935
76936         * lib/strstr.h: Include string.h. Define strstr as a macro here.
76937
76938 2005-09-15  Derek Price  <derek@ximbiot.com>
76939             Paul Eggert  <eggert@cs.ucla.edu>
76940
76941         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
76942         changes, consolidating in...
76943         * lib/regex_internal.h: ...this file.
76944
76945 2005-09-13  Jim Meyering  <jim@meyering.net>
76946
76947         * lib/canon-host.c: Filter through gnu indent and reword comments
76948         slightly.
76949         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
76950
76951 2005-09-13  Derek Price  <derek@ximbiot.com>
76952
76953         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
76954         failure.
76955         Reported by Jim Meyering  <jim@meyering.net>.
76956
76957 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
76958
76959         * lib/base64.c: Typo.
76960         (base64_encode): Put b64str in initialized data section.
76961
76962 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
76963
76964         Merge glibc and coreutils changes into gnulib, plus a few
76965         extra fixes.
76966         * lib/md5.c: Use #error rather than a string.
76967         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
76968         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
76969         (__attribute__): Define to empty for non recent-GCC.
76970         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
76971         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
76972         Renamed from their non-__ counterparts, with new macros replacing
76973         them if not _LIBC.  Add __THROW attribute.
76974         (rol): Remove.
76975         (struct md5_ctx): Align buffer if using GCC.
76976         * lib/sha1.h (struct sha1_ctx): Likewise.
76977         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
76978         The old name was backwards.
76979         (NOTSWAP): Remove; not used.
76980         (rol): New macro, moved here from md5.h.
76981         (sha1_process_block): Remove a FIXME that doesn't make sense.
76982
76983 2005-09-12  Derek Price  <derek@ximbiot.com>
76984
76985         Return usable errors from canon-host.
76986         * lib/canon-host.h: New file.
76987         * lib/canon-host.c (canon_host): Wrap...
76988         (canon_host_r): ...this new function, which now relies exclusively on
76989         getaddrinfo.
76990         (ch_strerror): New function.
76991         (last_cherror): New global.
76992         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
76993         interface.
76994         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
76995         void *.
76996         (freeaddrinfo): Free ai->ai_canonname when set.
76997
76998 2005-09-12  Derek Price  <derek@ximbiot.com>
76999
77000         Make canon-host require getaddrinfo.
77001         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
77002         AC_LIBSOURCE canon-host.h.  Call...
77003         (gl_PREREQ_CANON_HOST): ...this new function, which requires
77004         gl_GETADDRINFO.
77005         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
77006
77007 2005-09-12  Derek Price  <derek@ximbiot.com>
77008
77009         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
77010         LGPL.
77011         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
77012
77013 2005-09-12  Derek Price  <derek@ximbiot.com>
77014
77015         * lib/gai_strerror.c: Include config.h when available.  Include
77016         getaddrinfo.h before other headers to test interface.
77017         Reported by Larry Jones <lawrence.jones@ugs.com>.
77018
77019 2005-09-12  Derek Price  <derek@ximbiot.com>
77020             Paul Eggert  <eggert@cs.ucla.edu>
77021
77022         * modules/glob (Files): Add glob-libc.h.
77023
77024 2005-09-12  Derek Price  <derek@ximbiot.com>
77025             Paul Eggert  <eggert@cs.ucla.edu>
77026
77027         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
77028         glob_.h, glob-libc.h.
77029         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
77030
77031 2005-09-12  Derek Price  <derek@ximbiot.com>
77032             Paul Eggert  <eggert@cs.ucla.edu>
77033
77034         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
77035         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
77036         protecting things that should be done only in gnulib contexts.
77037         * lib/glob_.h: New file, containing only the glob things needed for
77038         gnulib.
77039         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
77040         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
77041         (glob, globfree, glob_pattern_p): Now defined simply in terms of
77042         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
77043         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
77044         and to respect the namespace rules better.
77045
77046 2005-09-08  Simon Josefsson  <jas@extundo.com>
77047
77048         * modules/socklen: New file.
77049
77050 2005-09-08  Simon Josefsson  <jas@extundo.com>
77051
77052         * m4/socklen.m4: New file.
77053
77054 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
77055
77056         * modules/utimens (Files): Add m4/utimbuf.m4, since
77057         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
77058         Reported by Sergey Poznyakoff.
77059
77060 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
77061
77062         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
77063         definitions, since that's the preferred style in glibc.
77064         Fix a minor spacing issue, and update copyright notice to match
77065         glibc's.
77066
77067 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
77068
77069         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
77070
77071 2005-09-06  Simon Josefsson  <jas@extundo.com>
77072
77073         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
77074         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
77075
77076 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
77077
77078         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
77079         warning.
77080
77081 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
77082
77083         * config/srclist.txt: Add glibc bug 1302.
77084
77085 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
77086
77087         Change bitset word type from unsigned int to unsigned long int,
77088         as this has better performance on typical 64-bit hosts.
77089         Port bitset code to hosts with unusual word sizes.
77090         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
77091         (build_collating_symbol):
77092         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
77093         argument is a bitset.  This is merely a style issue, but it makes
77094         it clearer that an entire array is expected.
77095         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
77096         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
77097         Port to the case where bitset_word is not the same as unsigned int.
77098         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
77099         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
77100         Likewise.
77101         * lib/regexec.c (check_dst_limits_calc_pos_1,
77102         check_subexp_matching_top):
77103         (build_trtable, group_nodes_into_DFAstates):
77104         Likewise.
77105         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
77106         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
77107         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
77108         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
77109         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
77110         * lib/regcomp.c (optimize_subexps, lower_subexp):
77111         Work even if bitset_word has holes in its bitwise representation.
77112         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
77113         * lib/regexec.c (check_dst_limits_calc_pos_1,
77114         check_subexp_matching_top):
77115         Likewise.
77116         * lib/regex_internal.c (re_string_reconstruct):
77117         Don't assume UCHAR_MAX == 255.
77118         * lib/regex_internal.h (bitset_set_all): Likewise.
77119         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
77120         All uses changed.
77121         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
77122         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
77123         All uses changed.
77124         (BITSET_WORD_MAX): New macro.
77125         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
77126         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
77127         (bitset_empty, bitset_copy):
77128         Prefer sizeof (bitset) to multiplying it out ourselves.
77129         (bitset_not_merge): Remove; unused.
77130         (bitset_contain): Return bool, not unsigned int with one bit on.
77131         All callers changed.
77132         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
77133         alignment than re_node_set; do this by defining a new internal
77134         type struct dests_alloc and using it to allocate memory.
77135
77136 2005-09-05  Bruno Haible  <bruno@clisp.org>
77137
77138         * gnulib-tool (func_import): Fix comparison in handling of symbolic
77139         links.
77140
77141 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
77142
77143         * modules/size_max (Makefile.am): Add size_max.h
77144
77145 2005-09-04  Derek Price  <derek@ximbiot.com>
77146
77147         * gnulib-tool (func_import): Fix reversed $symbolic logic.
77148
77149 2005-09-03  Simon Josefsson  <jas@extundo.com>
77150
77151         * gnulib-tool: Fix typo.
77152
77153 2005-09-03  Simon Josefsson  <jas@extundo.com>
77154
77155         * config/srclist.txt: Add glibc bug 1293.
77156
77157 2005-09-03  Derek Price  <derek@ximbiot.com>
77158
77159         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
77160         From Larry Jones <lawrence.jones@ugs.com>.
77161
77162 2005-09-02  Simon Josefsson  <jas@extundo.com>
77163
77164         * modules/socklen: New file.
77165
77166 2005-09-02  Simon Josefsson  <jas@extundo.com>
77167
77168         * modules/havelib: New module.
77169
77170         * modules/gettext, modules/iconv, modules/lock, modules/readline:
77171         Use havelib.
77172
77173 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
77174
77175         Check for arithmetic overflow when calculating sizes, to prevent
77176         some buffer-overflow issues.  These patches are conservative, in the
77177         sense that when I couldn't determine whether an overflow was possible,
77178         I inserted a run-time check.
77179         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
77180         macros.
77181         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
77182         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
77183         (re_xnrealloc, re_x2nrealloc): New inline functions.
77184         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
77185         parse_bracket_exp):
77186         (build_equiv_class, build_charclass): Check for arithmetic overflow
77187         in size expression calculations.
77188         * lib/regex_internal.c (re_string_realloc_buffers):
77189         (build_wcs_upper_buffer, re_node_set_add_intersect):
77190         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
77191         (re_dfa_add_node, register_state): Likewise.
77192         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
77193         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
77194         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
77195         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
77196
77197 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
77198
77199         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
77200         m4/ulonglong.m4.  Problem reported by Martin Lambers.
77201
77202 2005-09-02  Bruno Haible  <bruno@clisp.org>
77203
77204         Support for lib vs. lib64 distinction on biarch platforms.
77205         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
77206         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
77207         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
77208
77209 2005-09-02  Bruno Haible  <bruno@clisp.org>
77210
77211         * gnulib-tool (import): In the other first-use case, provide defaults
77212         as well.
77213
77214 2005-09-02  Bruno Haible  <bruno@clisp.org>
77215
77216         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
77217         patches not yet found in the latest gettext release.
77218
77219 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
77220
77221         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
77222         to avoid a collision with bits/local_lim.h in glibc.
77223         All uses changed.  Problem reported by Dmitry V. Levin in
77224         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
77225
77226         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
77227         bugs in int versus size_t comparisons.
77228         (re_string_context_at): Fix bug where the code assumed that
77229         Idx is signed.
77230
77231         Use bool where appropriate.
77232         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
77233         All callers changed.
77234         (calc_eclosure_iter): Likewise, for ROOT arg.
77235         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
77236         (build_charclass_op): Likewise, for NON_MATCH arg.
77237         * lib/regex_internal.c (re_string_allocate, re_string_construct):
77238         (re_string_construct_common): Likewise, for ICASE arg.
77239         * lib/regexec.c (re_search_2_stub, re_search_stub):
77240         Likewise, for RET_LEN arg.
77241         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
77242         (set_regs): Likewise, for FL_BACKTRACK arg.
77243         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
77244         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
77245         (calc_eclosure_iter, parse_bracket_exp):
77246         Use bool for internal variables that are booleans.
77247         * lib/regexec.c (re_search_internal, check_matching,
77248         proceed_next_node):
77249         (set_regs, build_sifted_states, sift_states_bkref):
77250         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
77251         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
77252         (find_collation_sequence_value):
77253         Likewise.
77254         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
77255         (re_node_set_compare):
77256         Return bool, not int. All callers changed.
77257         * lib/regexec.c (check_halt_node_context, check_dst_limits):
77258         (build_trtable, check_node_accept): Likewise.
77259         * lib/regex_internal.h: Include stdbool.h.
77260
77261         Fix bugs uncovered when converting to bool.
77262         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
77263         failure instead of charging ahead blindly.
77264         * lib/regex_internal.c (register_state): Likewise.
77265         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
77266         for freeing internal storage.
77267         (group_nodes_into_DFA_states): Use unsigned int, not int, for
77268         bitset pieces used as boolean, to avoid undefined behavior
77269         on hosts that do int overflow checking.
77270
77271 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
77272
77273         * config/srclist.txt: Add glibc bugs 1285-1287.
77274
77275 2005-09-01  Jim Meyering  <jim@meyering.net>
77276
77277         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
77278         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
77279         Require gl_STAT_MACROS, too.
77280
77281 2005-09-01  Bruno Haible  <bruno@clisp.org>
77282
77283         * gnulib-tool (import): In the first-use case, provide defaults.
77284
77285 2005-09-01  Bruno Haible  <bruno@clisp.org>
77286
77287         * gnulib-tool (func_import): Remove the .tmp files.
77288
77289 2005-09-01  Bruno Haible  <bruno@clisp.org>
77290
77291         * gnulib-tool (func_import): Fix handling of symbolic links.
77292
77293 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
77294
77295         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
77296         old glibc regex code mishandles strings longer than 2**31 bytes.
77297         This patch fixes this when the regex code is used in gnulib
77298         (i.e., outside glibc).
77299
77300         This patch should not affect the use of the regex code inside
77301         glibc.  No doubt this problem also needs to be handled for glibc
77302         as well, but the result will be an incompatible change to the
77303         glibc ABI, and the old ABI will have to be supported too.  That
77304         can be the the subject for another patch.
77305
77306         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
77307         governing whether the rest of this patch is active.  By default,
77308         the macro is disabled and the patch has no effect.
77309         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
77310         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
77311         (struct re_pattern_buffer, re_search, re_search_2, re_match):
77312         (re_match_2, re_set_registers): Use the new types.
77313         * lib/regex_internal.h (Idx, re_hashval_t): New types.
77314         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
77315         New macros.
77316         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
77317         (re_string_context_at, bin_tree_t, re_dfastate_t):
77318         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
77319         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
77320         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
77321         (re_string_char_size_at, re_string_wchar_at):
77322         (re_string_elem_size_at):
77323         Use the new types and macros to port to 64-bit hosts.
77324         Use unsigned types for internal values, so that the code
77325         mostly works even for arrays larger than SSIZE_MAX.
77326         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
77327         (search_duplicated_node, calc_eclosure_iter, fetch_number):
77328         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
77329         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
77330         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
77331         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
77332         (calc_inveclosure, parse_dup_op, build_range_exp):
77333         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
77334         (fetch_number, create_token_tree, mark_opt_subexp):
77335         Likewise.
77336         * lib/regex_internal.c (re_string_construct_common,
77337         create_ci_newstate):
77338         (create_cd_newstate, re_string_allocate, re_string_construct):
77339         (re_string_realloc_buffers, build_wcs_upper_buffer):
77340         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
77341         (re_string_reconstruct, re_string_peek_byte_case):
77342         (re_string_fetch_byte_case, re_string_context_at):
77343         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
77344         (re_node_set_init_copy, re_node_set_add_intersect):
77345         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
77346         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
77347         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
77348         (re_acquire_state, re_acquire_state_context, register_state):
77349         Likewise.
77350         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
77351         search_cur_bkref_entry):
77352         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
77353         (re_search_internal, re_search_2_stub, re_search_stub)
77354         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
77355         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
77356         (update_cur_sifted_state, check_dst_limits):
77357         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
77358         (check_subexp_limits, sift_states_bkref, merge_state_array):
77359         (check_subexp_matching_top, get_subexp, get_subexp_sub):
77360         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
77361         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
77362         (expand_bkref_cache, check_node_accept_bytes):
77363         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
77364         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
77365         (acquire_init_state_context, check_halt_node_context):
77366         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
77367         (sift_states_backward, clean_state_log_if_needed):
77368         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
77369         (find_recover_state, transit_state_sb, transit_state_mb):
77370         (transit_state_bkref, build_trtable, match_ctx_clean):
77371         Likewise.
77372         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
77373         to work around an assumption that REG_MISSING is negative.
77374
77375         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
77376         (seek_collating_symbol_entry) [defined _LIBC]:
77377         (lookup_collation_sequence_value) [defined _LIBC]:
77378         (build_range_exp, build_collating_symbol) [defined _LIBC]:
77379         Use prototypes rather than old-style function definitions.
77380         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
77381         (transit_state_sb) [0]:
77382         (find_collation_sequence_value) [defined _LIBC]: Likewise.
77383
77384         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
77385         rm_eo.
77386
77387         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
77388         (optimize_subexps, lower_subexp):
77389         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
77390         since the signed shift might overflow.  Use 1u<<31 instead.
77391         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
77392         Likewise.
77393         * lib/regexec.c (check_dst_limits_calc_pos_1,
77394         check_subexp_matching_top): Likewise.
77395
77396         * lib/regcomp.c (optimize_subexps, lower_subexp):
77397         Use CHAR_BIT rather than 8, for clarity.
77398         * lib/regexec.c (check_dst_limits_calc_pos_1):
77399         (check_subexp_matching_top): Likewise.
77400         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
77401         have to worry about portability issues when shifting it left.
77402         Remove no-longer-needed test for table_size > 0.
77403         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
77404         in a word, as the resulting behavior is undefined.
77405         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
77406         in one case, a <= should have been an <, and in another case the
77407         whole test was missing.
77408         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
77409         the standard name CHAR_BIT.
77410         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
77411         this is not true on one's complement and signed-magnitude hosts.
77412
77413         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
77414         next_last_offset.
77415         (struct re_dfa_t): Remove unused member states_alloc.
77416         * lib/regcomp.c (init_dfa): Don't initialize unused members.
77417
77418 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
77419
77420         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
77421         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
77422         and large-file glibc and in 32-bit large-file Solaris.
77423
77424 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
77425
77426         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
77427         lengths fit in regoff_t; this isn't true if regoff_t is the same
77428         width as size_t.
77429         * lib/regex.c (re_search_internal): 5th arg is LAST_START
77430         (= START + RANGE) instead of RANGE.  This avoids overflow
77431         problems when regoff_t is the same width as size_t.
77432         All callers changed.
77433         (re_search_2_stub): Check for overflow when adding the
77434         sizes of the two strings.
77435         (re_search_stub): Check for overflow when adding START
77436         to RANGE; if it occurs, substitute the extreme value.
77437
77438 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
77439
77440         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
77441
77442 2005-08-31  Jim Meyering  <jim@meyering.net>
77443
77444         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
77445         a pointer-to-const.
77446         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
77447         (register_state): Likewise.
77448         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
77449         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
77450         (group_nodes_into_DFAstates): Likewise.
77451
77452 2005-08-31  Jim Meyering  <jim@meyering.net>
77453
77454         * check-module: Add a FIXME comment.
77455
77456 2005-08-31  Eric Blake  <ebb9@byu.net>
77457
77458         * modules/unistd-safer (Files): Add unistd--.h.
77459         * modules/stdio-safer (Files): Add stdio--.h.
77460
77461 2005-08-31  Derek Price  <derek@ximbiot.com>
77462
77463         * lib/getdelim.c (getdelim): Return EOF on EOF.
77464         Reported by Larry Jones <lawrence.jones@ugs.com>.
77465
77466 2005-08-31  Bruno Haible  <bruno@clisp.org>
77467
77468         Avoid unnecessary diffs in the generated lib/Makefile.am.
77469         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
77470         the generated files.
77471         (func_import): Don't set cmd.
77472
77473 2005-08-31  Bruno Haible  <bruno@clisp.org>
77474
77475         * lib/strstr.c: Include <stddef.h>, for NULL.
77476         * lib/strcasestr.c: Likewise.
77477         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
77478
77479 2005-08-31  Bruno Haible  <bruno@clisp.org>
77480
77481         * gnulib-tool: New option --macro-prefix.
77482         (func_import): Use macro_prefix.
77483         (import): Handle option --macro-prefix.
77484
77485 2005-08-31  Bruno Haible  <bruno@clisp.org>
77486
77487         * gnulib-tool (import): Rename most ac_* variables to cached_*.
77488         Also use new variables cached_lgpl, cached_libtool.
77489
77490 2005-08-31  Bruno Haible  <bruno@clisp.org>
77491
77492         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
77493         always instantiating them.
77494
77495 2005-08-31  Bruno Haible  <bruno@clisp.org>
77496
77497         * gnulib-tool (func_import): Read the previous cached settings
77498         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
77499         earlier added by gnulib but are now dropped. Warn when a gnulib file
77500         overwrites a non-gnulib file.
77501
77502 2005-08-31  Bruno Haible  <bruno@clisp.org>
77503
77504         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
77505         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
77506         projects that don't keep autogenerated files in CVS. Put into
77507         actioncmd only the specified modules, not the transitive closure.
77508
77509 2005-08-31  Bruno Haible  <bruno@clisp.org>
77510
77511         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
77512         Create directories that shall be filled.
77513         (import): Don't look for gl_* macros in configure.ac. Recurse across
77514         all directories containing a gnulib-cache.m4 files, if meaningful.
77515
77516 2005-08-31  Bruno Haible  <bruno@clisp.org>
77517
77518         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
77519         (import): Set seen_libtool when we see gl_LIBTOOL.
77520
77521 2005-08-31  Bruno Haible  <bruno@clisp.org>
77522
77523         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
77524         declaration macro definitions from generated gnulib.m4.
77525
77526 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
77527
77528         * lib/iconvme.h: Add prototype for iconv_alloc.
77529
77530 2005-08-29  Simon Josefsson  <jas@extundo.com>
77531
77532         * lib/iconvme.c: Fix errno.
77533
77534 2005-08-29  Bruno Haible  <bruno@clisp.org>
77535
77536         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
77537         that it works when the directory contains spaces.
77538
77539 2005-08-29  Bruno Haible  <bruno@clisp.org>
77540
77541         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
77542
77543 2005-08-29  Bruno Haible  <bruno@clisp.org>
77544
77545         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
77546         Emit more advice.
77547
77548 2005-08-29  Bruno Haible  <bruno@clisp.org>
77549         and Stepan Kasal  <kasal@ucw.cz>
77550
77551         * check-module: If more parameters are given, check each of them
77552         separately; add more exceptions, as noted by Jim Meyering.
77553         (check_module): New procedure.
77554         (%exempt_header): Now contains all exceptions.
77555
77556 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
77557
77558         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
77559
77560 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
77561
77562         * lib/iconvme.c: Split iconv_string into iconv_alloc.
77563
77564 2005-08-28  Bruno Haible  <bruno@clisp.org>
77565
77566         * m4/gnulib-tool.m4: New file.
77567
77568 2005-08-27  Jim Meyering  <jim@meyering.net>
77569
77570         * modules/unistd-safer (Files): Add pipe-safer.c.
77571         * modules/fcntl-safer (Files): Add creat-safer.c.
77572
77573 2005-08-27  Jim Meyering  <jim@meyering.net>
77574
77575         * m4/stdlib-safer.m4: New file.  From coreutils.
77576         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
77577         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
77578         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
77579         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
77580         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
77581
77582 2005-08-27  Jim Meyering  <jim@meyering.net>
77583
77584         * lib/fopen-safer.c: Merge minor changes from coreutils.
77585         * lib/dup-safer.c: Likewise.
77586         * lib/fd-safer.c: Likewise.
77587
77588         Merge from coreutils.
77589         * lib/stdio--.h: New file.
77590         * lib/stdlib--.h: New file.
77591         * lib/mkstemp-safer.c: New file.
77592
77593         GNU tar needs these.
77594         * lib/pipe-safer.c: New file.
77595         * lib/creat-safer.c: New file.
77596         * lib/fcntl--.h (creat): Define to creat_safer.
77597         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
77598         * lib/unistd--.h (pipe): Define to pipe_safer.
77599         * lib/unistd-safer.h: Declare pipe_safer.
77600
77601 2005-08-26  Simon Josefsson  <jas@extundo.com>
77602
77603         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
77604         Haible <bruno@clisp.org>.
77605
77606 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
77607
77608         * lib/regex_internal.h: Remove all references to
77609         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
77610         or better.
77611         (bitset_not, bitset_merge, bitset_not_merge):
77612         (bitset_mask, re_string_allocate, re_string_construct):
77613         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
77614         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
77615         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
77616         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
77617         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
77618         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
77619         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
77620         (re_acquire_state_context):
77621         Remove unnecessary forward decls.
77622         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
77623         Put __attribute at function definition,
77624         now that the function decl has been removed.
77625         * lib/regex_internal.c (re_string_peek_byte_case):
77626         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
77627         Likewise.
77628
77629 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
77630
77631         * m4/regex.m4: Add AC_PREREQ(2.50).
77632         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
77633
77634 2005-08-25  Simon Josefsson  <jas@extundo.com>
77635
77636         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
77637         __fsetlocking.
77638
77639 2005-08-25  Simon Josefsson  <jas@extundo.com>
77640
77641         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
77642         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
77643         GLIBC specific code.
77644
77645 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
77646
77647         Make regex safe for g++.  This fixes one real bug (an "err"
77648         that should have been "*err").  g++ problem reported by
77649         Sam Steingold.
77650         * lib/regex_internal.h (re_calloc): New macro, consistent with
77651         re_malloc etc.  All callers of calloc changed to use re_calloc.
77652         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
77653         not int.  All callers changed.
77654         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
77655         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
77656         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
77657         (find_recover_state): Change "err" to "*err"; this fixes what
77658         appears to be a real bug.
77659         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
77660         versus int.
77661
77662 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
77663
77664         * modules/regex (Depends-on): Add malloc, since the code
77665         assumes that !malloc(0) means failure.
77666
77667 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
77668
77669         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
77670
77671         alloca modernization/simplification for regex.
77672         * lib/regex.c: Remove portability cruft for alloca.  This no longer
77673         needs to be at the start of the file, and can be moved into
77674         regex_internal.h and simplified.
77675         * lib/regex_internal.h: Include <alloca.h>.
77676         (__libc_use_alloca) [!defined _LIBC]: New macro.
77677         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
77678         now works outside glibc.
77679
77680 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
77681
77682         * config/srclist.txt: Add glibc bugs 1241, 1245.
77683
77684 2005-08-25  Jim Meyering  <jim@meyering.net>
77685
77686         * lib/open-safer.c: Include <config.h>.
77687         Otherwise, we'd lose LARGEFILE support in any file using
77688         e.g. "fcntl--.h"
77689
77690 2005-08-25  Bruno Haible  <bruno@clisp.org>
77691
77692         * m4/minmax.m4: Require autoconf 2.52.
77693         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
77694         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
77695         alternatives of translit over the alphabet.
77696         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
77697
77698 2005-08-24  Simon Josefsson  <jas@extundo.com>
77699
77700         * tests/test-getpass.c: New file.
77701
77702 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
77703
77704         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
77705         for GNU regex features.
77706
77707 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
77708
77709         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
77710         * lib/regex.h (regerror): Likewise.
77711
77712         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
77713         requires this.  (The code never needed it.)
77714
77715         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
77716         All uses of recently-renamed identifiers changed to use the new,
77717         POSIX-compliant names.  The code will build and run just fine
77718         without these changes, but it's better to eat our own dog food
77719         and use the standard-conforming names.
77720
77721         * lib/regex.h: Fix a multitude of POSIX name space violations.
77722         These changes have an effect only for programs that define
77723         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
77724         do not change anything for programs compiled in the normal way.
77725         Also, there is no effect on the ABI.
77726
77727         (_REGEX_SOURCE): New macro.
77728         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
77729         defined and _GNU_SOURCE is not; this fixes a name space violation.
77730
77731         Rename the following macros to obey POSIX requirements.
77732         The old names are still visible as macros if _REGEX_SOURCE is defined.
77733         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
77734         RE_BACKSLASH_ESCAPE_IN_LISTS.
77735         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
77736         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
77737         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
77738         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
77739         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
77740         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
77741         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
77742         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
77743         (REG_INTERVALS): renamed from RE_INTERVALS.
77744         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
77745         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
77746         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
77747         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
77748         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
77749         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
77750         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
77751         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
77752         RE_UNMATCHED_RIGHT_PAREN_ORD.
77753         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
77754         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
77755         (REG_DEBUG): renamed from RE_DEBUG.
77756         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
77757         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
77758         unusual, since we can't clash with the POSIX REG_ICASE.
77759         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
77760         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
77761         (REG_NO_SUB): renamed from RE_NO_SUB.
77762         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
77763         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
77764         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
77765         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
77766         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
77767         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
77768         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
77769         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
77770         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
77771         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
77772         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
77773         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
77774         RE_SYNTAX_POSIX_MINIMAL_BASIC.
77775         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
77776         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
77777         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
77778         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
77779         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
77780         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
77781         (REG_FIXED): Renamed from REGS_FIXED.
77782         (REG_NREGS): Renamed from RE_NREGS.
77783
77784         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
77785         of other REG_* macros, since POSIX says the user is allowed to
77786         #undef these macros selectively.
77787
77788         (reg_errcode_t): Update comment stating what other tables need
77789         to be consistent.
77790
77791         Rename the following enum values to obey POSIX requirements.
77792         The old names are still visible as macros.
77793         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
77794         is not defined, since GNU is supposed to be a superset of POSIX as
77795         much as possible, and since we want reg_errcode_t to be a signed
77796         type for implementation consistency.
77797         (_REG_NOERROR): Renamed from REG_NOERROR.
77798         (_REG_NOMATCH): Renamed from REG_NOMATCH.
77799         (_REG_BADPAT): Renamed from REG_BADPAT.
77800         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
77801         (_REG_ECTYPE): Renamed from REG_ECTYPE.
77802         (_REG_EESCAPE): Renamed from REG_EESCAPE.
77803         (_REG_ESUBREG): Renamed from REG_ESUBREG.
77804         (_REG_EBRACK): Renamed from REG_EBRACK.
77805         (_REG_EPAREN): Renamed from REG_EPAREN.
77806         (_REG_EBRACE): Renamed from REG_EBRACE.
77807         (_REG_BADBR): Renamed from REG_BADBR.
77808         (_REG_ERANGE): Renamed from REG_ERANGE.
77809         (_REG_ESPACE): Renamed from REG_ESPACE.
77810         (_REG_BADRPT): Renamed from REG_BADRPT.
77811         (_REG_EEND): Renamed from REG_EEND.
77812         (_REG_ESIZE): Renamed from REG_ESIZE.
77813         (_REG_ERPAREN): Renamed from REG_ERPAREN.
77814         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
77815         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
77816         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
77817         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
77818
77819         (_REG_RE_NAME, _REG_RM_NAME): New macros.
77820         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
77821         changed.  But support the old name if the new one is not defined
77822         and if _REGEX_SOURCE.
77823
77824         Change the following member names in struct re_pattern_buffer.
77825         The old names are still supported if !_REGEX_SOURCE.
77826         The new names are always supported, regardless of _REGEX_SOURCE.
77827         (re_buffer): Renamed from buffer.
77828         (re_allocated): Renamed from allocated.
77829         (re_used): Renamed from used.
77830         (re_syntax): Renamed from syntax.
77831         (re_fastmap): Renamed from fastmap.
77832         (re_translate): Renamed from translate.
77833         (re_can_be_null): Renamed from can_be_null.
77834         (re_regs_allocated): Renamed from regs_allocated.
77835         (re_fastmap_accurate): Renamed from fastmap_accurate.
77836         (re_no_sub): Renamed from no_sub.
77837         (re_not_bol): Renamed from not_bol.
77838         (re_not_eol): Renamed from not_eol.
77839         (re_newline_anchor): Renamed from newline_anchor.
77840
77841         Change the following member names in struct re_registers.
77842         The old names are still supported if !_REGEX_SOURCE.
77843         The new names are always supported, regardless of _REGEX_SOURCE.
77844         (rm_num_regs): Renamed from num_regs.
77845         (rm_start): Renamed from start.
77846         (rm_end): Renamed from end.
77847
77848         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
77849         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
77850         Prepend __ to parameter names.
77851
77852         Undo yesterday's changes.
77853
77854 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
77855
77856         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
77857         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
77858         lib/regex.c.
77859
77860 2005-08-24  Jim Meyering  <jim@meyering.net>
77861
77862         Sync from coreutils.
77863         * m4/fcntl-safer.m4: New file.
77864
77865         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
77866         and object files for this module.
77867
77868 2005-08-24  Jim Meyering  <jim@meyering.net>
77869
77870         Sync from coreutils.
77871         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
77872
77873 2005-08-24  Jim Meyering  <jim@meyering.net>
77874
77875         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
77876         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
77877
77878 2005-08-24  Jim Meyering  <jim@meyering.net>
77879
77880         * modules/fcntl-safer: New module.
77881         * modules/fts (Depends-on): Add fcntl-safer.
77882         * MODULES.html.sh (File descriptor based Input/Output):
77883         Add fcntl-safer.
77884
77885 2005-08-24  Bruno Haible  <bruno@clisp.org>
77886
77887         Support for unit test modules.
77888         * modules/README: Mention tests modules.
77889         * modules/TEMPLATE-TESTS: New file.
77890         * gnulib-tool: New options --extract-tests-module, --with-tests and
77891         --tests-base (unused for the moment).
77892         (testsbase, inctests): New variables.
77893         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
77894         (func_verify_module): Exclude TEMPLATE-TESTS.
77895         (func_verify_nontests_module, func_verify_tests_module): New functions.
77896         (func_get_dependencies): Add implicit dependency for tests modules.
77897         (func_get_tests_module): New function.
77898         (func_modules_transitive_closure): When --with-tests was specified,
77899         include the unit tests as well, unless explicitly avoided.
77900         (func_emit_lib_Makefile_am): Ignore the tests modules here.
77901         (func_emit_tests_Makefile_am): New function.
77902         (func_create_testdir): When --with-tests was specified, emit a
77903         tests/ directory.
77904         * MODULES.html.sh (Future developments): Update.
77905
77906 2005-08-24  Bruno Haible  <bruno@clisp.org>
77907
77908         * modules/tls-tests: New file.
77909         * tests/test-tls.c: New file, from GNU gettext.
77910
77911 2005-08-24  Bruno Haible  <bruno@clisp.org>
77912
77913         * modules/lock-tests: New file.
77914         * tests/test-lock.c: New file, from GNU gettext.
77915
77916 2005-08-24  Bruno Haible  <bruno@clisp.org>
77917
77918         * lib/lock.h: Add multiple inclusion guard.
77919         * lib/tls.h: Add multiple inclusion guard.
77920
77921 2005-08-24  Bruno Haible  <bruno@clisp.org>
77922
77923         * gnulib-tool: Add support for the --aux-dir option to
77924         --create-testdir, --create-megatestdir, --test, --megatest.
77925         (func_create_testdir, func_create_megatestdir): Optionally emit a
77926         AC_CONFIG_AUX_DIR directive.
77927         (create-testdir, create-megatestdir, test, megatest): Provide a
77928         default value for $auxdir.
77929
77930 2005-08-24  Bruno Haible  <bruno@clisp.org>
77931
77932         * gnulib-tool (import): Use compound statement instead of subshell
77933         where possible.
77934
77935 2005-08-24  Bruno Haible  <bruno@clisp.org>
77936
77937         * gnulib-tool (import): Change --aux-dir default to "build-aux".
77938
77939 2005-08-24  Bruno Haible  <bruno@clisp.org>
77940
77941         * gnulib-tool (func_version): Update.
77942
77943 2005-08-24  Bruno Haible  <bruno@clisp.org>
77944
77945         * gnulib-tool (func_import, func_create_testdir,
77946         func_create_megatestdir): Quote all autoconf macro arguments.
77947
77948 2005-08-24  Bruno Haible  <bruno@clisp.org>
77949
77950         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
77951         option --force, because --force causes the aclocal.m4 of each
77952         subdirectory to be newer than the corresponding config.h.in.
77953
77954 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
77955
77956         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
77957         All contents moved to gl_REGEX.
77958         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
77959         assume that it does.
77960
77961 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
77962
77963         * lib/regex.h (REG_NOSYS)
77964         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
77965         Define, since POSIX requires it as of 2001.
77966         (_REG_ENOSYS)
77967         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
77968         New private symbol, used to keep the enum signed in all cases.
77969         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
77970         Youngman in
77971         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
77972
77973         * lib/regex_internal.c (re_string_skip_chars, register_state):
77974         (calc_state_hash):
77975         Remove forward decls; no longer needed now that we use prototypes.
77976         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
77977         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
77978         (clean_state_log_if_needed): Likewise.
77979
77980 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
77981
77982         * config/srclist.txt: Add glibc bugs 1231-1233.
77983
77984 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
77985
77986         Fix problems reported by Sam Steingold in
77987         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
77988         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
77989         assumed that reg_errcode_t is a signed type, which is not
77990         necessarily true if _XOPEN_SOURCE is not defined.
77991         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
77992         since some compilers warn about it otherwise.
77993
77994 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
77995
77996         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
77997         (init_word_char, create_initial_state, duplicate_node_closure):
77998         (fetch_token, peek_token_bracket, build_range_exp):
77999         (build_collating_symbol): Remove forward decls; no longer needed
78000         now that we use prototypes.
78001
78002         * lib/regcomp.c:
78003         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
78004         (re_compile_fastmap_iter, regcomp, regerror, regfree):
78005         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
78006         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
78007         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
78008         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
78009         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
78010         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
78011         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
78012         (build_range_exp, build_collating_symbol, parse_bracket_exp):
78013         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
78014         (build_charclass, build_charclass_op, fetch_number, create_tree):
78015         (create_token_tree, mark_opt_subexp, duplicate_tree):
78016         Use prototypes rather than old-style definitions.
78017
78018         * lib/regex_internal.c:
78019         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
78020         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
78021         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
78022         (re_string_reconstruct, re_string_peek_byte_case):
78023         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
78024         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
78025         (re_node_set_init_copy, re_node_set_add_intersect):
78026         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
78027         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
78028         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
78029         (re_acquire_state, re_acquire_state_context, register_state):
78030         (create_ci_newstate, create_cd_newstate, free_state):
78031         Likewise.
78032         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
78033         re_search_2):
78034         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
78035         (re_search_internal, prune_impossible_nodes):
78036         (acquire_init_state_context, check_matching, static):
78037         (check_halt_node_context, check_halt_state_context, proceed_next_node):
78038         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
78039         (update_regs, sift_states_backward, build_sifted_states):
78040         (clean_state_log_if_needed, merge_state_array):
78041         (update_cur_sifted_state, add_epsilon_src_nodes):
78042         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
78043         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
78044         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
78045         (find_recover_state, check_subexp_matching_top, transit_state_mb):
78046         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
78047         (check_arrival, check_arrival_add_next_nodes):
78048         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
78049         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
78050         (check_node_accept_bytes, check_node_accept, extend_buffers):
78051         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
78052         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
78053         (sift_ctx_init):
78054         Likewise.
78055
78056         * lib/regex_internal.h:
78057         (re_string_allocate, re_string_construct, re_string_reconstruct):
78058         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
78059         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
78060         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
78061         (re_string_context_at, re_string_peek_byte_case):
78062         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
78063         is defined, since we now use prototypes always.
78064
78065         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
78066         C89 or better.  All uses removed.
78067
78068 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
78069
78070         * config/srclist.txt: Add glibc bugs 1220-1227.
78071
78072 2005-08-20  Jim Meyering  <jim@meyering.net>
78073
78074         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
78075         of unused local, dfa.
78076
78077 2005-08-20  Bruno Haible  <bruno@clisp.org>
78078
78079         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
78080
78081 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
78082
78083         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
78084         (re_node_set_insert_last, re_dfa_add_node):
78085         Rename local variables to avoid GCC shadowing warnings.
78086
78087 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
78088
78089         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
78090         [defined lint]: Suppress bogus uninitialized-variable warnings.
78091
78092         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
78093         and let the caller return REG_ESPACE if out of space.  This
78094         removes an uninitialied-variable warning with GCC 4.0.1, and also
78095         avoids taking the address of a local variable.  All callers
78096         changed.
78097
78098 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
78099
78100         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
78101         $LIBCSRC/posix/regexec.c.
78102         Add glibc bug 1217 for regcomp.c.
78103
78104 2005-08-19  Jim Meyering  <jim@meyering.net>
78105
78106         * lib/regexec.c (proceed_next_node): Redo local variables to
78107         avoid GCC shadowing warnings.
78108
78109 2005-08-18  Bruno Haible  <bruno@clisp.org>
78110
78111         * lib/strstr.c (strstr): Fix return value in multibyte case.
78112         * lib/strcasestr.c (strcasestr): Likewise.
78113
78114 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
78115
78116         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
78117
78118 2005-08-17  Jim Meyering  <jim@meyering.net>
78119
78120         Make the %s format (seconds since the epoch) work for a negative
78121         number and when used with a zero-padded field width, e.g. %015s.
78122
78123         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
78124         label so that it precedes the code to set `digits'.  Otherwise,
78125         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
78126         print `00-22'.  Now, it prints `-0022', as it should.
78127
78128 2005-08-17  Bruno Haible  <bruno@clisp.org>
78129
78130         * modules/strstr (Files): Add m4/mbrtowc.m4.
78131         (Depends-on): Add mbuiter.
78132
78133 2005-08-17  Bruno Haible  <bruno@clisp.org>
78134
78135         * modules/strcasestr: New file.
78136         * MODULES.html.sh (String handling, based on ANSI C 89): Add
78137         strcasestr.
78138
78139 2005-08-17  Bruno Haible  <bruno@clisp.org>
78140
78141         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
78142
78143 2005-08-17  Bruno Haible  <bruno@clisp.org>
78144
78145         * modules/mbuiter: New file.
78146         * MODULES.html.sh (Extended multibyte and wide character utilities):
78147         Add mbuiter.
78148
78149 2005-08-17  Bruno Haible  <bruno@clisp.org>
78150
78151         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
78152         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
78153
78154 2005-08-17  Bruno Haible  <bruno@clisp.org>
78155
78156         * m4/strcasestr.m4: New file.
78157
78158 2005-08-17  Bruno Haible  <bruno@clisp.org>
78159
78160         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
78161         * lib/strstr.c: Completely rewritten, with multibyte locale support.
78162
78163 2005-08-17  Bruno Haible  <bruno@clisp.org>
78164
78165         * lib/strcasestr.h: New file.
78166         * lib/strcasestr.c: New file.
78167
78168 2005-08-17  Bruno Haible  <bruno@clisp.org>
78169
78170         * lib/strcasecmp.c: Use mbuiter.h.
78171
78172 2005-08-17  Bruno Haible  <bruno@clisp.org>
78173
78174         * lib/mbuiter.h: New file.
78175
78176 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
78177
78178         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
78179         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
78180         and gl_GETOPT are both invoked via different paths (as happens
78181         with GNU tar CVS because it uses both argp and getopt), the former
78182         wins.
78183
78184 2005-08-16  Bruno Haible  <bruno@clisp.org>
78185
78186         * modules/tls: New file.
78187         * MODULES.html.sh (Multithreading): Add tls.
78188
78189 2005-08-16  Bruno Haible  <bruno@clisp.org>
78190
78191         * modules/strnlen1: New file.
78192         * MODULES.html.sh (String handling): Add strnlen1.
78193
78194 2005-08-16  Bruno Haible  <bruno@clisp.org>
78195
78196         * modules/strcase (Files): Add m4/mbrtowc.m4.
78197         (Depends-on): Add strnlen1, mbchar.
78198
78199 2005-08-16  Bruno Haible  <bruno@clisp.org>
78200
78201         * modules/mbiter: New file.
78202         * MODULES.html.sh (Extended multibyte and wide character utilities):
78203         Add mbiter.
78204
78205 2005-08-16  Bruno Haible  <bruno@clisp.org>
78206
78207         * modules/mbfile: New file.
78208         * MODULES.html.sh (Extended multibyte and wide character utilities):
78209         Add mbfile.
78210
78211 2005-08-16  Bruno Haible  <bruno@clisp.org>
78212
78213         * modules/mbchar: New file.
78214         * MODULES.html.sh (Extended multibyte and wide character utilities):
78215         New section.
78216
78217 2005-08-16  Bruno Haible  <bruno@clisp.org>
78218
78219         * m4/tls.m4: New file, from GNU gettext.
78220
78221 2005-08-16  Bruno Haible  <bruno@clisp.org>
78222
78223         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
78224         always.
78225         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
78226
78227 2005-08-16  Bruno Haible  <bruno@clisp.org>
78228
78229         * m4/mbiter.m4: New file.
78230
78231 2005-08-16  Bruno Haible  <bruno@clisp.org>
78232
78233         * m4/mbfile.m4: New file.
78234
78235 2005-08-16  Bruno Haible  <bruno@clisp.org>
78236
78237         * m4/mbchar.m4: New file.
78238
78239 2005-08-16  Bruno Haible  <bruno@clisp.org>
78240
78241         * lib/tls.h: New file, from GNU gettext.
78242         * lib/tls.c: New file, from GNU gettext.
78243
78244 2005-08-16  Bruno Haible  <bruno@clisp.org>
78245
78246         * lib/strnlen1.h: New file.
78247         * lib/strnlen1.c: New file.
78248
78249 2005-08-16  Bruno Haible  <bruno@clisp.org>
78250
78251         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
78252         (mbi_init): Update.
78253         (mbi_avail, mbi_advance): Let the iteration end before the terminating
78254         NUL byte, not after it.
78255
78256 2005-08-16  Bruno Haible  <bruno@clisp.org>
78257
78258         * lib/strcase.h (strcasecmp): Add note in comments.
78259         * lib/strncasecmp.c: Use code from strcasecmp.c.
78260         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
78261         (strcasecmp): Work correctly in multibyte locales.
78262
78263 2005-08-16  Bruno Haible  <bruno@clisp.org>
78264
78265         * lib/mbiter.h: New file.
78266
78267 2005-08-16  Bruno Haible  <bruno@clisp.org>
78268
78269         * lib/mbfile.h: New file.
78270
78271 2005-08-16  Bruno Haible  <bruno@clisp.org>
78272
78273         * lib/mbchar.h: New file.
78274         * lib/mbchar.c: New file.
78275
78276 2005-08-16  Bruno Haible  <bruno@clisp.org>
78277
78278         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
78279         the valid ones. Makes the comparison operations transitive:
78280         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
78281         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
78282
78283 2005-08-15  Simon Josefsson  <jas@extundo.com>
78284
78285         * modules/ssize_t (License): Change to 'unlimited'.
78286
78287         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
78288
78289 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
78290
78291         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
78292         Add comments for each pending glibc patch.
78293
78294 2005-08-15  Bruno Haible  <bruno@clisp.org>
78295
78296         * lib/regex.h (__restrict_arr): Don't define to __restrict if
78297         __cplusplus is defined.
78298
78299 2005-08-14  Jim Meyering  <jim@meyering.net>
78300
78301         Sync from coreutils.
78302
78303         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
78304         Use the hash-table-based cycle-detection code not just when
78305         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
78306         Reported by James Youngman in
78307         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
78308         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
78309         FTS_TIGHT_CYCLE_CHECK.
78310         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
78311         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
78312         once again.
78313         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
78314         * lib/fts.c (fd_safer): Remove decl.
78315         Include fcntl--.h rather than unistd-safer.h
78316         (fts_safe_changedir): Don't call fd_safer; no longer needed
78317         now that we include fcntl--.h.
78318
78319 2005-08-12  Simon Josefsson  <jas@extundo.com>
78320
78321         * modules/getndelim2: Use ssize_t module.
78322         * modules/getnline: Likewise.
78323         * modules/safe-read: Likewise.
78324         * modules/xreadlink: Likewise.
78325
78326         * modules/ssize_t: New file.
78327
78328 2005-08-12  Simon Josefsson  <jas@extundo.com>
78329
78330         * m4/readline.m4: Look for termcap, curses or ncurses if required.
78331
78332 2005-08-12  Simon Josefsson  <jas@extundo.com>
78333
78334         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
78335         ssize_t.
78336
78337 2005-08-12  Simon Josefsson  <jas@extundo.com>
78338
78339         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
78340         readline, getdelim and check_version.
78341         (Support for systems lacking ISO C 99: Sizes of integer types):
78342         Add size_max.
78343
78344 2005-08-12  Bruno Haible  <bruno@clisp.org>
78345
78346         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
78347
78348 2005-08-11  Simon Josefsson  <jas@extundo.com>
78349
78350         * modules/readline: New file.
78351
78352         * modules/strnlen (Files): Add strnlen.h.
78353
78354 2005-08-11  Simon Josefsson  <jas@extundo.com>
78355
78356         * m4/readline.m4: New file.
78357
78358 2005-08-11  Simon Josefsson  <jas@extundo.com>
78359
78360         * lib/readline.h, readline.c: New file.
78361
78362 2005-08-11  Simon Josefsson  <jas@extundo.com>
78363
78364         * doc/gnulib.texi (Initial import, Finishing touches): Mention
78365         gl_AVOID.
78366
78367 2005-08-11  Bruno Haible  <bruno@clisp.org>
78368
78369         * lib/strnlen.h (strnlen): Change parameter name to match comment.
78370
78371 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
78372
78373         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
78374
78375 2005-08-10  Simon Josefsson  <jas@extundo.com>
78376
78377         * tests/test-iconvme.c: New file.
78378
78379 2005-08-10  Simon Josefsson  <jas@extundo.com>
78380
78381         * m4/strnlen.m4: New file.
78382
78383         * m4/strndup.m4: Don't check for strnlen declaration, done in
78384         strnlen.m4.
78385
78386 2005-08-10  Simon Josefsson  <jas@extundo.com>
78387
78388         * lib/strndup.c: Use strnlen.h.
78389
78390         * lib/strnlen.h: New file.
78391
78392 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
78393
78394         * README: Typos.
78395
78396 2005-08-02  Simon Josefsson  <jas@extundo.com>
78397
78398         * modules/readline: New file.
78399
78400 2005-08-02  Simon Josefsson  <jas@extundo.com>
78401
78402         * modules/getdelim: New file.
78403
78404         * modules/getline: Rewrite, don't use getndelim2.
78405
78406 2005-08-02  Simon Josefsson  <jas@extundo.com>
78407
78408         * m4/getline.m4: Separate out getdelim stuff into separate module.
78409
78410         * m4/getdelim.m4: New file.
78411
78412 2005-08-02  Simon Josefsson  <jas@extundo.com>
78413
78414         * lib/getline.h, getline.c: Rewrite.
78415
78416         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
78417
78418 2005-07-31  Bruno Haible  <bruno@clisp.org>
78419
78420         * lib/lock.h (gl_lock_initializer): New macro.
78421         (gl_lock_define_initialized): Use it.
78422         (gl_rwlock_initializer): New macro.
78423         (gl_rwlock_define_initialized): Use it.
78424         (gl_recursive_lock_initializer): New macro.
78425         (gl_recursive_lock_define_initialized): Use it.
78426
78427 2005-07-30  Karl Berry  <karl@gnu.org>
78428
78429         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
78430         Report from Ben Pfaff, regarding getopt.
78431
78432 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
78433
78434         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
78435         normal way.
78436         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
78437         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
78438         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
78439         (gl_GETOPT): Use the new macros.  Most of the implementation
78440         is moved to the new macros.  This is for programs like Emacs
78441         that don't want all the functionality of gl_GETOPT.
78442
78443 2005-07-26  Bruno Haible  <bruno@clisp.org>
78444
78445         * m4/lock.m4: Update from GNU gettext.
78446
78447 2005-07-26  Bruno Haible  <bruno@clisp.org>
78448
78449         * lib/lock.h: Update from GNU gettext.
78450         * lib/lock.c: Update from GNU gettext.
78451
78452 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
78453
78454         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
78455         obsolescent AC_TRY_RUN.  Include the default includes files, for
78456         'exit'.
78457
78458 2005-07-24  Bruno Haible  <bruno@clisp.org>
78459
78460         * modules/visibility: New file.
78461         * MODULES.html.sh (Misc): Add visibility.
78462
78463 2005-07-24  Bruno Haible  <bruno@clisp.org>
78464
78465         * m4/visibility.m4: New file.
78466
78467 2005-07-24  Bruno Haible  <bruno@clisp.org>
78468
78469         * doc/visibility.texi: New file.
78470
78471 2005-07-22  Bruno Haible  <bruno@clisp.org>
78472
78473         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
78474         $(ALLOCA_H), redundant through BUILT_SOURCES.
78475         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
78476         redundant through BUILT_SOURCES.
78477         * modules/byteswap (Makefile.am): Remove explicit dependency on
78478         $(BYTESWAP_H), redundant through BUILT_SOURCES.
78479         * modules/fnmatch (Makefile.am): Remove explicit dependency on
78480         $(FNMATCH_H), redundant through BUILT_SOURCES.
78481         * modules/getopt (Makefile.am): Remove explicit dependency on
78482         $(GETOPT_H), redundant through BUILT_SOURCES.
78483         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
78484         redundant through BUILT_SOURCES.
78485         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
78486         redundant through BUILT_SOURCES.
78487         * modules/stdbool (Makefile.am): Remove explicit dependency on
78488         $(STDBOOL_H), redundant through BUILT_SOURCES.
78489         * modules/stdint (Makefile.am): Remove explicit dependency on
78490         $(STDINT_H), redundant through BUILT_SOURCES.
78491         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
78492         Remove explicit dependency on $(SYSEXITS_H).
78493         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
78494
78495 2005-07-18  Simon Josefsson  <jas@extundo.com>
78496
78497         * lib/check-version.c (check_version): Accept identical versions too.
78498
78499 2005-07-18  Bruno Haible  <bruno@clisp.org>
78500
78501         * modules/lock: New file.
78502         * MODULES.html.sh (Multithreading): New section.
78503
78504 2005-07-18  Bruno Haible  <bruno@clisp.org>
78505
78506         * m4/lock.m4: New file, from GNU gettext.
78507
78508 2005-07-18  Bruno Haible  <bruno@clisp.org>
78509
78510         * lib/lock.h: New file, from GNU gettext.
78511         * lib/lock.c: New file, from GNU gettext.
78512
78513 2005-07-18  Bruno Haible  <bruno@clisp.org>
78514
78515         * lib/lock.h (gl_once_t): New type.
78516         (gl_once_define, gl_once): New macros.
78517         * lib/lock.c (fresh_once): New variable.
78518         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
78519         functions.
78520
78521 2005-07-16  Simon Josefsson  <jas@extundo.com>
78522
78523         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
78524         workaround, suggested by Bruno.
78525
78526 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
78527
78528         * modules/xalloc (Depends-on): Add xalloc-die.
78529         * modules/xvasprintf (Depends-on): Add xalloc-die.
78530
78531 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
78532
78533         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
78534         with a minor change.
78535
78536 2005-07-15  Bruno Haible  <bruno@clisp.org>
78537
78538         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
78539         When using lib/poll.c, define poll as rpl_poll.
78540
78541 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
78542
78543         * modules/argp (Depends-on): Remove unlocked-io.
78544
78545 2005-07-14  Derek Price  <derek@ximbiot.com>
78546
78547         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
78548         for glob symlink bug.
78549
78550 2005-07-14  Bruno Haible  <bruno@clisp.org>
78551
78552         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
78553         Instead, test for *_unlocked function declarations directly.
78554
78555 2005-07-11  Simon Josefsson  <jas@extundo.com>
78556
78557         * modules/size_max: New file.
78558
78559         * modules/xsize: Depend on size_max module for size_max.m4.
78560
78561 2005-07-11  Simon Josefsson  <jas@extundo.com>
78562
78563         * lib/size_max.h: New file.
78564
78565 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
78566
78567         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
78568         copyright symbol and the year.
78569         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
78570         (version_etc_va): Use parameterized copyright notice.
78571         Reword to conform to the current GNU coding standards.
78572
78573 2005-07-11  Karl Berry  <karl@gnu.org>
78574
78575         * doc/gnulib.texi (Quoting): new node.
78576         (Initial import): more info, from Patrice.
78577
78578 2005-07-11  Bruno Haible  <bruno@clisp.org>
78579
78580         * gnulib-tool (func_usage): Document option --avoid.
78581         (Command line options): Handle --avoid.
78582         (func_acceptable): New function.
78583         (func_modules_transitive_closure): Use it.
78584
78585 2005-07-11  Bruno Haible  <bruno@clisp.org>
78586
78587         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
78588         Reported by Jim Meyering.
78589
78590 2005-07-10  Bruno Haible  <bruno@clisp.org>
78591
78592         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
78593         Needed when size_t is smaller than 'unsigned int'.
78594         Reported by Paul Eggert.
78595
78596 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
78597
78598         * modules/argp (Depends-on): Add unlocked-io
78599
78600 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
78601
78602         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
78603         block of defines.
78604
78605 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
78606
78607         * config/srclist.txt: Comment out regcomp.c, since we have a porting
78608         fix now.
78609
78610 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
78611         and Paul Eggert  <eggert@cs.ucla.edu>
78612
78613         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
78614         in wint_t, not wchar_t.  Remove now-unnecessary cast.
78615
78616 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
78617
78618         * modules/regex (Files): Add lib/regex_internal.c,
78619         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
78620         (Depends-on): Add extensions.
78621         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
78622
78623 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
78624
78625         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
78626         pathconf.
78627         * m4/same.m4 (gl_SAME): Likewise.
78628         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
78629
78630         * m4/regex.m4: Adjust to new libc regex implementation.
78631         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
78632         all the .c and .h parts of (the new) regex.
78633         Quote the m4 stuff better.
78634         Check for RE_ICASE bug of old gnulib.
78635         Check for REG_STARTEND of recent libc.
78636         Rename local variables from jm_* to gl_*.
78637         Quote operand of "test -f".
78638         Say "recent enough" version of libc, not "version 2".
78639         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
78640         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
78641         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
78642         Remove check for btowc, isascii.
78643         Require AM_LANGINFO_CODESET.
78644
78645 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
78646
78647         * lib/regex.c, regex.h: Sync from libc.
78648         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
78649         * lib/regexec.c:
78650         New files, synced from libc, except that regex_internal.h
78651         currently has a small porting fix.
78652
78653 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
78654
78655         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
78656         regex_internal.c, regexec.c.
78657         Add regex_internal.h too, but as a comment, since the libc version
78658         is currently broken in gnulib mode.
78659
78660 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
78661
78662         Support programs like Emacs that use gnulib but not gettext.
78663         * MODULES.html.sh (Internationalization functions): Add gettext-h.
78664         * modules/gettext-h: New file.
78665         * modules/gettext (Files): Remove lib/gettext.h.
78666         (Depends-on): Add gettext-h.
78667         (Makefile.am): Remove lib_SOURCES.
78668         * modules/argmatch, modules/c-stack, modules/closeout:
78669         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
78670         * modules/execute, modules/file-type, modules/getaddrinfo:
78671         * modules/getopt, modules/human, modules/javacomp:
78672         * modules/javaexec, modules/mkdir-p, modules/obstack:
78673         * modules/openat, modules/pagealign_alloc, modules/pipe:
78674         * modules/quotearg, modules/regex, modules/rpmatch:
78675         * modules/unicodeio, modules/userspec, modules/version-etc:
78676         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
78677         * modules/xsetenv:
78678         Depend on gettext-h, not gettext.
78679
78680 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
78681
78682         * gnulib-tool (func_import): Add support for 'public domain' license.
78683         * modules/alloca, modules/atexit, modules/memmove:
78684         Now public domain, not GPL.
78685         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
78686         * modules/realloc, modules/strerror, modules/strtod:
78687         Now LGPL, not GPL.
78688
78689 2005-07-05  Bruno Haible  <bruno@clisp.org>
78690
78691         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
78692         autoconf CVS. Needed for mingw.
78693
78694 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
78695
78696         Remove the dependency of the strftime module on the tzset module.
78697         * modules/strftime (Depends-on): Remove dependency on tzset.
78698
78699 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
78700
78701         Remove the dependency of the strftime module on the tzset module.
78702         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
78703         gl_FUNC_TZSET_CLOBBER.
78704
78705 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
78706
78707         Remove the dependency of the strftime module on the tzset module.
78708         * lib/strftime.c (my_strftime)
78709         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
78710         Copy the input structure, to work around some of the bug with
78711         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
78712         Solaris releases, you should also use the tzset module, but we won't
78713         require it as a dependency any more since we don't want LGPLed code
78714         to depend on GPLed code.
78715
78716 2005-07-02  Jim Meyering  <jim@meyering.net>
78717
78718         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
78719         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
78720         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
78721         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
78722
78723 2005-07-02  Jim Meyering  <jim@meyering.net>
78724
78725         * lib/backupfile.c (backup_args): Change a `0' to NULL.
78726
78727 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
78728
78729         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
78730         declares only 'struct timespec;' (!).
78731
78732 2005-07-01  Jim Meyering  <jim@meyering.net>
78733
78734         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
78735         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
78736         * lib/save-cwd.c, tempname.c:
78737         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
78738         and don't include <sys/file.h>).
78739
78740 2005-06-29  Jim Meyering  <jim@meyering.net>
78741
78742         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
78743         type name.  Use the variable name instead.
78744         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
78745         Likewise.
78746
78747 2005-06-28  Simon Josefsson  <jas@extundo.com>
78748
78749         * modules/check-version (Files): Add check-version.m4.
78750
78751 2005-06-28  Simon Josefsson  <jas@extundo.com>
78752
78753         * m4/check-version.m4: New file, suggested by Jim Meyering
78754         <jim@meyering.net>.
78755
78756 2005-06-28  Simon Josefsson  <jas@extundo.com>
78757
78758         * lib/check-version.h, lib/check-version.c: New files.
78759
78760 2005-06-28  Simon Josefsson  <jas@extundo.com>
78761
78762         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
78763         collision with global variable.  Better indentation.  Don't
78764         increment buffer pointer beyond buffer end.  Based on comments
78765         from Paul Eggert <eggert@cs.ucla.edu>.
78766
78767         * lib/base64.h: Indent.
78768
78769 2005-06-28  Simon Josefsson  <jas@extundo.com>
78770
78771         * doc/gnulib.texi (Library version handling): New section.
78772
78773 2005-06-28  Jim Meyering  <jim@meyering.net>
78774
78775         * check-module (find_included_lib_files): Hard-code another
78776         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
78777         but modules/fts-lgpl (correctly) does not list those files.
78778
78779         * modules/canonicalize (Files): Add lib/pathmax.h.
78780
78781 2005-06-25  Simon Josefsson  <jas@extundo.com>
78782
78783         * modules/check-version: New file.
78784
78785 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
78786
78787         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
78788         initializer of struct addrinfo, as an indication that we don't
78789         care how many members the structure has.
78790
78791 2005-06-24  Derek Price  <derek@ximbiot.com>
78792         and Bruno Haible  <bruno@clisp.org>
78793
78794         Remove stat module & update lstat.
78795         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
78796         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
78797         * m4/stat.m4: Remove this file.
78798
78799 2005-06-24  Derek Price  <derek@ximbiot.com>
78800         and Bruno Haible  <bruno@clisp.org>
78801
78802         Remove stat module & update lstat.
78803         * lib/stat.c: Remove this file...
78804         (slash_aware_lstat): ...moving this content and its support...
78805         * lib/lstat.c (rpl_lstat): ...into here.
78806         * lib/lstat.h: New file.
78807
78808 2005-06-24  Derek Price  <derek@ximbiot.com>
78809         and Bruno Haible  <bruno@clisp.org>
78810
78811         Remove stat module & update lstat.
78812         * config/srclist.txt (libc sources): Remove stat.
78813
78814 2005-06-24  Derek Price  <derek@ximbiot.com>
78815         and Bruno Haible  <bruno@clisp.org>
78816
78817         Remove stat module & update lstat.
78818         * MODULES.html.sh (stat): Remove.
78819         * MODULES.html: Regenerated.
78820         * modules/lstat (Description): Correct function name.
78821         (Files): Add "lstat.h".
78822         (Depends-on): Remove stat, add xalloc, stat-macros.
78823         * modules/stat: Remove this file.
78824         (Include): Add "lstat.h", remove <sys/stat.h>.
78825
78826 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
78827
78828         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
78829         (ranged_convert): Don't save conversion in a temporary struct.
78830         This causes a warning with GCC 4.0.0, and anyway in the typical
78831         case it's not worth the extra 100 bytes or so of code.
78832         (ranged_convert, __mktime_internal): When calling a function via a
78833         pointer P, use P () rather than (*P) (), as we now assume C89 or
78834         better.
78835
78836 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
78837
78838         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
78839         "who -r" failed to give output.  Problem reported by Tim Waugh.
78840
78841         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
78842         (xcalloc): Use it to avoid needless tests.
78843         Problem reported by Jim Meyering.
78844
78845 2005-06-20  Derek Price  <derek@ximbiot.com>
78846
78847         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
78848         unnecessary for Autoconfs > 2.59c.
78849
78850 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
78851
78852         * lib/argp.h (__option_is_short): Check upper limit of
78853         __key. Isprint() requires its argument to have the value
78854         of an unsigned char or EOF.
78855
78856 2005-06-16  Jim Meyering  <jim@meyering.net>
78857
78858         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
78859         when either N or S is zero.
78860
78861 2005-06-16  Derek Price  <derek@ximbiot.com>
78862
78863         * m4/bison.m4: Declare YACC & YFLAGS precious.
78864
78865 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
78866
78867         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
78868         multibyte string or pattern, fall back on unibyte matching.
78869         Problem reported by James Youngman.
78870
78871 2005-06-08  Bruno Haible  <bruno@clisp.org>
78872
78873         * modules/csharpcomp: New file.
78874         * MODULES.html.sh (C#): Add csharpcomp.
78875
78876 2005-06-08  Bruno Haible  <bruno@clisp.org>
78877
78878         * m4/csharpcomp.m4: New file, from GNU gettext.
78879
78880 2005-06-08  Bruno Haible  <bruno@clisp.org>
78881
78882         * lib/csharpcomp.h: New file, from GNU gettext.
78883         * lib/csharpcomp.c: New file, from GNU gettext.
78884         * lib/csharpcomp.sh.in: New file, from GNU gettext.
78885
78886 2005-06-08  Bruno Haible  <bruno@clisp.org>
78887
78888         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
78889         warning on mingw.
78890
78891 2005-06-07  Derek Price  <derek@ximbiot.com>
78892
78893         Sync from CVS.
78894         * lib/glob_.h: Indent nested #ifdef.
78895
78896 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
78897
78898         Sync from coreutils.
78899         Use "file name" when talking about file names, instead of "filename"
78900         or "path", as per the GNU coding standards.
78901         * lib/mkdir-p.c: Renamed from makepath.c.
78902         (make_dir_parents): Renamed from make_path.  All callers changed.
78903         * lib/mkdir-p.h: Likewise.  All includers changed.
78904         * lib/filenamecat.c: Renamed from path-concat.c.
78905         (file_name_concat): Renamed from path_concat.  All callers changed.
78906         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
78907         * lib/filenamecat.h: Likewise.  All includers changed.
78908         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
78909         in comments or local variable names.
78910         * lib/basename.c: Likewise.
78911         * lib/canonicalize.c, canonicalize.h: Likewise.
78912         * lib/dirname.c, dirname.h: Likewise.
78913         * lib/euidaccess.c: Likewise.
78914         * lib/exclude.c: Likewise
78915         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
78916         * lib/fsusage.c, fsuage.h: Likewise.
78917         * lib/fts.c, fts_.h: Likewise.
78918         * lib/getcwd.c: Likewise.
78919         * lib/getloadavg.c: Likewise.
78920         * lib/mkstemp.c: Likewise.
78921         * lib/mountlist.c, mountlist.h: Likewise.
78922         * lib/openat.c, openat.h: Likewise.
78923         * lib/readlink-stub.c: Likewise.
78924         * lib/readutmp.c, readutmp.h: Likewise.
78925         * lib/rename.c: Likewise.
78926         * lib/rmdir.c: Likewise.
78927         * lib/same.c: Likewise.
78928         * lib/savedir.c: Likewise.
78929         * lib/stripslash.c: Likewise.
78930         * lib/tempname.c: Likewise.
78931         * lib/xreadlink.c: Likewise.
78932         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
78933         All uses changed.
78934         * lib/exclude.h: Likewise.
78935
78936         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
78937         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
78938         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
78939         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
78940         * lib/pathmax.h: Include <limits.h> unconditionally, since other
78941         files have been getting away with it for years (MORE/BSD 4.3
78942         is extinct now).
78943         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
78944         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
78945
78946         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
78947         Define to 256, not 255, as per modern POSIX.
78948
78949 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
78950
78951         Sync from coreutils.
78952         Use "file name" when talking about file names, instead of "filename"
78953         or "path", as per the GNU coding standards.
78954         * MODULES.html.sh: mkdir-p renamed from makepath.
78955         filenamecat renamed from path-concat.
78956         * modules/filenamecat: Renamed from modules/path-concat.
78957         (Files): filenamecat.h and filenamecat.c renamed from
78958         path-concat.h and path-concat.c.
78959         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
78960         (Include): filenamecat.h, not path-concat.h.
78961         * modules/mkdir-p: Renamed from modules/makepath.
78962         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
78963         makepath.c.
78964         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
78965         (Include): mkdir-p.h, not makepath.h.
78966
78967 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
78968
78969         Sync from coreutils.
78970         * m4/mkdir-p.m4: Renamed from makepath.m4.
78971         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
78972         Rename files from makepath.c to mkdir-p.c, and from
78973         makepath.h to mkdir-p.h.
78974         * m4/filenamecat.m4: Renamed from path-concat.m4.
78975         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
78976         Rename files from path-concat.c to filenamecat.c,
78977         and from path-concat.h to filenamecat.h.
78978         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
78979         "file name" in local variables or comments.
78980         * m4/rename.m4: Likewise.
78981
78982 2005-06-01  Bruno Haible  <bruno@clisp.org>
78983
78984         * modules/csharpexec: New file.
78985         * MODULES.html.sh (C#): New section.
78986
78987 2005-06-01  Bruno Haible  <bruno@clisp.org>
78988
78989         * m4/csharp.m4: New file, from GNU gettext.
78990         * m4/csharpexec.m4: New file, from GNU gettext.
78991
78992 2005-06-01  Bruno Haible  <bruno@clisp.org>
78993
78994         * lib/csharpexec.h: New file, from GNU gettext.
78995         * lib/csharpexec.c: New file, from GNU gettext.
78996         * lib/csharpexec.sh.in: New file, from GNU gettext.
78997
78998 2005-05-31  Derek Price  <derek@ximbiot.com>
78999             Paul Eggert  <eggert@cs.ucla.edu>
79000
79001         Sync from cvs.
79002         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
79003
79004 2005-05-31  Derek Price  <derek@ximbiot.com>
79005             Paul Eggert  <eggert@cs.ucla.edu>
79006
79007         Sync from cvs.
79008         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
79009
79010 2005-05-29  Derek Price  <derek@ximbiot.com>
79011
79012         * config/srclist.txt (glob_.h, glob.c): Add these files.
79013
79014 2005-05-29  Derek Price  <derek@ximbiot.com>
79015
79016         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
79017         * modules/glob: New file.
79018         * modules/getlogin_r: Add link to POSIX spec in description.
79019
79020 2005-05-29  Derek Price  <derek@ximbiot.com>
79021             Paul Eggert  <eggert@cs.ucla.edu>
79022
79023         * m4/glob.m4: New file.
79024
79025 2005-05-29  Derek Price  <derek@ximbiot.com>
79026             Paul Eggert  <eggert@cs.ucla.edu>
79027
79028         * lib/glob_.h, lib/glob.c: New files.
79029
79030 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
79031
79032         * modules/fts (Files): Remove m4/inttypes-pri.m4.
79033         * modules/fts-lgpl (Depends-on): Remove gettext.
79034
79035 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
79036
79037         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
79038         and don't require gt_INTTYPES_PRI.
79039
79040 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
79041
79042         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
79043
79044         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
79045         the configuration hassle isn't worth it.
79046         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
79047         (LONGEST_MODIFIER, PRIuMAX): Remove.
79048
79049 2005-05-27  Bruno Haible  <bruno@clisp.org>
79050
79051         * lib/getlogin_r.h: Remove second include of <stddef.h>.
79052
79053 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
79054
79055         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
79056         _POSIX_PTHREAD_SEMANTICS for Solaris.
79057
79058 2005-05-25  Derek Price  <derek@ximbiot.com>
79059
79060         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
79061
79062 2005-05-25  Derek Price  <derek@ximbiot.com>
79063             Paul Eggert  <eggert@cs.ucla.edu>
79064
79065         * modules/getlogin_r, m4/getlogin_r.m4: New files.
79066         * lib/getlogin_r.c, getlogin_r.h: New files.
79067
79068 2005-05-25  Bruno Haible  <bruno@clisp.org>
79069             Derek Price  <derek@ximbiot.com>
79070
79071         * lib/getlogin_r.h: Simplify API documentation.
79072
79073 2005-05-23  Derek Price  <derek@ximbiot.com>
79074
79075         * modules/minmax (Files): Add m4/minmax.m4.
79076         (configure.ac): Add gl_MINMAX.
79077
79078 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
79079
79080         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
79081         so that unistd-safer.h (GPL'ed code) need not be included.
79082
79083 2005-05-22  Bruno Haible  <bruno@clisp.org>
79084
79085         * m4/minmax.m4: New file.
79086         Based on a patch by Derek Price <derek@ximbiot.com>.
79087
79088 2005-05-22  Bruno Haible  <bruno@clisp.org>
79089
79090         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
79091         (INT64_MIN): Fix definition.
79092         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
79093
79094         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
79095         NEED_SIGNED_INT_TYPES.
79096
79097         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
79098         HAVE_SYSTEM_INTTYPES.
79099
79100 2005-05-22  Bruno Haible  <bruno@clisp.org>
79101
79102         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
79103         Also include <sys/param.h> if it defines MIN, MAX.
79104         Based on a patch by Derek Price <derek@ximbiot.com>.
79105
79106 2005-05-21  Jim Meyering  <jim@meyering.net>
79107
79108         * modules/fts (Files): Add m4/inttypes-pri.m4.
79109         (Depends-on): Add lstat and remove gettext.  Alphabetize.
79110
79111 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
79112
79113         New fts module.
79114         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
79115         (setup_dir, free_dir): New functions.
79116         (enter_dir, leave_dir): Define trivial
79117         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
79118         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
79119         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
79120         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
79121         Move to fts-cycle.c.
79122         (fts_open): Use setup_dir.
79123         (fts_close): Use free_dir.
79124         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
79125         This adds a label and some gotos, but the alternatives were messier.
79126         Check for memory allocation failure when entering a dir.
79127         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
79128         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
79129         (FTS): New member fts_cycle, that is a union that contains the
79130         old active_dir_ht and cycle_state.  All uses changed to mention
79131         fts_cycle.ht and fts_cycle.state.
79132         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
79133         fts.c, with the following changes:
79134         (setup_dir, free_dir): New functions.
79135         (enter_dir): Now returns bool.  Return true if successful, false
79136         if memory exhausted.  All callers changed.
79137         Do not bother partly cleaning up on
79138         memory allocation failure; that is free_dir's job.
79139         However, free ad if hash_insert fails, to avoid memory leak.
79140         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
79141         fts->fts_options to see which union member to use.
79142
79143 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
79144
79145         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
79146         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
79147
79148 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
79149
79150         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
79151
79152 2005-05-20  Jim Meyering  <jim@meyering.net>
79153
79154         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
79155         Now a macro, to pacify GCC.
79156
79157 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
79158
79159         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
79160         of -1.
79161
79162 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
79163
79164         * lib/chown.c (rpl_chown): Return -1 on failure.
79165
79166 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
79167
79168         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
79169         Don't check for stddef.h.
79170         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
79171         don't use its results.
79172         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
79173         since we include them unconditionally.  Don't require
79174         AM_STDBOOL_H, since stdbool is a prerequisite.
79175         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
79176         since we assume C89 or better.
79177         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
79178         as we don't use their results.
79179         Don't check for fchdir, memmove, memset, strrchr, as we use
79180         them unconditionally.
79181         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
79182         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
79183
79184 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
79185
79186         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
79187         Include <stddef.h> unconditionally, since we assume C89 now.
79188         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
79189         * lib/fts.c: Include fts_.h first, to check interface.
79190         Do not include intprops.h; no longer needed.
79191         Include cycle-check.h and hash.h, since fts_.h no longer does.
79192         Remove unnecessary casts of closedir to void.
79193         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
79194         decide whether to decrement nlinks.
79195         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
79196         (FTS): Use struct hash_table * instead of Hash_table, so that
79197         we no longer need to include hash.h here.
79198
79199 2005-05-18  Jim Meyering  <jim@meyering.net>
79200
79201         * modules/dirfd (License): Change to LGPL.  Most of the code
79202         is already in the public domain.
79203
79204 2005-05-18  Jim Meyering  <jim@meyering.net>
79205
79206         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
79207         Reported by Yoann Vandoorselaere.
79208
79209 2005-05-17  Jim Meyering  <jim@meyering.net>
79210
79211         * m4/fts.m4: New file, from coreutils.
79212
79213 2005-05-17  Jim Meyering  <jim@meyering.net>
79214
79215         * lib/fts.c, lib/fts_.h: New files, from coreutils.
79216
79217 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
79218
79219         Sync from coreutils.
79220         * m4/unlinkdir.m4: New file.
79221
79222 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
79223
79224         Sync from coreutils.
79225         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
79226         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
79227         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
79228         White space changes only.
79229         * lib/makepath.c (make_path): Port to hosts where leading "//" is
79230         special.
79231         * lib/yesno.c: Include getline.h, not ctype.h.
79232         (yesno): Don't remove leading white space; POSIX doesn't allow it.
79233         Use getline to remove arbitrary restriction on response length.
79234
79235 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
79236
79237         * config/srclist-update: Spell out "Street" in FSF postal
79238         mail address; this is the style the FSF seems to prefer.
79239
79240         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
79241         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
79242         this updates FSF postal mail address.
79243
79244         Sync from coreutils.
79245         * modules/unlinkdir: New file.
79246         * modules/yesno (Depends-on): Add getline.
79247         * MODULES.html.sh (File system functions): Add unlinkdir.
79248
79249 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
79250
79251         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
79252         lib/strsep.h:
79253         Change the initial comment to refer to GPL, not LGPL.
79254         gnulib-tool will change it to LGPL as needed.
79255
79256         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
79257         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
79258         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
79259         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
79260         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
79261         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
79262         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
79263         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
79264         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
79265         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
79266         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
79267         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
79268         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
79269         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
79270         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
79271         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
79272         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
79273         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
79274         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
79275         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
79276         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
79277         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
79278         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
79279         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
79280         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
79281         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
79282         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
79283         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
79284         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
79285         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
79286         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
79287         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
79288         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
79289         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
79290         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
79291         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
79292         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
79293         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
79294         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
79295         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
79296         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
79297         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
79298         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
79299         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
79300         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
79301         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
79302         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
79303         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
79304         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
79305         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
79306         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
79307         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
79308         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
79309         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
79310         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
79311         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
79312         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
79313         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
79314         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
79315         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
79316         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
79317         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
79318         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
79319         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
79320         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
79321         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
79322         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
79323         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
79324         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
79325         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
79326         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
79327         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
79328         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
79329         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
79330         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
79331         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
79332         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
79333         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
79334         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
79335         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
79336         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
79337         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
79338         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
79339         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
79340         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
79341         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
79342         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
79343         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
79344         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
79345         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
79346         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
79347         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
79348         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
79349         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
79350         lib/yesno.c, lib/yesno.h:
79351         Update FSF postal mail address.
79352
79353 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
79354
79355         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
79356         tests/test-memmem.c, tests/test-stpncpy.c:
79357         Update FSF postal mail address.
79358
79359 2005-05-13  Bruno Haible  <bruno@clisp.org>
79360
79361         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
79362         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
79363         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
79364         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
79365         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
79366         Add support for 64-bit integers in the MSVC compiler.
79367
79368 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
79369
79370         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
79371
79372 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
79373
79374         * gnulib-tool (func_import): Sort and uniquify recommended includes.
79375
79376 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
79377
79378         * doc/getdate.texi (General date syntax): Don't say that date
79379         date --iso-8601=ns generates acceptable dates; it doesn't yet.
79380         Problem reported by Nic Ferrier.
79381
79382 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
79383
79384         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
79385         specified in ai_socktype. Fix invalid ai_protocol
79386         check. ai_protocol is usually set to 0 or depending on
79387         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
79388         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
79389         ai_socktype / ai_protocol in the returned addrinfo structure.
79390
79391 2005-05-10  Simon Josefsson  <jas@extundo.com>
79392
79393         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
79394         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
79395
79396 2005-05-10  Karl Berry  <karl@gnu.org>
79397
79398         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
79399         (from http://www.gnu.org/licenses).
79400         * doc/COPYING.LIB: also rename to COPYING.LESSER.
79401         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
79402         fdl.texi suffices.
79403
79404 2005-05-10  Karl Berry  <karl@gnu.org>
79405
79406         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
79407         (COPYING.DOC): remove.
79408
79409         * config/srclist-update: new FSF address.
79410
79411 2005-05-10  Derek Price  <derek@ximbiot.com>
79412
79413         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
79414         possible.
79415
79416 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
79417             Bruno Haible  <bruno@clisp.org>
79418
79419         * modules/inet_ntop: New file.
79420         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
79421         inet_ntop.
79422
79423 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
79424             Bruno Haible  <bruno@clisp.org>
79425
79426         * m4/inet_ntop.m4: New file.
79427
79428 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
79429             Bruno Haible  <bruno@clisp.org>
79430
79431         * lib/inet_ntop.h: New file.
79432         * lib/inet_ntop.c: New file, from glibc with modifications.
79433
79434 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
79435
79436         * modules/time_r (License): Change to LGPL.
79437         * modules/extensions (License): Change to LGPL.  Actually,
79438         the license is more permissive than that, but currently gnulib-tool
79439         doesn't know how to handle more-permissive licenses.
79440
79441         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
79442         Problem reported by Dave Love.
79443
79444 2005-05-08  Jim Meyering  <jim@meyering.net>
79445
79446         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
79447         blank.
79448
79449 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
79450
79451         * modules/argmatch (Depends-on): Add stdbool.
79452         * modules/backupfile (Depends-on): Likewise.
79453         * modules/chdir-long (Depends-on): Likewise.
79454         * modules/closeout (Depends-on): Likewise.
79455         * modules/cycle-check (Depends-on): Likewise.
79456         * modules/dirname (Depends-on): Likewise.
79457         * modules/fnmatch (Depends-on): Likewise.
79458         * modules/fsusage (Depends-on): Likewise.
79459         * modules/fwriteerror (Depends-on): Likewise.
79460         * modules/getcwd (Depends-on): Likewise.
79461         * modules/getloadavg (Depends-on): Likewise.
79462         * modules/hard-locale (Depends-on): Likewise.
79463         * modules/makepath (Depends-on): Likewise.
79464         * modules/mountlist (Depends-on): Likewise.
79465         * modules/nanosleep (Depends-on): Likewise.
79466         * modules/posixtm (Depends-on): Likewise.
79467         * modules/quotearg (Depends-on): Likewise.
79468         * modules/readtokens (Depends-on): Likewise.
79469         * modules/readtokens0 (Depends-on): Likewise.
79470         * modules/readutmp (Depends-on): Likewise.
79471         * modules/save-cwd (Depends-on): Likewise.
79472         * modules/strftime (Depends-on): Likewise.
79473         * modules/userspec (Depends-on): Likewise.
79474         * modules/utimecmp (Depends-on): Likewise.
79475         * modules/xgetcwd (Depends-on): Likewise.
79476         * modules/xnanosleep (Depends-on): Likewise.
79477         * modules/xstrtod (Depends-on): Likewise.
79478         * modules/yesno (Depends-on): Likewise.
79479
79480 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
79481
79482         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
79483         needless checks.
79484
79485 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
79486
79487         Merge from coreutils.  Among other things,
79488         add bulletproofing for cases where stdin, stdout, or stderr are closed.
79489         * lib/fd-safer.c: New file.
79490         * lib/fcntl-safer.h, open-safer.c: Remove.
79491         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
79492         * lib/dup-safer.c: Include unistd-safer.h first.
79493         Don't include errno.h.
79494         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
79495         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
79496         * lib/file-type.c: Rely on file-type.h change.
79497         * lib/getloadavg.c: Include unistd-safer.h.
79498         (getloadavg): Use safer open.
79499         * lib/getusershell.c: Include "stdio-safer.h".
79500         (getusershell): Use safer fopen.
79501         * lib/long-options.c (long_options): Use NULL rather than 0.
79502         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
79503         'free'.
79504         * lib/modechange.c: Likewise.
79505         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
79506         (MODE_DONE): New constant.
79507         (struct mode_change): Remove 'next' member.
79508         (make_node_op_equals): New function; like the old one of the
79509         same name, except it allocates an array.
79510         (mode_compile, mode_create_from_ref): Use it.
79511         (mode_compile): Allocate result as an array, not a linked list.
79512         Parse octal string ourself, so that we catch mistakes like "+0".
79513         (mode_adjust): Arg is an array, not a linked list.
79514         * lib/modechange.c: Include stat-macros.h, xalloc.h.
79515         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
79516         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
79517         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
79518         Remove.  This is now stat-macros.h's job.
79519         (talloc): Remove.  All callers replaced by xalloc, so that
79520         our invokers don't have to worry about reporting memory failures.
79521         (make_node_op_equals): Remove.
79522         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
79523         New constants.
79524         (struct mode_change): Moved here from modechange.h.
79525         (mode_append_entry): Remove.
79526         (mode_compile): Remove MASKED_OPS arg, since it encouraged
79527         apps to have incorrect behavior.  Use simpler algorithm for head
79528         and tail.  Don't futz with umask; that's now the job of mode_adjust.
79529         Detect more invalid usages rather than having somewhat-random behavior.
79530         Don't insert an "a=" action, as that leads to incorrect behavior.
79531         (mode_compile, mode_create_from_ref): Return NULL on error instead
79532         of an enum, since now there's only one way to have an error.  All
79533         callers changed.
79534         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
79535         at the correct time.  Simplify calculation of "+u" and its ilk.
79536         Don't mishandle "+X".
79537         (mode_free): Remove "register" and localize decls.
79538         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
79539         (struct mode_change): Move to modechange.c; callers don't
79540         need to see this stuff.
79541         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
79542         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
79543         (mode_change, mode_adjust): Reflect the new signatures noted above.
79544         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
79545         that might redefine system include files.
79546         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
79547         (my_usleep): Use NULL rather than (void *) 0.
79548         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
79549         Use siginterrupt to specify that system calls should be interrupted.
79550         (rpl_nanosleep): Move initialization of suspended closer to call of
79551         my_usleep.
79552         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
79553         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
79554         (desirable_utmp_entry): New function.
79555         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
79556         using x2nrealloc, to simplify logic.
79557         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
79558         size calculation.  Do not assume utmp file is a regular file.
79559         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
79560         (READ_UTMP_CHECK_PIDS): New constant.
79561         * lib/save-cwd.c: Include unistd-safer.h.
79562         (save_cwd): Use fd_safer.
79563         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
79564         [!_LIBC] Include "stat-macros.h" instead.
79565         * lib/unistd-safer.h (fd_safer): New decl.
79566
79567 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
79568
79569         * modules/getloadavg (Depends-on): Add unistd-safer.
79570         * modules/getusershell (Depends-on): Add stdio-safer.
79571         * modules/lstat (Depends-on): Remove xalloc.
79572         * modules/mkstemp (Depends-on): Add stat-macros.
79573         * modules/modechange (Depends-on): Remove xstrtol.
79574         Add stat-macros, xalloc.
79575         * modules/save-cwd (Depends-on): Add unistd-safer.
79576         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
79577         * modules/unistd-safer (Files): Add lib/fd-safer.c
79578         (Makefile.am): Remove lib_SOURCES.
79579
79580         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
79581         Remove fcntl-safer; unistd-safer supersedes it.
79582
79583 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
79584
79585         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
79586         AC_HEADER_STAT.
79587         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
79588         (gl_PREREQ_CHOWN): Remove.
79589         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
79590         it.  Don't require AC_HEADER_STAT.
79591         (gl_PREREQ_LSTAT): Remove.
79592         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
79593         Don't require AC_HEADER_STAT.
79594         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
79595         (gl_PREREQ_RMDIR): Remove.
79596         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
79597         mention stat-macros.h or AC_HEADER_STAT, since we'll make
79598         the stat-macros module a prerequisite.
79599         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
79600         * m4/filemode.m4 (gl_FILEMODE): Likewise.
79601         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
79602         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
79603         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
79604         variable names.
79605         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
79606         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
79607         variable prefixes.
79608         * m4/fcntl-safer.m4: Remove.
79609         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
79610         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
79611         Invoke gl_PREREQ_FD_SAFER.
79612         (gl_PREREQ_FD_SAFER): New macro.
79613         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
79614         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
79615         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
79616         Remove duplicate call to AC_LIBOBJ(readutmp).
79617         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
79618
79619         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
79620         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
79621
79622 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
79623
79624         * MODULES.html.sh (Misc): Add byteswap.
79625
79626 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
79627
79628         * modules/getcwd (Depends-on): Add extensions.
79629         * modules/openat (Depends-on): Likewise.
79630
79631 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
79632
79633         * modules/byteswap: New file.
79634
79635 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
79636
79637         * m4/byteswap.m4: New file.
79638
79639 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
79640
79641         * lib/byteswap_.h: New file.
79642
79643 2005-04-25  Karl Berry  <karl@gnu.org>
79644
79645         * m4/gettext.m4: Update from GNU gettext 0.14.4.
79646
79647 2005-04-25  Albert Chin  <china@thewrittenword.com>
79648
79649         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
79650         Toolkit C bug.
79651
79652 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
79653
79654         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
79655         (func_ln_if_changed): Remove forcibly for no error message
79656         in case file does not exist.
79657
79658 2005-04-19  Simon Josefsson  <jas@extundo.com>
79659
79660         * gnulib-tool (Options): Make --symlink mean --symbolic.
79661
79662 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
79663
79664         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
79665
79666 2005-04-16  Simon Josefsson  <jas@extundo.com>
79667
79668         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
79669
79670 2005-04-15  Simon Josefsson  <jas@extundo.com>
79671
79672         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
79673
79674 2005-04-15  Simon Josefsson  <jas@extundo.com>
79675
79676         * gnulib-tool: Rename --symlink to --symbolic.
79677
79678 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
79679
79680         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
79681         symbolic links to files instead of copying/moving.  Add --aux-dir,
79682         specifying directory relative --dir where auxiliary build tools
79683         are placed.
79684
79685 2005-04-14  Bruno Haible  <bruno@clisp.org>
79686
79687         * modules/allocsa (License): Change to LGPL.
79688         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
79689
79690 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
79691
79692         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
79693         that "UTC +1 second" continues to work.  Problem reported
79694         by Dmitry V. Levin.
79695         (relunit_snumber): New rule.
79696         (relunit): Use it.
79697
79698 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
79699
79700         * lib/getdate.y (universal_time_zone_table): New constant.
79701         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
79702         universal_time_zone_table.
79703         (lookup_zone): Prefer universal_time_zone_table to
79704         local_time_zone_table, so that "GMT" time stamps are allowed in
79705         London during the summer.  Problem reported by Ian Abbott.
79706
79707 2005-04-12  Jim Meyering  <jim@meyering.net>
79708
79709         * lib/human.c (humblock): Set *options even when returning due to
79710         xstrtoumax conversion failure.  Thanks to a used-uninitialized
79711         warning from gcc-4.
79712
79713 2005-04-09  Jim Meyering  <jim@meyering.net>
79714
79715         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
79716         -Wuninitialized: initialize tm0.tm_year.
79717
79718 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
79719
79720         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
79721         count, since there's no maximum.  All uses changed.
79722         Add member dsts_seen.
79723         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
79724         not being INT_MAX.
79725         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
79726         Use pc_rels_seen to decide whther a date is absolute.
79727
79728         * lib/getdate.y (number): Don't overwrite year.
79729         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
79730         check.
79731
79732 2005-04-02  Simon Josefsson  <jas@extundo.com>
79733
79734         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
79735         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
79736
79737 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
79738
79739         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
79740         where no absolute path name can be longer than PATH_MAX.
79741
79742 2005-03-27  Jim Meyering  <jim@meyering.net>
79743
79744         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
79745
79746 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
79747
79748         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
79749         "one's complement" -> "ones' complement" in comment, as per Knuth.
79750         "value of type" -> "type or expression" in comment.
79751         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
79752
79753 2005-03-26  Jim Meyering  <jim@meyering.net>
79754
79755         Comment nits.
79756         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
79757         Correct typos: s/or/of/.
79758
79759 2005-03-26  Jim Meyering  <jim@meyering.net>
79760
79761         * modules/check-include-files: Move to ../ and rename to...
79762         * check-module: ...this.
79763
79764 2005-03-25  Jim Meyering  <jim@meyering.net>
79765
79766         * modules/xvasprintf (Files): Add xalloc.h.
79767
79768 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
79769
79770         * modules/gettext (Files): config/config.rpath ->
79771         build-aux/config.rpath
79772         * modules/iconv (Files): Likewise.
79773         Problem reported by Oskar Liljeblad.
79774
79775 2005-03-23  Jim Meyering  <jim@meyering.net>
79776
79777         * modules/check-include-files: New script to check for
79778         missing dependencies, multiple includes, etc.
79779
79780         * modules/c-strtold (Depends-on): Add xalloc.
79781         * modules/c-strtod (Depends-on): Add xalloc.
79782         * modules/hash (Depends-on): Add xalloc.
79783         (Files): Remove lib/xalloc.h.
79784
79785         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
79786         * modules/userspec (Files): Add lib/inttostr.h.
79787
79788 2005-03-23  Jim Meyering  <jim@meyering.net>
79789
79790         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
79791
79792 2005-03-22  Jim Meyering  <jim@meyering.net>
79793
79794         * modules/stat-macros: New module.
79795         * modules/canonicalize, modules/euidaccess, modules/file-type,
79796         * modules/filemode, modules/lchown, modules/makepath,
79797         * modules/rmdir, modules/stat: Depend on new stat-macros module
79798         rather than listing lib/stat-macros.h manually.
79799         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
79800
79801 2005-03-22  Jim Meyering  <jim@meyering.net>
79802
79803         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
79804
79805 2005-03-22  Bruno Haible  <bruno@clisp.org>
79806
79807         * config/srclist.txt: Replace target directory 'config' with
79808         'build-aux'.
79809         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
79810         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
79811         ../build-aux/.
79812
79813 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
79814
79815         * modules/chdir-long (Depends-on): Add mempcpy.
79816
79817         * modules/acl, modules/backupfile, modules/c-strtod,
79818         modules/c-strtold, modules/canon-host, modules/canonicalize,
79819         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
79820         modules/exclude, modules/exitfail, modules/file-type,
79821         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
79822         modules/getdate, modules/getline, modules/getpagesize,
79823         modules/getpass, modules/getugroups, modules/group-member,
79824         modules/hard-locale, modules/hash, modules/human, modules/idcache,
79825         modules/inttostr, modules/long-options, modules/makepath,
79826         modules/md5, modules/memcasecmp, modules/memcoll,
79827         modules/modechange, modules/mountlist, modules/path-concat,
79828         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
79829         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
79830         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
79831         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
79832         modules/strftime, modules/strndup, modules/strverscmp,
79833         modules/timespec, modules/unlocked-io, modules/userspec,
79834         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
79835         modules/yesno:
79836         Remove lib_SOURCES line from Makefile.am section, as this is now
79837         done automatically by the corresponding Autoconf macro.
79838
79839 2005-03-21  Jim Meyering  <jim@meyering.net>
79840
79841         Changes imported from coreutils.
79842
79843         * lib/cycle-check.c: Don't include xalloc.h.
79844
79845         * lib/path-concat.c: Don't include assert.h.
79846         (path_concat): Remove assertion that would have triggered
79847         for ABASE starting with more than one slash.
79848         Reported by Andreas Schwab.
79849
79850         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
79851         properly when ABASE is an absolute file name.
79852         Correct the description of this function.
79853         Include <assert.h>.
79854         Add an assertion and a test driver.
79855         This fixes a bug introduced on 2004-07-02.
79856         Andreas Schwab reported the resulting failure of cp --parents:
79857         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
79858
79859 2005-03-21  Jim Meyering  <jim@meyering.net>
79860
79861         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
79862         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
79863
79864 2005-03-21  Jim Meyering  <jim@meyering.net>
79865         and  Paul Eggert  <eggert@cs.ucla.edu>
79866
79867         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
79868         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
79869         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
79870         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
79871         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
79872         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
79873         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
79874         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
79875         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
79876         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
79877         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
79878         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
79879         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
79880         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
79881         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
79882         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
79883         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
79884         for these modules.
79885
79886 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
79887
79888         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
79889         (which shouldn't happen), generate nothing instead of returning 0
79890         immediately, so that nstrftime (NULL, ...) doesn't return 0.
79891
79892 2005-03-16  Bruno Haible  <bruno@clisp.org>
79893
79894         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
79895         HAVE_LONGLONG_64BIT.
79896
79897 2005-03-16  Bruno Haible  <bruno@clisp.org>
79898
79899         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
79900         HAVE_LONGLONG_64BIT.
79901
79902 2005-03-16  Bruno Haible  <bruno@clisp.org>
79903
79904         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
79905         HAVE_LONGLONG_64BIT.
79906
79907 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
79908
79909         * lib/strftime.c (my_strftime): Prepend space to format so that we can
79910         reliably distinguish strftime failure from empty output on POSIX
79911         hosts.
79912
79913 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
79914
79915         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
79916         (iconv_string): Don't guess a size-zero buffer, as that might cause
79917         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
79918         result would be 'too large', where 'too large' is (heuristically)
79919         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
79920         overflow concerns.  This will prevent some unwanted malloc failures
79921         when the inputs are very large.
79922
79923 2005-03-15  Karl Berry  <karl@gnu.org>
79924
79925         * config/srclist.txt (config.rpath): from gettext.
79926         * config/config.rpath: update.
79927
79928 2005-03-15  Bruno Haible  <bruno@clisp.org>
79929
79930         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
79931         to 'negate'.
79932
79933         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
79934         variable.
79935
79936         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
79937         results.
79938
79939 2005-03-14  Simon Josefsson  <jas@extundo.com>
79940
79941         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
79942         <fx@gnu.org>.
79943
79944 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
79945
79946         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
79947         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
79948         intprops.h.
79949         * lib/strtol.c: Likewise.
79950
79951 2005-03-14  Jim Meyering  <jim@meyering.net>
79952
79953         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
79954         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
79955         to be nonzero so that we (and caller) can detect the difference
79956         between a valid zero-length expansion and an error return, even
79957         when the underlying strftime fails before writing anything into
79958         that location.
79959
79960 2005-03-14  Bruno Haible  <bruno@clisp.org>
79961
79962         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
79963         Update from GNU gettext 0.14.3.
79964
79965 2005-03-10  Jim Meyering  <jim@meyering.net>
79966
79967         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
79968
79969 2005-03-10  Jim Meyering  <jim@meyering.net>
79970
79971         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
79972         so that this module works on systems without fchdir.
79973
79974 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
79975
79976         Factor int-properties macros into a single file, except for
79977         glibc-related files.
79978         * lib/intprops.h: New file.
79979         * lib/getloadavg.c: Include it instead of limits.h.
79980         (INT_STRLEN_BOUND): Remove.
79981         * lib/human.c: Include intprops.h.
79982         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
79983         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
79984         302/1000.
79985         * lib/inttostr.h: Include intprops.h instead of limits.h.
79986         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
79987         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
79988         for consistency with intprops.h.
79989         (time_t_is_integer, twos_complement_arithmetic): Use them.
79990         * lib/sig2str.h: Include <signal.h>, intprops.h.
79991         (INT_STRLEN_BOUND): Remove.
79992         * lib/strftime.c (TYPE_SIGNED): Remove.
79993         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
79994         * lib/strtol.c: Adjust comments to match intprops.h.
79995         * lib/userspec.c: Include intprops.h.
79996         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
79997         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
79998         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
79999         instead of rolling our own expressions.
80000         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
80001
80002         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
80003         instead of int.
80004         (my_strftime): Do not mishandle years close to INT_MAX, by doing
80005         the right thing even if adding 1900 would overflow.  Similarly
80006         for tm_mon + 1 and tm_yday + 1.
80007         Make %Y always equivalent to %C%y, and similarly for %G and %g.
80008         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
80009         (DO_SIGNED_NUMBER): New macro.
80010         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
80011
80012 2005-03-07  Bruno Haible  <bruno@clisp.org>
80013
80014         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
80015
80016 2005-03-07  Bruno Haible  <bruno@clisp.org>
80017
80018         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
80019
80020 2005-03-04  Derek R. Price  <derek@ximbiot.com>
80021
80022         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
80023         (func_import): Only replace files via --import when they have actually
80024         changed.
80025
80026 2005-03-03  Derek R. Price  <derek@ximbiot.com>
80027
80028         * m4/mmap-anon.m4: New file.
80029         * m4/pagealign_alloc.m4: New file.
80030
80031 2005-03-03  Derek R. Price  <derek@ximbiot.com>
80032             Bruno Haible  <bruno@clisp.org>
80033
80034         * modules/pagealign_alloc: New file.
80035         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
80036
80037 2005-03-03  Derek R. Price  <derek@ximbiot.com>
80038             Bruno Haible  <bruno@clisp.org>
80039
80040         * lib/pagealign_alloc.h: New file.
80041         * lib/pagealign_alloc.c: New file.
80042
80043 2005-03-03  Bruno Haible  <bruno@clisp.org>
80044
80045         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
80046         Use an all-permissive copyright notice, recommended by RMS.
80047
80048 2005-03-02  Bruno Haible  <bruno@clisp.org>
80049
80050         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
80051         of AIX, the replacement has to be done only after <string.h> is
80052         included, therefore not in config.h. stpncpy.h does the replacement,
80053         and stpncpy.c uses it.
80054
80055 2005-03-02  Bruno Haible  <bruno@clisp.org>
80056
80057         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
80058         stpncpy.c uses it.
80059
80060 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
80061
80062         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
80063         The workaround isn't strictly needed for POSIX conformance, and
80064         it's too much of a pain to configure and maintain.  We'll ask
80065         people to fix their kernels instead.
80066         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
80067         (NANOSLEEP_BUG_WORKAROUND): Remove.
80068         (xnanosleep): Remove the workaround.
80069
80070 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
80071
80072         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
80073         Reported by Derek Price.
80074         (Include): Add "timespec.h".
80075
80076         * modules/xnanosleep (Depends-on): Remove gethrxtime.
80077
80078 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
80079
80080         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
80081         to detect nanosleep bug.
80082
80083 2005-03-01  Bruno Haible  <bruno@clisp.org>
80084
80085         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
80086
80087 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
80088
80089         * modules/gethrxtime: New file.
80090         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
80091         (Depends-on): Add gethrxtime.
80092         (configure.ac): Add gl_XNANOSLEEP.
80093         (Makefile.am): Remove lib_SOURCES line.
80094
80095 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
80096
80097         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
80098         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
80099
80100 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
80101
80102         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
80103         * lib/timespec.h (gettime): Return void, since it always
80104         succeeds now.  All uses changed.
80105         * lib/gettime.c (gettime): Likewise.
80106         [HAVE_NANOTIME]: Prefer nanotime.
80107         Assume gettimeofday succeeds, as POSIX requires.
80108         Assime time () succeeds, since other code already does.
80109         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
80110         (timespec_subtract): Remove.
80111         (NANOSLEEP_BUG_WORKAROUND): New constant.
80112         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
80113         things considerably.  Use it only on GNU/Linux hosts, since the
80114         workaround shouldn't be needed elsewhere.
80115
80116 2005-02-24  Bruno Haible  <bruno@clisp.org>
80117
80118         * modules/gettext (Files): Add m4/glibc2.m4.
80119
80120 2005-02-24  Bruno Haible  <bruno@clisp.org>
80121
80122         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
80123         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
80124         * m4/progtest.m4:
80125         Update from GNU gettext 0.14.2.
80126         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
80127
80128 2005-02-24  Bruno Haible  <bruno@clisp.org>
80129
80130         * lib/localcharset.c: Update from GNU gettext 0.14.2.
80131         * lib/config.charset: Update from GNU gettext 0.14.2.
80132
80133 2005-02-24  Bruno Haible  <bruno@clisp.org>
80134
80135         * lib/gettext.h: Update from GNU gettext 0.14.2.
80136
80137 2005-02-23  Simon Josefsson  <jas@extundo.com>
80138
80139         * m4/iconvme.m4: New file.
80140
80141 2005-02-23  Jim Meyering  <jim@meyering.net>
80142
80143         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
80144         change.
80145         Thanks to Bruno Haible for catching it.
80146
80147 2005-02-22  Simon Josefsson  <jas@extundo.com>
80148
80149         * modules/iconvme: New file.
80150
80151         * MODULES.html.sh: Add iconvme.
80152
80153 2005-02-22  Simon Josefsson  <jas@extundo.com>
80154
80155         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
80156
80157 2005-02-22  Simon Josefsson  <jas@extundo.com>
80158
80159         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
80160
80161 2005-02-22  Jim Meyering  <jim@meyering.net>
80162
80163         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
80164         s/ifndef/ifdef/.
80165
80166 2005-02-20  Neil Conway  <neilc@samurai.com>
80167
80168         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
80169         returned by OSX/Darwin if the specified buffer is not large
80170         enough for the hostname.
80171
80172 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
80173
80174         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
80175         pass it to _help, otherwise the latter coredumps trying to
80176         dereference state.root_argp.
80177
80178 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
80179
80180         * modules/chdir-long (Depends-on): Add memrchr.
80181         * modules/memrchr (Files): Add lib/memrchr.h.
80182         (Include): "memrchr.h".
80183
80184 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
80185
80186         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
80187
80188 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
80189
80190         * lib/memrchr.h: New file.
80191         * lib/chdir-long.c: Include it.
80192         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
80193         Don't bother including stddef.h.
80194
80195 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
80196
80197         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
80198         inclusion.
80199         Include <sys/types.h>, for dev_t.
80200         (ME_DUMMY, ME_REMOTE): Move from here....
80201         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
80202         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
80203         Dmitry V. Levin.
80204         Include mountlist.h first, to test the interface.
80205
80206 2005-01-29  Bruno Haible  <bruno@clisp.org>
80207
80208         * lib/progname.c (program_name): Initialize.
80209         Needed when linking statically on MacOS X.
80210
80211 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
80212
80213         Sync from coreutils.
80214         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
80215         (Depends-on): Add c-strtod.
80216         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
80217
80218 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
80219
80220         Sync from coreutils.
80221         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
80222
80223         Remove files that are specific to coreutils.
80224         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
80225
80226 2005-01-28  Bruno Haible  <bruno@clisp.org>
80227
80228         * modules/javacomp: New file.
80229         * MODULES.html.sh (Java): Add javacomp.
80230
80231 2005-01-28  Bruno Haible  <bruno@clisp.org>
80232
80233         * m4/javacomp.m4: New file, from GNU gettext.
80234
80235 2005-01-28  Bruno Haible  <bruno@clisp.org>
80236
80237         * lib/javacomp.sh.in: New file, from GNU gettext.
80238         * lib/javacomp.h: New file, from GNU gettext.
80239         * lib/javacomp.c: New file, from GNU gettext.
80240
80241 2005-01-26  Simon Josefsson  <jas@extundo.com>
80242
80243         * lib/gai_strerror.c: Use GPL in header.
80244
80245 2005-01-26  Bruno Haible  <bruno@clisp.org>
80246
80247         * modules/javaexec: New file.
80248         * MODULES.html.sh (Java): Add javaexec.
80249
80250 2005-01-26  Bruno Haible  <bruno@clisp.org>
80251
80252         * m4/javaexec.m4: New file, from GNU gettext.
80253
80254 2005-01-26  Bruno Haible  <bruno@clisp.org>
80255
80256         * lib/javaexec.sh.in: New file, from GNU gettext.
80257         * lib/javaexec.h: New file, from GNU gettext.
80258         * lib/javaexec.c: New file, from GNU gettext.
80259
80260 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
80261
80262         * modules/lchown (Depends-on): Remove lchown.h
80263
80264 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
80265
80266         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
80267         must be defined if the header file was not found, in order
80268         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
80269
80270 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
80271
80272         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
80273         initializers for struct pentry_state.
80274         (__argp_error): Check return value of __asprintf
80275         (__argp_failure): Translate error message
80276
80277         * lib/argp-parse.c: Removed braces around the expansion of N_()
80278
80279 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
80280
80281         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
80282         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
80283         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
80284         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
80285         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
80286         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
80287         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
80288         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
80289         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
80290         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
80291         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
80292         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
80293         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
80294         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
80295         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
80296         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
80297         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
80298         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
80299         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
80300         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
80301         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
80302         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
80303         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
80304         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
80305         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
80306         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
80307         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
80308         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
80309         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
80310         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
80311         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
80312         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
80313         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
80314         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
80315         xstrtol.m4, xstrtoumax.m4, yesno.m4:
80316         Use an all-permissive copyright notice, recommended by RMS.
80317
80318 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
80319
80320         * modules/chdir-long (Depends-on): Remove mempcpy.
80321
80322 2005-01-21  Jim Meyering  <jim@meyering.net>
80323
80324         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
80325         same value as for Solaris 9.
80326
80327         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
80328         component length.  This included changing the parameter to be
80329         of type `char *' rather than `char const *'.
80330         * lib/chdir-long.h (chdir_long): Update prototype.
80331
80332         * lib/openat.c (fdopendir, fstatat): New functions.
80333         * lib/openat.h: Include headers required for use of DIR and struct
80334         stat.
80335         [AT_SYMLINK_NOFOLLOW]: Define.
80336         (fdopendir, fstatat): Add prototypes.
80337
80338 2005-01-21  Bruno Haible  <bruno@clisp.org>
80339
80340         * modules/classpath: New file.
80341         * MODULES.html.sh (Java): Add classpath.
80342
80343 2005-01-21  Bruno Haible  <bruno@clisp.org>
80344
80345         * lib/classpath.h: New file, from GNU gettext.
80346         * lib/classpath.c: New file, from GNU gettext.
80347
80348 2005-01-20  Simon Josefsson  <jas@extundo.com>
80349
80350         * modules/version-etc-fsf: New file.
80351
80352 2005-01-20  Simon Josefsson  <jas@extundo.com>
80353
80354         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
80355         * lib/version-etc.c: Remove version_etc_copyright.
80356         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
80357         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
80358
80359 2005-01-20  Simon Josefsson  <jas@extundo.com>
80360
80361         * lib/base64.h (isbase64): Add.
80362
80363         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
80364         using a unsigned prototype, don't inline.
80365         (base64_decode): Use it.
80366
80367 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
80368
80369         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
80370         it.
80371
80372 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
80373
80374         * lib/save-cwd.c (save_cwd): Remove code to support the case
80375         where fchdir is missing or flaky.
80376
80377 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
80378
80379         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
80380
80381 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
80382
80383         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
80384         AC_LIBSOURCES now does this.
80385         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
80386         with new ullong_max module.
80387
80388 2005-01-19  Bruno Haible  <bruno@clisp.org>
80389
80390         * modules/sh-quote: New file.
80391         * MODULES.html.sh (Executing programs): Add sh-quote.
80392
80393 2005-01-19  Bruno Haible  <bruno@clisp.org>
80394
80395         * lib/sh-quote.h: New file, from GNU gettext.
80396         * lib/sh-quote.c: New file, from GNU gettext.
80397
80398 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
80399
80400         Merge from coreutils.
80401         * m4/ullong_max.m4: New file.
80402         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
80403         (gl_MACROS): Assume localeconv exists.
80404
80405 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
80406
80407         Merge changes from coreutils, as described below in several
80408         changelogs dated today.
80409
80410         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
80411         (O_DIRECTORY): Remove; not needed here, since "." must be
80412         a directory.  All uses removed.
80413         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
80414         universal on Suns, and we also need to test for IRIX.
80415         Revamp code to use 'if' rather than '#if'.
80416         Avoid unnecessary comparison of cwd->desc to 0.
80417
80418         * lib/utimens.c (futimens): Robustify the previous patch, by checking
80419         for known valid error numbers rather than observed invalid ones.
80420
80421 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
80422
80423         * modules/ullong_max: New file.
80424
80425         * modules/chdir-long, modules/openat: New files.
80426         * modules/save-cwd (Depends-on): Depend on chdir-long.
80427         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
80428
80429 2005-01-18  Jim Meyering  <jim@meyering.net>
80430
80431         Merge from coreutils.
80432         * m4/chdir-long.m4, m4/openat.m4: New files.
80433         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
80434         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
80435         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
80436         is sane and DOES follow symlinks.  Besides, testing 20 different
80437         systems found no broken chown implementations.
80438         Prompted by a change in rsync's copy of this macro.
80439         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
80440
80441         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
80442
80443         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
80444         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
80445         NULL-means-set-to-current-time semantics.
80446         Remove temporary file immediately, rather than waiting
80447         for configure's at-exit trap code to do it.
80448
80449 2005-01-18  Jim Meyering  <jim@meyering.net>
80450
80451         * lib/version-etc.c (version_etc_copyright): Update copyright date.
80452
80453         * lib/utimens.c (futimens): Account for the fact that futimes
80454         can also fail with errno == ENOSYS or errno == ENOENT.
80455         Patch from Dmitry V. Levin.
80456
80457         Change the name of the robust chdir function from chdir to chdir_long.
80458         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
80459         (restore_cwd): Use chdir_long, not chdir.
80460         * lib/chdir-long.c: Renamed from chdir.c.
80461         * lib/chdir-long.h: Renamed from chdir.h.
80462         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
80463         Hurd.
80464
80465 2005-01-18  Bruno Haible  <bruno@clisp.org>
80466
80467         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
80468         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
80469         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
80470         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
80471         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
80472         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
80473         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
80474         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
80475         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
80476         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
80477         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
80478         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
80479         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
80480         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
80481         Use an all-permissive copyright notice, recommended by RMS.
80482
80483 2005-01-18  Bob Proulx  <bob@proulx.com>
80484
80485         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
80486         simplify offsetof() macro construct to avoid compile failure with
80487         native HP-UX 11.0 ANSI C compiler.
80488
80489 2005-01-17  Bruno Haible  <bruno@clisp.org>
80490
80491         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
80492         redundant because stpncpy.m4 takes care of it.
80493
80494 2005-01-17  Bruno Haible  <bruno@clisp.org>
80495
80496         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
80497
80498 2005-01-17  Bruno Haible  <bruno@clisp.org>
80499
80500         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
80501         used.
80502
80503 2005-01-17  Bruno Haible  <bruno@clisp.org>
80504
80505         * lib/fwriteerror.h (fwriteerror): Change specification to include
80506         fclose.
80507         * lib/fwriteerror.c: Include <stdbool.h>.
80508         (fwriteerror): At the end, close the file stream. Record whether
80509         stdout was already closed.
80510
80511 2005-01-17  Bruno Haible  <bruno@clisp.org>
80512
80513         * lib/execute.c (environ): Declare if needed.
80514         * lib/pipe.c (environ): Likewise.
80515         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
80516
80517 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
80518
80519         * modules/argp: Depend on vsnprintf
80520
80521 2005-01-10  Jim Meyering  <jim@meyering.net>
80522
80523         * modules/closeout (Depends-on): Add atexit.
80524
80525 2005-01-06  Bruno Haible  <bruno@clisp.org>
80526
80527         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
80528
80529 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
80530
80531         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
80532         definitions to be after all include files, to avoid collisions.
80533         Problem reported by Bob Proulx.
80534
80535 2005-01-04  Jim Meyering  <jim@meyering.net>
80536
80537         Changes imported from coreutils.
80538         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
80539         as the mkstemp template, use a temporary directory and an
80540         8.3-friendly template to avoid trouble on systems like DJGPP.
80541         Reported by Juan M. Guerrero via Stepan Kasal.
80542         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
80543         close. Remove the temporary directory right away, rather than waiting
80544         for configure's at-exit trap code to do it.
80545         Suggestion from Stepan Kasal.
80546
80547 2005-01-01  Simon Josefsson  <jas@extundo.com>
80548
80549         * gnulib-tool: Print #include directives when --import'ing.
80550
80551 2004-12-28  Simon Josefsson  <jas@extundo.com>
80552
80553         * tests/test-base64.c: Include required header files.  Remove
80554         unused variables.
80555
80556 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
80557
80558         * modules/error (Depends-on): Remove gettext.
80559
80560 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
80561
80562         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
80563         not needed.  This removes a dependency on the gettext module.
80564         [defined _LIBC]: Do not include <libintl.h>; not needed.
80565
80566 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
80567
80568         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
80569         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
80570
80571 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
80572
80573         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
80574         HAVE_DECL_STRTOLD.
80575
80576 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
80577
80578         * modules/getdate (Depends-on): Remove alloca-opt.
80579
80580 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
80581
80582         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
80583
80584 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
80585
80586         * lib/argp-parse.c: Include <stddef.h>.
80587         (alignof, alignto): New macros.
80588         (parser_init): Don't assume that void * is aligned sufficiently
80589         for struct option.
80590
80591         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
80592         need to extend the stack.
80593         (YYINITDEPTH): New macro, so that the initial stack isn't overly
80594         large.
80595
80596 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
80597
80598         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
80599
80600 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
80601
80602         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
80603         (2004-10-24) change.  Apparently this was a false alarm.
80604
80605         * modules/getdate: Depend on alloca-opt, not alloca.
80606
80607 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
80608
80609         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
80610         Remove now-obsolete comment about AIX.
80611         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
80612         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
80613         (YYMAXDEPTH): New macro.
80614
80615 2004-12-18  Simon Josefsson  <jas@extundo.com>
80616
80617         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
80618
80619 2004-12-18  Bruno Haible  <bruno@clisp.org>
80620
80621         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
80622
80623 2004-12-18  Bruno Haible  <bruno@clisp.org>
80624
80625         * lib/fatal-signal.c (fatal_signals): Make non-const.
80626         (init_fatal_signals): New function.
80627         (uninstall_handlers, install_handlers): Ignore signals that were set to
80628         SIG_IGN.
80629         (at_fatal_signal): Call init_fatal_signals.
80630         (init_fatal_signal_set): Likewise. Ignore signals that were set to
80631         SIG_IGN.
80632         Reported by Paul Eggert.
80633
80634 2004-12-18  Bruno Haible  <bruno@clisp.org>
80635
80636         * doc/alloca.texi: New file.
80637         * doc/alloca-opt.texi: New file.
80638
80639 2004-12-17  Jim Meyering  <jim@meyering.net>
80640
80641         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
80642         Otherwise, install-sh could exit with improper exit status when
80643         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
80644
80645 2004-12-16  Simon Josefsson  <jas@extundo.com>
80646
80647         * tests/test-base64.c: Add license.
80648
80649 2004-12-15  Stepan Kasal  <address@hidden>
80650
80651         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
80652
80653 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
80654
80655         * modules/getcwd (Files): Add m4/d-ino.m4.
80656         Suggested by Mark D. Baushke.
80657
80658 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
80659
80660         * lib/getdate.y (textint): New member "negative".
80661         (time_zone_hhmm): New function.
80662         Expect 14 shift-reduce conflicts, not 13.
80663         (o_colon_minutes): New rule.
80664         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
80665         (yylex): Set the "negative" member of signed numbers.
80666
80667 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
80668
80669         * doc/getdate.texi (Time of day items, Time zone items):
80670         Describe new formats +00:00, UTC+00:00.
80671
80672 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
80673
80674         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
80675         spurious "-l"s.  Problem reported by Stepan Kasal.
80676
80677 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
80678
80679         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
80680         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
80681
80682 2004-12-04  Simon Josefsson  <jas@extundo.com>
80683
80684         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
80685         Vandoorselaere <yoann@prelude-ids.org>.
80686
80687 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
80688
80689         Changes imported from coreutils.
80690         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
80691         exist.
80692         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
80693
80694 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
80695
80696         Changes imported from coreutils.
80697         * lib/hard-locale.c: Assume <locale.h> exists.
80698         Include "strdup.h".
80699         (GLIBC_VERSION): New macro.
80700         (hard_locale): Assume setlocale exists.
80701         Rewrite to avoid #ifdef.
80702         Use strdup rather than malloc + strcpy.
80703         * lib/human.c: Assume <locale.h> exists.
80704         (human_readable): Assume localeconv exists.
80705
80706 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
80707
80708         * modules/hard-locale (Depends-on): Add strdup.
80709
80710 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
80711
80712         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
80713         convert T2, not T.  (Imported from libc.)
80714
80715 2004-11-30  Simon Josefsson  <jas@extundo.com>
80716
80717         * modules/restrict (License): Change to LGPL.
80718
80719 2004-11-30  Simon Josefsson  <jas@extundo.com>
80720
80721         * m4/restrict.m4: Add copyright and copying conditions.
80722
80723 2004-11-30  Simon Josefsson  <jas@extundo.com>
80724
80725         * m4/base64.m4: New file.
80726
80727 2004-11-30  Simon Josefsson  <jas@extundo.com>
80728
80729         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
80730         base64.
80731
80732         * tests/test-base64.c: New file.
80733
80734         * modules/base64: New file.
80735
80736 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
80737
80738         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
80739         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
80740
80741         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
80742
80743 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
80744
80745         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
80746         (__getcwd.c): Don't restore errno; glibc doesn't.
80747         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
80748         first, falling back to our code only if its results look suspicious.
80749         Ensure that the resulting buffer is only as large as necessary.
80750
80751         * lib/readutmp.c: Include readutmp.h first.
80752         Include <errno.h>, since readutmp.h no longer does that.
80753         * lib/readutmp.h: Don't include <errno.h>,
80754         <sys/param.h>, <time.h>; not needed to establish interface.
80755         (errno): Remove decl.
80756         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
80757         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
80758         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
80759
80760 2004-11-28  Simon Josefsson  <jas@extundo.com>
80761
80762         * lib/base64.h, base64.c: New file.
80763
80764 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
80765
80766         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
80767
80768 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
80769
80770         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
80771         (Depends-on): Remove pathmax, same.  Add mempcpy.
80772         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
80773         (Makefile.am): Append getcwd.h to lib_SOURCES.
80774         (Include): Add getcwd.h.
80775         (Maintainer): Change from Jim Meyering to "all, glibc",
80776         since getdate now uses intended-for-glibc code.
80777         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
80778         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
80779
80780 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
80781
80782         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
80783         HP's ANSI C compiler.
80784         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
80785         Declaring int functions causes warnings on some modern systems and
80786         shouldn't be needed to compile on ancient ones.
80787         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
80788         defined.
80789
80790         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
80791         with the following changes.
80792         (__set_errno): Parenthesize properly.
80793         Include <stdbool.h>.
80794         (MIN, MAX, MATCHING_INO): New macros.
80795         (__getcwd): Define with prototype, not K&R form.
80796         Use heuristics to allocate default buffer on stack if possible.
80797         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
80798         behavior, and to avoid the PATH_MAX limit when computing
80799         ../../../../...
80800         Use MATCHING_INO to compare inode number to file.
80801         Check for arithmetic overflow in size calculations.
80802         Fix bug in reallocation of dot array that caused getcwd to fail
80803         on directories nested deeper than 75.
80804         Be more careful about saving errno on error.
80805         Do not use realloc; use only free+malloc, as this is a bit
80806         more flexible and avoids a needless copy operation.
80807         Do not inspect st_dev and st_ino for symbolic links; POSIX
80808         doesn't specify the latter.
80809         Check for closedir errors.
80810         Avoid needless casts.
80811         Use "#ifdef weak_alias" around weak_alias, to be like other
80812         glibc code.
80813         The following changes to getcwd.c have effect only when used in
80814         gnulib; they have no effect inside glibc proper.
80815         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
80816         as alloca isn't used.
80817         (alloca, __alloca): Likewise.
80818         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
80819         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
80820         unconditionally, as gnulib assumes C89 or better.
80821         Do not include <sys/param.h>.
80822         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
80823         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
80824         better.
80825         (NULL) [!defined NULL]: Remove; we assume C89 or better.
80826         Include <dirent.h> in a way that is compatible with modern Autoconf.
80827         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
80828         New macros, if not already defined.
80829         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
80830         Use "_LIBC", not "defined _LIBC", for consistency.
80831         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
80832         a mempcpy module.
80833         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
80834         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
80835         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
80836         credit only to Jim Meyering and adjust the copyright dates.
80837         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
80838         <stdlib.h>, <unistd.h>, "pathmax.h".
80839         Instead, include "xgetcwd.h" (first) and "getcwd.h".
80840         (INITIAL_BUFFER_SIZE): Remove.
80841         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
80842
80843 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
80844
80845         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
80846         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
80847         Use the _ONCE methods, for efficiency.
80848         Check for fcntl.h.  In test program, include <errno.h>
80849         and <fcntl.h> if available.  Remove old K&R cruft from
80850         test program.  Check for common errors in GNU/Linux,
80851         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
80852         don't do AC_LIBOBJ, as that's getcwd.m4's job.
80853         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
80854         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
80855         name accordingly.
80856         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
80857         accommodate new getcwd.c.
80858         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
80859         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
80860         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
80861         that's all we need now.
80862
80863 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
80864
80865         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
80866         argp-parse.c depends on getopt internals, that means we should
80867         always use our getopt, to be on the safe side.
80868         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
80869         order not to spoil the result of an eventual previous invocation
80870         of gl_GETOPT_SUBSTITUTE.
80871
80872 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
80873
80874         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
80875         redefinition warnings. To avoid them, include the defines
80876         in `#if !defined __need_getopt ... #endif'. The only place
80877         where __getopt_argv_const is used is in definitions
80878         of getopt_long and getopt_long_only below, which are as well
80879         protected by `#ifndef __need_getopt'.
80880         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
80881         __need_getopt after including <stdio.h> and <unistd.h> These
80882         headers might have defined it.
80883
80884 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
80885
80886         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
80887
80888 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
80889
80890         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
80891         (futimens): New function, which uses futimes if available.
80892         (futimens, utimens): Support timespec==NULL, with same semantics
80893         as utime and utimens.
80894         * lib/utimens.h (futimens): New decl.
80895
80896 2004-11-23  Jim Meyering  <jim@meyering.net>
80897
80898         * lib/getopt_.h: Remove trailing blanks.
80899
80900 2004-11-23  Jim Meyering  <jim@meyering.net>
80901
80902         * lib/__fpending.c: Add comment.
80903
80904 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
80905
80906         * modules/canonicalize (Depends-on): Add xreadlink.
80907         Problem reported by James Youngman.
80908
80909 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
80910
80911         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
80912         New macros.
80913         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
80914         optopt): Use them instead of invoking ## directly; otherwise, the
80915         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
80916
80917 2004-11-19  Bruno Haible  <bruno@clisp.org>
80918
80919         * lib/strtok_r.c: Move comments from here...
80920         * lib/strtok_r.h: ... to here.
80921
80922 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
80923
80924         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
80925         implementations that mishandle size_t overflow.
80926
80927 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
80928
80929         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
80930         might fail.  Problem reported by Yoann Vandoorselaere.
80931         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
80932         implementations that mishandle size_t overflow.
80933
80934 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
80935
80936         * modules/canon-host (Depends-on): Add strdup.
80937
80938 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
80939
80940         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
80941
80942 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
80943
80944         * lib/canon-host.c: Include "strdup.h".
80945         (canon_host): Use getaddrinfo if available, so that IPv6 works.
80946         Use strdup instead of malloc/strcpy to duplicate strings.
80947
80948         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
80949         (human_space_before_unit): New constant.
80950         * lib/human.c (human_readable): Support it.
80951
80952         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
80953         (xgetcwd): Set errno correctly when failing.
80954         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
80955         the failure is actually due to a PATH_MAX problem.
80956
80957         Further getopt changes to make it more likely that glibc will
80958         buy the changes back.
80959         * lib/getopt.c (POSIXLY_CORRECT): New constant.
80960         (getopt): Use it, so to preserve glibc semantic
80961         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
80962         when compiling for libc.
80963         * lib/getopt_.h (__getopt_argv_const): Bring it back.
80964         (getopt_long, getopt_long_only): Use it.
80965
80966         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
80967         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
80968         (getopt): Argv is now char * const *, as per standard.
80969         (_getopt_internal_r, _getopt_internal): Argv is now char **,
80970         not char *__getopt_argv_const *.
80971         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
80972         _getopt_long_only_r): Likewise.
80973         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
80974         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
80975         _getopt_long_r, _getopt_long_only_r): Likewise.
80976         * lib/getopt_.h (__getopt_argv_const): Remove.
80977         (getopt): Argv is now char * const *, as per standard.
80978
80979         * lib/getdate.y (tORDINAL): New token.
80980         (day, relunit): Allow it for relative times.
80981         (relative_time_table): Use tORDINAL for ordinals.
80982
80983 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
80984
80985         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
80986         Document that "second" isn't allowed as an ordinal number.
80987
80988 2004-11-16  Jim Meyering  <jim@meyering.net>
80989
80990         * modules/closeout (Depends-on): Add fpending.
80991
80992 2004-11-15  Jim Meyering  <jim@meyering.net>
80993
80994         * lib/closeout.c: Include "__fpending.h" once again.
80995         Include <stdbool.h>.
80996         (close_stdout): Don't fail just because stdout was closed initially,
80997         since some programs don't write to stdout in the normal course of
80998         operation (other than --version and --help), and we don't want this
80999         function to make e.g. `touch file >&-' fail.
81000         But do fail if it was closed and someone has tried to write to it.
81001         E.g., `printf foo >&-' must fail.
81002
81003 2004-11-13  Jim Meyering  <jim@meyering.net>
81004
81005         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
81006
81007 2004-11-12  Simon Josefsson  <jas@extundo.com>
81008
81009         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
81010         small doc fix is still pending.
81011
81012 2004-11-11  Simon Josefsson  <jas@extundo.com>
81013
81014         * modules/strtok_r: New file.
81015
81016         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
81017         strtok_r.
81018
81019 2004-11-11  Simon Josefsson  <jas@extundo.com>
81020
81021         * m4/strtok_r.m4: New file.
81022
81023         * m4/getopt.m4: Replace opterr.
81024
81025 2004-11-11  Simon Josefsson  <jas@extundo.com>
81026
81027         * lib/strtok_r.h, strtok_r.c: New file.
81028
81029 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
81030
81031         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
81032         of replacing opterr, getopt, etc.  This should handle the
81033         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
81034
81035 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
81036
81037         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
81038         we can stop lying to compilers about the constness of argv when we
81039         are compiled outside glibc.
81040         (getopt, getopt_long, getopt_long_only): Use it.
81041         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
81042         _getopt_internal, getopt): Likewise.
81043         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
81044         _getopt_long_only_r): Likewise.
81045         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
81046         _getopt_long_r, _getopt_long_only_r): Likewise.
81047
81048         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
81049         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
81050         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
81051         the other external symbols.
81052         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
81053         declaration, since the above renaming now works around collisions.
81054
81055 2004-11-11  Jim Meyering  <jim@meyering.net>
81056
81057         * lib/linebreak.c: Remove trailing blanks.
81058         * lib/alloca_.h: Likewise.
81059         * lib/acosl.c: Likewise.
81060         * lib/euidaccess.c: Likewise.
81061         * lib/allocsa.h: Likewise.
81062
81063 2004-11-10  Simon Josefsson  <jas@extundo.com>
81064
81065         * m4/getaddrinfo.m4: New file.
81066
81067 2004-11-10  Simon Josefsson  <jas@extundo.com>
81068
81069         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
81070
81071 2004-11-10  Simon Josefsson  <jas@extundo.com>
81072
81073         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
81074         getaddrinfo.
81075
81076         * modules/getaddrinfo: New file.
81077
81078 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
81079
81080         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
81081
81082 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
81083
81084         * lib/mktime.c (SHR): New macro, which is a portable
81085         substitute for >> that should work even on Crays.
81086         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
81087         Problem reported by Mark D. Baushke in
81088         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
81089         * lib/getdate.y (SHR): Likewise.
81090         (tm_diff): Use it.
81091         * lib/strftime.c (SHR): Likewise.
81092         (tm_diff): Use it.
81093         * lib/quotearg.c (struct quoting_options): Use unsigned int for
81094         quote_these_too, so that right shifts are well defined.  All uses
81095         changed.
81096
81097 2004-11-10  Jim Meyering  <jim@meyering.net>
81098
81099         Ensure that no close failure goes unreported.
81100         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
81101         return early when it seems there's nothing to flush.
81102         Don't include __fpending.h.
81103
81104 2004-11-10  Jim Meyering  <jim@meyering.net>
81105
81106         * modules/closeout (Depends-on): Remove fpending.
81107
81108 2004-11-10  Jim Meyering  <jim@meyering.net>
81109
81110         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
81111
81112 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
81113
81114         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
81115         gl_FUNC_STRFTIME.
81116         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
81117         and AC_REQUIRE when possible, to avoid duplicate checks.
81118         Check for <wchar.h>.
81119
81120 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
81121
81122         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
81123
81124 2004-11-09  Bruno Haible  <bruno@clisp.org>
81125
81126         * m4/sockpfaf.m4: New file.
81127
81128 2004-11-05  Bruno Haible  <bruno@clisp.org>
81129
81130         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
81131         Reported by Mark D. Baushke <mdb@cvshome.org>.
81132
81133 2004-11-04  Bruno Haible  <bruno@clisp.org>
81134
81135         2004-09-11  Bruno Haible  <bruno@clisp.org>
81136                 * allocsa.valgrind: New file.
81137         2004-02-06  Bruno Haible  <bruno@clisp.org>
81138                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
81139                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
81140                 Reported by Christopher Seip <chris.seip@hp.com>.
81141
81142 2004-11-04  Bruno Haible  <bruno@clisp.org>
81143
81144         * modules/allocsa (Files): Add lib/allocsa.valgrind.
81145         (Makefile.am): Distribute it.
81146
81147 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
81148
81149         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
81150         with errno == ERANGE if the buffer is too small.
81151         Problem reported by Mark D. Baushke.
81152
81153 2004-11-03  Albert Chin  <china@thewrittenword.com>
81154             Paul Eggert  <eggert@cs.ucla.edu>
81155
81156         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
81157         equivalent, substitute $ac_type for equivalent type rather than
81158         blindly using uint32_t *always* which won't work if uint32_t is not
81159         available.  Define _UINT32_T to work around typedef of uint32_t if
81160         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
81161         2.5.1.
81162
81163 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
81164
81165         * m4/jm-macros.m4: Sync from coreutils.
81166         (gl_MACROS): Check for mbrlen, for pathchk.
81167         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
81168
81169 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
81170
81171         * lib/xreadlink.c (MAXSIZE): New macro.
81172         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
81173         size does not exceed MAXSIZE.  Avoid cast.
81174         As suggested by Mark D. Baushke in
81175         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
81176         if readlink fails with buffer size just under MAXSIZE, try again
81177         with MAXSIZE.
81178
81179 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
81180
81181         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
81182
81183 2004-11-02  Derek R. Price  <derek@ximbiot.com>
81184         and  Paul Eggert  <eggert@cs.ucla.edu>
81185
81186         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
81187         (get_date): Overparenthesize to avoid GCC warning.
81188
81189 2004-11-02  Bruno Haible  <bruno@clisp.org>
81190
81191         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
81192         returns void.
81193
81194 2004-11-02  Bruno Haible  <bruno@clisp.org>
81195
81196         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
81197         function returns void.
81198
81199 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
81200
81201         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
81202         fflush_unlocked, flockfile, funlockfile, funlockfile,
81203         fputs_unlocked, putc_unlocked.
81204
81205 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
81206
81207         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
81208         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
81209         already declared.
81210
81211 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
81212
81213         * modules/getdate (Files): Add doc/getdate.texi.
81214         (Depends-on): Add setenv, xalloc.
81215
81216 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
81217
81218         * lib/getdate.y: Add support for TZ="foo" within a date string.
81219         Fix some bugs near time_t boundaries.  Reject dates with
81220         out-of-range components, e.g., "Sept 31".
81221         Include <stdlib.h>, "setenv.h", "xalloc.h".
81222         (ISDIGIT_LOCALE): Remove; unused.
81223         Note that the TZ and time functions used here are not reentrant.
81224         (mktime_ok, get_tz): New functions.
81225         (TZBUFSIZE): New constant.
81226         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
81227         This requires that we sometimes generate our own TZ="XXX..." setting.
81228
81229 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
81230
81231         * doc/getdate.texi: New file, from coreutils with modifications for
81232         the new TZ parsing.
81233
81234 2004-10-27  Derek R. Price  <derek@ximbiot.com>
81235
81236         * lib/mktime.c (not_equal_tm): Remove redundant check.
81237
81238 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
81239
81240         * modules/regex (lib_SOURCES): Add regex.c.
81241         Reported by James Youngman in
81242         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
81243
81244 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
81245
81246         * lib/getdate.y: Use Bison 1.875 features, and some minor
81247         code cleanups.  This change does not affect semantics.
81248         Don't include <stdlib.h>; no longer needed.
81249         Don't include unlocked-io.h; only the "#if TEST" code uses
81250         stdio, and performance isn't crucial there.
81251         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
81252         Bison 1.875 features as described below.
81253         All uses of "PC." replaced by "pc->".
81254         (YYSTYPE): Add a forward declaration.
81255         (yylex, yyerror): Use full prototypes in forward decls.
81256         Use "%pure-parser" rather than obsolescent "%pure_parser".
81257         Use %parse-param and %lex-param instead of obsolescent
81258         YYPARSE_PARAM and YYLEX_PARAM.
81259         (meridian_table, month_and_day_table, time_units_table,
81260         relative_time_table, time_zone_table, military_table,
81261         lookup_zone, lookup_word, get_date):
81262         Use NULL instead of 0 where appropriate.
81263         (to_hour): Avoid abort (), to avoid a dependency on
81264         stdlib.h.
81265         (yyerror, yylex): Now accepts parser_control * arg.
81266         (main) [TEST]: Use '\0' rather than 0 for char.
81267
81268 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
81269
81270         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
81271
81272 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
81273
81274         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
81275         It's now the caller's responsibility to handle the case where
81276         !HAVE_GETPAGESIZE && !defined getpagesize.
81277
81278         * lib/mktime.c (leapyear): Arg is long int, not int.
81279
81280 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
81281
81282         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
81283
81284 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
81285
81286         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
81287         missing.  Problem reported by James Youngman.
81288
81289 2004-10-16  Simon Josefsson  <jas@extundo.com>
81290
81291         * gnulib-tool: Fix comments.  Fix parse problem.
81292         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
81293
81294 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
81295
81296         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
81297         implementation of getopt_long.  Problem reported by Alexander Taler in:
81298         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
81299
81300 2004-10-15  Bruno Haible  <bruno@clisp.org>
81301
81302         * gnulib-tool: Untabify. Initialize supplied_libname.
81303         (func_usage): More homogenous output.
81304         (func_modules_transitive_closure, func_modules_to_filelist,
81305         func_emit_lib_Makefile_am): New functions.
81306         (func_import): New function, extracted from big case statement. Use
81307         func_get_license, func_modules_transitive_closure,
81308         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
81309         opt_lgpl. Don't use test -a, as it's not portable.
81310         (func_create_testdir): Use func_modules_transitive_closure,
81311         func_modules_to_filelist, func_emit_lib_Makefile_am.
81312
81313 2004-10-15  Bruno Haible  <bruno@clisp.org>
81314
81315         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
81316
81317 2004-10-15  Bruno Haible  <bruno@clisp.org>
81318
81319         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
81320         the portions belonging to each module.
81321         Suggested by Derek Robert Price <derek@ximbiot.com>.
81322
81323 2004-10-12  Simon Josefsson  <jas@extundo.com>
81324
81325         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
81326         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
81327         to real functions.
81328
81329 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
81330
81331         * modules/vsnprintf: New file.
81332
81333 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
81334
81335         * m4/vsnprintf.m4: New file.
81336
81337 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
81338
81339         * lib/vsnprintf.h: New file.
81340         * lib/vsnprintf.c: New file.
81341
81342 2004-10-11  Bruno Haible  <bruno@clisp.org>
81343
81344         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
81345         vsnprintf.
81346
81347 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
81348
81349         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
81350
81351 2004-10-07  Bruno Haible  <bruno@clisp.org>
81352
81353         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
81354         fits into the provided buffer.
81355
81356 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
81357
81358         * lib/diacrit.c, diacrit.h: Add GPL notice.
81359
81360         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
81361         notice.
81362         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
81363         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
81364         This avoids a potential constant-folding bug.
81365
81366 2004-10-05  Bruno Haible  <bruno@clisp.org>
81367
81368         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
81369         for the declaration of strsep.
81370
81371 2004-10-05  Bruno Haible  <bruno@clisp.org>
81372
81373         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
81374
81375 2004-10-04  Simon Josefsson  <jas@extundo.com>
81376
81377         * modules/memmem: New file.
81378         * tests/test-memmem.c: New file.
81379         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
81380
81381 2004-10-04  Simon Josefsson  <jas@extundo.com>
81382
81383         * m4/memmem.m4: New file.
81384
81385 2004-10-04  Simon Josefsson  <jas@extundo.com>
81386
81387         * lib/memmem.h: New file.
81388         * lib/memmem.c: New file, taken from glibc.
81389
81390 2004-10-04  Simon Josefsson  <jas@extundo.com>
81391
81392         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
81393         '#ifdef USE_UNLOCKED_IO'.
81394
81395 2004-10-04  Simon Josefsson  <jas@extundo.com>
81396
81397         * config/srclist.txt: Add memmem from glibc.
81398
81399 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
81400
81401         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
81402
81403         * modules/argmatch, modules/argp, modules/closeout, modules/error,
81404         modules/exclude, modules/getdate, modules/getline,
81405         modules/getndelim2, modules/getpass, modules/getpass-gnu,
81406         modules/getusershell, modules/linebuffer, modules/md5,
81407         modules/mountlist, modules/posixtm, modules/readtokens,
81408         modules/readutmp, modules/regex, modules/sha1,
81409         modules/version-etc, modules/yesno:
81410         Remove dependency on unlocked-io.
81411
81412 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
81413
81414         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
81415
81416         * m4/unlocked-io.m4: Add copyright notice.
81417         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
81418
81419 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
81420
81421         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
81422         * lib/xmalloc.c (xmemdup): Likewise.
81423         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
81424         XFREE): Remove these long-obsolescent macros.
81425         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
81426         * lib/xstrdup.c: Remove.
81427
81428         * lib/regex.c (re_comp): Cast gettext return value to char *,
81429         Problem reported by Martin Neitzel via Mark D. Baushke.
81430
81431 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
81432
81433         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
81434         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
81435         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
81436         regex.c, sha1.c, version-etc.c, yesno.c:
81437         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
81438         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
81439         the includer's responsibility.
81440
81441         Sync from coreutils.
81442
81443         * lib/modechange.c (mode_compile): Don't decrement a pointer that
81444         points to the start of a string, as the C Standard says the
81445         resulting behavior is undefined.
81446
81447         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
81448         simple -> simple_backups, numbered_existing ->
81449         numbered_existing_backups, numbered -> numbered_backups
81450         to avoid shadowing problems.  All uses changed.
81451         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
81452         * lib/backupfile.c (check_extension, numbered_backup):
81453         Rename locals to avoid shadowing 'basename'.
81454         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
81455         once.
81456
81457         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
81458         * lib/.cvsignore: Add getopt.h.
81459
81460 2004-10-04  Bruno Haible  <bruno@clisp.org>
81461
81462         * modules/README: New file.
81463         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
81464         not a module.
81465
81466 2004-10-02  Jim Meyering  <jim@meyering.net>
81467
81468         * lib/dirfd.h, getpagesize.h: Add copyright notice.
81469
81470 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
81471
81472         * modules/strsep: New file.
81473
81474 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
81475
81476         * m4/strsep.m4: New file.
81477
81478 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
81479
81480         * lib/strsep.h: New file.
81481         * lib/strsep.c: New file.
81482
81483 2004-10-01  Simon Josefsson  <jas@extundo.com>
81484
81485         * lib/snprintf.c (snprintf): Handle size==0.
81486
81487 2004-10-01  Simon Josefsson  <jas@extundo.com>
81488             Bruno Haible  <bruno@clisp.org>
81489
81490         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
81491         (snprintf): Declare 'args'.
81492
81493 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
81494
81495         * lib/snprintf.c: Remove comments as to why each header is needed.
81496
81497 2004-10-01  Bruno Haible  <bruno@clisp.org>
81498
81499         * MODULES.html.sh: Add strsep.
81500
81501 2004-09-30  Simon Josefsson  <jas@extundo.com>
81502
81503         * modules/snprintf: New file.
81504
81505 2004-09-30  Simon Josefsson  <jas@extundo.com>
81506
81507         * m4/snprintf.m4: New file.
81508
81509 2004-09-30  Simon Josefsson  <jas@extundo.com>
81510
81511         * lib/snprintf.h, lib/snprintf.c: New files.
81512
81513 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
81514
81515         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
81516         (hol_entry_help): Never translate an empty string.
81517         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
81518         * lib/argp.h (OPTION_NO_TRANS): New option.
81519
81520 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
81521
81522         * modules/argp (Maintainer): Replace Simon Josefsson
81523         by Sergey Poznyakoff.
81524
81525 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
81526
81527         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
81528         changes merged back into glibc.
81529
81530 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
81531
81532         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
81533
81534 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
81535
81536         * lib/xvasprintf.c: Include xalloc.h.
81537         (xvasprintf): Use xalloc_die, not xmalloc_die.
81538
81539 2004-09-29  Bruno Haible  <bruno@clisp.org>
81540
81541         * modules/alloca-opt: New file, derived from modules/alloca.
81542         * modules/allocsa: Depend on alloca-opt instead of alloca.
81543         * modules/setenv: Likewise.
81544         * modules/vasnprintf: Likewise.
81545         * MODULES.html.sh: Add alloca-opt.
81546
81547 2004-09-28  Simon Josefsson  <jas@extundo.com>
81548
81549         * gnulib-tool: New parameter --lgpl, to asseert that modules are
81550         LGPL, and to replace license template from GPL to LGPL.
81551
81552 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
81553
81554         * modules/dummy: Change license to LGPL.
81555
81556 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
81557
81558         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
81559
81560 2004-09-24  Simon Josefsson  <jas@extundo.com>
81561
81562         * modules/minmax (License): Change from GPL to LGPL.
81563
81564 2004-09-23  Simon Josefsson  <jas@extundo.com>
81565
81566         * gnulib-tool (--import): Typo.
81567
81568 2004-09-23  Simon Josefsson  <jas@extundo.com>
81569
81570         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
81571
81572 2004-09-22  Bruno Haible  <bruno@clisp.org>
81573
81574         * modules/*: Add 'License' field.
81575         * gnulib-tool: Accept --extract-license option.
81576         (func_get_license): New function.
81577
81578 2004-09-21  Bruno Haible  <bruno@clisp.org>
81579
81580         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
81581         Reported by Simon Josefsson.
81582
81583 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
81584
81585         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
81586         gl_AC_TYPE_LONG_LONG.
81587
81588 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
81589
81590         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
81591
81592 2004-09-18  Simon Josefsson  <jas@extundo.com>
81593         and  Paul Eggert  <eggert@cs.ucla.edu>
81594
81595         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
81596         calls with autoreconf.  Define GL_LIB.
81597
81598 2004-09-14  Karl Berry  <karl@gnu.org>
81599
81600         * config/srclist.txt: unsync setenv.c, sigh.
81601
81602 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
81603
81604         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
81605         Problem reported by Bruno Haible in:
81606         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
81607
81608 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
81609
81610         * config/srclist.txt: Comment out argp-pvh.c.
81611
81612 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
81613
81614         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
81615         in case some system header has #define'd it.  Problem reported by
81616         Soeren D. Schulze in
81617         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
81618
81619 2004-09-09  Karl Berry  <karl@gnu.org>
81620
81621         * regex.[ch]: delete from the root.  These were supposed to be
81622                 synced with emacs cvs, but this has not happened for about
81623                 a year, and anyway nothing else uses emacs regex.[ch].
81624                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
81625                 lib/regex[.ch] is untouched.
81626
81627 2004-09-09  Bruno Haible  <bruno@clisp.org>
81628
81629         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
81630
81631 2004-09-09  Bruno Haible  <bruno@clisp.org>
81632
81633         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
81634         modifications.
81635         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
81636
81637 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
81638
81639         * modules/xvasprintf: New file.
81640         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
81641
81642 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
81643
81644         * lib/xvasprintf.h: New file.
81645         * lib/xvasprintf.c: New file.
81646         * lib/xasprintf.c: New file.
81647
81648 2004-09-08  Bruno Haible  <bruno@clisp.org>
81649
81650         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
81651
81652 2004-09-08  Bruno Haible  <bruno@clisp.org>
81653
81654         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
81655         length is > INT_MAX.
81656         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
81657         more.
81658
81659 2004-09-08  Bruno Haible  <bruno@clisp.org>
81660
81661         * lib/stdint_.h: New file, taken from GNU clisp.
81662
81663 2004-09-08  Bruno Haible  <bruno@clisp.org>
81664             Oskar Liljeblad  <oskar@osk.mine.nu>
81665
81666         * modules/stdint: New file.
81667         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
81668
81669 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
81670
81671         Import from coreutils.
81672         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
81673         strings on unbounded length.  alloca's performance benefits aren't
81674         that important here.
81675         (V_STRDUP): Remove.
81676         (parse_with_separator): New function, with most of the internals
81677         of the old parse_user_spec.  Allow user to omit both user and group,
81678         for compatibility with FreeBSD.
81679         Clone only the user name, not the entire spec.
81680         Do not set *uid, *gid unless entirely successful.
81681         Avoid memory leak in some failing cases.
81682         Fix regression for USER.GROUP reported by Dmitry V. Levin in
81683         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
81684         (parse_user_spec): Rewrite to use parse_with_separator.
81685
81686 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
81687
81688         * modules/userspec: Don't depend on alloca.
81689
81690 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
81691
81692         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
81693
81694 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
81695
81696         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
81697         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
81698         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
81699
81700 2004-08-16  Simon Josefsson  <jas@extundo.com>
81701
81702         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
81703         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
81704         Add --dry-run for --import.
81705         Let user provided command line parameters override configure.ac
81706         settings.
81707
81708 2004-08-12  Simon Josefsson  <jas@extundo.com>
81709
81710         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
81711         as discussed with Paul Eggert in threads rooted at
81712         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
81713         and
81714         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
81715         Before, the test was empty, and relied on ELIDE_CODE in source
81716         code.)
81717         (gl_PREREQ_GETOPT): New macro.
81718         (gl_GETOPT): Use them.
81719
81720 2004-08-12  Simon Josefsson  <jas@extundo.com>
81721
81722         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
81723         * lib/getopt_.h: Renamed from getopt.h.
81724
81725 2004-08-12  Simon Josefsson  <jas@extundo.com>
81726
81727         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
81728         Change default library name from libfoo to libgnu.
81729         Now, if you have a configure.ac that says:
81730                 gl_SOURCE_BASE(gl)
81731                 gl_M4_BASE(gl/m4)
81732                 gl_MODULES(error getopt etcetera)
81733                 gl_INIT
81734         you can import all you need by running:
81735                 ../gnulib/gnulib-tool --import
81736
81737         * modules/getopt (Files): Rename getopt.h to getopt_.h.
81738         (Makefile.am): Rewrite, use logic from argz.
81739         (Include): Use <getopt.h> instead of "getopt.h".
81740
81741 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
81742
81743         * modules/argp (Files): Add m4/unlocked-io.m4.
81744         (Depends-on): Add extensions.
81745
81746 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
81747
81748         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
81749         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
81750         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
81751         Check for program_invocation_name, program_invocation_short_name,
81752         flockfile, funlockfile, features.h, _getopt_long_only_r.
81753
81754 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
81755
81756         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
81757         its complicated substitute.
81758         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
81759         and program_invocation_name.
81760         (__argp_basename) [!_LIBC]: Remove; the only use was
81761         replaced by its body.
81762         (__argp_short_program_name): Change condition from
81763         !defined __argp_short_program_name to
81764         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
81765         to match argp-namefrob.h.
81766         (__argp_failure): Don't assume strerror_r returns char *.
81767         * lib/argp-parse.c (N_): Define unconditionally.
81768         (argp_default_options): Fill out initializers with 0 to avoid
81769         gcc warnings.
81770
81771 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
81772
81773         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
81774         getopt1.c.
81775
81776 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
81777
81778         Merge from coreutils.
81779
81780         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
81781
81782         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
81783         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
81784
81785 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
81786
81787         Merge from coreutils.
81788
81789         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
81790         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
81791         for Reliant Unix 5.43.
81792
81793         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
81794         (union fooround): Use uintmax_t, not long int.
81795         The rest is a merge from libc:
81796         [defined _LIBC]: Include <shlib-compat.h>.
81797         (_obstack) [defined _LIBC]: Remove after 2.3.4.
81798
81799         * lib/settime.c (settime): Recode to avoid warning with
81800         Sun Forte C 6U2.
81801
81802         * lib/strverscmp.c: Convert to UTF-8.
81803
81804 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
81805
81806         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
81807         m4/uintmax_t.m4.
81808
81809 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
81810
81811         * modules/xalloc-die: New file.
81812         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
81813
81814         * modules/md5 (Files): Add m4/uint32_t.m4.
81815         * modules/sha1: Renamed from modules/sha.
81816         (Files):
81817         Rename lib/sha.h to lib/sha1.h.
81818         Rename lib/sha.c to lib/sha1.c.
81819         Rename m4/sha.m4 to m4/sha1.m4.
81820         (lib_SOURCES): Likewise.
81821         (configure.ac): Rename gl_SHA to gl_SHA1.
81822         (Include): sha.h -> sha1.h.
81823
81824 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
81825
81826         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
81827         * m4/sha1.m4: Renamed from sha.m4.
81828         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
81829
81830 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
81831
81832         * lib/obstack.h (obstack_empty_p):
81833         Don't assume that chunk->contents is suitably aligned.
81834         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
81835         Likewise. Problem reported by Benno in
81836         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
81837
81838         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
81839         readable.  This could be improved further but it'd take some work.
81840
81841 2004-08-08  Simon Josefsson  <jas@extundo.com>
81842
81843         * modules/xgethostname (Depends-on): Remove exit and error (not
81844         used).
81845
81846         * modules/getpass-gnu: Add getpass.h.
81847         (Depends-on): Add stdbool.
81848         * modules/getpass: Add getpass.h.
81849
81850 2004-08-08  Simon Josefsson  <jas@extundo.com>
81851
81852         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
81853         Check getpass declaration.
81854
81855 2004-08-08  Simon Josefsson  <jas@extundo.com>
81856
81857         * lib/xgethostname.c: Don't include error.h (not used).
81858
81859         * lib/getpass.h: Add.
81860         * lib/getpass.c: Include getpass.h first.
81861
81862 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
81863
81864         * lib/xalloc-die.c: New file.
81865         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
81866         All uses removed.
81867         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
81868         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
81869         xalloc-die.c.
81870         (_, N_, xalloc_die): Move to xalloc-die.c.
81871         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
81872         so that we needn't mess with xalloc_msg_memory_exhausted.
81873
81874         * lib/sha1.h: Renamed from sha.h.
81875         (SHA1_H): Renamed from _SHA_H.
81876         (sha1_ctx): Renamed from sha_ctx.
81877         (sha1_init_ctx): Renamed from sha_init_ctx.
81878         (sha1_process_block): Renamed from sha_process_block.
81879         (sha1_process_bytes): Renamed from sha_process_bytes.
81880         (sha1_finish_ctx): Renamed from sha_finish_ctx.
81881         (sha1_read_ctx): Renamed from sha_read_ctx.
81882         (sha1_stream): Renamed from sha_stream.
81883         (sha1_buffer): Renamed from sha_buffer.
81884         * lib/sha1.c: Likewise; renamed from sha.c.
81885         Do not include <sys/types.h>.
81886         Include <stddef.h> rather than <stdlib.h>.
81887
81888 2004-08-08  Bruno Haible  <bruno@clisp.org>
81889
81890         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
81891         FILESYSTEM_PREFIX_LEN.
81892         * lib/progreloc.c: Likewise.
81893         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
81894
81895 2004-08-06  Simon Josefsson  <jas@extundo.com>
81896
81897         * modules/progname (Depends-on): Don't depend on stdbool.
81898
81899 2004-08-06  Simon Josefsson  <jas@extundo.com>
81900
81901         * modules/getsubopt: New file.
81902         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
81903         getsubopt.
81904
81905 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
81906
81907         More merge from coreutils.
81908
81909         * m4/utimens.m4, m4/utimecmp.m4: New files.
81910         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
81911         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
81912         prereq.m4, sha.m4: Import changes from coreutils.
81913
81914 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
81915
81916         More merge from coreutils.
81917         * modules/raise, modules/readtokens0, modules/utimens:
81918         * modules/utimecmp, module/xnanosleep: New files.
81919         * modules/strftime: Add lib/strftime.h.
81920         Change include from <time.h> to "strftime.h".
81921         * modules/yesno: Add lib/yesno.h.
81922         * modules/backupfile: Remove lib/addext.c.
81923         * modules/euidaccess: Add stat-macros.h.
81924         * modules/canonicalize, modules/euidaccess,
81925         modules/filemode, modules/lchown, modules/makepath,
81926         modules/rmdir, modules/stat: Likewise.
81927
81928 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
81929
81930         Merge from tar.
81931         * lib/argp-help.c (make_hol, hol_append): Don't assume that
81932         SIZE_MAX is a valid preprocessor constant.
81933         (__argp_basename): Change from "#ifndef _LIBC"
81934         to "#ifndef __argp_short_program_name", so that
81935         we don't compile these functions for tar.
81936
81937         More merges from coreutils.
81938         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
81939         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
81940         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
81941         * lib/addext.c: Remove; no longer needed.
81942         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
81943         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
81944         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
81945         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
81946         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
81947         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
81948         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
81949         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
81950         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
81951         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
81952         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
81953         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
81954         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
81955         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
81956         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
81957         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
81958         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
81959         Import changes from coreutils.
81960
81961 2004-08-05  Simon Josefsson  <jas@extundo.com>
81962
81963         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
81964
81965 2004-08-05  Simon Josefsson  <jas@extundo.com>
81966
81967         * m4/getsubopt.m4: New file.
81968
81969 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
81970
81971         Merge from coreutils.
81972
81973         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
81974         * m4/getcwd-path-max.m4: New files.
81975
81976         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
81977         FILESYSTEM_PREFIX_LEN ->
81978         FILE_SYSTEM_PREFIX_LEN.
81979         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
81980         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
81981         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
81982         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
81983
81984         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
81985         prerequisite modules now handle the DOS stuff.
81986         Don't check for unistd.h.
81987
81988 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
81989
81990         Merge from coreutils.
81991
81992         * lib/.gdb-history: Remove; this doesn't belong here.
81993
81994         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
81995         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
81996         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
81997         * lib/getcwd.c: New files.
81998
81999         * lib/dirname.h: Include <stdbool.h>.
82000         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
82001         for consistency with POSIX terminology.  All uses changed.
82002         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
82003         (strip_trailing_slashes): Use bool for booleans.
82004         * lib/stripslash.c (strip_trailing_slashes): Likewise.
82005
82006         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
82007         sometimes returns a positive errno value even when it succeeds.
82008         (print_errno_message) [!LIBC]: Fall back on strerror if
82009         __strerror_r fails.
82010
82011         * lib/path-concat.c (mempcpy): Don't define if a system header defines
82012         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
82013         (longest_relative_suffix): New function.
82014         (path_concat): Use it.  Assume first argument is not NULL.
82015         Port to DOS.  Omit redundant separators.
82016         Report an error instead of returning NULL.
82017         Use mempcpy instead of memcpy.
82018         (xpath_concat): Remove: not declared or used.
82019
82020         * lib/same.h: Include <stdbool.h>
82021         (same_name): Return bool, not int.
82022         * lib/same.c (same_name): Likewise.
82023         (errno): Don't declare; we assume C89 or better now.
82024
82025         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
82026         if not already defined.
82027
82028         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
82029         * lib/dup-safer.c (errno): Likewise.
82030
82031 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
82032
82033         Merge from coreutils.
82034         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
82035         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
82036         * modules/path-concat: Don't depend on strdup.
82037
82038 2004-08-03  Simon Josefsson  <jas@extundo.com>
82039
82040         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
82041         * lib/progname.h: Don't include stdbool.h.
82042
82043 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
82044
82045         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
82046         * MODULES.html.sh (func_all_modules): Remove fatal.
82047
82048 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
82049
82050         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
82051
82052 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
82053
82054         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
82055         working.
82056
82057 2004-08-02  Simon Josefsson  <jas@extundo.com>
82058
82059         * lib/getsubopt.h: New file, with comments from Bruno Haible.
82060         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
82061         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
82062
82063 2004-08-01  Simon Josefsson  <jas@extundo.com>
82064
82065         * lib/xgetdomainname.c: Include stdlib.h, for free().
82066
82067 2004-07-19  Bruno Haible  <bruno@clisp.org>
82068
82069         * MODULES.html.sh (func_all_modules): Add dummy.
82070
82071 2004-07-16  Simon Josefsson  <jas@extundo.com>
82072
82073         * modules/dummy: New file.
82074
82075 2004-07-16  Simon Josefsson  <jas@extundo.com>
82076
82077         * lib/dummy.c: New file.
82078
82079 2004-07-16  Bruno Haible  <bruno@clisp.org>
82080
82081         * lib/backupfile.h: Add extern "C" for C++.
82082         * lib/closeout.h: Likewise.
82083         * lib/copy-file.h: Likewise.
82084         * lib/findprog.h: Likewise.
82085         * lib/full-write.h: Likewise.
82086         * lib/pathname.h: Likewise.
82087         * lib/progname.h: Likewise.
82088         * lib/stpcpy.h: Likewise.
82089         * lib/stpncpy.h: Likewise.
82090         * lib/strcase.h: Likewise.
82091         * lib/strstr.h: Likewise.
82092         * lib/xalloc.h: Likewise.
82093
82094         * lib/mbswidth.h: Add extern "C" for C++.
82095         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
82096
82097 2004-07-13  Robert Millan  <robertmh@gnu.org>
82098
82099         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
82100
82101 2004-07-09  Simon Josefsson  <jas@extundo.com>
82102
82103         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
82104         failed without this.)
82105
82106 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
82107
82108         * modules/chown (Files): Add lib/fchown-stub.c, since
82109         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
82110
82111 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
82112
82113         * lib/fchown-stub.c: New file.
82114
82115 2004-06-24  Jim Meyering  <jim@meyering.net>
82116
82117         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
82118
82119 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
82120
82121         * modules/argz: Omit "#include".
82122
82123         * MODULES.html.sh (func_all_modules): Add calloc, to match
82124         2004-06-01 addition of calloc module.
82125
82126 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
82127
82128         * m4/argz.m4: New file, which is autoupdated from libtool.
82129
82130 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
82131
82132         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
82133         libtool.
82134
82135 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
82136
82137         * config/srclist-update: Don't insist on "USA." before the
82138         close-comment, as libtool omits the period and puts the */ on a
82139         separate line.
82140         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
82141         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
82142
82143 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
82144
82145         * modules/argz: New file.
82146         * MODULES.html.sh (func_all_modules): Add argz.
82147
82148 2004-06-12  Jim Meyering  <jim@meyering.net>
82149         and  Paul Eggert  <eggert@cs.ucla.edu>
82150
82151         * modules/hash (Files): Add lib/xalloc.h.
82152         * modules/pipe (Depends-on): Add wait-process.
82153         * modules/stat (Depends-on): Add xalloc.
82154         * modules/userspec (Files): Add lib/userspec.h.
82155         * modules/xstrto
82156
82157         Upgrade from gettext-0.13.
82158         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
82159         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
82160         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
82161
82162 2004-06-10  Jim Meyering  <jim@meyering.net>
82163
82164         * lib/calloc.c: New file.
82165
82166 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
82167
82168         * lib/getdate.y (yylex): Allow space between sign and number.
82169         Problem reported by Dan Jacobson.
82170
82171 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
82172
82173         Merge from coreutils CVS.
82174
82175         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
82176         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
82177         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
82178         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
82179         xstrtol.m4: Fix copyright date and/or serial number.
82180
82181         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
82182         See if we need an fchown replacement.
82183         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
82184         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
82185         and use the replacement function if we detect either defect.
82186
82187         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
82188         gl_UTIMECMP.
82189
82190 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
82191         and  Jim Meyering  <jim@meyering.net>
82192
82193         Merge from coreutils CVS.
82194
82195         * lib/stat-macros.h: New file, with contents from file-type.h
82196         and coreutils' system.h.
82197         * lib/file-type.c: Include "stat-macros.h".
82198         * lib/file-type.h (file_type): Move all macro definitions to new file,
82199         stat-macros.h.
82200
82201         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
82202         Wrap old code with this conditional.
82203         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
82204         function that does not dereference symlinks.
82205         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
82206
82207         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
82208         dependency problems.
82209         (xreadlink): Accept new arg SIZE, for efficiency.
82210         All decls and uses changed.
82211         * lib/xreadlink.h: Include <stddef.h>, for size_t.
82212
82213         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
82214         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
82215
82216         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
82217         sysexits.h.
82218
82219 2004-06-01  Jim Meyering  <jim@meyering.net>
82220
82221         * m4/calloc.m4: New file.
82222
82223 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
82224
82225         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
82226         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
82227         Also, fix a typo in a diagnostic.
82228
82229 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
82230
82231         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
82232         or AC_FUNC_REALLOC.
82233
82234 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
82235
82236         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
82237         macros to be defined.
82238         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
82239         the allocator returns NULL because the requested size is zero.
82240
82241 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
82242
82243         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
82244         var.  Add comment explaining why libc still defines it.  This
82245         merges the following patch from glibc:
82246         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
82247
82248 2004-05-20  Andreas Schwab  <schwab@suse.de>
82249
82250         * m4/free.m4: Replace free if it not known to work, not the other
82251         way round.
82252
82253 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
82254
82255         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
82256         present in glibc since revision 1.1 of this file.
82257         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
82258         obstack_alignment_mask, obstack_alloc, obstack_base,
82259         obstack_blank, obstack_blank_fast, obstack_chunk_size,
82260         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
82261         obstack_grow0, obstack_init, obstack_int_grow,
82262         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
82263         obstack_next_free, obstack_object_size, obstack_ptr_grow,
82264         obstack_ptr_grow_fast, obstack_room): Remove declarations of
82265         nonexistent functions.
82266
82267 2004-05-18  Karl Berry  <karl@gnu.org>
82268
82269         * config/srclist.txt: break link for vasnprintf.c.
82270
82271 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
82272
82273         Port obstack to the AS/400, where pointers are 16 bytes wide and
82274         you cannot cast an integer to a valid pointer.  This patch is
82275         currently waiting to be integrated into glibc; see
82276         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
82277
82278         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
82279         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
82280         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
82281         (struct obstack): temp member is now a union of a pointer and
82282         an integer, instead of an integer.  All integer uses changed.
82283         This does not affect the physical layout of struct obstack,
82284         except on hosts (like the AS/400) where the size or alignment of
82285         void * is greater than that of ptrdiff_t.
82286         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
82287         __STDC__)]: Store temporary in pointer member of union, not
82288         integer member.
82289         * lib/obstack.c: Include <stddef.h>, for offsetof.
82290         (struct fooalign): Remove; it doesn't need a name.
82291         (union fooround): Change double to long double, and add void *.
82292         (DEFAULT_ALIGNMENT): Use offsetof to compute.
82293         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
82294         not a macro.  Hence the values are always int; so remove all
82295         casts-to-int in uses.
82296
82297 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
82298
82299         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
82300         we can get this patch merged into glibc.
82301
82302 2004-05-17  Derek R. Price  <derek@ximbiot.com>
82303             Paul Eggert  <eggert@cs.ucla.edu>
82304
82305         * m4/argp: Depend on alloca.
82306
82307 2004-05-17  Derek R. Price  <derek@ximbiot.com>
82308             Paul Eggert  <eggert@cs.ucla.edu>
82309
82310         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
82311         freecoding.
82312
82313 2004-05-17  Bruno Haible  <bruno@clisp.org>
82314
82315         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
82316         precision that consists of a '.' followed by an empty digit string.
82317         Patch by Tor Lillqvist <tml@iki.fi>.
82318
82319 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
82320
82321         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
82322         for backward compatibility with older code.  We need our own
82323         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
82324         it under some other name, and our alloca.h will define it.
82325
82326 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
82327             Derek Price  <derek@ximbiot.com>
82328
82329         * lib/alloca.c: Include <alloca.h>, to get our interface.
82330         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
82331         include <alloca.h> first.  Use C89 prototype for alloca; this
82332         requires including <stddef.h> for size_t.  Use extern "C" if C++.
82333         Use #elif for simplicity, since we can assume C89 now.
82334         Don't try to source the system alloca.h since it will not be found
82335         and to prevent recursively including its replacement.
82336         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
82337         * lib/regex.c: Likewise.
82338
82339 2004-05-16  Derek Price  <derek@ximbiot.com>
82340             Paul Eggert  <eggert@cs.ucla.edu>
82341
82342         getline cleanup.  This changes the getndelim2 API: both order of
82343         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
82344         no delimiter).
82345
82346         * lib/getline.c: Don't include stddef.h or stdio.h, since our
82347         interface does that.
82348         (getline): Always use getdelim, so that we don't have two
82349         copies of this code.
82350         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
82351         if available.
82352         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
82353         (GETNDELIM2_MAXIMUM): New macro.
82354         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
82355         instead of the old practice of delim2==0.  All callers changed.
82356         Return -1 on overflow, instead of returning junk.
82357         Do not set *linesize unless allocation succeeds.
82358         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
82359         that we include sys/types.h.
82360         * lib/getnline.h: Likewise.
82361         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
82362         (getndelim2): Reorder arguments.
82363         * lib/getnline.c (getnline, getndelim):
82364         Don't discard the NMAX argument.
82365         (getnline): Invoke getndelim, to avoid code duplication.
82366         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
82367         of (size_t) -1 by callers of the getnline family.
82368
82369 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
82370
82371         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
82372         Check for gettimeofday.
82373         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
82374         Check for settimeofday, stime.
82375
82376 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
82377
82378         * lib/nanosleep.c (suspended): Change its type from int to
82379         sig_atomic_t volatile.
82380         (first_call): Make it private to rpl_nanosleep, and have it
82381         be zero initially as that's a bit faster.
82382         (my_usleep): Round up fractional times instead of truncating them,
82383         as this is the usual meaning for 'sleep'.
82384
82385         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
82386         doesn't work.
82387         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
82388         (ENOSYS): Define if not defined.
82389         (settime): Fall back on stime if it exists and settimeofday fails.
82390         But don't bother with fallbacks if a method fails with errno == EPERM.
82391
82392 2004-05-11  Jim Meyering  <jim@meyering.net>
82393
82394         Prior to this change, the save_cwd caller required read access to the
82395         current directory on most systems (ones with the fchdir function).
82396
82397         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
82398         fails, try write-only, and finally, resort to using xgetcwd.
82399
82400 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
82401
82402         * lib/obstack.c, obstack.h: Import changes from libc.
82403
82404 2004-04-28  Bruno Haible  <bruno@clisp.org>
82405
82406         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
82407         also implicitly appends .exe to executables.
82408         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
82409         accepts Windows pathnames.
82410         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
82411         Treat Cygwin like Windows, since it now accepts Windows pathnames.
82412         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
82413         Treat Cygwin like Windows, since it now accepts Windows pathnames.
82414         Reported by Derek Robert Price <derek@ximbiot.com>.
82415
82416 2004-04-21  Karl Berry  <karl@gnu.org>
82417
82418         * config/srclist.txt (localcharset.c): break sync.
82419
82420 2004-04-20  Paul Eggert  <eggert@twinsun.com>
82421
82422         * m4/host-os.m4: Add a copyright notice.
82423
82424 2004-04-20  Jim Meyering  <jim@meyering.net>
82425
82426         Change UTILS_ to gl_ in AC_DEFINE'd names.
82427         Change utils_- and jm_-prefixed variables, too.
82428         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
82429         UTILS_FUNC_MKDIR_TRAILING_SLASH.
82430         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
82431
82432         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
82433         Don't emit trailing blanks.
82434         Also rename jm_-prefixed variables to have gl_ prefix.
82435
82436         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
82437         Also rename jm_-prefixed variables to have gl_ prefix.
82438
82439         * m4/jm-macros.m4: Reflect the renamings.
82440         * m4/prereq.m4: Likewise.
82441
82442 2004-04-20  Jim Meyering  <jim@meyering.net>
82443
82444         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
82445         memory.
82446
82447 2004-04-20  Jim Meyering  <jim@meyering.net>
82448             Bruno Haible  <bruno@clisp.org>
82449
82450         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
82451         memory when realloc fails.
82452
82453 2004-04-19  Jim Meyering  <jim@meyering.net>
82454
82455         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
82456         now that readutmp.c may call `free (0)'.
82457
82458 2004-04-19  Bruno Haible  <bruno@clisp.org>
82459
82460         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
82461         * m4/inttypes_h.m4: Likewise.
82462         * m4/stdint_h.m4: Likewise.
82463         * m4/intmax_t.m4: Likewise.
82464         * m4/uintmax_t.m4: Likewise.
82465
82466 2004-04-18  Jim Meyering  <jim@meyering.net>
82467
82468         * m4/prereq.m4: Don't forbid jm_ prefix.
82469
82470         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
82471         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
82472         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
82473         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
82474         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
82475         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
82476         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
82477         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
82478         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
82479         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
82480         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
82481         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
82482         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
82483         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
82484         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
82485         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
82486         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
82487         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
82488         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
82489
82490 2004-04-18  Jim Meyering  <jim@meyering.net>
82491
82492         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
82493         failure, don't leak memory and do call END_UTMP_ENT.
82494
82495 2004-04-16  Jim Meyering  <jim@meyering.net>
82496
82497         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
82498         coreutils' stat program.
82499         (gl_PREREQ): Don't require jm_PREREQ_STAT.
82500
82501 2004-04-11  Paul Eggert  <eggert@twinsun.com>
82502
82503         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
82504         C89.
82505         (CHAR_BIT): Remove, since we assume C89.
82506         Include <stdint.h> if available, as per current Autoconf CVS advice.
82507
82508 2004-03-31  Jim Meyering  <jim@meyering.net>
82509
82510         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
82511         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
82512         * m4/xalloc.m4: Likewise.
82513
82514 2004-03-30  Paul Eggert  <eggert@twinsun.com>
82515
82516         Merge from coreutils.
82517
82518         * m4/inttostr.m4: New file.
82519         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
82520         Require AM_STDBOOL_H and gl_TIMESPEC instead.
82521         Require gl_CLOCK_TIME.
82522         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
82523
82524 2004-03-30  Paul Eggert  <eggert@twinsun.com>
82525
82526         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
82527         not bool, to be more consistent with Unix conventions.
82528         Suggested by Bruno Haible.
82529
82530         Merge from coreutils.
82531
82532         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
82533         * lib/umaxtostr.c: New files.
82534
82535         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
82536         the usual <time.h> dance.
82537         (get_date): Change signature to support fractional time stamps.
82538         All callers changed.
82539         * lib/getdate.y: Include "getdate.h" first, as we can now
82540         assume C89 and don't need to worry about 'const'.
82541         Similarly, include "unlocked-io.h" near start, not in middle.
82542         Include <limits.h>.
82543         (textint.value): Use long int rather than int.
82544         (textint.digits): Use size_t rather than int.
82545         (BILLION, LOG10_BILLION): New constants.
82546         (parser_control): New member rel_ns.  Members day_ordinal,
82547         time_zone, month, day, hour, minutes, rel_year, rel_month,
82548         rel_day, rel_hour, rel_minutes, rel_seconds
82549         are now long int, not int.  Member seconds is now struct timespec,
82550         not int.  New member timespec_seen.  Members dates_seen, days_seen,
82551         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
82552         not int.
82553         (%union.intval): Now long int, not int.
82554         New member timespec.
82555         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
82556         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
82557         (spec): Now is a timespec or an item list.
82558         (timespec, items): New nonterminals.
82559         (time, rel, relunit, number, get_date):
82560         Add support for fractional seconds.
82561         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
82562         (gmtime, localtime, mktime): Remove decls; not needed with C89.
82563         (to_hour): First arg is now long int, not int.
82564         (to_year): Returns long int, not int.
82565         Don't treat year -70 like 70.
82566         (tm_diff): Returns long int, not int.
82567         (lookup_word): Use bool instead of int when appropriate.
82568         (yylex): Use size_t for count, not int.
82569         Detect overflow when parsing large integer constants.
82570         Add support for fractions.
82571         (get_date): Make pointers 'const' if possible.
82572         Use more-portable code to detect integer overflow.
82573         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
82574         Don't use ctime; it's not reliable if the year has >4 digits.
82575
82576         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
82577         This is for compatibility with BSD.
82578
82579         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
82580         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
82581         From coreutils' system.h.
82582
82583         * lib/userspec.c: Don't include "posixver.h".
82584         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
82585         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
82586         compatible extension.  Simplify code by removing a boolean int
82587         that was always nonzero if a string was nonnull.
82588
82589 2004-03-30  Jim Meyering  <jim@meyering.net>
82590
82591         Merge from coreutils.
82592
82593         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
82594         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
82595         on some systems one must include <grp.h> before it.
82596         Reported by Christian Krackowizer.
82597
82598 2004-03-30  Jim Meyering  <jim@meyering.net>
82599
82600         Merge from coreutils.
82601
82602         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
82603
82604         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
82605         an empty input stream.
82606
82607         * lib/readtokens.c: Include <stdbool.h>.
82608         (readtoken): Use `size_t' rather than int/long.
82609         All callers adjusted.
82610         Use `bool' rather than `int' where appropriate.
82611         Use memset rather than an explicit loop.
82612         Use x2nrealloc rather than xrealloc.
82613         Allow the use of `\0' as a delimiter.
82614         (readtokens): Likewise.
82615         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
82616
82617 2004-03-30  Jim Meyering  <jim@meyering.net>
82618
82619         * m4/realloc.m4: Remove file, since now it does no more than
82620         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
82621         the `configure.ac' section of module/realloc.
82622         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
82623
82624 2004-03-30  Bruno Haible  <bruno@clisp.org>
82625
82626         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
82627         nonnull.
82628
82629 2004-03-29  Paul Eggert  <eggert@twinsun.com>
82630
82631         Merge changes to getloadavg.c from coreutils and Emacs.
82632
82633         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
82634         Define to an expression, not to the empty string.
82635         Include cloexec.h and xalloc.h.
82636         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
82637         Use set_cloexec_flag rather than rolling our own.
82638         * lib/cloexec.c, lib/cloexec.h: New files.
82639
82640 2004-03-29  Paul Eggert  <eggert@twinsun.com>
82641
82642         * m4/cloexec.m4: New file.
82643
82644 2004-03-18  Paul Eggert  <eggert@twinsun.com>
82645
82646         * lib/getopt.h: Sync with libc CVS.
82647
82648 2004-03-18  Paul Eggert  <eggert@twinsun.com>
82649             Bruno Haible  <bruno@clisp.org>
82650
82651         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
82652         mbswidth.
82653
82654 2004-03-18  Paul Eggert  <eggert@twinsun.com>
82655             Bruno Haible  <bruno@clisp.org>
82656
82657         * lib/mbswidth.h: Include <wchar.h> only if
82658         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
82659         <wchar.h>.
82660         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
82661
82662 2004-03-09  Paul Eggert  <eggert@twinsun.com>
82663
82664         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
82665         Sync with libc CVS.
82666         * lib/getopt_int.h: New file, also synced from libc.
82667
82668 2004-03-09  Paul Eggert  <eggert@twinsun.com>
82669
82670         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
82671         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
82672         Bring back getopt.c, getopt.h, getopt1.c.
82673
82674 2004-03-07  Paul Eggert  <eggert@twinsun.com>
82675
82676         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
82677         All uses changed.  Check for sa_sigaction member; this fixes
82678         a bug first reported by Jason Andrade in
82679         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
82680
82681 2004-03-07  Paul Eggert  <eggert@twinsun.com>
82682
82683         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
82684         '#if' expressions.  Unlike the code it replaces, it does not
82685         depend on (defined _SC_PAGESIZE).  However, it does depend on
82686         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
82687         first reported by Jason Andrade in
82688         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
82689
82690 2004-02-25  Simon Josefsson  <jas@extundo.com>
82691
82692         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
82693
82694 2004-02-25  Simon Josefsson  <jas@extundo.com>
82695
82696         * lib/strdup.h: New file.
82697         * lib/strdup.c: Include it.
82698         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
82699         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
82700
82701 2004-02-23  Karl Berry  <karl@gnu.org>
82702
82703         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
82704         (from fencepost.gnu.org:/gd/gnuorg).
82705
82706 2004-02-23  Karl Berry  <karl@gnu.org>
82707
82708         * config/srclistvars.sh (GNUORG) [karl]: redefine.
82709         * config/srclist.txt: add maintain/standards documents.
82710
82711 2004-02-18  Bruno Haible  <bruno@clisp.org>
82712
82713         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
82714         Reported by Derek Robert Price <derek@ximbiot.com>.
82715
82716 2004-02-16  Karl Berry  <karl@gnu.org>
82717
82718         * config/mkinstalldirs, install-sh: update from automake.
82719
82720 2004-02-06  Karl Berry  <karl@gnu.org>
82721
82722         * m4/po.m4: update from gettext 0.14.1.
82723
82724 2004-02-06  Karl Berry  <karl@gnu.org>
82725
82726         * lib/config.charset: update from gettext 0.14.1.
82727
82728 2004-02-05  Paul Eggert  <eggert@twinsun.com>
82729
82730         Add comments and code, prompted by suggestions from Bruno Haible
82731         for sh-quote.
82732         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
82733         describing the enum quoting_style values.
82734         * lib/quotearg.c (quotearg_alloc): New function.
82735         (quotearg_buffer_restyled): Treat lone { and } as special.
82736         Treat = as special.  Work around bug with older shells
82737         that "see" a '\' that is really the 2nd byte of a multibyte char.
82738         Quote empty string with shell_quoting_style.
82739
82740 2004-02-03  Bruno Haible  <bruno@clisp.org>
82741
82742         * m4/pipe.m4: New file, from GNU gettext.
82743
82744 2004-02-03  Bruno Haible  <bruno@clisp.org>
82745
82746         * lib/pipe.h: New file, from GNU gettext.
82747         * lib/pipe.c: New file, from GNU gettext.
82748
82749 2004-01-27  Bruno Haible  <bruno@clisp.org>
82750
82751         * m4/execute.m4: New file, from GNU gettext.
82752
82753 2004-01-27  Bruno Haible  <bruno@clisp.org>
82754
82755         * lib/execute.h: New file, from GNU gettext.
82756         * lib/execute.c: New file, from GNU gettext.
82757         * lib/w32spawn.h: New file, from GNU gettext.
82758
82759 2004-01-24  Paul Eggert  <eggert@twinsun.com>
82760
82761         Merge from diffutils.
82762
82763         * lib/file-type.c (file_type): Add typed memory objects.
82764         * lib/file-type.h (S_TYPEISTMO): New macro.
82765
82766         * lib/c-stack.h (c_stack_action): Remove argv argument.
82767         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
82768         (die): Don't calculate message unless segv_action returns.
82769         (get_stack_location, min_address_from_argv, max_address_from_argv,
82770         volatile stack_base, volatile_stack_size): Remove.
82771         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
82772         that every segmentation violation is a stack overflow.  (Ouch!)
82773         See Debian bug 136249 (still outstanding) for more info about why
82774         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
82775
82776 2004-01-24  Paul Eggert  <eggert@twinsun.com>
82777
82778         Exit-status fix from coreutils.
82779
82780         Use exit_failure consistently in place of EXIT_FAILURE,
82781         so that program exit statuses are consistent on failure.
82782
82783         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
82784         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
82785         * lib/argmatch.h: Comment fix to match the above.
82786         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
82787         Now a macro referring to exit_failure, instead of a separate
82788         variable.  Include "exitfail.h" to get it.
82789         * lib/xstrtol.h: Include "exitfail.h".
82790         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
82791
82792         * lib/long-options.c (parse_long_options): Use prototype
82793         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
82794         for clarity.
82795
82796 2004-01-21  Jim Meyering  <jim@meyering.net>
82797
82798         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
82799         so as not to conflict with a different-sized __mktime_internal
82800         function in GNU libc.
82801         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
82802         Problem building statically-linked `ls' reported by Michael Brunnbauer.
82803
82804 2004-01-20  Karl Berry  <karl@gnu.org>
82805
82806         * config/config.guess: update from config.
82807
82808         * config/srclistvars.sh: GNUWWWLICENSES for karl.
82809
82810 2004-01-20  Bruno Haible  <bruno@clisp.org>
82811
82812         Safer stack allocation.
82813         * lib/setenv.c: Include allocsa.h.
82814         (alloca): Remove fallback definition.
82815         (freea): Remove macro.
82816         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
82817         instead of freea.
82818
82819 2004-01-20  Bruno Haible  <bruno@clisp.org>
82820
82821         * m4/eealloc.m4: New file, from GNU gettext.
82822
82823 2004-01-20  Bruno Haible  <bruno@clisp.org>
82824
82825         * m4/allocsa.m4: New file, from GNU gettext.
82826
82827 2004-01-20  Bruno Haible  <bruno@clisp.org>
82828
82829         * lib/xallocsa.h: New file, from GNU gettext.
82830         * lib/xallocsa.c: New file, from GNU gettext.
82831
82832 2004-01-20  Bruno Haible  <bruno@clisp.org>
82833
82834         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
82835
82836 2004-01-20  Bruno Haible  <bruno@clisp.org>
82837
82838         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
82839         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
82840         specially.
82841
82842 2004-01-20  Bruno Haible  <bruno@clisp.org>
82843
82844         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
82845         patch.
82846
82847 2004-01-20  Bruno Haible  <bruno@clisp.org>
82848
82849         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
82850
82851 2004-01-20  Bruno Haible  <bruno@clisp.org>
82852
82853         * lib/eealloc.h: New file.
82854
82855 2004-01-20  Bruno Haible  <bruno@clisp.org>
82856
82857         * lib/binary-io.h: Avoid warnings on Cygwin.
82858
82859 2004-01-20  Bruno Haible  <bruno@clisp.org>
82860
82861         * lib/allocsa.h: New file, from GNU gettext.
82862         * lib/allocsa.c: New file, from GNU gettext.
82863
82864 2004-01-18  Karl Berry  <karl@gnu.org>
82865
82866         * doc/gpl.texi, doc/lgpl.texi: new files.
82867
82868 2004-01-18  Karl Berry  <karl@gnu.org>
82869
82870         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
82871         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
82872
82873 2004-01-15  Paul Eggert  <eggert@twinsun.com>
82874
82875         Merge from coreutils.
82876
82877         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
82878         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
82879         (gl_DEFAULT_POSIX2_VERSION): Move
82880         the documentation from 'configure' into 'config.hin',
82881         so that 'configure --help' isn't burdened by it and
82882         we don't have to worry about its formatting there.
82883         Reword the documentation so that it's more succinct
82884         and can be run together into a single paragraph.
82885         * m4/same.m4 (gl_SAME): Check for pathconf.
82886
82887 2004-01-15  Paul Eggert  <eggert@twinsun.com>
82888
82889         Merge from coreutils.
82890
82891         * lib/posixver.c: Include posixver.h.
82892
82893         * lib/same.c: Include <stdbool.h>, <limits.h>.
82894         (_POSIX_NAME_MAX): Define if not defined.
82895         (MIN): New macro.
82896         (same_name): If file names are silently truncated, report
82897         that the file names are the same if they are the same after
82898         the silent truncation.
82899
82900         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
82901         conversion function.
82902         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
82903         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
82904         longer needed.
82905
82906 2004-01-15  Jim Meyering  <jim@meyering.net>
82907
82908         Merge from coreutils.
82909
82910         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
82911         if no library is required.
82912         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
82913         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
82914         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
82915         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
82916         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
82917         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
82918         value, $ac_cv_search_crypt, if it's "none required".
82919         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
82920         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
82921         not gl_FUNC_GETLOADAVG.
82922         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
82923         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
82924
82925 2004-01-15  Jim Meyering  <jim@meyering.net>
82926
82927         Merge from coreutils.
82928
82929         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
82930         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
82931         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
82932
82933         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
82934         optional configure-time default.
82935
82936         * lib/version-etc.c (version_etc_copyright): Update copyright date.
82937
82938         * lib/xreadlink.c (xreadlink): Correct outdated comment.
82939
82940 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
82941
82942         Merge from coreutils.
82943
82944         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
82945         value, $ac_cv_search_nanosleep, if it's "none required".
82946
82947 2004-01-14  Paul Eggert  <eggert@twinsun.com>
82948
82949         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
82950         with like-named macro in fnmatch.c.
82951         (EXT): Use an internal constant instead.
82952
82953         Merge fnmatch patches from glibc.
82954         * lib/fnmatch.c (mbsinit): Remove define.
82955         Add libc_hidden_ver (__fnmatch, fnmatch).
82956         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
82957         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
82958
82959 2004-01-14  Karl Berry  <karl@gnu.org>
82960
82961         * config/install-sh: update from automake.
82962
82963 2004-01-13  Karl Berry  <karl@gnu.org>
82964
82965         * config/install-sh: update from automake.
82966
82967 2004-01-09  Karl Berry  <karl@gnu.org>
82968
82969         * config/install-sh: update from automake.
82970
82971 2004-01-05  Karl Berry  <karl@gnu.org>
82972
82973         * config/config.{sub,guess}: update from config.
82974
82975 2003-12-31  Karl Berry  <karl@gnu.org>
82976
82977         * config/depcomp: update from automake.
82978
82979 2003-12-14  Karl Berry  <karl@gnu.org>
82980
82981         * lib/config.charset: update from gettext-runtime.
82982
82983 2003-12-03  Paul Eggert  <eggert@twinsun.com>
82984
82985         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
82986         Bug reported by Alfred M. Szmidt.
82987
82988 2003-12-03  Bruno Haible  <bruno@clisp.org>
82989
82990         * m4/gettext.m4: Upgrade from gettext-0.13.
82991         * m4/po.m4: Upgrade from gettext-0.13.
82992         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
82993         * m4/intmax.m4: New file, from gettext-0.13.
82994         * m4/printf-posix.m4: New file, from gettext-0.13.
82995
82996 2003-11-29  Karl Berry  <karl@gnu.org>
82997
82998         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
82999
83000 2003-11-25  Paul Eggert  <eggert@twinsun.com>
83001             Bruno Haible  <bruno@clisp.org>
83002
83003         * lib/printf-parse.h: Don't include sys/types.h.
83004         (ARG_NONE): New macro.
83005         (char_directive): Change type of *arg_index fields to size_t.
83006         * lib/printf-parse.c: Don't include sys/types.h.
83007         (SSIZE_MAX): Remove macro.
83008         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
83009         Remove unnecessary overflow check.
83010         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
83011         fields.
83012
83013 2003-11-25  Bruno Haible  <bruno@clisp.org>
83014
83015         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
83016
83017 2003-11-25  Bruno Haible  <bruno@clisp.org>
83018
83019         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
83020         gt_TYPE_SSIZE_T.
83021
83022 2003-11-24  Paul Eggert  <eggert@twinsun.com>
83023
83024         * modules/alloca: Remove dependency on xalloc.
83025
83026 2003-11-24  Paul Eggert  <eggert@twinsun.com>
83027
83028         * lib/alloca.c: Remove dependency on xalloc module.
83029         (xalloc_die): Remove.
83030         (memory_full) [!defined emacs]: New macro.
83031         [!defined emacs]: Don't include xalloc.h.
83032         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
83033         address arithmetic overflows.  Change datatypes a bit to avoid
83034         unnecessary casts.
83035
83036 2003-11-22  Jim Meyering  <jim@meyering.net>
83037
83038         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
83039         s/size/size_t/.
83040
83041 2003-11-21  Karl Berry  <karl@gnu.org>
83042
83043         * config/config.{sub,guess}: update from config.
83044
83045 2003-11-18  Karl Berry  <karl@gnu.org>
83046
83047         * config/config.{sub,guess}: update from config.
83048
83049         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
83050
83051 2003-11-17  Paul Eggert  <eggert@twinsun.com>
83052
83053         * README: Mention that S+T cannot overflow if S is the size of
83054         an existing object and T is sufficiently small.
83055
83056 2003-11-17  Jim Meyering  <jim@meyering.net>
83057
83058         On systems without utime and without a utimes function capable of
83059         dealing with a NULL struct utimbuf* argument, this utime replacement
83060         could -- in unusual circumstances -- leak a file descriptor.
83061         * lib/utime.c: Include <unistd.h> and <errno.h>.
83062         (utime_null): Be sure to close `fd' and to preserve errno.
83063         Reported by Geoff Collyer via Arnold Robbins.
83064
83065 2003-11-17  Bruno Haible  <bruno@clisp.org>
83066
83067         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
83068         (Depends-on): Add xsize.
83069
83070 2003-11-17  Bruno Haible  <bruno@clisp.org>
83071
83072         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
83073
83074 2003-11-17  Bruno Haible  <bruno@clisp.org>
83075
83076         * lib/vasnprintf.c (alloca): Remove fallback definition.
83077         (freea): Remove definition.
83078         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
83079         Reported by Paul Eggert.
83080
83081 2003-11-16  Paul Eggert  <eggert@twinsun.com>
83082             Bruno Haible  <bruno@clisp.org>
83083
83084         Protect against address arithmetic overflow.
83085         * lib/printf-args.h: Include stddef.h.
83086         (arguments): Change type of field 'count' to size_t.
83087         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
83088         'unsigned int' where appropriate.
83089         * lib/printf-parse.h: Include sys/types.h.
83090         (char_directive): Change type of *arg_index fields to ssize_t.
83091         (char_directives): Change type of fields 'count', max_*_length to
83092         size_t.
83093         * lib/printf-parse.c: Include sys/types.h and xsize.h.
83094         (SSIZE_MAX): Define fallback value.
83095         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
83096         instead of 'int' where appropriate. Check a_allocated, d_allocated
83097         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
83098         * lib/vasnprintf.c: Include xsize.h.
83099         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
83100         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
83101         overflow. Avoid wraparound when converting a width or precision from
83102         decimal to binary.
83103
83104 2003-11-16  Bruno Haible  <bruno@clisp.org>
83105
83106         Update from GNU gettext.
83107         * lib/printf-parse.c: Generalize to it can be compiled for wide
83108         strings.
83109         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
83110         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
83111         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
83112         SNPRINTF): New macros.
83113         Don't include <alloca.h> if the file is used inside libintl.
83114         (local_wcslen): New function, for Solaris 2.5.1.
83115         (VASNPRINTF): Use it instead of wcslen.
83116
83117 2003-11-16  Bruno Haible  <bruno@clisp.org>
83118
83119         * lib/xsize.h (xmax): New function.
83120         (xsum, xsum3, xsum4): Declare as "pure" functions.
83121
83122 2003-11-12  Paul Eggert  <eggert@twinsun.com>
83123
83124         * modules/xalloc (Files): Undo latest change, since xalloc.h
83125         no longer needs SIZE_MAX or PTRDIFF_MAX.
83126
83127 2003-11-12  Paul Eggert  <eggert@twinsun.com>
83128
83129         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
83130         gl_PTRDIFF_MAX.
83131
83132 2003-11-12  Paul Eggert  <eggert@twinsun.com>
83133
83134         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
83135         "return", to pacify some unknown compiler.  Problem reported
83136         by Joerg Schilling.
83137
83138 2003-11-12  Paul Eggert  <eggert@twinsun.com>
83139
83140         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
83141         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
83142         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
83143         heuristic is just as accurate as far as we know, and it removes a
83144         dependency on size_max.m4 and ptrdiff_max.m4.
83145
83146 2003-11-11  Bruno Haible  <bruno@clisp.org>
83147
83148         * modules/xsize (Files): Add m4/size_max.m4.
83149         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
83150
83151 2003-11-11  Bruno Haible  <bruno@clisp.org>
83152
83153         * m4/size_max.m4: New file.
83154         * m4/ptrdiff_max.m4: New file.
83155         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
83156         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
83157         (gl_XALLOC): Invoke it.
83158
83159 2003-11-11  Bruno Haible  <bruno@clisp.org>
83160
83161         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
83162         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
83163         defined.
83164
83165 2003-11-10  Paul Eggert  <eggert@twinsun.com>
83166
83167         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
83168         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
83169         rejected some allocations of exactly SIZE_MAX - 2 bytes.
83170         From Bruno Haible.
83171         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
83172         not (size_t) -1, since it's defined here.
83173
83174 2003-11-09  Karl Berry  <karl@gnu.org>
83175
83176         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
83177
83178 2003-11-06  Paul Eggert  <eggert@twinsun.com>
83179
83180         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
83181         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
83182         Reject sizes of exactly SIZE_MAX bytes.
83183         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
83184         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
83185
83186 2003-11-05  Bruno Haible  <bruno@clisp.org>
83187
83188         * lib/xsize.h: Include limits.h, to avoid a possible collision with
83189         SIZE_MAX defined in <limits.h> on Solaris.
83190
83191 2003-11-04  Jim Meyering  <jim@meyering.net>
83192
83193         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
83194         variable names, rather than @VAR@.
83195         * modules/poll: Likewise.
83196
83197 2003-11-04  Bruno Haible  <bruno@clisp.org>
83198
83199         * modules/xsize: New file.
83200         * modules/linebreak: Depend on xsize.
83201         * MODULES.html.sh (func_all_modules): Add xsize.
83202
83203 2003-11-04  Bruno Haible  <bruno@clisp.org>
83204
83205         * m4/xsize.m4: New file.
83206
83207 2003-11-04  Bruno Haible  <bruno@clisp.org>
83208
83209         * lib/xsize.h: New file.
83210         * lib/linebreak.c: Include xsize.h.
83211         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
83212         argument for overflow.
83213         Suggested by Paul Eggert.
83214
83215 2003-11-03  Karl Berry  <karl@gnu.org>
83216
83217         * config/config.{guess,sub}: update from config.
83218
83219 2003-11-03  Jim Meyering  <jim@meyering.net>
83220
83221         * modules/userspec (lib_SOURCES): Add userspec.h.
83222         (Include): Add "userspec.h".
83223         Improve description.
83224
83225 2003-11-03  Jim Meyering  <jim@meyering.net>
83226
83227         * lib/userspec.c: Include "userspec.h".
83228         * lib/userspec.h: New file.
83229
83230 2003-11-03  Bruno Haible  <bruno@clisp.org>
83231
83232         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
83233
83234 2003-11-03  Bruno Haible  <bruno@clisp.org>
83235
83236         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
83237         available, to avoid (extremely rare) race condition.
83238         Suggested by Paul Eggert.
83239
83240 2003-11-02  Karl Berry  <karl@gnu.org>
83241
83242         * config/srclist.txt (vasprintf.c): sync broken, sigh.
83243
83244 2003-10-31  Paul Eggert  <eggert@twinsun.com>
83245
83246         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
83247         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
83248         (read_filesystem_list): Set and use me_type_malloced.
83249         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
83250         whatever the type happens to be), for brevity and consistency.
83251         Check for size calculation overflow on Alphas running OSF/1.
83252
83253 2003-10-31  Jim Meyering  <jim@meyering.net>
83254
83255         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
83256
83257         * lib/linebuffer.c: Include <string.h> for declaration of memset.
83258
83259 2003-10-30  Paul Eggert  <eggert@twinsun.com>
83260             Bruno Haible  <bruno@clisp.org>
83261
83262         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
83263         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
83264
83265 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
83266
83267         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
83268         netbsd*-gnu*.  Suggested by Robert Millan.
83269
83270 2003-10-29  Paul Eggert  <eggert@twinsun.com>
83271
83272         * modules/group-member: Depend on stdbool.
83273
83274 2003-10-29  Paul Eggert  <eggert@twinsun.com>
83275
83276         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
83277
83278 2003-10-29  Paul Eggert  <eggert@twinsun.com>
83279
83280         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
83281         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
83282         after the 'gnu' in these cases.  This fixes some bugs in the
83283         previous change, and is based on suggestions by Robert Millan.
83284
83285 2003-10-29  Paul Eggert  <eggert@twinsun.com>
83286
83287         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
83288         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
83289         no longer needed.
83290         * lib/quotearg.c (quotearg_n_options): Use it.
83291         * lib/group-member.c: Include <stdbool.h>.
83292         (free_group_info): Arg is now const *; don't free arg.
83293         (get_group_info): Now returns bool and accepts struct group_info *,
83294         rather than returning a malloc'ed struct group_info *.
83295         All uses changed.  Check for overflow in internal size calculation.
83296
83297         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
83298         rather than xmalloc/xrealloc.
83299         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
83300         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
83301         conformance bug: the old code used a pointer after freeing the
83302         storage that it addressed.
83303         * lib/hash.c (hash_initialize): Simplify the code by using
83304         xalloc_oversized rather than doing it by hand.
83305         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
83306         the buffer preserved.  Use free and xmalloc instead.
83307         * lib/quotearg.c (quotearg_n_options): Likewise.
83308         Use a simpler test for size overflow.  Don't use xalloc_oversized
83309         because unsigned int might be wider than size_t (!); this suggests
83310         that we should switch from unsigned int to size_t for slot numbers.
83311
83312 2003-10-28  Paul Eggert  <eggert@twinsun.com>
83313
83314         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
83315         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
83316         NetBSD kernels.  Requested by Richard Stallman.
83317
83318 2003-10-27  Paul Eggert  <eggert@twinsun.com>
83319
83320         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
83321         to allocate the returned structure.  Do not allocate a subarray,
83322         as x2nrealloc will do that.
83323         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
83324         instead of xnrealloc.
83325         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
83326
83327 2003-10-27  Bruno Haible  <bruno@clisp.org>
83328
83329         * lib/stdbool_.h: Better support for BeOS.
83330
83331 2003-10-26  Paul Eggert  <eggert@twinsun.com>
83332
83333         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
83334         now uses inline.
83335
83336 2003-10-26  Paul Eggert  <eggert@twinsun.com>
83337
83338         * lib/xalloc.h (xalloc_oversized): New static inline function, for
83339         callers that want to do their own size-overflow checking.  Include
83340         <stdbool.h>, since xalloc_oversized returns bool.
83341         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
83342         to use xalloc_oversized.
83343
83344         Add two functions x2realloc, x2nrealloc, for programs that grow
83345         arrays dynamically by doubling their sizes.
83346         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
83347         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
83348         New functions.
83349
83350         Port to C99 semantics for 'inline' of external functions.
83351         Bug reported by Bruno Haible.
83352         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
83353         with the old contents of xnmalloc.
83354         (xnmalloc, xmalloc): Use it.
83355         (xnrealloc_inline): New static inline function,
83356         with the old contents of xnrealloc.
83357         (xnrealloc, xrealloc): Use it.
83358
83359         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
83360         that.
83361
83362 2003-10-26  Karl Berry  <karl@gnu.org>
83363
83364         * config/srclist.txt (COPYING.DOC): no longer available from
83365         /gd/gnuorg; don't know where the ultimate source is.
83366
83367 2003-10-25  Paul Eggert  <eggert@twinsun.com>
83368
83369         Fix several address-calculation bugs in the hash modules,
83370         plus some minor code cleanup.
83371
83372         * lib/hash.h: Include <stdbool.h>, for bool.
83373         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
83374         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
83375         hash_get_n_entries, hash_get_max_bucket_length,
83376         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
83377         hash_rehash): Use size_t rather than unsigned.
83378         * lib/hash.c (struct hash_table, hash_get_n_buckets,
83379         hash_get_n_buckets_used, hash_get_n_entries,
83380         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
83381         hash_get_entries, hash_do_for_each, hash_string, is_prime,
83382         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
83383         Likewise.
83384         (SIZE_MAX): Define if not defined.
83385         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
83386         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
83387         hash_print):
83388         Use const * when possible.
83389         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
83390         (check_tuning): Fix bug: if tuning parameters were very close to
83391         0 or 1, rounding errors could have caused subscript violations.
83392         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
83393         (hash_initialize): Add 'fail:' label
83394         to free table and return NULL, and use it to simplify code.
83395         Use calloc rather than clearing the storage ourself.
83396         (hash_initialize, hash_rehash): Check for arithmetic overflow in
83397         buffer size calculations.
83398         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
83399         Include <stddef.h>, for size_t.
83400         * lib/hash-pjw.c (hash_pjw): Likewise.
83401         Switch to method described by Bruno Haible.
83402         Include <limits.h>, for CHAR_BIT.
83403         (SIZE_BITS): New macro.
83404
83405 2003-10-23  Paul Eggert  <eggert@twinsun.com>
83406
83407         * m4/getline.m4 (AM_FUNC_GETLINE):
83408         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
83409         hosts.  Problem reported by Derek Robert Price in
83410         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
83411         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
83412         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
83413
83414 2003-10-21  Paul Eggert  <eggert@twinsun.com>
83415
83416         * lib/getndelim2.c (getndelim2): When size calculation overflows,
83417         ceiling the allocation at NMAX bytes rather than silently
83418         discarding input bytes before NMAX is reached.  This makes
83419         a difference only if NMAX exceeds SIZE_MAX / 2.
83420
83421         * lib/obstack.c: Merge from glibc.
83422         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
83423         Add libc_hidden_def (_obstack_newchunk).
83424         (_obstack_free) [! defined _LIBC]: Remove.
83425         [defined _LIBC]: Make a strong alias from obstack_free, rather than
83426         a clone of the function body.
83427         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
83428         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
83429
83430         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
83431         glibc.
83432         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
83433         arg to memcpy.
83434
83435         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
83436         (obstack_ptr_grow_fast, obstack_int_grow_fast):
83437         Don't use lvalue casts, as GCC plans to remove support for them
83438         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
83439         was also present in the non-GCC version, indicating that this
83440         code had always been buggy and had never been widely used.
83441         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
83442         Use the fast variant of each macro, rather than copying the
83443         definiens of the fast variant; that way, we'll be more likely to
83444         catch future bugs in the fast variants.
83445
83446 2003-10-20  Bruno Haible  <bruno@clisp.org>
83447
83448         * modules/wait-process: New file.
83449         * MODULES.html.sh (func_all_modules): Add wait-process.
83450
83451 2003-10-20  Bruno Haible  <bruno@clisp.org>
83452
83453         * m4/wait-process.m4: New file.
83454
83455 2003-10-20  Bruno Haible  <bruno@clisp.org>
83456
83457         * lib/wait-process.h: New file, from GNU gettext.
83458         * lib/wait-process.c: New file, from GNU gettext.
83459
83460 2003-10-19  Jim Meyering  <jim@meyering.net>
83461
83462         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
83463         HPUX 10.20.
83464
83465 2003-10-18  Karl Berry  <karl@gnu.org>
83466
83467         * config/config.guess: update from config.
83468
83469 2003-10-16  Paul Eggert  <eggert@twinsun.com>
83470
83471         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
83472         (getgroups): First arg is int, not size_t.
83473         Don't let 'free' mangle errno.
83474
83475 2003-10-16  Paul Eggert  <eggert@twinsun.com>
83476
83477         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
83478
83479 2003-10-16  Karl Berry  <karl@gnu.org>
83480
83481         * config/config.{guess,sub}: update from config.
83482
83483 2003-10-16  Jim Meyering  <jim@meyering.net>
83484
83485         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
83486         memcpy.
83487
83488 2003-10-15  Paul Eggert  <eggert@twinsun.com>
83489
83490         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
83491         (SIZE_MAX): Remove.
83492         (new_exclude, add_exclude_file): Initial size no longer needs to
83493         be a power of 2.
83494         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
83495         our own address arithmetic overflow checking.
83496
83497         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
83498         (fnmatch): Do not alloca more than 2000 wide characters;
83499         instead, use malloc for large buffers.
83500         Check for address arithmetic overflow, and return -1
83501         with errno set to ENOMEM in that case.
83502         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
83503         (NEW_PATTERN): Do not alloca more than 8000 bytes;
83504         instead, return -1.  Check for address arithmetic overflow.
83505
83506 2003-10-14  Paul Eggert  <eggert@twinsun.com>
83507
83508         Handle invalid suffixes and overflow independently, so that
83509         callers can treat them independently as needed.  Fix some bugs in
83510         suffix handling, e.g., "100k@" was not diagnosed as an invalid
83511         suffix for a human-readable blocksize.  The major caller-visible
83512         change is the addition of a new
83513         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
83514         that both overflow and suffix chars were found.
83515
83516         * lib/human.c (humblock): Don't check separately for invalid suffix
83517         char; that is xstrtoumax's job (now that its bug is fixed).
83518         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
83519         INTMAX_MAX]: New macros.
83520         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
83521         TYPE_MAXIMUM): New macros.
83522         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
83523         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
83524         if overflow occurs, as it's what __strtol does and it's more useful
83525         in practice.
83526         (__xstrtol): If __strtol reports some error other than ERANGE,
83527         reflect it to the caller as LONGINT_INVALID.  If it reports
83528         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
83529         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
83530         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
83531         value.
83532         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
83533         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
83534         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
83535         [defined UINTMAX_MAX]: New macros.
83536
83537 2003-10-14  Bruno Haible  <bruno@clisp.org>
83538
83539         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
83540
83541 2003-10-14  Bruno Haible  <bruno@clisp.org>
83542
83543         * m4/sig_atomic_t: New file, from GNU gettext.
83544         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
83545
83546 2003-10-14  Bruno Haible  <bruno@clisp.org>
83547
83548         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
83549         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
83550         Also use volatile where needed.
83551
83552 2003-10-12  Paul Eggert  <eggert@twinsun.com>
83553
83554         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
83555         Change maintainer from Bruno Haible to 'all'.
83556
83557 2003-10-12  Paul Eggert  <eggert@twinsun.com>
83558
83559         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
83560
83561 2003-10-12  Paul Eggert  <eggert@twinsun.com>
83562
83563         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
83564         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
83565         and define in terms of the other primitives.
83566         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
83567         (SIZE_MAX): Define if not already defined.
83568         (array_size_overflow): New function.
83569         (xalloc_die): Abort instead of exiting if 'error' returns.
83570         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
83571         (xmalloc, xrealloc): Use them.
83572         (xcalloc): Check for address arithmetic overflow.
83573         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
83574         a bit faster than strcpy.
83575
83576 2003-10-10  Simon Josefsson  <jas@extundo.com>
83577
83578         * modules/argp (Depends-on): Add restrict and strcase.
83579
83580 2003-10-10  Simon Josefsson  <jas@extundo.com>
83581
83582         * m4/argp.m4: Add AC_C_INLINE.
83583
83584 2003-10-08  Paul Eggert  <eggert@twinsun.com>
83585
83586         Merge getpass from libc, plus a few fixes.
83587
83588         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
83589         Include <stdbool.h>.
83590         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
83591         __fsetlocking to empty.
83592         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
83593         do include <bits/libc-lock.h>.
83594         Do not include <fcntl.h>; not needed.
83595         [_LIBC]: Include <wchar.h>.
83596         (NOTCANCEL_MODE): New macro.
83597         (flockfile, funlockfile) [_LIBC]: New macros.
83598         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
83599         [!_LIBC]: New macros.
83600         (call_fclose): New function.
83601         (getpass): Use it.  Save tty stream separately; this simplifies the
83602         code and makes it more reliable if stdin happens to equal stdout.
83603         Invoke __fsetlocking on tty.
83604         Handle thread cancellation if needed.
83605         Namespace cleanup (use __tcgetattr, __getline).
83606         Use bool for Booleans.
83607         [USE_IN_LIBIO]: Handle wide streams.
83608         [!_LIBC]: Unconditionally do the fseek, since we don't know what
83609         stream might go where.
83610
83611         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
83612         doesn't have to include <stdio.h> before us.
83613         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
83614         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
83615         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
83616         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
83617         if not declared, so that we can use getpass.c code from libc without
83618         rewriting it.
83619         (flockfile, ftrylockfile, funlockfile): New macros.
83620
83621 2003-10-08  Paul Eggert  <eggert@twinsun.com>
83622
83623         * modules/getpass: Depend on stdbool.
83624
83625 2003-10-08  Paul Eggert  <eggert@twinsun.com>
83626
83627         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
83628
83629 2003-10-07  Karl Berry  <karl@gnu.org>
83630
83631         * config/config.{guess,sub}: update from config.
83632
83633 2003-10-06  Jim Meyering  <jim@meyering.net>
83634             Bruno Haible  <bruno@clisp.org>
83635
83636         This lets translators provide better translations for the
83637         "Written by ..." part of --version output.
83638         * lib/version-etc.h: Include stdarg.h.
83639         (version_etc_copyright): Declare as readonly.
83640         (version_etc): Make this function variadic with a NULL-terminated list
83641         of author name strings.
83642         (version_etc_va): New declaration.
83643         * lib/version-etc.c: Include stdarg.h, stdlib.h.
83644         (version_etc_copyright): Declare as readonly.
83645         (version_etc_va): New function. Provide a different translatable string
83646         for each possible number of authors < 10. Abbreviate when there are 10
83647         authors or more.
83648         (version_etc): Make this function variadic. Call version_etc_va.
83649         Suggestion from Gary V. Vaughan.
83650
83651         * lib/long-options.h (parse_long_options): Change prototype: the
83652         authors string is moved to the end and becomes variadic.
83653         * lib/long-options.c: Include stdarg.h.
83654         (parse_long_options): Make this function variadic, too.
83655         Call version_etc_va, not version_etc.
83656
83657 2003-10-06  Bruno Haible  <bruno@clisp.org>
83658
83659         * modules/version-etc-2: Remove file.
83660         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
83661
83662 2003-10-06  Bruno Haible  <bruno@clisp.org>
83663
83664         * modules/fatal-signal: New file.
83665         * MODULES.html.sh (func_all_modules): Add fatal-signal.
83666
83667 2003-10-06  Bruno Haible  <bruno@clisp.org>
83668
83669         * m4/fatal-signal.m4: New file.
83670         * m4/signalblocking.m4: New file, from GNU gettext.
83671
83672 2003-10-06  Bruno Haible  <bruno@clisp.org>
83673
83674         * lib/version-etc-2.h: Remove file.
83675         * lib/version-etc-2.c: Remove file.
83676
83677 2003-10-06  Bruno Haible  <bruno@clisp.org>
83678
83679         * lib/fatal-signal.h: New file, from GNU gettext.
83680         * lib/fatal-signal.c: New file, from GNU gettext.
83681
83682 2003-10-05  Paul Eggert  <eggert@twinsun.com>
83683
83684         * README: Rework advice for preventing empty .o files.
83685         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
83686         not <sys/types.h>.
83687
83688 2003-10-04  Karl Berry  <karl@gnu.org>
83689
83690         * lib/argp*: update from libc.
83691
83692 2003-10-04  Karl Berry  <karl@gnu.org>
83693
83694         * config/config.{guess,sub}: update from config.
83695
83696 2003-10-02  Bruno Haible  <bruno@clisp.org>
83697
83698         * modules/lchown (Include): Add lchown.h.
83699         * modules/time_r (Include): Use "..." syntax.
83700         * modules/xgetdomainname (Include): Add xgetdomainname.h.
83701
83702 2003-10-01  Simon Josefsson  <jas@extundo.com>
83703
83704         * MODULES.html.sh (func_all_modules): Move gethostname from section
83705         'based on' to section 'lacking' POSIX:2001.
83706
83707 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
83708
83709         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
83710         to output mode on the same stream.
83711
83712 2003-09-29  Paul Eggert  <eggert@twinsun.com>
83713
83714         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
83715         Fix arg typo in previous patch.
83716
83717 2003-09-28  Jim Meyering  <jim@meyering.net>
83718
83719         * lib/error.c: Correct cpp indentation.
83720
83721 2003-09-27  Paul Eggert  <eggert@twinsun.com>
83722
83723         * modules/free: New file.
83724
83725 2003-09-27  Paul Eggert  <eggert@twinsun.com>
83726
83727         * m4/free.m4: New file.
83728
83729 2003-09-27  Paul Eggert  <eggert@twinsun.com>
83730
83731         * lib/minmax.h (MIN, MAX)
83732         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
83733         Omit the special code that used __typeof__, since we worry that
83734         it could be more trouble than it's worth.  See:
83735         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
83736         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
83737
83738         * lib/free.c: New file.
83739
83740 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
83741
83742         Trivial fixes to Makefile.am parts of module listings.
83743         * modules/strstr: Append strstr.h to lib_SOURCES.
83744         * modules/strcase: Likewise, for strcase.h.
83745
83746 2003-09-27  Karl Berry  <karl@gnu.org>
83747
83748         * config/mkinstalldirs: update from automake.
83749
83750 2003-09-26  Paul Eggert  <eggert@twinsun.com>
83751
83752         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
83753         (error_tail): Do not loop, reallocating temporary buffer, since
83754         the output cannot contain more wide characters than the input
83755         contains bytes, the size must be big enough already.  This avoids
83756         one potential size overflow calculation.  Check for size overflow
83757         when calculating temporary buffer size.  Free temporary buffer
83758         when done, if it was allocated with malloc; this plugs a memory
83759         leak.  Remove casts from void * to pointers, that are no longer
83760         needed now that we're assuming C89 or better.
83761
83762         Merge error changes from glibc.
83763
83764         * lib/error.c, error.h: Update copyright notice header to match glibc.
83765         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
83766         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
83767         Disable cancellation while printing error.
83768         * lib/error.h: Prepend __ to parameter names.
83769
83770 2003-09-26  Jim Meyering  <jim@meyering.net>
83771
83772         * lib/error.c (error_tail): Move some declarations
83773         into inner scope where the local variables are used.
83774
83775 2003-09-26  Bruno Haible  <bruno@clisp.org>
83776
83777         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
83778         stpncpy().
83779         Don't define stpncpy through config.h; it's now done through stpncpy.h.
83780
83781 2003-09-26  Bruno Haible  <bruno@clisp.org>
83782
83783         * lib/stpncpy.h (gnu_stpncpy): New declaration.
83784         (stpncpy): Define as alias for gnu_stpncpy.
83785         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
83786
83787 2003-09-25  Simon Josefsson  <jas@extundo.com>
83788
83789         * lib/xgetdomainname.h: New file.
83790         * lib/xgetdomainname.c: New file.
83791
83792 2003-09-25  Simon Josefsson  <jas@extundo.com>
83793             Bruno Haible  <bruno@clisp.org>
83794
83795         * modules/getdomainname: New file.
83796         * modules/xgetdomainname: New file.
83797         * MODULES.html.sh (func_all_modules): Add getdomainname,
83798         xgetdomainname.
83799
83800 2003-09-25  Simon Josefsson  <jas@extundo.com>
83801             Bruno Haible  <bruno@clisp.org>
83802
83803         * m4/getdomainname.m4: New file.
83804
83805 2003-09-25  Simon Josefsson  <jas@extundo.com>
83806             Bruno Haible  <bruno@clisp.org>
83807
83808         * lib/getdomainname.h: New file.
83809         * lib/getdomainname.c: New file.
83810
83811 2003-09-25  Karl Berry  <karl@gnu.org>
83812
83813         * lib/argp-fmtstream.c, argp-help.c: update from libc.
83814
83815 2003-09-25  Karl Berry  <karl@gnu.org>
83816
83817         * config/install-sh: update from automake.
83818
83819 2003-09-25  Bruno Haible  <bruno@clisp.org>
83820
83821         * modules/version-etc-2: New file, from modules/version-etc with
83822         modifications.
83823         * MODULES.html.sh (func_all_modules): Add version-etc-2.
83824
83825 2003-09-25  Bruno Haible  <bruno@clisp.org>
83826
83827         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
83828         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
83829
83830 2003-09-24  Simon Josefsson  <jas@extundo.com>
83831
83832         * modules/xgethostname: Add xgethostname.h.
83833
83834 2003-09-24  Paul Eggert  <eggert@twinsun.com>
83835
83836         * lib/linebuffer.c (freebuffer): Don't free the argument, just
83837         the buffer associated with the argument.  Bug reported by
83838         Simon Josefsson.
83839
83840 2003-09-24  Paul Eggert  <eggert@twinsun.com>
83841
83842         * README: Document assumptions that 'int' is at least 32 bits
83843         wide, that integer arithmetic is 2's complement without overflow,
83844         that there are no holes in integer values, that adding sizes of
83845         two nonoverlapping objects can't overflow, and that all-bits-zero
83846         yields scalar zero.  Fix spelling and capitalization typos.
83847
83848 2003-09-19  Karl Berry  <karl@gnu.org>
83849
83850         * lib/argp.h: update from libc.
83851
83852 2003-09-17  Paul Eggert  <eggert@twinsun.com>
83853
83854         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
83855         to avoid spurious warnings like "AC_RUN_IFELSE was called before
83856         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
83857
83858 2003-09-17  Paul Eggert  <eggert@twinsun.com>
83859
83860         * gnulib-tool: Use "test -h", not "test -L", for portability
83861         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
83862         (tags_regexp): Remove, since \| doesn't conform to POSIX.
83863         (sed_extract_prog): Issue s commands one-by-one, rather than
83864         using \| in one s command.
83865
83866 2003-09-16  Paul Eggert  <eggert@twinsun.com>
83867
83868         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
83869         input error, instead of returning NULL the next time we are called
83870         (and therefore losing track of errno).
83871
83872 2003-09-16  Bruno Haible  <bruno@clisp.org>
83873
83874         * gnulib-tool (func_create_testdir): Warn about duplicated
83875         dependencies.
83876
83877 2003-09-15  Paul Eggert  <eggert@twinsun.com>
83878
83879         * modules/argmatch, modules/fatal, modules/obstack,
83880         modules/xalloc, modules/xgethostname: Sort dependencies by
83881         importance, not alphabetically.
83882
83883 2003-09-15  Paul Eggert  <eggert@twinsun.com>
83884
83885         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
83886         fails, so that the caller gets the proper errno.
83887
83888         * lib/readutmp.c (read_utmp): Likewise.
83889         Check for fstat error.  Close stream and free storage
83890         when failing.
83891
83892 2003-09-14  Karl Berry  <karl@gnu.org>
83893
83894         * config/srclist.txt (strdup.c): disable for c89 changes.
83895
83896 2003-09-14  Jim Meyering  <jim@meyering.net>
83897
83898         * lib/getloadavg.c: Correct cpp indentation.
83899         * lib/strdup.c: Likewise.
83900         * lib/vasnprintf.c: Likewise.
83901
83902 2003-09-14  Bruno Haible  <bruno@clisp.org>
83903
83904         * modules/fwriteerror: New file.
83905         * MODULES.html.sh (func_all_modules): Add fwriteerror.
83906
83907 2003-09-14  Bruno Haible  <bruno@clisp.org>
83908
83909         * lib/fwriteerror.h: New file.
83910         * lib/fwriteerror.c: New file.
83911
83912 2003-09-12  Paul Eggert  <eggert@twinsun.com>
83913
83914         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
83915         modules/xgethostname, modules/xalloc: Depend on exit.
83916
83917 2003-09-12  Paul Eggert  <eggert@twinsun.com>
83918
83919         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
83920
83921         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
83922         and AC_MINIX, too, so that their extensions are available.
83923
83924         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
83925         This macro has been superseded by gl_BACKUPFILE.
83926
83927         More patches to assume C89 or better.
83928
83929         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
83930
83931         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
83932         unconditionally.
83933         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
83934         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
83935         Include <string.h>, <stdlib.h> unconditionally.
83936         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
83937         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
83938         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
83939         headers or for string.h.
83940         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
83941         or strtoul.
83942
83943         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
83944         headers.
83945         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
83946         * m4/userspec.m4 (gl_USERSPEC): Likewise.
83947         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
83948         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
83949         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
83950         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
83951         memcpy, memset.
83952         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
83953         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
83954         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
83955         strtol.
83956         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
83957         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
83958         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
83959         strtoul.
83960
83961 2003-09-12  Paul Eggert  <eggert@twinsun.com>
83962
83963         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
83964         * lib/obstack.c [!defined _LIBC]: Likewise.
83965         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
83966         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
83967         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
83968
83969         More changes to assume C89 or better.
83970
83971         * lib/error.c (error_tail): Assume vprintf.
83972
83973         * lib/argmatch.c (getenv): Remove decl.
83974         * lib/progreloc.c (get_full_program_name): Define via prototype.
83975         * lib/setenv.c (clearenv): Likewise.
83976         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
83977         needed.
83978         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
83979         (malloc, memcpy): Remove decls.
83980         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
83981         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
83982         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
83983         (memcpy): Remove macro.
83984         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
83985         (__P): Remove.  All uses removed.
83986         (PTR): Remove.  All uses changed to void *.
83987         (CHAR_BIT, NULL): Remove.
83988         (spaces, zeros, memset_space, memset_zero)
83989         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
83990         Remove.
83991         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
83992         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
83993         Define with prototype.
83994         Remove now-unnecessary prototype decl.
83995         (extra_args_spec): Assume ANSI C.  All uses changed.
83996         (extra_args_spec_iso): Remove.
83997         (my_strftime, emacs_strftimeu): Define via prototype.
83998         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
83999         unconditionally.
84000         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
84001         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
84002         (strtoul, strtol): Remove decls.
84003         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
84004         LONG_MAX): Remove.
84005         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
84006         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
84007         (LOCALE_PARAM_PROTO): New macro.
84008         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
84009         (INTERNAL (strtol), strtol): Define with a prototype.
84010         (PARAMS): Remove.  All uses removed.
84011         * lib/tempname.c: Include <string.h> unconditionally.
84012         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
84013         * lib/xgethostname.c (main): Define with a prototype.
84014         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
84015         Include <stdlib.h> unconditionally.
84016         (calloc, malloc, realloc, free): Remove decls.
84017         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
84018         Include <stdlib.h> unconditionally.  Sort include file names.
84019         (strtod): Remove.
84020         (xstrtod): Define with a prototype.
84021         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
84022         (strtol, strtoul): Remove decls.
84023
84024 2003-09-11  Paul Eggert  <eggert@twinsun.com>
84025
84026         More patches to assume C89 or better.
84027         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
84028         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
84029         string.h, memchr, STDC_HEADERS.
84030
84031 2003-09-11  Paul Eggert  <eggert@twinsun.com>
84032
84033         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
84034         Include <stdlib.h>, <string.h> unconditionally.
84035         Remove now-unnecessary cast to char *.
84036         * lib/strnlen.c: Include <string.h> unconditionally.
84037         * lib/yesno.c (yesno): Define with a prototype.
84038
84039 2003-09-11  Bruno Haible  <bruno@clisp.org>
84040
84041         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
84042
84043 2003-09-10  Jim Meyering  <jim@meyering.net>
84044
84045         * lib/error.c: Correct indentation of cpp directives.
84046
84047 2003-09-10  Bruno Haible  <bruno@clisp.org>
84048
84049         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
84050         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
84051         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
84052         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
84053         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
84054         <stdlib.h> and <string.h> checks.
84055         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
84056         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
84057
84058 2003-09-10  Bruno Haible  <bruno@clisp.org>
84059
84060         * lib/strcspn.c: Include <string.h> unconditionally.
84061         * lib/strpbrk.c: Include <string.h> unconditionally.
84062         * lib/strstr.c: Include <string.h> unconditionally.
84063         * lib/unicodeio.c: Include <string.h> unconditionally.
84064         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
84065         * lib/unsetenv.c: Likewise.
84066         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
84067         * lib/yesno.c: Include <stdlib.h> unconditionally.
84068         (rpmatch): Add prototype.
84069
84070 2003-09-09  Paul Eggert  <eggert@twinsun.com>
84071
84072         More patches to assume C89 or better.
84073         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
84074         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
84075         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
84076         or for string.h.
84077         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
84078         stdlib.h.
84079         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
84080         C headers.
84081         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
84082         string.h.
84083         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
84084         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
84085         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
84086         or for string.h.
84087         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
84088         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
84089         C headers.
84090         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
84091         memcpy.
84092         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
84093         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
84094         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
84095         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
84096         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
84097         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
84098         string.h, free.
84099         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
84100         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
84101         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
84102         C headers, or for string.h.
84103         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
84104         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
84105         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
84106         headers, memory.h, stdlib.h, string.h, strings.h.
84107         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
84108         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
84109         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
84110         strchr.
84111         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
84112         headers, memory.h, string.h.
84113         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
84114         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
84115         free.
84116         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
84117         headers.
84118         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
84119         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
84120         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
84121         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
84122         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
84123
84124 2003-09-09  Paul Eggert  <eggert@twinsun.com>
84125
84126         More K&R removal.
84127
84128         * lib/acosl.c (main): Use a prototype.
84129         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
84130         tanl.c: Likewise.
84131
84132         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
84133
84134         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
84135         (getopt, etopt_long, getopt_long_only, _getopt_internal)
84136         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
84137         with a prototype.
84138         * lib/getopt.c (const): Remove macro.
84139         Include <string.h> unconditionally.
84140         (my_index): Remove; all uses changed to strchr.
84141         (strlen): Remove decl.
84142         (exchange): Remove forward decl; no longer needed.
84143         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
84144         Define with prototype.
84145         * lib/getopt1.c (const): Remove macro.
84146         (getopt_long, getopt_long_only, main): Define with prototype.
84147
84148         * lib/getugroups.c: Include <string.h> unconditionally.
84149
84150         * lib/getusershell.c: Include <stdlib.h> unconditionally.
84151         (getusershell, setusershell, endusershell, readname, main):
84152         Define with prototypes.
84153
84154         * lib/group-member.c: Include group-member.h first.
84155         Include <stdlib.h> unconditionally.
84156
84157         * lib/hard-locale.c: Include hard-locale.h first.
84158         Include <stdlib.h>, <string.h> unconditionally.
84159
84160         * lib/hash.c (free, malloc): Remove decls.
84161         Include <stdlib.h> unconditionally.
84162
84163         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
84164         (getenv): Do not declare.
84165
84166         * lib/idcache.c: Include <string.h> unconditionally.
84167
84168         * lib/long-options.c: Include long-options.h first, to test interface.
84169         Include <stdlib.h> unconditionally.
84170
84171         * lib/makepath.c: Include makepath.h first, to test interface.
84172         Include <stdlib.h> and <string.h> unconditionally.
84173
84174         * lib/linebuffer.c: Include <stdlib.h>.
84175         (free): Remove decl.
84176
84177         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
84178         stddef.h. rpl_malloc returns void *, not char *.
84179         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
84180         prototype.
84181
84182         * lib/md5.h: Include <limits.h> unconditionally.
84183         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
84184         (__P): Remove; all uses removed.
84185         * lib/md5.c: Include "md5.h" first.
84186         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
84187         md5_buffer, md5_process_bytes, md5_process_block):
84188         Define with prototypes.
84189         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
84190         * lib/sha.c: Include "sha.h" first.
84191         Include <stdlib.h>, <string.h> unconditionally.
84192
84193         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
84194         * lib/memcmp.c (__ptr_t): Likewise.
84195         * lib/memrchr.c (__ptr_t): Likewise.
84196         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
84197         Include <string.h> unconditionally.
84198         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
84199         * lib/memchr.c: Include <stdlib.h> unconditionally.
84200         * lib/memchr.c (LONG_MAX): Remove.
84201         * lib/memrchr.c (LONG_MAX): Likewise.
84202         * lib/memchr.c (__memchr): Define via a prototype.
84203         * lib/memrchr.c (__memrchr): Likewise.
84204         * lib/memcmp.c (__P): Remove, and remove all uses.
84205         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
84206         Remove forward decls; no longer needed.
84207         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
84208         Use types required by C89 in prototype.
84209
84210         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
84211         * lib/savedir.c: Likewise.
84212         * lib/mkdir.c (free): Remove decl.
84213         * lib/rmdir.c (rmdir): Define with a prototype.
84214         * lib/savedir.c: Include savedir.h first, to test interface.
84215
84216         * lib/mktime.c (STDC_HEADERS): Remove.
84217         Include <stdlib.h>, <string.h> unconditionally.
84218
84219         * lib/modechange.c: Include <stdlib.h> unconditionally.
84220         (malloc): Remove decl.
84221
84222         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
84223         (free): Remove decl.
84224
84225         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
84226         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
84227         (This type really should be intptr_t, but that's a C99ism.)
84228         (_obstack_memcpy): Remove: all uses changed to memcpy.
84229         Include <string.h> unconditionally.
84230         (struct obstack): Assume __STDC__ for types of members
84231         chunkfun, freefun, extra_arg.
84232         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
84233         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
84234         obstack_begin, obstack_specify_allocation,
84235         obstack_specify_allocation_with_arg, obstack_chunkfun,
84236         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
84237         Remove unprototyped decls and the macros that use them.
84238         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
84239         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
84240         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
84241         (defined __STDC__ && __STDC__)]:
84242         Remove nonprototyped code.
84243         Include <stdlib.h> unconditionally.
84244         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
84245         _obstack_allocated_p, _obstack_free, obstack_free,
84246         _obstack_memory_used, print_and_abort):
84247         Define using prototypes.
84248         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
84249         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
84250         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
84251         obstack_next_free, obstack_object_size, obstack_room) [0]:
84252         Remove unused, unprototyped code.
84253
84254         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
84255
84256         * lib/physmem.c (physmem_total, physmem_available, main): Define
84257         with prototypes.
84258
84259         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
84260         (main): Define with a prototype.
84261
84262         * lib/posixver.c (getenv): Remove decl.
84263
84264         * lib/putenv.c (malloc): Returns void *, not char *.
84265         Include <string.h> unconditionally.
84266         (strchr, memcpy, NULL): Do not define.
84267
84268         * lib/readtokens.c: Include readtokens.h first, to test interface.
84269         Include <stdlib.h>, <string.h> unconditionally.
84270         (init_tokenbuffer): Define with a prototype.
84271
84272         * lib/regex.c (PARAMS): Remove.  All uses removed.
84273         All uses of _RE_ARGS removed, too.
84274         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
84275         unconditionally.
84276         (bzero): Assume memset exists.
84277         (memcmp, memcpy, NULL): Remove.
84278         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
84279         char, or assignments to local vars of type signed char.
84280         (init_syntax_once, PREFIX(extract_number_and_incr),
84281         PREFIX(print_partial_compiled_pattern),
84282         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
84283         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
84284         PREFIX(regex_grow_registers), PREFIX(regex_compile),
84285         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
84286         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
84287         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
84288         wcs_compile_range, byte_compile_range, truncate_wchar,
84289         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
84290         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
84291         count_mbs_length, wcs_re_match_2_internal,
84292         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
84293         PREFIX(alt_match_null_string_p),
84294         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
84295         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
84296         regfree, PREFIX(extract_number)): Define with prototype.  Remove
84297         now-unnecessary declaration, if any.
84298         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
84299         regcomp, regexec):
84300         Remove now-unnecessary casts among pointer types.
84301         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
84302
84303         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
84304         (free): Remove decl.
84305
84306         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
84307
84308         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
84309         (free): Remove decl.
84310
84311         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
84312         * lib/xgetcwd.c: Likewise.
84313
84314         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
84315         (free): Remove decl.
84316
84317         * lib/strchrnul.c (strchrnul): Define with a prototype.
84318         Fix bug: c_in was not converted to char before searching.
84319
84320         The following changes are not K&R related:
84321
84322         * lib/group-member.h: Include <sys/types.h>, so that this file is
84323         self-contained.
84324         * lib/makepath.h: Likewise.
84325
84326         * lib/getusershell.c (readname, default_index, line_size, readname):
84327         Use size_t, not int, for sizes.
84328         (readname): If the size overflows, report an error instead of
84329         looping forever.
84330
84331 2003-09-09  Paul Eggert  <eggert@twinsun.com>
84332
84333         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
84334         libc.
84335
84336 2003-09-09  Paul Eggert  <eggert@twinsun.com>
84337
84338         * README: New section: portability guidelines.
84339
84340 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
84341
84342         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
84343         C89 spec.
84344
84345 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
84346
84347         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
84348
84349 2003-09-08  Paul Eggert  <eggert@twinsun.com>
84350
84351         Assume C89 or better; remove K&R cruft.
84352         A few of these changes were first proposed by Derek Robert Price
84353         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
84354
84355         * lib/addext.c: Include <string.h> unconditionally.
84356         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
84357         Don't declare getenv or malloc.
84358
84359         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
84360         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
84361         (NULL): Remove.
84362         (find_stack_direction, alloca): Use prototypes.
84363
84364         * lib/atexit.c (atexit): Define using a prototype.
84365
84366         * lib/basename.c, dirname.c, stripslash.c:
84367         Include <string.h> unconditionally.
84368
84369         * lib/bcopy.c: Include <stddef.h>.
84370         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
84371
84372         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
84373
84374         * lib/error.h (error, error_at_line, error_print_progname)
84375         [! (defined (__STDC__) && __STDC__)]: Remove decls.
84376         * lib/error.c: Include error.h first, to check interface.
84377         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
84378         (VA_START): Remove; all uses changeed to va_start.
84379         (exit, strerror): Remove decls.
84380         (error_print_progname): Prototype uncondionally.
84381         Don't include <errno.h>; no longer needed.
84382         (private_strerror): Remove.
84383         (error_tail): Always define.
84384         (error, error_at_line): Assume C89 or better; always use prototypes.
84385         * lib/fatal.c: Include "fatal.h" first, to test interface.
84386         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
84387         (VA_START): Remove; all uses changed to va_start.
84388         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
84389         this case.
84390         (exit): Remove decl.
84391         (fatal): Prototype unconditionally.  Assume va_start works.
84392         Abort at end, to pacify gcc.
84393
84394         * lib/euidaccess.c (main): Define with a prototype.
84395
84396         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
84397
84398         * lib/exitfail.c: Include <stdlib.h> unconditionally.
84399
84400         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
84401         prototypes.
84402         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
84403         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
84404         (getenv): Remove decl.
84405         (fnmatch): Define using a prototype.
84406         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
84407         (FCT): Define using a prototype.
84408
84409         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
84410
84411         * lib/gethostname.c: Include <stddef.h>.
84412         (gethostname): Define with prototype.  Length is size_t, not int.
84413
84414 2003-09-08  Paul Eggert  <eggert@twinsun.com>
84415
84416         Assume C89 or better; remove K&R cruft.
84417         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
84418         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
84419         string.h, getenv, malloc.
84420         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
84421         headers.
84422         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
84423         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
84424         do not check for strerror.
84425         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
84426         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
84427         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
84428         do not check for doprnt or vprintf.
84429         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
84430         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
84431
84432 2003-09-08  Paul Eggert  <eggert@twinsun.com>
84433
84434         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
84435         getversion.c should have been removed then, but was accidentally
84436         preserved.
84437
84438         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
84439         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
84440
84441 2003-09-08  Karl Berry  <karl@gnu.org>
84442
84443         * config/config.sub, config.guess, srclistvars.sh: update from savannah
84444                 config, forget about prep.
84445
84446         * config/depcomp, missing: update from automake.
84447
84448 2003-09-07  Paul Eggert  <eggert@twinsun.com>
84449
84450         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
84451         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
84452
84453 2003-09-07  Paul Eggert  <eggert@twinsun.com>
84454
84455         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
84456         copy_tm_result.  Bug reported by Simon Josefsson in
84457         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
84458
84459 2003-09-06  Paul Eggert  <eggert@twinsun.com>
84460
84461         * m4/time_r.m4: New file.
84462         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
84463         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
84464         is. Check for timegm declaration.
84465         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
84466         Do not check for gmtime_r.
84467         Replace mktime if __mktime_internal does not exist and if mktime
84468         hasn't been replaced already.
84469
84470 2003-09-06  Paul Eggert  <eggert@twinsun.com>
84471
84472         * lib/time_r.c, lib/time_r.h: New files.
84473
84474         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
84475         __localtime_r.
84476         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
84477         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
84478
84479         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
84480         __gmtime_r.
84481         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
84482         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
84483         Include <time_r.h>.
84484
84485         * lib/timegm.c: Switch to glibc implementation, with the following
84486         changes:
84487         [defined HAVE_CONFIG_H]: Include <config.h>.
84488         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
84489         (__mktime_internal) [!defined _LIBC]: New decl.
84490         (__gmtime_r) [!defined _LIBC]: New macro and function.
84491         (timegm): Use a prototype, since gnulib assumes C89.
84492         Do not bother declaring tmp to be const, as it's not really usefu.
84493         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
84494         (timegm): Declare only if HAVE_DECL_TIMEGM.
84495
84496 2003-09-06  Paul Eggert  <eggert@twinsun.com>
84497
84498         * MODULES.html.sh (func_all_modules): Add time_r.
84499         * modules/time_r: New file.
84500         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
84501         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
84502
84503 2003-09-03  Paul Eggert  <eggert@twinsun.com>
84504
84505         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
84506         Bug reported by Lute Kamstra in
84507         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
84508
84509         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
84510         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
84511         course with correspondingly smaller numbers for tomorrow and
84512         yesterday.  From Tadayoshi Funaba.  Originally installed into
84513         sh-utils on 1999-08-07, but the patch got lost (I guess during the
84514         coreutils merge?).
84515
84516 2003-08-31  Simon Josefsson  <jas@extundo.com>
84517
84518         * modules/timegm: New file.
84519         * MODULES.html.sh (func_all_modules): Add timegm.
84520
84521 2003-08-31  Simon Josefsson  <jas@extundo.com>
84522
84523         * m4/timegm.m4: New file.
84524
84525 2003-08-31  Simon Josefsson  <jas@extundo.com>
84526
84527         * lib/timegm.h: New file.
84528         * lib/timegm.c: New file.  Based on
84529         wget-1.8.2/src/http.c:mktime_from_utc.
84530
84531 2003-08-31  Karl Berry  <karl@gnu.org>
84532
84533         * lib/argp.h: update from libc.
84534
84535 2003-08-28  Bruno Haible  <bruno@clisp.org>
84536
84537         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
84538         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
84539         followed by '#define fnmatch fnmatch_posix' gives an error.
84540
84541 2003-08-28  Bruno Haible  <bruno@clisp.org>
84542
84543         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
84544         warning on QNX, which defines O_BINARY to 000000.
84545
84546 2003-08-27  Jim Meyering  <jim@meyering.net>
84547
84548         * m4/mkstemp.m4: Require that the system mkstemp be able to create
84549         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
84550         would fail after 32.  Reported by Danny Levinson.  Details here:
84551         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
84552
84553 2003-08-24  Bruno Haible  <bruno@clisp.org>
84554
84555         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
84556         MSVC7 <stdio.h> is included later.
84557
84558 2003-08-22  Simon Josefsson  <jas@extundo.com>
84559
84560         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
84561
84562 2003-08-20  Karl Berry  <karl@gnu.org>
84563
84564         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
84565
84566 2003-08-20  Bruno Haible  <bruno@clisp.org>
84567
84568         * modules/progname: New file.
84569         * MODULES.html.sh (func_all_modules): Add progname.
84570
84571 2003-08-20  Bruno Haible  <bruno@clisp.org>
84572
84573         * lib/progname.h: New file, from GNU gettext.
84574         * lib/progname.c: New file, from GNU gettext.
84575         * lib/progreloc.c: New file, from GNU gettext.
84576
84577 2003-08-19  Jim Meyering  <jim@meyering.net>
84578
84579         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
84580         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
84581
84582 2003-08-19  Bruno Haible  <bruno@clisp.org>
84583
84584         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
84585         more.
84586
84587 2003-08-19  Bruno Haible  <bruno@clisp.org>
84588
84589         * lib/xstrdup.c: Assume <string.h> exists.
84590
84591 2003-08-18  Paul Eggert  <eggert@twinsun.com>
84592
84593         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
84594         in makefile rules.
84595
84596 2003-08-18  Jim Meyering  <jim@meyering.net>
84597
84598         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
84599         * m4/lib-ld.m4: Likewise.
84600
84601 2003-08-18  Jim Meyering  <jim@meyering.net>
84602
84603         * lib/setenv.h: Indent nested cpp directive.
84604         * lib/vasnprintf.c: Remove trailing blanks.
84605
84606 2003-08-17  Simon Josefsson  <jas@extundo.com>
84607
84608         * modules/xstrndup: New file.
84609         * MODULES.html.sh (func_all_modules): Add xstrndup.
84610
84611 2003-08-17  Simon Josefsson  <jas@extundo.com>
84612
84613         * modules/argp: Fix autoconf macro name. Add more dependencies.
84614
84615 2003-08-17  Simon Josefsson  <jas@extundo.com>
84616
84617         * m4/xstrndup.m4: New file.
84618
84619 2003-08-17  Simon Josefsson  <jas@extundo.com>
84620
84621         * m4/argp.m4: New file.
84622
84623 2003-08-17  Simon Josefsson  <jas@extundo.com>
84624             Bruno Haible  <bruno@clisp.org>
84625
84626         * lib/xstrndup.h: New file.
84627         * lib/xstrndup.c: New file.
84628
84629 2003-08-17  Bruno Haible  <bruno@clisp.org>
84630
84631         * modules/strndup (Files, Include): Add lib/strndup.h.
84632
84633 2003-08-17  Bruno Haible  <bruno@clisp.org>
84634
84635         * modules/euidaccess (Files): Add lib/euidaccess.h.
84636
84637 2003-08-17  Bruno Haible  <bruno@clisp.org>
84638
84639         * lib/strndup.h: New file.
84640
84641 2003-08-17  Bruno Haible  <bruno@clisp.org>
84642
84643         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
84644         like AC_GNU_SOURCE.
84645         * modules/extensions (configure.ac): Comment out the invocation of
84646         gl_USE_SYSTEM_EXTENSIONS.
84647
84648 2003-08-16  Paul Eggert  <eggert@twinsun.com>
84649
84650         Merges from coreutils, etc.
84651         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
84652         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
84653         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
84654         fixing a typo.
84655         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
84656         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
84657
84658 2003-08-16  Paul Eggert  <eggert@twinsun.com>
84659
84660         Document merge from coreutils.
84661         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
84662         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
84663         * modules/utime: Add m4/utimes-null.m4.
84664
84665 2003-08-16  Paul Eggert  <eggert@twinsun.com>
84666
84667         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
84668         space, undoing this 2003-08-12 change:
84669         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
84670
84671 2003-08-16  Paul Eggert  <eggert@twinsun.com>
84672
84673         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
84674         strtoul.c from libc, undoing this 2003-08-12 change:
84675         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
84676
84677 2003-08-16  Jim Meyering  <jim@meyering.net>
84678
84679         Merges from coreutils.
84680         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
84681         prefix.  Adjust cache variables similarly.  Create 500 rather than
84682         just 300 files, to exercise bug on Darwin6.5, too.
84683         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
84684         $missing_dir.
84685         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
84686         AM_SYS_POSIX_TERMIOS.
84687         Reported by mkc@mathdogs.com.
84688         Also change use of $am_cv_sys_posix_termios
84689         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
84690         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
84691         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
84692         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
84693         in /proc/mounts until it finds one with matching device number.  This
84694         is unnecessary when the FILE argument *is* a mount point.  No stat call
84695         is necessary in that case.  So, disable the statvfs-testing code on
84696         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
84697         as RedHat bug# 84846.
84698         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
84699         to 1MB, so as not to render systems with no stack size limit (e.g.,
84700         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
84701         Include <unistd.h>.  On some systems,
84702         it is required for the definition of _SC_PAGESIZE.
84703
84704 2003-08-16  Jim Meyering  <jim@meyering.net>
84705
84706         Merge from coreutils.
84707         * lib/xstrtoimax.c: #else #if -> #elif.
84708         * lib/xstrtoumax.c: Likewise.
84709
84710 2003-08-16  Jim Meyering  <jim@meyering.net>
84711
84712         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
84713         * m4/utimes.m4: Removed.
84714         * m4/utimes-null.m4: Renamed from utimes.m4.
84715
84716         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
84717         to 1MB, so as not to render systems with no stack size limit (e.g.,
84718         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
84719         Include <unistd.h>.  On some systems,
84720         it is required for the definition of _SC_PAGESIZE.
84721
84722 2003-08-16  Jim Meyering  <jim@meyering.net>
84723         and Paul Eggert  <eggert@cs.ucla.edu>
84724
84725         Merges from coreutils, etc.
84726
84727         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
84728         using the latest version from cvs.  This avoids problems with #line
84729         directives using a vendor (Sun) compiler.
84730         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
84731         Don't set GETGROUPS_LIB here; now it's
84732         done via getgroups.m4's wrapper function.
84733         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
84734         rather than just in sh-util/configure.in, so that the
84735         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
84736         same.
84737         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
84738         AC_FUNC_GETLOADAVG where to find getloadavg.c.
84739         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
84740         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
84741         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
84742         Remove code that is now done by the newly-required macros.
84743         Append $(EXEEXT) to DF_PROG.
84744         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
84745         Do not invoke or require the following here,
84746         since prereq.m4 or some gnulib .m4 now does this for us:
84747         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
84748         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
84749         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
84750         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
84751         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
84752         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
84753         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
84754         AC_FUNC_OBSTACK.
84755         Do not replace the following functions, as this is now the job
84756         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
84757         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
84758         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
84759         atexit getpass, strdup, getpagesize.
84760         Replace 'raise'.
84761         Do not check for the following functions, as this is now the job
84762         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
84763         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
84764         setregid.
84765         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
84766         Check for sys/sysctl.h.
84767         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
84768         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
84769         of checking for ssize_t ourselves.
84770
84771         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
84772         Require every macro that gnulib/modules/* suggests for us.
84773         (jm_PREREQ_ADDEXT): New macro.
84774         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
84775         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
84776
84777         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
84778         (gl_PHYSMEM): Use it.
84779         Also check for `table' function.
84780         Check for new headers and functions.
84781         Add check for sys/sysmp.h.
84782         With suggestions from Kaveh Ghazi.
84783         Ignore headers that are present but cannot be compiled.  This
84784         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
84785         C 5.4.
84786
84787 2003-08-15  Paul Eggert  <eggert@twinsun.com>
84788
84789         Document merge from coreutils.
84790         * modules/userspec: Depend on posixver.
84791         * modules/strftime: Depend on tzset.
84792
84793 2003-08-15  Paul Eggert  <eggert@twinsun.com>
84794
84795         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
84796         rather than tab, after '#' in shell-script copyright notices.
84797         Suggested by Bruno Haible.
84798
84799 2003-08-15  Paul Eggert  <eggert@twinsun.com>
84800
84801         * config/srclist-update: Use three spaces, rather than tab, after '#'
84802         in shell-script copyright notices.  Suggested by Bruno Haible.
84803         Remove unnecessary parenthesization in regular expression.
84804
84805 2003-08-15  Jim Meyering  <jim@meyering.net>
84806
84807         Merge from coreutils.
84808         * lib/xgethostname.c: Include <stdlib.h>.
84809         (xghostname): Don't exit for anything other than memory-related
84810         failure; just return NULL.
84811         * lib/userspec.c: Include "posixver.h".
84812         (parse_user_spec): Accept `.' as a separator only
84813         in pre-POSIX-200112 mode.
84814         * lib/strtoimax.c: Use #elif rather than #else #if.
84815         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
84816         Remove function, now that we can rely on a working tzset function.
84817         [!_LIBC]: Ensure that the required autoconf test has been run.
84818         [!defined _NL_CURRENT && HAVE_STRFTIME]:
84819         Use underlying_strftime for %r.
84820         * lib/sha.c: Merge in some clean-up and optimization changes from
84821         glibc.
84822         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
84823         Ensure that it is a multiple of 64.
84824         Rearrange loop exit tests so as to avoid performing an
84825         additional fread after encountering an error or EOF.
84826         * lib/realloc.c: Update copyright date.
84827
84828 2003-08-15  Jim Meyering  <jim@meyering.net>
84829         and Paul Eggert  <eggert@twinsun.com>
84830
84831         Merge from coreutils.
84832         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
84833         member but strut utmpx does not.  Needed for AIX 4.3.3.
84834         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
84835
84836 2003-08-15  Jim Meyering  <jim@meyering.net>
84837         and Paul Eggert  <eggert@cs.ucla.edu>
84838
84839         Merges from coreutils, etc.
84840         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
84841         Require gl_FUNC_TZSET_CLOBBER.
84842         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
84843         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
84844         members.
84845
84846 2003-08-14  Paul Eggert  <eggert@twinsun.com>
84847
84848         Help the merge from coreutils.
84849         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
84850         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
84851         * m4/tzset.m4: Use it too.
84852
84853 2003-08-14  Paul Eggert  <eggert@twinsun.com>
84854
84855         * modules/tzset: New file.
84856
84857 2003-08-14  Jim Meyering  <jim@meyering.net>
84858
84859         Merges from coreutils.
84860         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
84861         variable names, rather than @FNMATCH_H@.
84862         * modules/alloca: Likewise for $(ALLOCA_H).
84863
84864         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
84865         the three copies of the literal target, `fnmatch.h'.
84866         * modules/alloca (alloca.h): Likewise.
84867
84868 2003-08-14  Jim Meyering  <jim@meyering.net>
84869
84870         Merge from coreutils.
84871         * m4/tzset.m4: New file.
84872         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
84873         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
84874         otherwise, AIX 5.1 systems would end up using the latter.
84875         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
84876         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
84877         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
84878         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
84879
84880 2003-08-14  Jim Meyering  <jim@meyering.net>
84881
84882         Merge from coreutils.
84883         * lib/obstack.h: Whitespace changes.
84884         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
84885         and xcalloc return values.
84886         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
84887         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
84888         hang on OSF/1 5.1 for DIR on both local and remote file systems.
84889         Reported by (and fix confirmed by) Nelson H. F. Beebe.
84890         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
84891         error from mntctl.
84892         Use mntctl's return value to drive the entry-processing loop, since
84893         we can't rely on the value of the vmt_length member in the last
84894         entry.  On some systems doing so could result in exhausting
84895         virtual memory.  Based in part on a patch from Mike Jetzer.
84896
84897 2003-08-14  Jim Meyering  <jim@meyering.net>
84898         and Paul Eggert  <eggert@twinsun.com>
84899
84900         Merges from coreutils, plus other fixes.
84901         * lib/physmem.c: Merge in portability changes from gcc/libiberty
84902         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
84903         for credits and details.  Thanks to Kaveh Ghazi for helping
84904         to keep these files in sync.
84905         (ARRAY_SIZE): Define it.
84906         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
84907         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
84908         (memcasecmp): Don't assume size_t fits in unsigned int.
84909         Remove casts and duplicate code.
84910         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
84911         (memcpy): Remove definition.
84912         Merge in some clean-up and optimization changes from glibc.
84913         [BLOCKSIZE]: Move definition to top of file.
84914         Ensure that it is a multiple of 64.
84915         Rearrange loop exit tests so as to avoid performing an
84916         additional fread after encountering an error or EOF.
84917         * lib/md5.h (md5_uintptr): Define.
84918         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
84919         return to the initial working directory.  Preserve errno
84920         for caller.
84921         * lib/idcache.c: Include "xalloc.h".
84922         (xmalloc, xrealloc): Remove decls.
84923         (getuser): Remove casts no longer required in C89.
84924         * lib/human.c: Include stdio.h, for sprintf.
84925         * lib/group-member.c: Include "xalloc.h".
84926         (xmalloc, xrealloc): Remove decls.
84927         (get_group_info): Remove casts no longer required in C89.
84928         * lib/getusershell.c (readname): Remove casts no longer required in
84929         C89.
84930         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
84931         * lib/getline.c: Whitespace fix, from coreutils.
84932
84933 2003-08-13  Paul Eggert  <eggert@twinsun.com>
84934
84935         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
84936         Check for isascii.
84937
84938         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
84939         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
84940         Undo previous (whitespace-only) change.
84941
84942 2003-08-13  Paul Eggert  <eggert@twinsun.com>
84943
84944         * lib/exclude.c: Include <ctype.h>
84945         (IN_CTYPE_DOMAIN): New macro.
84946         (is_space): New fn.
84947         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
84948         and empty lines.
84949
84950         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
84951         Undo previous (whitespace-only) change.
84952
84953 2003-08-13  Paul Eggert  <eggert@twinsun.com>
84954
84955         * config/srclist-update: Change update back to the old behavior,
84956         leaving whitespace alone.  Use one 'sed' command rather than a
84957         pipeline.
84958         (fixlicense): Now a variable, not a function.
84959         (remove_trailing_blanks): Remove.
84960         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
84961         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
84962         Undo previous (whitespace-only) change.
84963
84964 2003-08-12  Paul Eggert  <eggert@twinsun.com>
84965
84966         Merge from coreutils.
84967         * modules/euidaccess: Add lib_SOURCES, include for new
84968         file euidaccess.h
84969
84970 2003-08-12  Paul Eggert  <eggert@twinsun.com>
84971
84972         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
84973         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
84974         Normalize leading white space and remove trailing white space.
84975
84976         Merge from coreutils
84977         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
84978
84979         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
84980         0.12.1.  These files are now being upgraded automatically by
84981         ../config/srclist-update.
84982
84983 2003-08-12  Paul Eggert  <eggert@twinsun.com>
84984
84985         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
84986         Normalize leading white space and remove trailing white space.
84987         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
84988         notice, as per ../config/srclist-update.
84989
84990         Merge from coreutils.
84991         * lib/euidaccess.h: New file.
84992         * lib/euidaccess.c: Include it.
84993         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
84994         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
84995         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
84996
84997 2003-08-12  Paul Eggert  <eggert@twinsun.com>
84998
84999         * config/srclist-update: Add copyright notice.
85000         (remove_id_lines, remove_trailing_blanks): New constants.
85001         (fixfile): Use them to normalize spacing a bit in copied files.
85002         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
85003         Normalize leading white space and remove trailing white space.
85004
85005         * config/texinfo.tex: Sync with texinfo.
85006
85007         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
85008         strtoul.c from libc, to merge coreutils whitespace changes.
85009
85010         * config/srclist.txt: Get the following m4 files from gettext:
85011         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
85012         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
85013         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
85014         wint_t.m4.
85015
85016 2003-08-12  Karl Berry  <karl@gnu.org>
85017
85018         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
85019         been made.
85020
85021 2003-08-11  Paul Eggert  <eggert@twinsun.com>
85022
85023         * modules/gnu-source, m4/gnu-source.m4:
85024         Remove; we're assuming Autoconf 2.54 or later now.
85025         Suggested by Bruno Haible.
85026         * MODULES.html.sh (func_all_modules): Remove gnu-source.
85027
85028 2003-08-11  Bruno Haible  <bruno@clisp.org>
85029
85030         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
85031
85032 2003-08-11  Bruno Haible  <bruno@clisp.org>
85033
85034         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
85035         (vasnprintf): Use it instead of wcslen.
85036
85037 2003-08-11  Bruno Haible  <bruno@clisp.org>
85038
85039         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
85040         value to ensure that _Bool promotes to int. Use #define for _Bool when
85041         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
85042
85043 2003-08-10  Karl Berry  <karl@gnu.org>
85044
85045         * lib/regex.h: update from libc (whitespace fix).
85046
85047 2003-08-09  Paul Eggert  <eggert@twinsun.com>
85048
85049         Merge some files from coreutils.  These changes were
85050         originally made by Jim Meyering.
85051         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
85052         many older Unixes require this.
85053         * lib/alloca.c (alloca): Remove cast to argument of free;
85054         no longer needed in C89.
85055         * lib/alloca_.h, regex.h: Fix white space to match
85056         what GNU indent does.
85057
85058 2003-08-09  Paul Eggert  <eggert@twinsun.com>
85059
85060         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
85061         apparently Emacs's Unicode mode got confused before my 2003-08-05
85062         checkin.
85063
85064 2003-08-08  Paul Eggert  <eggert@twinsun.com>
85065
85066         * m4/extensions.m4: New file.
85067         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
85068         Require gl_USE_SYSTEM_EXTENSIONS.
85069         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
85070         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
85071
85072 2003-08-08  Paul Eggert  <eggert@twinsun.com>
85073
85074         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
85075         * modules/extensions, modules/gnu-source: New files.
85076         * modules/timespec, modules/unlocked-io: Depend on extensions.
85077
85078 2003-08-07  Paul Eggert  <eggert@twinsun.com>
85079
85080         * modules/restrict: New file.
85081         * MODULES.html.sh (func_all_modules): Add restrict.
85082         * modules/regex: Depend on restrict.
85083
85084 2003-08-07  Paul Eggert  <eggert@twinsun.com>
85085
85086         * m4/restrict.m4: New file.
85087         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
85088
85089 2003-08-07  Bruno Haible  <bruno@clisp.org>
85090
85091         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
85092         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
85093
85094 2003-08-07  Bruno Haible  <bruno@clisp.org>
85095
85096         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
85097         makes the module 'getndelim2' compatible with the module 'getline'.
85098
85099 2003-08-05  Paul Eggert  <eggert@twinsun.com>
85100
85101         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
85102         byte with "\201" to avoid glitches when editing that source file
85103         with multi-gnome-terminal.
85104
85105 2003-08-05  Paul Eggert  <eggert@twinsun.com>
85106
85107         * lib/bumpalloc.h: Remove.
85108
85109 2003-08-05  Paul Eggert  <eggert@twinsun.com>
85110
85111         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
85112         * modules/bumpalloc: Remove.
85113
85114 2003-08-04  Paul Eggert  <eggert@twinsun.com>
85115
85116         * lib/getloadavg.c: Change copyright notice and spacing to conform to
85117         GNU coding style.
85118
85119         Merge from coreutils.
85120         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
85121         1. From glibc.
85122         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
85123         from Karl Berry, implemented by Jim Meyering.
85124         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
85125         from Dmitry V. Levin.
85126         Remove anachronistic cast of xrealloc.
85127         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
85128         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
85129         type. Otherwise, it wouldn't compile with at least /bin/cc on
85130         ymp-cray-unicos9.0.2.X.
85131         Combine two mostly-identical uses of alloca into one.
85132         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
85133
85134 2003-08-04  Dave Love  <d.love@dl.ac.uk>
85135
85136         [From Emacs.]
85137
85138         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
85139         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
85140         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
85141         obsolete NLIST_NAME_UNION.
85142         [__GNU__]: Undef BSD and FSCALE.
85143         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
85144
85145 2003-08-03  Paul Eggert  <eggert@twinsun.com>
85146
85147         * lib/stdbool_.h (_Bool): Make it signed char, instead of
85148         an enum type, so that it's guaranteed to promote to int.  See:
85149         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
85150
85151 2003-08-03  Karl Berry  <karl@gnu.org>
85152
85153         * config/depcomp: update from automake.
85154
85155 2003-07-31  Paul Eggert  <eggert@twinsun.com>
85156
85157         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
85158         (strerror): Don't assume that a printable int fits in 14 bytes.
85159
85160 2003-07-31  Bruno Haible  <bruno@clisp.org>
85161
85162         * modules/getpass-gnu: New file.
85163         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
85164
85165 2003-07-31  Bruno Haible  <bruno@clisp.org>
85166
85167         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
85168
85169 2003-07-24  Karl Berry  <karl@gnu.org>
85170
85171         * config/missing: update from automake.
85172
85173 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
85174             Bruno Haible  <bruno@clisp.org>
85175
85176         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
85177         * lib/getline.c (getline, getdelim): Likewise.
85178         Remove _GNU_SOURCE define; now it's defined in config.h through
85179         m4/getline.m4.
85180
85181 2003-07-23  Karl Berry  <karl@gnu.org>
85182
85183         * config/config.sub: update from prep.
85184
85185 2003-07-22  Paul Eggert  <eggert@twinsun.com>
85186
85187         * modules/xalloc (Depends-on): Add exitfail.
85188         * modules/xmemcoll: Likewise.
85189
85190 2003-07-22  Paul Eggert  <eggert@twinsun.com>
85191
85192         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
85193         over-parenthesization in macros.
85194
85195         Sync with coreutils.
85196
85197         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
85198         required by C99.
85199
85200         Use `exit_failure' for xalloc and xmemcoll instead of their own
85201         private exit-failure variables.
85202         * lib/xalloc.h (xalloc_exit_failure): Remove.
85203         * lib/xmalloc.c: Likewise.  Include exitfail.h.
85204         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
85205         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
85206         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
85207         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
85208
85209 2003-07-20  Jim Meyering  <jim@meyering.net>
85210
85211         * modules/closeout (Depends-on): Add exitfail.
85212         Suggestion from Bruno Haible.
85213
85214 2003-07-19  Karl Berry  <karl@gnu.org>
85215
85216         * config/config.sub: update from prep.
85217
85218 2003-07-18  Paul Eggert  <eggert@twinsun.com>
85219
85220         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
85221         Remove.
85222         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
85223         to test that it can stand by itself.  Include "exitfail.h".
85224         Clients should set exit_failure instead.
85225         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
85226
85227 2003-07-18  Bruno Haible  <bruno@clisp.org>
85228
85229         * modules/getndelim2: New file.
85230         * modules/getline: Share files with module getndelim2.
85231         * modules/getnline: Depend on getndelim2 instead of sharing files with
85232         it. Add getnline.c to lib_SOURCES.
85233         * MODULES.html.sh (func_all_modules): Add getndelim2.
85234
85235 2003-07-18  Bruno Haible  <bruno@clisp.org>
85236
85237         * m4/getndelim2.m4: New file.
85238         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
85239         invoke gl_PREREQ_GETNDELIM2.
85240         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
85241         gl_PREREQ_GETNDELIM2.
85242         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
85243         gl_GETNDELIM2.
85244
85245 2003-07-18  Bruno Haible  <bruno@clisp.org>
85246
85247         * lib/getndelim2.h: New file.
85248         * lib/getndelim2.c: Make into a module of its own. Include config.h,
85249         getndelim2.h.
85250         (getndelim2): Make non-static. Change return type to ssize_t.
85251         * lib/getline.h: Change argument names.
85252         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
85253         * lib/getnline.c: Include getndelim2.h.
85254
85255 2003-07-18  Andreas Schwab  <schwab@suse.de>
85256
85257         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
85258
85259 2003-07-17  Karl Berry  <karl@gnu.org>
85260
85261         * config/config.sub: update from prep.
85262
85263 2003-07-17  Bruno Haible  <bruno@clisp.org>
85264
85265         * modules/getnline: New file.
85266         * modules/getline: Add lib/getndelim2.c to source file list.
85267         * MODULES.html.sh (func_all_modules): Add getnline.
85268
85269 2003-07-17  Bruno Haible  <bruno@clisp.org>
85270
85271         * m4/getnline.m4: New file.
85272
85273 2003-07-17  Bruno Haible  <bruno@clisp.org>
85274
85275         * m4/Makefile.am.in: Remove file.
85276         * m4/Makefile.am: Remove file.
85277         * m4/Makefile.in: Remove file.
85278
85279 2003-07-17  Bruno Haible  <bruno@clisp.org>
85280
85281         * lib/getnline.h: New file.
85282         * lib/getnline.c: New file.
85283         * lib/getndelim2.c: New file, extracted from getline.c.
85284         (getndelim2): Renamed from getdelim2, with added nmax argument.
85285         * lib/getline.c: Include getndelim2.c.
85286         (getdelim2): Moved out to getndelim2.c.
85287         (getline, getdelim): Update.
85288
85289 2003-07-17  Bruno Haible  <bruno@clisp.org>
85290
85291         * lib/Makefile.am: Remove file.
85292         * lib/Makefile.in: Remove file.
85293
85294 2003-07-17  Bruno Haible  <bruno@clisp.org>
85295
85296         * configure.in: Remove file.
85297         * Makefile.in: Remove file.
85298
85299 2003-07-17  Bruno Haible  <bruno@clisp.org>
85300
85301         * MODULES.html.sh: Put the </BODY> right before </HTML>.
85302
85303 2003-07-16  Karl Berry  <karl@gnu.org>
85304
85305         * config/srclist-update: was running fixlicense twice, which caused
85306                 texinfo.tex to be nullified for some reason.  Simplify,
85307                 $gplsrc is no longer needed as far as I can see?
85308
85309 2003-07-16  Jim Meyering  <jim@meyering.net>
85310
85311         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
85312
85313 2003-07-15  Paul Eggert  <eggert@twinsun.com>
85314
85315         * config/srclist.txt: Get the following files from gettext-runtime/intl
85316         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
85317         ref-del.sin.  From Bruno Haible.
85318         * config/srclist-update (fixfile): Change grep pattern again, since the
85319         previous fix didn't work (there was another trailing $).  Use
85320         '[$]' to escape the $s.
85321
85322 2003-07-15  Karl Berry  <karl@gnu.org>
85323
85324         * lib/vasnprintf.c: update from gettext.
85325
85326 2003-07-15  Karl Berry  <karl@gnu.org>
85327
85328         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
85329         gets expanded when surrounded by '$'.
85330
85331 2003-07-15  Jim Meyering  <jim@meyering.net>
85332
85333         * modules/save-cwd: Don't depend on error.  From Derek Price.
85334
85335 2003-07-15  Jim Meyering  <jim@meyering.net>
85336
85337         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
85338
85339 2003-07-14  Simon Josefsson  <jas@extundo.com>
85340
85341         * modules/mempcpy: New file.
85342         * MODULES.html.sh (func_all_modules): Add mempcpy.
85343
85344 2003-07-14  Simon Josefsson  <jas@extundo.com>
85345
85346         * m4/mempcpy.m4: New file.
85347
85348 2003-07-14  Simon Josefsson  <jas@extundo.com>
85349
85350         * lib/mempcpy.h: New file.
85351         * lib/mempcpy.c: New file.
85352
85353 2003-07-14  Paul Eggert  <eggert@twinsun.com>
85354
85355         * modules/getdate, modules/posixtm: Depend on mktime.
85356
85357 2003-07-14  Paul Eggert  <eggert@twinsun.com>
85358
85359         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
85360         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
85361         unicodeio.c, unicodeio.h, unlocked-io.h:
85362         Switch from LGPL to GPL.
85363
85364 2003-07-14  Paul Eggert  <eggert@twinsun.com>
85365
85366         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
85367         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
85368         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
85369         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
85370         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
85371         updated automatically by ../config/srclist-update.  This changes
85372         their license from LPGL to GPL.
85373
85374 2003-07-14  Paul Eggert  <eggert@twinsun.com>
85375
85376         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
85377         assumed to refer to the root of the most recent stable gettext version.
85378         * config/srclistvars.sh: Add defaults for eggert.
85379         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
85380         Match "This program" as well as "The program".  This is needed
85381         for gettext.
85382
85383 2003-07-14  Jim Meyering  <jim@meyering.net>
85384
85385         Don't emit diagnostics.  Let callers do that.
85386         * lib/save-cwd.c: Don't include "error.h".
85387         (save_cwd): Don't call error.  Ensure that errno is valid
85388         when returning nonzero.
85389
85390         * lib/save-cwd.h (restore_cwd): Update prototype.
85391         * lib/save-cwd.c (restore_cwd): Remove two parameters.
85392         Simplify.  Don't call error upon failure.  Let callers do that.
85393         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
85394         when auditing is enabled.  But don't bother updating the #if.
85395
85396 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
85397
85398         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
85399         it breaks C++ compilation.
85400         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
85401
85402 2003-07-10  Simon Josefsson  <jas@extundo.com>
85403
85404         * modules/strchrnul (Makefile.am): Add strchrnul.h.
85405
85406 2003-07-10  Jim Meyering  <jim@meyering.net>
85407
85408         * m4/clock_time.m4: Remove trailing blank.
85409         * m4/intmax_t.m4: Likewise.
85410
85411 2003-07-10  Jim Meyering  <jim@meyering.net>
85412
85413         * lib/vasnprintf.c: Remove trailing blanks.
85414         Make cpp indentation consistent.
85415
85416 2003-07-09  Paul Eggert  <eggert@twinsun.com>
85417
85418         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
85419         posixver.c, strftime.c, strnlen.c, strverscmp.c:
85420         Switch from LGPL to GPL.
85421
85422 2003-07-09  Paul Eggert  <eggert@twinsun.com>
85423
85424         * config/srclist.txt: Sort sublists.  Add
85425         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
85426         that differ from gnulib for one reason or another; we'd like this list
85427         to be smaller but for now let's document what we have.
85428
85429 2003-07-08  Paul Eggert  <eggert@twinsun.com>
85430
85431         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
85432         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
85433         and sweeter "eval x=$x".
85434         * config/srclist.txt: Get lib/argp* from glibc.
85435
85436 2003-07-07  Paul Eggert  <eggert@twinsun.com>
85437
85438         * lib/mktime.c: Fix some boundary cases and remove need for floating
85439         point.
85440
85441         Issue a compile-time diagnostic if time_t is floating point, or if
85442         two's complement arithmetic is not in effect, or if arithmetic
85443         right shift does not propagate the sign.  These assumptions were
85444         all in the original code but they weren't checked.
85445
85446         (TIME_T_MIDPOINT, verify): New macros.
85447         (__isleap): Remove; it has integer overflow problems.
85448         (leapyear): New function, without those problems.
85449         (ydhms_tm_diff): Remove; splitting into two parts.
85450         (ydhms_diff): New function, containing the arithmetic part of
85451         the old ydhms_tm_diff function.  Issue a compile-time
85452         diagnostic if we are not using C99 integer division.
85453         Avoid casts when possible.
85454         (guess_time_tm): New function, containing the checking part of
85455         the old ydhms_tm_diff function.  Return the new value, rather than
85456         the difference between it and the old.  Accept a new argument T
85457         so that *T specifies the old value.  Check for overflow in the result.
85458
85459         (__mktime_internal): Use a time_t offset, not a long int offset.
85460         This undoes the 2003-06-04 change, which is no longer needed now
85461         that we have better overflow checking.
85462         (localtime_offset): Likewise.
85463
85464         (__mktime_internal): Avoid harmful overflow on hosts where time_t
85465         and long are 64-bit but int is only 32-bit.
85466         (ydhms_diff): Use long int to store year1 and yday1.
85467         Issue a compile-time diagnostic if long int is not wide enough.
85468
85469         (__mktime_internal): Use long int to store adjusted year and yday.
85470         Use plain C rather than preprocessor commands, if that doesn't
85471         affect efficiency.
85472         Check for overflow (and try to repair) after each probe
85473         rather than checking only at the very end.  This avoids some bugs
85474         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
85475         does not equal GMT offset at maximum time).
85476         Use integer to check for overflow rather than floating point; this
85477         is more portable to non-IEEE hosts, and is a tad faster.
85478         When we detect that we are oscillating between two values,
85479         don't check whether tm_isdst has the requested value, since
85480         we already know the answer.  When tm_isdst has the wrong value,
85481         use a different heuristic to find the right one, based on the
85482         extreme values actually observed in practice in tz2003a,
85483         rather than the (overly optimistic) "previous 3 calendar quarters".
85484
85485         (not_equal_tm, print_tm, check_result): Use "const T" rather than
85486         "T const" to accommodate glibc style.
85487         (check_result): Use less-confusing report format.  "long" -> "long int.
85488         (main): Likewise.
85489         Don't loop if the iteration overflows time_t.
85490         Allow a negative step in the iteration.
85491
85492 2003-07-06  Karl Berry  <karl@gnu.org>
85493
85494         * config/depcomp: update from automake.
85495         * config/config.sub: update from prep.
85496
85497 2003-07-03  Karl Berry  <karl@gnu.org>
85498
85499         * config/config.guess: update from prep.
85500
85501 2003-07-01  Paul Eggert  <eggert@twinsun.com>
85502
85503         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
85504         xreadlink.c now includes it unconditionally.
85505
85506 2003-07-01  Paul Eggert  <eggert@twinsun.com>
85507
85508         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
85509         having it depend on HAVE_SYS_TYPES_H.
85510
85511 2003-07-01  Bruno Haible  <bruno@clisp.org>
85512
85513         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
85514         <sys/types.h> should be sufficient.
85515         Reported by Paul Eggert.
85516
85517 2003-06-26  Karl Berry  <karl@gnu.org>
85518
85519         * config/depcomp: update from automake.
85520
85521 2003-06-26  Bruno Haible  <bruno@clisp.org>
85522
85523         * modules/human: Depend on module stdbool.
85524
85525 2003-06-25  Bruno Haible  <bruno@clisp.org>
85526
85527         * modules/readlink: New file.
85528         * modules/xreadlink: Depend on it.
85529         * MODULES.html.sh (func_all_modules): Add readlink.
85530
85531 2003-06-25  Bruno Haible  <bruno@clisp.org>
85532
85533         * m4/readlink.m4: New file.
85534
85535 2003-06-25  Bruno Haible  <bruno@clisp.org>
85536
85537         * lib/readlink.c: New file.
85538
85539 2003-06-22  Karl Berry  <karl@gnu.org>
85540
85541         * config/srclist.txt: update mkinstalldirs from automake.
85542         * config/mkinstalldirs: update.
85543
85544 2003-06-22  Bruno Haible  <bruno@clisp.org>
85545
85546         Portability to mingw32.
85547         * m4/ssize_t.m4: New file, from GNU gettext.
85548         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
85549         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
85550
85551 2003-06-22  Bruno Haible  <bruno@clisp.org>
85552
85553         * modules/safe-read: Add m4/ssize_t.m4.
85554         * modules/xreadlink: Add m4/ssize_t.m4.
85555
85556 2003-06-20  Bruno Haible  <bruno@clisp.org>
85557
85558         Assume C89, so PARAMS isn't needed.
85559         * lib/unicodeio.h (PARAMS): Remove.
85560         * lib/unicodeio.c: Don't use PARAMS.
85561
85562 2003-06-18  Karl Berry  <karl@gnu.org>
85563
85564         * config/config.{guess,sub}: update from prep.
85565
85566 2003-06-18  Jim Meyering  <jim@meyering.net>
85567
85568         Merge changes from coreutils.
85569         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
85570         Remove explicit declarations of xmalloc and realloc.
85571         Include xalloc.h.
85572         (read_utmp): Remove anachronistic cast of xmalloc.
85573
85574 2003-06-17  Paul Eggert  <eggert@twinsun.com>
85575
85576         Assume C89, so PARAMS isn't needed.
85577         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
85578         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
85579         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
85580         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
85581         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
85582         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
85583         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
85584         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
85585         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
85586         lib/xstrtod.h, lib/xstrtol.h: Likewise.
85587         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
85588         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
85589         no longer needed. Anyway, config.h should always be included before any
85590         other file.
85591
85592 2003-06-11  Simon Josefsson  <jas@extundo.com>
85593
85594         * modules/sysexits: New file.
85595         * MODULES.html.sh (func_all_modules): Add sysexits.
85596
85597 2003-06-11  Simon Josefsson  <jas@extundo.com>
85598
85599         * lib/sysexit_.h: New file.
85600
85601 2003-06-11  Derek Price  <derek@ximbiot.com>
85602
85603         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
85604         necessary.
85605
85606 2003-06-11  Bruno Haible  <bruno@clisp.org>
85607
85608         * m4/sysexits.m4: New file.
85609
85610 2003-06-10  Simon Josefsson  <jas@extundo.com>
85611
85612         * lib/argp.h: New file, from glibc.
85613         * lib/argp-ba.c: New file, from glibc.
85614         * lib/argp-eexst.c: New file, from glibc.
85615         * lib/argp-fmtstream.c: New file, from glibc.
85616         * lib/argp-fmtstream.h: New file, from glibc.
85617         * lib/argp-fs-xinl.c: New file, from glibc.
85618         * lib/argp-help.c: New file, from glibc.
85619         * lib/argp-namefrob.h: New file, from glibc.
85620         * lib/argp-parse.c: New file, from glibc.
85621         * lib/argp-pv.c: New file, from glibc.
85622         * lib/argp-pvh.c: New file, from glibc.
85623         * lib/argp-xinl.c: New file, from glibc.
85624
85625 2003-06-10  Simon Josefsson  <jas@extundo.com>
85626
85627         * modules/strchrnul: New file.
85628
85629 2003-06-10  Simon Josefsson  <jas@extundo.com>
85630
85631         * modules/argp: New file.
85632
85633 2003-06-10  Simon Josefsson  <jas@extundo.com>
85634
85635         * m4/strchrnul.m4: New file.
85636
85637 2003-06-10  Simon Josefsson  <jas@extundo.com>
85638
85639         * lib/strchrnul.h: New file.
85640         * lib/strchrnul.c: New file.
85641
85642 2003-06-10  Bruno Haible  <bruno@clisp.org>
85643
85644         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
85645
85646 2003-06-07  Karl Berry  <karl@gnu.org>
85647
85648         * config/config.{guess,sub}: update from prep.
85649
85650 2003-06-07  Jim Meyering  <jim@meyering.net>
85651
85652         * modules/strtod: Use $(...) notation, not @...@ for
85653         AC_REPLACE'd variables.
85654         * modules/localcharset: Likewise.
85655
85656 2003-06-07  Jim Meyering  <jim@meyering.net>
85657
85658         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
85659         in place of my name in the copyright comment.
85660         Remove definition and uses of __P.
85661
85662         From coreutils.
85663         * lib/stat.c: Don't declare xmalloc explicitly.
85664         Instead, include "xalloc.h".
85665         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
85666         xrealloc, and xcalloc return values.
85667         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
85668         Improve comment.
85669         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
85670
85671 2003-06-07  Bruno Haible  <bruno@clisp.org>
85672
85673         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
85674         avoid AC_CONFIG_LINKS.
85675         * modules/fnmatch (Makefile.am): Use explicit creation rule for
85676         fnmatch.h, to avoid AC_CONFIG_LINKS.
85677         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
85678
85679 2003-06-07  Bruno Haible  <bruno@clisp.org>
85680
85681         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
85682         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
85683         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
85684         directory.
85685         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
85686         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
85687         directory.
85688
85689 2003-06-06  Jim Meyering  <jim@meyering.net>
85690
85691         Merge from coreutils.
85692         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
85693         Consolidate declarations and initializations of *_base* locals.
85694
85695         Merge from coreutils.
85696         This avoids a core dump on systems without GNU putenv,
85697         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
85698         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
85699         (unsetenv): New static function, from GNU libc.
85700         (rpl_putenv): Use it.
85701
85702         * lib/modechange.c: Remove trailing blanks.
85703
85704         Merge from coreutils.
85705         * lib/fsusage.c: Remove declaration of statfs.
85706         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
85707
85708         * lib/posixtm.c: Include <stdbool.h> unconditionally.
85709
85710 2003-06-06  Jim Meyering  <jim@meyering.net>
85711
85712         * lib/stdbool_.h: Renamed from stdbool.h.in.
85713
85714 2003-06-06  Jim Meyering  <jim@meyering.net>
85715             Bruno Haible  <bruno@clisp.org>
85716
85717         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
85718         Adjust Makefile.am snippet not to redirect directly to target.
85719         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
85720
85721 2003-06-05  Paul Eggert  <eggert@twinsun.com>
85722
85723         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
85724         mismatch, look in future quarters as well as past.  This fixes a
85725         bug when processing fall-backwards gaps immediately after a long
85726         period of daylight-saving time.
85727
85728         * lib/mktime.c: Assume freestanding C89 or better.
85729         (HAVE_LIMITS_H): Remove.  Assume it's 1.
85730         (__P): Remove; not used.
85731         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
85732         (mktime, not_equal_tm, print_tm, check_result,
85733         main): Use prototypes.  Use const * where appropriate.
85734         (main): Fix typo in testing code that uncovered by above changes.
85735         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
85736
85737 2003-06-04  Paul Eggert  <eggert@twinsun.com>
85738
85739         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
85740         locale.h, localeconv.  This merges changes from coreutils.
85741
85742         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
85743         It can be removed after the next Autoconf is released.
85744         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
85745         needed.
85746
85747 2003-06-04  Paul Eggert  <eggert@twinsun.com>
85748
85749         * lib/mktime.c: Fix Debian bug 177940
85750         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
85751         (localtime_offset): Now long int, not time_t, because we want it
85752         to be guaranteed to be signed.  All uses changed.
85753         (__mktime_internal): If overflow would occur when adding offset,
85754         don't add it.
85755
85756         Merge 'human' changes from coreutils.  Rewrite to support
85757         locale-specific notations like thousands separators.
85758         * lib/human.c: Simplify authorship notice.
85759         Include human.h immediately after config.h.
85760         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
85761         <limits.h>: Do not include, since human.h does.
85762         (SIZE_MAX, UINTMAX_MAX): New macros.
85763         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
85764         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
85765         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
85766         (power_letter): Renamed from suffixes.
85767         (generate_suffix_backwards): Remove.
85768         (adjust_value): Now takes int style (because of human.h changes)
85769         and long double value (for greater precision on some platforms).
85770         (group_number): New function.
85771         (human_readable): Use it.  Use integer options, not enum.
85772         Put the options before the sizes in the arg list.
85773         Support all the new options.
85774         The old human_readable function has been removed;
85775         use inttostr.h instead.
85776         (human_readable, default_block_size, humblock):
85777         Use uintmax_t, not int, for block sizes.
85778         (human_readable_inexact, block_size_types): Remove.
85779         (block_size_opts): New constant.
85780         (human_options): Renamed from human_block_size, with new signature
85781         that allows block sizes up to UINTMAX_MAX.  All callers changed.
85782         * lib/human.h: Add copyright and authorship notice.
85783         Include <limits.h> and <stdbool.h> unconditionally.
85784         (PARAMS): Remove.  All uses removed.
85785         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
85786         (enum human_inexact_style): Remove tag; now a nameless enum.
85787         (human_floor, human_ceiling, human_round_to_even): Now have
85788         values 2, 0, 1 rather than -1, 1, 0.
85789         (human_group_digits, human_suppress_point_zero, human_autoscale,
85790         human_base_1024, human_SI, human_B): New constants.
85791         (human_readable_inexact, human_block_size): Remove.
85792         (human_readable): Size args are now uintmax_t, not int.
85793         (human_options): New decl.
85794
85795         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
85796         unnecessary now that we assume C89 or better.  This change
85797         imported from coreutils.
85798
85799         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
85800         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
85801         in the 2003-05-30 sync from glibc.
85802
85803         .h files should stand alone, but we shouldn't include <sys/types.h>
85804         if we can get away with just <stddef.h>.
85805
85806         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
85807         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
85808         rather than <sys/types.h>, as we merely need size_t.
85809         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
85810         to get size_t.
85811         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
85812         Include <stdio.h>, to get FILE.
85813         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
85814         memcasecmp.h has included <stddef.h> and all we need is size_t.
85815         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
85816         our interface, instead of including <sys/types.h>
85817
85818 2003-06-04  Paul Eggert  <eggert@twinsun.com>
85819
85820         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
85821         now, as glibc mktime is buggy on non-glibc systems.
85822
85823 2003-06-03  Karl Berry  <karl@gnu.org>
85824
85825         * config/config.sub: update from prep.
85826
85827 2003-06-02  Paul Eggert  <eggert@twinsun.com>
85828
85829         [from coreutils]
85830         Fix some minor time-related bugs with POSIX time arguments.
85831         Some valid time stamps were being rejected (notably -1, and
85832         time stamps before 1900 on 64-bit hosts).  And some invalid
85833         time stamps were being accepted, e.g. September 31.
85834
85835         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
85836         that we can return (time_t) -1 successfully.
85837         * lib/posixtm.c: Likewise.
85838         [HAVE_STDBOOL_H]: Include <stdbool.h>.
85839         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
85840         (t): Remove static var.
85841         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
85842         of static var.  All uses changed.
85843         (year): Do not reject years before 1900; they can occur with
85844         64-bit time_t.
85845         (posix_time_parse): Do not check for out-of-range components;
85846         that is now the caller's responsibility, since our checks were
85847         only approximations.
85848         (posixtime): Use mktime to check for out-of-range components,
85849         since it knows them exactly.
85850         If mktime returns (time_t) -1, check whether an error actually occurred
85851         by invoking localtime on -1.
85852         (main) [TEST_POSIXTIME]: Check for input data errors, and report
85853         posixtime failures better.
85854         Improve the test data (in comments only).
85855
85856 2003-06-02  Karl Berry  <karl@gnu.org>
85857
85858         * config/mkinstalldirs (version): new variable.
85859         (--version): new option.
85860         (usage): improve message.
85861
85862 2003-05-30  Karl Berry  <karl@gnu.org>
85863
85864         * lib/mktime.c: update from libc.
85865
85866 2003-05-30  Bruno Haible  <bruno@clisp.org>
85867
85868         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
85869         * config/config.rpath: Upgrade to gettext-0.12.1.
85870
85871 2003-05-30  Bruno Haible  <bruno@clisp.org>
85872
85873         * m4/gettext.m4: Upgrade to gettext-0.12.1.
85874         * m4/nls.m4: New file, from gettext-0.12.1.
85875         * m4/po.m4: New file, from gettext-0.12.1.
85876         * m4/progtest.m4: Upgrade to gettext-0.12.1.
85877
85878 2003-05-30  Bruno Haible  <bruno@clisp.org>
85879
85880         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
85881         * lib/localcharset.h: Likewise.
85882         * lib/localcharset.c: Likewise.
85883
85884 2003-05-29  Karl Berry  <karl@gnu.org>
85885
85886         * config/config.rpath: update from gettext.
85887
85888 2003-05-28  Paul Eggert  <eggert@twinsun.com>
85889
85890         Assume the headers required for C89 freestanding compilers.
85891         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
85892         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
85893         * m4/human.m4 (gl_HUMAN): Likewise.
85894         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
85895         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
85896         * m4/userspec.m4 (gl_USERSPEC): Likewise.
85897         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
85898         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
85899         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
85900
85901 2003-05-28  Paul Eggert  <eggert@twinsun.com>
85902
85903         Assume the headers required for C89 freestanding compilers.
85904         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
85905         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
85906         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
85907         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
85908         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
85909         define, since <limits.h> is guaranteed to do that.
85910         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
85911         * lib/exclude.c: Include <stdbool.h> unconditionally.
85912         * lib/tempname.c: Include <stddef.h> unconditionally.
85913         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
85914         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
85915         <stddef.h> does that.
85916         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
85917         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
85918         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
85919         needed.
85920         * lib/xstrtol.c: Likewise.
85921         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
85922         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
85923
85924         * lib/addext.c (addext): Use assignment rather than cast, to avoid
85925         warnings on some platforms.
85926
85927         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
85928         arbitrarily.
85929
85930 2003-05-26  Jim Meyering  <jim@meyering.net>
85931
85932         Merge in a change from coreutils:
85933         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
85934         that is guaranteed to be `no'.  Use `no_such_member' to indicate
85935         that condition, rather than `-1' which is slightly misleading.
85936         Change the name of the cache variable to have the gl_ prefix.
85937         Prompted by a patch from Richard Dawe for DJGPP.
85938
85939 2003-05-24  Karl Berry  <karl@gnu.org>
85940
85941         * config/config.guess: update from prep.
85942
85943 2003-05-22  Karl Berry  <karl@gnu.org>
85944
85945         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
85946
85947 2003-05-20  Karl Berry  <karl@gnu.org>
85948
85949         * config/config.guess: update from prep.
85950
85951 2003-05-18  Karl Berry  <karl@gnu.org>
85952
85953         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
85954         might actually be set by the user.
85955
85956         * config/depcomp, install-sh, mdate-sh: update from automake.
85957
85958 2003-05-17  Bruno Haible  <bruno@clisp.org>
85959
85960         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
85961         invalid expansion for AC_EGREP_CPP.
85962         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
85963         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
85964         Suggested by Akim Demaille <akim@epita.fr> in
85965         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
85966
85967 2003-05-12  Jim Meyering  <jim@meyering.net>
85968
85969         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
85970         the space-padded-by-default conversion specifiers, %e, %k, %l.
85971
85972 2003-05-12  Bruno Haible  <bruno@clisp.org>
85973
85974         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
85975         the string is longer than 4 KB.
85976
85977 2003-05-11  Karl Berry  <karl@gnu.org>
85978
85979         * config/config.{guess,sub}: update from prep.
85980
85981 2003-05-09  Bruno Haible  <bruno@clisp.org>
85982
85983         * modules/error: Add m4/strerror_r.m4 to file list.
85984
85985 2003-05-03  Bruno Haible  <bruno@clisp.org>
85986
85987         Upgrade to Unicode-4.0.
85988         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
85989         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
85990         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
85991         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
85992         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
85993         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
85994         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
85995         Change width of U+E0100..U+E01EF from 1 to 0.
85996
85997 2003-04-25  Jim Meyering  <jim@meyering.net>
85998
85999         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
86000         of type size_t, not int.
86001
86002 2003-04-25  Bruno Haible  <bruno@clisp.org>
86003
86004         * lib/copy-file.c: Include <stddef.h>, for size_t.
86005
86006 2003-04-21  Paul Eggert  <eggert@twinsun.com>
86007
86008         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
86009         code which expansion is under static control.  Patch imported from
86010         Akim Demaille's patch to Bison; see
86011         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
86012
86013 2003-04-14  Bruno Haible  <bruno@clisp.org>
86014
86015         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
86016
86017 2003-04-11  Jim Meyering  <jim@meyering.net>
86018
86019         Merge changes from Coreutils.
86020
86021         2003-03-22  Jim Meyering  <jim@meyering.net>
86022
86023         * lib/strftime.c (widen): Cast alloca return value to proper type.
86024
86025         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
86026
86027         From GNU libc.
86028         * lib/strftime.c (my_strftime): Handle very large width
86029         specifications for numeric values correctly.  Improve checks for
86030         overflow.
86031
86032         2003-01-19  Jim Meyering  <jim@meyering.net>
86033
86034         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
86035         definitions.
86036         (nl_get_alt_digit) [! defined my_strftime]: Define.
86037         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
86038         _nl_get_alt_digit and _nl_get_walt_digit.
86039
86040         * lib/strftime.c (my_strftime): Merge in locale-related changes from
86041         libc. These changes have no effect outside of _LIBC.
86042
86043 2003-04-10  Bruno Haible  <bruno@clisp.org>
86044
86045         * modules/findprog: New file.
86046         * MODULES.html.sh (func_all_modules): Add it.
86047
86048 2003-04-10  Bruno Haible  <bruno@clisp.org>
86049
86050         * m4/findprog.m4: New file.
86051         * m4/eaccess.m4: New file.
86052
86053 2003-04-10  Bruno Haible  <bruno@clisp.org>
86054
86055         * lib/findprog.h: New file, from GNU gettext.
86056         * lib/findprog.c: New file, from GNU gettext.
86057
86058 2003-04-05  Jim Meyering  <jim@meyering.net>
86059
86060         Merge changes from Coreutils.
86061
86062         * lib/exclude.h (PARAMS): Remove definition and uses.
86063         * lib/exclude.c: Remove uses of `PARAMS'.
86064
86065         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
86066         Add test-cases for DOS filenames. Declare program_name.
86067         (main): Set up program_name.  Patch by Rich Dawe.
86068
86069         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
86070         error from mntctl.
86071         Use mntctl's return value to drive the entry-processing loop, since
86072         we can't rely on the value of the vmt_length member in the last
86073         entry.  On some systems doing so could result in exhausting
86074         virtual memory.  Based in part on a patch from Mike Jetzer.
86075
86076 2003-04-04  Bruno Haible  <bruno@clisp.org>
86077
86078         * modules/linebreak: New file.
86079         * MODULES.html.sh (func_all_modules): Add it.
86080
86081 2003-04-04  Bruno Haible  <bruno@clisp.org>
86082
86083         * m4/linebreak.m4: New file.
86084
86085 2003-04-04  Bruno Haible  <bruno@clisp.org>
86086
86087         * lib/linebreak.h: New file, from GNU gettext.
86088         * lib/linebreak.c: New file, from GNU gettext with slight
86089         modifications.
86090         * lib/lbrkprop.h: New file, from GNU gettext.
86091
86092 2003-04-03  Bruno Haible  <bruno@clisp.org>
86093
86094         * modules/utf8-ucs4: New file.
86095         * modules/utf16-ucs4: New file.
86096         * modules/ucs4-utf8: New file.
86097         * modules/ucs4-utf16: New file.
86098         * MODULES.html.sh (func_all_modules): Add them.
86099
86100 2003-04-03  Bruno Haible  <bruno@clisp.org>
86101
86102         * m4/utf-ucs4.m4: New file.
86103         * m4/ucs4-utf.m4: New file.
86104
86105 2003-04-03  Bruno Haible  <bruno@clisp.org>
86106
86107         * lib/utf8-ucs4.h: New file, from GNU gettext.
86108         * lib/utf16-ucs4.h: New file, from GNU gettext.
86109         * lib/ucs4-utf8.h: New file, from GNU gettext.
86110         * lib/ucs4-utf16.h: New file, from GNU gettext.
86111
86112 2003-04-02  Bruno Haible  <bruno@clisp.org>
86113
86114         * modules/binary-io: New file.
86115         * MODULES.html.sh (func_all_modules): Add it.
86116
86117 2003-04-02  Bruno Haible  <bruno@clisp.org>
86118
86119         * lib/binary-io.h: New file, from GNU gettext.
86120
86121 2003-04-01  Bruno Haible  <bruno@clisp.org>
86122
86123         * modules/pathname: New file.
86124         * MODULES.html.sh (func_all_modules): Add it.
86125
86126 2003-04-01  Bruno Haible  <bruno@clisp.org>
86127
86128         * lib/pathname.h: New file, from GNU gettext.
86129         * lib/concatpath.c: New file, from GNU gettext.
86130
86131 2003-03-30  Bruno Haible  <bruno@clisp.org>
86132
86133         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
86134
86135 2003-03-30  Bruno Haible  <bruno@clisp.org>
86136
86137         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
86138         function chown() doesn't exist.
86139
86140 2003-03-28  Bruno Haible  <bruno@clisp.org>
86141
86142         * modules/copy-file: New file.
86143         * MODULES.html.sh (func_all_modules): Add it.
86144
86145 2003-03-28  Bruno Haible  <bruno@clisp.org>
86146
86147         * m4/copy-file.m4: New file.
86148
86149 2003-03-28  Bruno Haible  <bruno@clisp.org>
86150
86151         * lib/copy-file.h: New file, from GNU gettext.
86152         * lib/copy-file.c: New file, from GNU gettext.
86153
86154 2003-03-18  Jim Meyering  <jim@meyering.net>
86155
86156         * lib/quote.c (quote_n): Fix typo in comment.
86157
86158 2003-03-18  Bruno Haible  <bruno@clisp.org>
86159
86160         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
86161         checking.
86162         * m4/onceonly_2_57.m4: Likewise.
86163
86164 2003-03-17  Bruno Haible  <bruno@clisp.org>
86165
86166         * m4/onceonly.m4: Require autoconf 2.54 or newer.
86167         (m4_quote): Remove macro.
86168         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
86169
86170 2003-03-14  Jim Meyering  <jim@meyering.net>
86171
86172         Merge changes from Coreutils.
86173         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
86174         to be const, in order to avoid warnings.
86175         (obstack_room): Likewise.
86176         (obstack_empty_p): Likewise.
86177
86178 2003-03-14  Bruno Haible  <bruno@clisp.org>
86179
86180         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
86181         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
86182
86183 2003-03-13  Paul Eggert  <eggert@twinsun.com>
86184
86185         Merge changes from Bison.
86186         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
86187         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
86188         when compiling Bison 1.875's `bitset bset = obstack_alloc
86189         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
86190         * lib/hash.c: Include <stdbool.h> unconditionally.
86191
86192 2003-03-13  Paul Eggert  <eggert@twinsun.com>
86193
86194         * m4/onceonly.m4 (m4_quote): New macro.
86195         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
86196         Quote AC_FOREACH variable-expansions properly.
86197
86198 2003-03-13  Paul Eggert  <eggert@twinsun.com>
86199
86200         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
86201
86202 2003-03-09  Paul Eggert  <eggert@twinsun.com>
86203
86204         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
86205         Reported by Bruce Becker; see:
86206         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
86207
86208 2003-03-03  Paul Eggert  <eggert@twinsun.com>
86209             Bruno Haible  <bruno@clisp.org>
86210
86211         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
86212         Reported by John Hughes, see
86213         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
86214
86215 2003-02-20  Bruno Haible  <bruno@clisp.org>
86216
86217         * MODULES.html.sh (func_all_modules): Add poll.
86218
86219 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
86220
86221         * modules/poll: New file.
86222
86223 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
86224
86225         * lib/poll_.h: New file.
86226         * lib/poll.c: New file.
86227
86228 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
86229
86230         * m4/poll.m4: New file.
86231
86232 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
86233
86234         * modules/mathl: New file.
86235
86236 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
86237
86238         * lib/mathl.h: New file.
86239         * lib/acosl.c: New file.
86240         * lib/asinl.c: New file.
86241         * lib/atanl.c: New file.
86242         * lib/ceill.c: New file.
86243         * lib/cosl.c: New file.
86244         * lib/expl.c: New file.
86245         * lib/floorl.c: New file.
86246         * lib/frexpl.c: New file.
86247         * lib/ldexpl.c: New file.
86248         * lib/logl.c: New file.
86249         * lib/sincosl.c: New file.
86250         * lib/sinl.c: New file.
86251         * lib/sqrtl.c: New file.
86252         * lib/tanl.c: New file.
86253         * lib/trigl.c: New file.
86254         * lib/trigl.h: New file.
86255
86256 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
86257
86258         * m4/mathl.m4: New file.
86259
86260 2003-02-18  Bruno Haible  <bruno@clisp.org>
86261
86262         * MODULES.html.sh (func_all_modules): Add mathl.
86263
86264 2003-02-17  Bruno Haible  <bruno@clisp.org>
86265
86266         * modules/mkdtemp: New module.
86267         * MODULES.html.sh (func_all_modules): Add it.
86268
86269 2003-02-17  Bruno Haible  <bruno@clisp.org>
86270
86271         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
86272
86273 2003-02-17  Bruno Haible  <bruno@clisp.org>
86274
86275         * lib/mkdtemp.h: New file, from GNU gettext.
86276         * lib/mkdtemp.c: New file, from GNU gettext.
86277
86278 2003-02-02  Jim Meyering  <jim@meyering.net>
86279
86280         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
86281         e.g. glibc-2.2.93.
86282
86283 2003-01-31  Bruno Haible  <bruno@clisp.org>
86284
86285         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
86286         'rpl_rename'.
86287         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
86288         'rpl_strnlen'.
86289         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
86290         'rpl_strtod'.
86291         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
86292         'rpl_utime'.
86293
86294 2003-01-31  Bruno Haible  <bruno@clisp.org>
86295
86296         * lib/rename.c: #undef rename before defining rpl_rename.
86297         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
86298
86299 2003-01-30  Bruno Haible  <bruno@clisp.org>
86300
86301         * modules/vasnprintf, modules/vasprintf: New modules.
86302         * MODULES.html.sh (func_all_modules): Add them.
86303
86304 2003-01-30  Bruno Haible  <bruno@clisp.org>
86305
86306         * m4/signed.m4: New file, from GNU gettext.
86307         * m4/longdouble.m4: New file, from GNU gettext.
86308         * m4/wchar_t.m4: New file, from GNU gettext.
86309         * m4/wint_t.m4: New file, from GNU gettext.
86310         * m4/vasnprintf.m4: New file.
86311         * m4/vasprintf.m4: New file.
86312
86313 2003-01-30  Bruno Haible  <bruno@clisp.org>
86314
86315         * lib/printf-args.h: New file, from GNU gettext.
86316         * lib/printf-args.c: New file, from GNU gettext.
86317         * lib/printf-parse.h: New file, from GNU gettext.
86318         * lib/printf-parse.c: New file, from GNU gettext.
86319         * lib/vasnprintf.h: New file, from GNU gettext.
86320         * lib/vasnprintf.c: New file, from GNU gettext.
86321         * lib/asnprintf.c: New file, from GNU gettext.
86322         * lib/vasprintf.h: New file, from GNU gettext with modifications.
86323         * lib/vasprintf.c: New file, from GNU gettext.
86324         * lib/asprintf.c: New file, from GNU gettext.
86325
86326 2003-01-29  Bruno Haible  <bruno@clisp.org>
86327
86328         * modules/stpncpy: New module.
86329         * MODULES.html.sh (func_all_modules): Add it.
86330
86331 2003-01-29  Bruno Haible  <bruno@clisp.org>
86332
86333         * m4/stpncpy.m4: New file.
86334
86335 2003-01-29  Bruno Haible  <bruno@clisp.org>
86336
86337         * lib/stpncpy.h: New file, from GNU gettext with modifications.
86338         * lib/stpncpy.c: New file, from GNU gettext with modifications.
86339
86340 2003-01-28  Bruno Haible  <bruno@clisp.org>
86341
86342         * modules/c-ctype: New module.
86343         * MODULES.html.sh (func_all_modules): Add it.
86344
86345 2003-01-28  Bruno Haible  <bruno@clisp.org>
86346
86347         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
86348         Paul Eggert.
86349         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
86350         Paul Eggert.
86351
86352 2003-01-27  Bruno Haible  <bruno@clisp.org>
86353
86354         * modules/xsetenv: New module.
86355         * MODULES.html.sh (func_all_modules): Add it.
86356
86357 2003-01-27  Bruno Haible  <bruno@clisp.org>
86358
86359         * lib/xsetenv.h: New file, from GNU gettext.
86360         * lib/xsetenv.c: New file, from GNU gettext.
86361
86362 2003-01-23  Jim Meyering  <jim@meyering.net>
86363
86364         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
86365         from working on systems without dirfd (at least Irix and OSF1/Tru64).
86366
86367 2003-01-23  Bruno Haible  <bruno@clisp.org>
86368
86369         * modules/minmax: New module.
86370         * MODULES.html.sh (func_all_modules): Add it.
86371
86372 2003-01-23  Bruno Haible  <bruno@clisp.org>
86373
86374         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
86375         Eggert.
86376
86377 2003-01-22  Bruno Haible  <bruno@clisp.org>
86378
86379         * modules/exit: New module.
86380         * MODULES.html.sh (func_all_modules): Add it.
86381
86382 2003-01-22  Bruno Haible  <bruno@clisp.org>
86383
86384         * lib/exit.h: New file, from GNU gettext.
86385
86386 2003-01-19  Bruno Haible  <bruno@clisp.org>
86387
86388         * gnulib-tool: Recognize option --extract-maintainer.
86389         (func_get_maintainer): New function.
86390         * modules/*: Add Maintainer entry.
86391
86392 2003-01-16  Jim Meyering  <jim@meyering.net>
86393
86394         * m4/regex.m4: The `regex' struct is both input and output.
86395         Initialize it before each use.  Patch by Tim Waugh.
86396
86397 2003-01-16  Bruno Haible  <bruno@clisp.org>
86398
86399         * MODULES.html.sh: Add a table of contents. Add the module name as
86400         leftmost column. Add hyperlinks.
86401
86402 2003-01-15  Bruno Haible  <bruno@clisp.org>
86403
86404         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
86405
86406 2003-01-15  Bruno Haible  <bruno@clisp.org>
86407
86408         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
86409         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
86410         suffix.
86411
86412 2003-01-15  Bruno Haible  <bruno@clisp.org>
86413
86414         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
86415
86416 2003-01-15  Bruno Haible  <bruno@clisp.org>
86417
86418         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
86419         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
86420
86421 2003-01-14  Jim Meyering  <jim@meyering.net>
86422
86423         * lib/same.c (same_name): Tweak a comment.
86424
86425 2003-01-14  Bruno Haible  <bruno@clisp.org>
86426
86427         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
86428         when a string comparison is sufficient.
86429
86430 2003-01-14  Bruno Haible  <bruno@clisp.org>
86431
86432         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
86433         'unsigned int'.
86434
86435 2003-01-14  Bruno Haible  <bruno@clisp.org>
86436
86437         * lib/hash-pjw.c: Add comment about low quality of this function.
86438
86439 2003-01-13  Bruno Haible  <bruno@clisp.org>
86440
86441         * modules/stpcpy: Distribute lib/stpcpy.h.
86442         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
86443
86444 2003-01-13  Bruno Haible  <bruno@clisp.org>
86445
86446         * modules/*: Add a description.
86447         * modules/strpbrk: Fix Makefile.am snippet.
86448         * modules/strtoimax: Fix dependencies.
86449         * modules/strtoumax: Likewise.
86450
86451 2003-01-13  Bruno Haible  <bruno@clisp.org>
86452
86453         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
86454         * modules/alloca (Makefile.am): All object files depend on alloca.h.
86455         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
86456
86457 2003-01-13  Bruno Haible  <bruno@clisp.org>
86458
86459         * gnulib-tool (func_create_testdir): Store config/* files in the main
86460         directory.
86461         * config.rpath: Move to ...
86462         * config/config.rpath: ... here.
86463         * modules/gettext: Contains config/config.rpath, not config.rpath.
86464         * modules/iconv: Likewise.
86465
86466 2003-01-12  Paul Eggert  <eggert@twinsun.com>
86467
86468         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
86469         to avoid collisions with libcurses and libreadline.
86470
86471         * m4/getstr.m4: Remove.
86472         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
86473
86474 2003-01-12  Paul Eggert  <eggert@twinsun.com>
86475
86476         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
86477         to avoid collisions with libcurses and libreadline.
86478
86479         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
86480         * lib/getstr.h, getstr.c: Remove.
86481         * lib/getline.c: Include "getline.h", to check interface.
86482         Move body of old getstr.c here: this defines MIN_CHUNK and
86483         declares getdelim2, which is renamed from getstr.
86484         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
86485
86486         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
86487         All uses changed.
86488         * lib/linebuffer.h: Likewise.
86489         (readline): Remove backward-compatibility macro.
86490
86491 2003-01-12  Paul Eggert  <eggert@twinsun.com>
86492
86493         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
86494         to avoid collisions with libcurses and libreadline.
86495         * getstr: Remove.
86496         * MODULES.html.sh: Remove getstr.
86497         * modules/getline: Depend on unlocked-io, not getstr.
86498
86499 2003-01-12  Jim Meyering  <jim@meyering.net>
86500
86501         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
86502
86503 2003-01-10  Bruno Haible  <bruno@clisp.org>
86504
86505         * modules/alloca: Change Makefile.am requirements. Simplify Include
86506         requirements. Add lib/alloca_.h to file list.
86507
86508 2003-01-10  Bruno Haible  <bruno@clisp.org>
86509
86510         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
86511
86512 2003-01-10  Bruno Haible  <bruno@clisp.org>
86513
86514         * lib/alloca_.h: New file.
86515         * lib/getdate.y: Unconditionally include alloca.h.
86516         * lib/makepath.c: Likewise.
86517         * lib/setenv.c: Likewise.
86518         * lib/userspec.c: Likewise.
86519
86520 2003-01-09  Karl Berry  <karl@gnu.org>
86521
86522         * MODULES.html.sh: include `dirname $0` in PATH, to find
86523         gnulib-tool.
86524
86525 2003-01-09  Bruno Haible  <bruno@clisp.org>
86526
86527         * modules/stdbool: Change configure.ac, Makefile.am requirements.
86528         Simplify Include requirements. Add lib/stdbool.h.in to file list.
86529
86530 2003-01-09  Bruno Haible  <bruno@clisp.org>
86531
86532         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
86533
86534 2003-01-09  Bruno Haible  <bruno@clisp.org>
86535
86536         * lib/stdbool.h.in: New file.
86537
86538 2003-01-09  Bruno Haible  <bruno@clisp.org>
86539
86540         * gnulib-tool (func_all_modules): Ignore files ending in ~.
86541         * MODULES.html.sh: Likewise.
86542
86543 2003-01-08  Jim Meyering  <jim@meyering.net>
86544
86545         * lib/full-write.c: Undefine and define-away `const' after inclusion
86546         of errno.h, not before.  Suggestion from Bruno Haible.
86547
86548 2003-01-08  Bruno Haible  <bruno@clisp.org>
86549
86550         * modules/full-read: Depend on full-write.
86551
86552 2003-01-08  Bruno Haible  <bruno@clisp.org>
86553
86554         * lib/safe-read.c: Include specification header first, to ensure its
86555         selfcontainedness.
86556         * lib/full-write.c: Likewise.
86557
86558 2003-01-07  Jim Meyering  <jim@meyering.net>
86559
86560         * lib/full-write.c: Rework so that it may serve to define full_read,
86561         too.
86562         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
86563
86564 2003-01-07  Bruno Haible  <bruno@clisp.org>
86565
86566         * lib/strtoimax.c: Include <stdint.h> as an alternative to
86567         <inttypes.h>.
86568         * lib/xstrtol.h: Likewise.
86569         * lib/xstrtoimax.c: Likewise.
86570         * lib/xstrtoumax.c: Likewise.
86571         * lib/human.h: Likewise.
86572
86573         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
86574         on systems that have <inttypes.h> but not <stdint.h>.
86575
86576 2003-01-07  Bruno Haible  <bruno@clisp.org>
86577
86578         * MODULES.html.sh: Add copyright notice.
86579         (missed_files): Omit CVS directory entries.
86580         (func_module): Make it work with sed-3.02.
86581         * MODULES.txt: Remove file.
86582
86583 2003-01-06  Jim Meyering  <jim@meyering.net>
86584
86585         * lib/version-etc.c: Update year in translatable copyright string.
86586
86587 2003-01-03  Karl Berry  <karl@gnu.org>
86588
86589         * config/config.{guess,sub}: update from prep.
86590
86591 2003-01-02  Karl Berry  <karl@gnu.org>
86592
86593         * doc/COPYING.DOC: belatedly updated to 1.2.
86594
86595 2003-01-01  Karl Berry  <karl@gnu.org>
86596
86597         * gnulib-tool (func_verify_module): report module name $module in
86598         error message, not $1.
86599         * gnulib-tool (create-testdir): don't complain if destdir couldn't
86600         be created, only if it doesn't exist.
86601         * gnulib-tool (last_checkin_date): don't expand the $Date here.
86602
86603 2002-12-31  Paul Eggert  <eggert@twinsun.com>
86604
86605         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
86606
86607 2002-12-31  Paul Eggert  <eggert@twinsun.com>
86608
86609         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
86610         memcmp if strcoll doesn't work.
86611
86612 2002-12-31  Bruno Haible  <bruno@clisp.org>
86613
86614         * lib/utime.c (utime_null): No need to call ftruncate if the file was
86615         nonempty.
86616
86617 2002-12-31  Bruno Haible  <bruno@clisp.org>
86618
86619         * lib/memcoll.c (STRCOLL): New macro.
86620         (memcoll): Use it.
86621
86622 2002-12-31  Bruno Haible  <bruno@clisp.org>
86623
86624         * lib/localcharset.h: New file.
86625         * lib/localcharset.c: Include it.
86626         * lib/unicodeio.c: Likewise.
86627
86628 2002-12-31  Bruno Haible  <bruno@clisp.org>
86629
86630         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
86631         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
86632
86633 2002-12-31  Bruno Haible  <bruno@clisp.org>
86634
86635         * lib/getline.h: Include <stddef.h>, for size_t.
86636
86637         * lib/unicodeio.h: Include <stddef.h>, for size_t.
86638         * lib/unicodeio.c: Don't include <stddef.h>.
86639
86640 2002-12-31  Bruno Haible  <bruno@clisp.org>
86641
86642         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
86643         HAVE_TM_ZONE.
86644
86645 2002-12-24  Karl Berry  <karl@gnu.org>
86646
86647         * config/config.guess: update from prep.
86648
86649 2002-12-24  Bruno Haible  <bruno@clisp.org>
86650
86651         General infrasructure.
86652         * m4/README: Rewritten.
86653         * m4/onceonly.m4: New file.
86654         * m4/onceonly_2_57.m4: New file.
86655
86656         Module atexit.
86657         * m4/atexit.m4: New file.
86658
86659         Module strtod.
86660         * m4/strtod.m4: New file.
86661
86662         Module strtol.
86663         * m4/strtol.m4: New file.
86664
86665         Module strtoul.
86666         * m4/strtoul.m4: New file.
86667
86668         Module memchr.
86669         * m4/memchr.m4: New file.
86670
86671         Module memcmp.
86672         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
86673         (jm_FUNC_MEMCMP): Invoke it.
86674
86675         Module memcpy.
86676         * m4/memcpy.m4: New file.
86677
86678         Module memmove.
86679         * m4/memmove.m4: New file.
86680
86681         Module memset.
86682         * m4/memset.m4: New file.
86683
86684         Module strcspn.
86685         * m4/strcspn.m4: New file.
86686
86687         Module strpbrk.
86688         * m4/strpbrk.m4: New file.
86689
86690         Module strstr.
86691         * m4/strstr.m4: New file.
86692
86693         Module strerror.
86694         * m4/strerror.m4: New file.
86695
86696         Module mktime.
86697         * m4/mktime.m4: Renamed from jm-mktime.m4.
86698         (gl_PREREQ_MKTIME): New macro.
86699         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
86700
86701         Module malloc.
86702         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
86703         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
86704         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
86705
86706         Module realloc.
86707         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
86708         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
86709         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
86710
86711         Module strftime.
86712         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
86713         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
86714         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
86715         gl_TM_GMTOFF.
86716         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
86717
86718         Module xalloc.
86719         * m4/xalloc.m4: New file.
86720
86721         Module alloca.
86722         * m4/alloca.m4: New file.
86723
86724         Module putenv.
86725         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
86726         (jm_FUNC_PUTENV): Invoke it.
86727
86728         Module setenv.
86729         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
86730         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
86731         when invoked twice.
86732         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
86733         gt_FUNC_SETENV.
86734
86735         Module memrchr.
86736         * m4/memrchr.m4: New file.
86737
86738         Module stpcpy.
86739         * m4/stpcpy.m4: New file.
86740
86741         Module strcase.
86742         * m4/strcase.m4: New file.
86743
86744         Module strdup.
86745         * m4/strdup.m4: New file.
86746
86747         Module strnlen.
86748         * m4/strnlen.m4: New file.
86749
86750         Module strndup.
86751         * m4/strndup.m4: New file.
86752
86753         Module xstrtod.
86754         * m4/xstrtod.m4: New file.
86755
86756         Module xstrtol.
86757         * m4/xstrtol.m4: New file.
86758
86759         Module getdate.
86760         * m4/getdate.m4: New file.
86761
86762         Module unlocked-io.
86763         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
86764         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
86765         * m4/jm-glibc-io.m4n: Remove file.
86766
86767         Module long-options.
86768         * m4/long-options.m4: New file.
86769
86770         Module md5.
86771         * m4/md5.m4: New file.
86772
86773         Module sha.
86774         * m4/sha.m4: New file.
86775
86776         Module getstr.
86777         * m4/getstr.m4: New file.
86778
86779         Module getline.
86780         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
86781         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
86782         <sys/types.h>, for size_t. Use the function name gnu_getline, not
86783         simply getline. Infoke gl_PREREQ_GETLINE.
86784
86785         Module obstack.
86786         * m4/obstack.m4: New file.
86787
86788         Module hash.
86789         * m4/hash.m4: New file.
86790
86791         Module readtokens.
86792         * m4/readtokens.m4: New file.
86793
86794         Module strverscmp.
86795         * m4/strverscmp.m4: New file.
86796
86797         Module stdbool.
86798         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
86799         OSF/1.
86800
86801         Module strtoll.
86802         * m4/strtoll.m4: New file.
86803
86804         Module strtoull.
86805         * m4/strtoull.m4: New file.
86806
86807         Module strtoimax.
86808         * m4/strtoimax.m4: New file.
86809
86810         Module strtoumax.
86811         * m4/strtoumax.m4: New file.
86812
86813         Module xstrtoimax.
86814         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
86815         jm_AC_PREREQ_XSTRTOIMAX.
86816         Moved the strtol prerequisites to strtol.m4.
86817         Moved the strtoll prerequisites to strtoll.m4.
86818         Moved the strtoimax prerequisites to strtoimax.m4.
86819
86820         Module xstrtoumax.
86821         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
86822         jm_AC_PREREQ_XSTRTOUMAX.
86823         Moved the strtoul prerequisites to strtoul.m4.
86824         Moved the strtoull prerequisites to strtoull.m4.
86825         Moved the strtoumax prerequisites to strtoumax.m4.
86826
86827         Module chown.
86828         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
86829         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
86830
86831         Module dup2.
86832         * m4/dup2.m4: New file.
86833
86834         Module ftruncate.
86835         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
86836         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
86837
86838         Module getgroups.
86839         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
86840         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
86841
86842         Module gettimeofday.
86843         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
86844         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
86845         gl_PREREQ_GETTIMEOFDAY.
86846
86847         Module mkdir.
86848         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
86849         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
86850
86851         Module mkstemp.
86852         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
86853         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
86854         jm_AC_TYPE_UINTMAX_T.
86855         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
86856
86857         Module stat.
86858         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
86859         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
86860
86861         Module lstat.
86862         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
86863         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
86864
86865         Module timespec.
86866         * m4/timespec.m4 (gl_TIMESPEC): New macro.
86867         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
86868         * m4/st_mtim.m4: Indentation.
86869
86870         Module nanosleep.
86871         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
86872         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
86873         gl_PREREQ_NANOSLEEP.
86874
86875         Module regex.
86876         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
86877         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
86878         (gl_REGEX): New macro.
86879
86880         Module rename.
86881         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
86882         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
86883
86884         Module rmdir.
86885         * m4/rmdir.m4: New file.
86886
86887         Module utime.
86888         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
86889         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
86890         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
86891
86892         Module dirname.
86893         * m4/dirname.m4: New file.
86894
86895         Module getopt.
86896         * m4/getopt.m4: New file.
86897
86898         Module unistd-safer.
86899         * m4/unistd-safer.m4: New file.
86900
86901         Module fnmatch.
86902         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
86903         declaration.
86904         (gl_PREREQ_FNMATCH_EXTRA): New macro.
86905         (gl_FUNC_FNMATCH_POSIX): New macro.
86906         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
86907         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
86908         simply fnmatch.
86909
86910         Module exclude.
86911         * m4/exclude.m4: New file.
86912
86913         Module human.
86914         * m4/human.m4: New file.
86915
86916         Module acl.
86917         * m4/acl.m4: Nop.
86918
86919         Module backupfile.
86920         * m4/backupfile.m4: New file.
86921         * m4/d-ino.m4: Indentation.
86922
86923         Module fsusage.
86924         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
86925         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
86926         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
86927
86928         Module dirfd.
86929         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
86930         requirements.
86931
86932         Module euidaccess.
86933         * m4/euidaccess.m4: New file.
86934
86935         Module file-type.
86936         * m4/file-type.m4: New file.
86937
86938         Module fileblocks.
86939         * m4/fileblocks.m4: New file.
86940
86941         Module filemode.
86942         * m4/filemode.m4: New file.
86943
86944         Module isdir.
86945         * m4/isdir.m4: New file.
86946
86947         Module lchown.
86948         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
86949         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
86950
86951         Module makepath.
86952         * m4/makepath.m4: New file.
86953
86954         Module modechange.
86955         * m4/modechange.m4: New file.
86956
86957         Module mountlist.
86958         * m4/mountlist.m4: New file.
86959         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
86960         Indentation.
86961
86962         Module path-concat.
86963         * m4/path-concat.m4: New file.
86964
86965         Module pathmax.
86966         * m4/pathmax.m4: New file.
86967
86968         Module same.
86969         * m4/same.m4: New file.
86970
86971         Module save-cwd.
86972         * m4/save-cwd.m4: New file.
86973
86974         Module savedir.
86975         * m4/savedir.m4: New file.
86976
86977         Module xgetcwd.
86978         * m4/xgetcwd.m4: New file.
86979         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
86980
86981         Module xreadlink.
86982         * m4/xreadlink.m4: New file.
86983
86984         Module safe-read.
86985         * m4/safe-read.m4: New file.
86986
86987         Module safe-write.
86988         * m4/safe-write.m4: New file.
86989
86990         Module closeout.
86991         * m4/closeout.m4: New file.
86992
86993         Module stdio-safer.
86994         * m4/stdio-safer.m4: New file.
86995
86996         Module getpass.
86997         * m4/getpass.m4: New file.
86998
86999         Module getugroups.
87000         * m4/getugroups.m4: New file.
87001
87002         Module group-member.
87003         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
87004         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
87005
87006         Module idcache.
87007         * m4/idcache.m4: New file.
87008
87009         Module userspec.
87010         * m4/userspec.m4: New file.
87011
87012         Module gettime.
87013         * m4/clock_time.m4: New file.
87014         * m4/gettime.m4: New file.
87015
87016         Module settime.
87017         * m4/settime.m4: New file.
87018
87019         Module posixtm.
87020         * m4/posixtm.m4: New file.
87021
87022         Module gethostname.
87023         * m4/gethostname.m4: New file.
87024
87025         Module canon-host.
87026         * m4/canon-host.m4: New file.
87027
87028         Module gettext.
87029         * m4/codeset.m4: New file, from gettext-0.11.5.
87030         * m4/gettext.m4: New file, from gettext-0.11.5.
87031         * m4/glibc21.m4: New file, from gettext-0.11.5.
87032         * m4/iconv.m4: New file, from gettext-0.11.5.
87033         * m4/intdiv0.m4: New file, from gettext-0.11.5.
87034         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
87035         * m4/inttypes.m4: New file, from gettext-0.11.5.
87036         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
87037         * m4/isc-posix.m4: New file, from gettext-0.11.5.
87038         * m4/lcmessage.m4: New file, from gettext-0.11.5.
87039         * m4/lib-ld.m4: New file, from gettext-0.11.5.
87040         * m4/lib-link.m4: New file, from gettext-0.11.5.
87041         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
87042         * m4/progtest.m4: New file, from gettext-0.11.5.
87043         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
87044         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
87045         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
87046
87047         Module localcharset.
87048         * m4/localcharset.m4: New file.
87049
87050         Module hard-locale.
87051         * m4/hard-locale.m4: New file.
87052
87053         Module mbswidth.
87054         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
87055         onceonly macros.
87056         * m4/mbrtowc.m4: Add comment.
87057
87058         Module memcasecmp.
87059         * m4/memcasecmp.m4: New file.
87060
87061         Module memcoll.
87062         * m4/memcoll.m4: New file.
87063
87064         Module unicodeio.
87065         * m4/unicodeio.m4: New file.
87066
87067         Module rpmatch.
87068         * m4/rpmatch.m4: New file.
87069
87070         Module yesno.
87071         * m4/yesno.m4: New file.
87072
87073         Module exitfail.
87074         * m4/exitfail.m4: New file.
87075
87076         Module c-stack.
87077         * m4/c-stack.m4 (gl_C_STACK): New macro.
87078         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
87079
87080         Module error.
87081         * m4/error.m4 (gl_ERROR): New macro.
87082         (jm_PREREQ_ERROR): Use onceonly macros.
87083
87084         Module fatal.
87085         * m4/fatal.m4: New file.
87086
87087         Module getloadavg.
87088         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
87089         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
87090
87091         Module getpagesize.
87092         * m4/getpagesize.m4: New file.
87093
87094         Module getusershell.
87095         * m4/getusershell.m4: New file.
87096
87097         Module physmem.
87098         * m4/physmem.m4: New file.
87099
87100         Module posixver.
87101         * m4/posixver.m4: New file.
87102
87103         Module quotearg.
87104         * m4/quotearg.m4: New file.
87105
87106         Module quote.
87107         * m4/quote.m4: New file.
87108
87109         Module readutmp.
87110         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
87111
87112         Module sig2str.
87113         * m4/sig2str.m4: New file.
87114
87115         Other.
87116         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
87117         ulonglong.m4.
87118         * m4/intmax_t.m4: New file.
87119         * m4/d-type.m4: Indentation.
87120         * m4/jm-macros.m4: Update.
87121         * m4/prereq.m4 (jm_PREREQ): Update.
87122         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
87123         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
87124         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
87125         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
87126         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
87127         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
87128         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
87129         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
87130         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
87131         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
87132         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
87133         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
87134         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
87135         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
87136         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
87137         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
87138         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
87139         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
87140         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
87141
87142 2002-12-24  Bruno Haible  <bruno@clisp.org>
87143
87144         * MODULES.txt: Update according to m4/ changes.
87145
87146         Module gettext.
87147         * config.rpath: New file, from gettext-0.11.5.
87148
87149         * modules/*: New module descriptions.
87150         * gnulib-tool: New file.
87151         * MODULES.html.sh: New file.
87152
87153 2002-12-21  Karl Berry  <karl@gnu.org>
87154
87155         * doc/fdl.texi: update to version 1.2.
87156
87157 2002-12-19  Karl Berry  <karl@gnu.org>
87158
87159         * config/config.guess: update from prep.
87160
87161 2002-12-18  Bruno Haible  <bruno@clisp.org>
87162
87163         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
87164         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
87165
87166 2002-12-17  Bruno Haible  <bruno@clisp.org>
87167
87168         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
87169         stdlib.h, string.h.
87170
87171 2002-12-17  Bruno Haible  <bruno@clisp.org>
87172
87173         * lib/canon-host.c (strdup): Remove unused declaration.
87174
87175         * lib/fsusage.c: Include full_read.h.
87176         (get_fs_usage): Use full_read instead of safe_read.
87177
87178         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
87179
87180 2002-12-12  Karl Berry  <karl@gnu.org>
87181
87182         * config/config.guess: update from prep.
87183
87184 2002-12-11  Bruno Haible  <bruno@clisp.org>
87185
87186         * m4/setenv.m4: New file, from gettext-0.11.5.
87187
87188 2002-12-11  Bruno Haible  <bruno@clisp.org>
87189
87190         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
87191         not unsetenv().
87192         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
87193         modifications:
87194
87195         2002-12-11  Bruno Haible  <bruno@clisp.org>
87196
87197                 * setenv.c (alloca): Fall back to malloc.
87198                 (freea): New macro.
87199                 (setenv): Use freea() to free memory allocated with alloca().
87200
87201         2002-11-13  Bruno Haible  <bruno@clisp.org>
87202
87203                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
87204                 function declarations.
87205                 * unsetenv.c (unsetenv): Likewise.
87206
87207         2002-03-04  Bruno Haible  <bruno@clisp.org>
87208
87209                 Portability to AIX 4.3.3.
87210                 * unsetenv.c: New file, extracted from setenv.c.
87211                 * setenv.c: Move the unsetenv() function to unsetenv.c.
87212
87213         2001-12-20  Bruno Haible  <bruno@clisp.org>
87214
87215                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
87216                 use malloc instead. For SunOS 4.
87217
87218         2001-12-11  Bruno Haible  <bruno@clisp.org>
87219
87220                 * setenv.c: Declare alloca.
87221                 (compar_fn_t): New typedef.
87222                 (KNOWN_VALUE, STORE_VALUE): Use it.
87223
87224         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
87225         setenv.h.
87226
87227 2002-12-10  Paul Eggert  <eggert@twinsun.com>
87228
87229         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
87230         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
87231         Choose values that are less likely to collide with system fnmatch
87232         options.
87233         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
87234         defined (e.g., a pure POSIX system).
87235         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
87236         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
87237
87238 2002-12-06  Paul Eggert  <eggert@twinsun.com>
87239
87240         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
87241         a pain in practice to deal with generated m4 files.  This change
87242         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
87243
87244         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
87245         and jm-glibc-io.m4, as they are no longer a special case.
87246         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
87247         kludge and the auto-generation stuff.  Check only whether the
87248         functions are declared, not whether they exist, since older hosts
87249         that don't declare the functions can't use the optimization anyway.
87250
87251 2002-12-06  Jim Meyering  <jim@meyering.net>
87252
87253         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
87254
87255         Merge in changes from libc's misc/error.c, in preparation
87256         for the merge of gnulib's changes back into libc.
87257
87258         * lib/error.c (_): Define only if not already defined.
87259         Move definition to follow all #include directives.
87260         Include unlocked-io.h only if !_LIBC.
87261         [_LIBC]: Include <libio/libioP.h>.
87262         [USE_IN_LIBIO]: Include <libio/iolibio.h>
87263         (fflush): Tweak definition to use INTUSE.
87264         (putc): Define.
87265
87266 2002-12-05  Paul Eggert  <eggert@twinsun.com>
87267
87268         * lib/alloca.c [defined emacs]: Include "lisp.h".
87269         (xalloc_die) [defined emacs]: New macro.
87270         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
87271         [! defined emacs]: Include <xalloc.h>.
87272         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
87273         (pointer): Typedef to POINTER_TYPE *.
87274         (malloc): Remove decl; we now always use xmalloc.
87275         (alloca): Use old-style definition, since Emacs needs this.
87276         Check for arithmetic overflow when computing combined size.
87277
87278 2002-12-04  Paul Eggert  <eggert@twinsun.com>
87279
87280         Do not generate unlocked-io.h automatically, since it's easier to
87281         maintain it by hand.
87282
87283         * lib/unlocked-io.h: New file, from GNU diffutils,
87284         but with proper copyright notice and attribution.
87285         * lib/gen-uio: Remove.
87286         * lib/Makefile.am: Add copyright notice.
87287         (libfetish_a_SOURCES): Add unlocked-io.h.
87288         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
87289         (DISTCLEANFILES, io_functions): Remove macros.
87290         (EXTRA_DIST): Remove gen_uio.
87291         (unlocked-io.h): Remove rule.
87292
87293 2002-12-04  Jim Meyering  <jim@meyering.net>
87294
87295         Reflect the fact that stat.c and lstat.c are no longer generated.
87296         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
87297         (DISTCLEANFILES): Likewise.
87298         (EXTRA_DIST): Likewise.
87299         (all_local): Don't depend on stat.c or lstat.c.
87300         (stat.c, lstat.c): Remove rules.
87301         (EXTRA_DIST): Remove xstat.in.
87302
87303         * lib/xstat.in: Remove file.  Contents moved into stat.c.
87304         * lib/stat.c: New file.  Contents mostly from xstat.in.
87305         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
87306         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
87307
87308         * lib/safe-read.c: Rework so that it may serve to define safe_write,
87309         too.
87310         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
87311
87312 2002-12-03  Jim Meyering  <jim@meyering.net>
87313
87314         * lib/safe-read.c, safe-write.c: Change variable names and comments,
87315         but not semantics, to minimize the differences between these two files.
87316         (safe_read): Change comment to mention SAFE_READ_ERROR.
87317
87318         * lib/safe-read.c (IS_EINTR): Define.
87319         (safe_read): Use IS_EINTR in place of in-function cpp directives.
87320
87321 2002-12-02  Jim Meyering  <jim@meyering.net>
87322
87323         * lib/safe-read.c (EINTR): Define.
87324         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
87325         (INT_MAX): Provide fallback.
87326         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
87327
87328         * lib/safe-read.h (SAFE_READ_ERROR): Define.
87329
87330 2002-12-02  Bruno Haible  <bruno@clisp.org>
87331
87332         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
87333         Define, taken from safe-read.c.
87334         (INT_MAX): Provide fallback.
87335         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
87336         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
87337
87338         * lib/safe-read.c (EINTR): Remove definition.
87339         (safe_read): Don't use EINTR if it is absent.
87340
87341 2002-12-01  Jim Meyering  <jim@meyering.net>
87342
87343         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
87344         zero.
87345         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
87346
87347 2002-11-27  Paul Eggert  <eggert@twinsun.com>
87348
87349         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
87350         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
87351         with `if (! (value < limit)) abort ();', for readability.
87352
87353 2002-11-26  Karl Berry  <karl@gnu.org>
87354
87355         * lib/strdup.c: copy from libc again, with jim's ok.
87356         * lib/.cppi-disable: re-add strdup.c
87357
87358 2002-11-25  Karl Berry  <karl@gnu.org>
87359
87360         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
87361         instead of "strtol.c".
87362
87363 2002-11-25  Karl Berry  <karl@gnu.org>
87364
87365         * config/install-sh: update from automake for variable quoting, $0 in
87366         error msgs, etc.
87367
87368         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
87369         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
87370         entry.
87371
87372 2002-11-25  Jim Meyering  <jim@meyering.net>
87373
87374         * lib/mktime.c: Sync from libc, now that it has the latest fix.
87375
87376 2002-11-24  Karl Berry  <karl@gnu.org>
87377
87378         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
87379         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
87380
87381 2002-11-24  Jim Meyering  <jim@meyering.net>
87382
87383         Update from coreutils:
87384
87385         * lib/mktime.c: Merge in changes from libc.
87386
87387         Avoid a link-time failure on some Linux systems.
87388         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
87389         (otherwise).
87390         (__mon_yday): Declare with the STATIC attribute.
87391         (__mktime_internal): Likewise.
87392         Based on a report from Greg Schafer.
87393
87394 2002-11-23  Jim Meyering  <jim@meyering.net>
87395
87396         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
87397         Use `unsigned', not `int', as type of index.
87398
87399         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
87400
87401         * lib/fsusage.c: Remove unneeded parentheses around operands of
87402         `defined'.
87403
87404 2002-11-22  Paul Eggert  <eggert@twinsun.com>
87405
87406         * lib/quotearg.h: Allow multiple inclusion by surrounding with
87407         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
87408         so that we can be included first.
87409         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
87410         * lib/quotearg.c: Include quotearg.h immediately after config.h.
87411         No need to include stddef.h or sys/types.h any more.
87412         Surround local include files with "", not "<>".
87413         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
87414         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
87415         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
87416         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
87417         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
87418         (ISPRINT): Remove; no longer needed now that we assume C89.
87419
87420         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
87421         Preserve errno.
87422
87423         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
87424         quotearg_char): Use SIZE_MAX rather than
87425         (size_t) -1 when we are talking about "infinity".
87426
87427         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
87428
87429 2002-11-22  Paul Eggert  <eggert@twinsun.com>
87430
87431         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
87432         hint that one should use `if (! x) abort ();' rather than `assert
87433         (x);', and anyway it's one less thing to worry about configuring.
87434         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
87435         hash_rehash, hash_insert): Use abort rather than assert.
87436
87437 2002-11-22  Bruno Haible  <bruno@clisp.org>
87438
87439         * lib/safe-read.h: Assume C89. Add comments.
87440         (safe_read): Change return type to size_t.
87441         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
87442         byte counts > SSIZE_MAX correctly.
87443         * lib/safe-write.h: New file.
87444         * lib/safe-write.c: New file.
87445         * lib/full-read.h: New file.
87446         * lib/full-read.c: New file.
87447         * lib/full-write.h: Assume C89. Add comments.
87448         * lib/full-write.c: Include safe-write.h.
87449         (full_write): Rewritten to use safe_write.
87450         Suggested by Jim Meyering and Paul Eggert.
87451
87452 2002-11-21  Jim Meyering  <jim@meyering.net>
87453
87454         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
87455
87456         Merge in changes from the coreutils.
87457
87458         2002-09-25  Paul Eggert  <eggert@twinsun.com>
87459         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
87460         <stdint.h>.
87461         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
87462         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
87463         int.  Work more efficiently if X is the same width as uintmax_t.
87464         Do not compare X to -1, to avoid bogus compiler warning.
87465         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
87466         Don't assume that f_frsize and f_bsize are the same type.
87467
87468         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
87469         warning on FreeBSD.
87470
87471         * lib/makepath.c (make_path): Restore umask *before* creating the final
87472         component.
87473         (make_path): Minor reformatting.
87474
87475         * lib/xmalloc.c: Adjust to work with new autoconf macros,
87476         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
87477         HAVE_MALLOC/HAVE_REALLOC.
87478
87479         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
87480         dummy ones.  At least on GNU/Linux systems, `auto' means something
87481         else.
87482         From Michael Stone.
87483
87484 2002-11-21  Bruno Haible  <bruno@clisp.org>
87485
87486         Remove case insensitive option matching.
87487         * lib/argmatch.h (argcasematch): Remove declaration.
87488         (ARGCASEMATCH): Remove macro.
87489         (__xargmatch_internal): Remove case_sensitive argument.
87490         (XARGMATCH): Update.
87491         (XARGCASEMATCH): Remove macro.
87492         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
87493         case_sensitive argument.
87494         (argcasematch): Remove function.
87495         (__xargmatch_internal): Remove case_sensitive argument.
87496         (main): Use XARGMATCH instead of XARGCASEMATCH.
87497
87498         * lib/xmalloc.c: Change compile-time error message. Add comment about
87499         required autoconf version.
87500
87501 2002-11-20  Paul Eggert  <eggert@twinsun.com>
87502
87503         Merge argmatch cleanups from Bison.  Assume C89.
87504
87505         * lib/argmatch.c: Include config.h here, not in argmatch.h.
87506         Include stdlib.h, for EXIT_FAILURE.
87507         Always include <string.h>, since we assume C89.
87508         (EXIT_FAILURE): Remove pre-C89 bug workaround.
87509         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
87510         Include <stddef.h> instead, since it's all we need for size_t.
87511         (PARAMS): Remove.  All uses removed.
87512         (ARRAY_CARDINALITY): Do not bother to #undef.
87513         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
87514         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
87515         Remove unnecessary parentheses.
87516         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
87517         Insert necessary parentheses.
87518         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
87519         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
87520
87521 2002-11-19  Bruno Haible  <bruno@clisp.org>
87522
87523         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
87524         * lib/mbswidth.h: Include <stddef.h>, for size_t.
87525
87526         * lib/mbswidth.h (PARAMS): Remove macro.
87527         (mbswidth, mbsnwidth): Use ANSI C function declarations.
87528         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
87529
87530         * lib/gcd.h (PARAMS): Remove macro.
87531         (gcd): Use ANSI C function declarations.
87532         * lib/gcd.c (gcd): Likewise.
87533
87534 2002-11-15  Bruno Haible  <bruno@clisp.org>
87535
87536         * lib/strcspn.c: Include <stddef.h>.
87537         (strcspn): Use ANSI C function declaration. Change return type to
87538         size_t. Use NULL.
87539         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
87540         (strpbrk): Use NULL.
87541         * lib/strpbrk.h (PARAMS): Remove macro.
87542         (strpbrk): Use ANSI C function declaration.
87543         * lib/strstr.c: Don't include <sys/types.h>.
87544         * lib/strstr.h (PARAMS): Remove macro.
87545         (strstr): Use ANSI C function declarations.
87546
87547 2002-11-14  Karl Berry  <karl@gnu.org>
87548
87549         * config/mkinstalldirs: `do' on separate line, instead of
87550         `for var; do'.
87551
87552 2002-11-06  Bruno Haible  <bruno@clisp.org>
87553
87554         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
87555         * lib/gcd.c (gcd): Likewise.
87556
87557 2002-11-05  Bruno Haible  <bruno@clisp.org>
87558
87559         * lib/gcd.h: New file, from gettext-0.11.5.
87560         * lib/gcd.c: New file, from gettext-0.11.5.
87561
87562 2002-11-05  Bruno Haible  <bruno@clisp.org>
87563
87564         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
87565         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
87566         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
87567         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
87568
87569         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
87570         <libintl.h>.
87571         * lib/makepath.c: Include gettext.h instead of <locale.h> and
87572         <libintl.h>.
87573
87574         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
87575         * lib/human.c: Include gettext.h instead of <libintl.h>.
87576         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
87577         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
87578         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
87579         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
87580         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
87581         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
87582         (textdomain): Remove definition.
87583         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
87584
87585         * lib/long-options.c: Remove include of <libintl.h> and definition of
87586         _.
87587         * lib/same.c: Remove include of <libintl.h> and definition of _.
87588
87589 2002-11-04  Owen Taylor  <otaylor@redhat.com>
87590
87591         * lib/config.charset: A few additions for Solaris.
87592
87593 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
87594
87595         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
87596         * lib/localcharset.c (locale_charset): Declare as extern "C".
87597
87598 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
87599
87600         * lib/config.charset: msdos in uk_UA uses CP1125.
87601
87602 2002-11-04  Bruno Haible  <bruno@clisp.org>
87603
87604         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
87605         * lib/strcase.h: New file, from GNU gettext-0.11.5.
87606         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
87607         * lib/strstr.h: New file, from GNU gettext-0.11.5.
87608         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
87609
87610 2002-11-04  Bruno Haible  <bruno@clisp.org>
87611
87612         * lib/localcharset.c (locale_charset): Don't return an empty string.
87613
87614 2002-11-04  Bruno Haible  <bruno@clisp.org>
87615
87616         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
87617         aliases.
87618
87619 2002-11-04  Bruno Haible  <bruno@clisp.org>
87620
87621         * lib/config.charset: Update for newest glibc. Add canonical names
87622         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
87623
87624 2002-11-04  Bruno Haible  <bruno@clisp.org>
87625
87626         * lib/config.charset: Add support for NetBSD.
87627
87628 2002-11-04  Bruno Haible  <bruno@clisp.org>
87629
87630         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
87631
87632 2002-11-01  Bruno Haible  <bruno@clisp.org>
87633
87634         * configure.in: Add AC_CONFIG_AUX_DIR call.
87635         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
87636         test/Makefile.
87637         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
87638
87639 2002-09-28  Karl Berry  <karl@gnu.org>
87640
87641         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
87642         installed automake until the next release, since changes have been
87643         made.
87644
87645 2002-09-25  Karl Berry  <karl@gnu.org>
87646
87647         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
87648         * lib/getopt*: copy from libc/posix.
87649         * lib/gettext.h: copy from gettext.
87650         * lib/.cppi-disable: add strdup.c, gettext.h.
87651
87652 2002-09-25  Karl Berry  <karl@gnu.org>
87653
87654         * config/srclist.txt: enable gettext.h check.
87655         * config/config.{guess,sub}: update from prep.
87656         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
87657                 from automake 1.6.3.
87658         See srclist*.
87659
87660 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
87661
87662         * regex.c (PATFETCH): Remove the translating fetch.
87663         (PATFETCH_RAW): Rename to PATFETCH.
87664         (set_image_of_range): New fun.
87665         (SET_RANGE_TABLE_WORK_AREA): Use it.
87666         (regex_compile): Don't translate the pattern chars so eagerly.
87667         Only do it when inserting an `exactn' bytecode or when handling
87668         a char-range.
87669         (mutually_exclusive_p): Avoid empty statement.
87670
87671 2002-07-06  Jim Meyering  <meyering@lucent.com>
87672
87673         * m4/README: Don't mention Makefile.am.in.
87674         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
87675
87676 2002-07-01  Jim Meyering  <meyering@lucent.com>
87677
87678         * lib/c-stack.c: Include sys/time.h.
87679         From Volker Borchert.
87680
87681 2002-06-26  Paul Eggert  <eggert@twinsun.com>
87682
87683         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
87684
87685 2002-06-26  Paul Eggert  <eggert@twinsun.com>
87686
87687         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
87688         New macro.  Use it uniformly instead of
87689         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
87690         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
87691         reported by Vin Shelton.
87692
87693 2002-06-22  Paul Eggert  <eggert@twinsun.com>
87694
87695         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
87696         Do not assume SA_SIGINFO behavior.
87697         Bug reported by Jim Meyering on NetBSD 1.5.2.
87698
87699 2002-06-22  Jim Meyering  <meyering@lucent.com>
87700
87701         * m4/c-stack.m4: New file, from diffutils-2.8.2.
87702         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
87703
87704         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
87705         now that configure.ac uses AC_GNU_SOURCE.
87706         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
87707         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
87708
87709         Update to latest tools.  Suggestions from Paul Eggert.
87710         * m4/stdbool.m4: New file, from diffutils-2.8.2.
87711         * m4/gnu-source.m4: Update from diffutils-2.8.2.
87712         * m4/fnmatch.m4: Likewise.
87713         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
87714         to AC_HEADER_STDBOOL
87715
87716 2002-06-22  Jim Meyering  <meyering@lucent.com>
87717
87718         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
87719         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
87720
87721 2002-06-22  Jim Meyering  <meyering@lucent.com>
87722
87723         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
87724
87725         * lib/exitfail.c, exitfail.h: Likewise.
87726         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
87727
87728         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
87729         of fnmatch.h.
87730         (EXTRA_DIST): Add fnmatch_loop.c.
87731         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
87732
87733         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
87734         * lib/fnmatch.c: Update from diffutils-2.8.2.
87735         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
87736         * lib/fnmatch.h: Remove file.
87737
87738 2002-06-21  Jim Meyering  <meyering@lucent.com>
87739
87740         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
87741         * m4/mbrtowc.m4: Likewise.
87742
87743         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
87744         * m4/mbswidth.m4: Reflect name change:
87745         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
87746         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
87747
87748         * m4/lib-link.m4: Update from gettext-0.11.2.
87749         * m4/gettext.m4: Likewise.
87750
87751         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
87752         From Alfred M. Szmidt.
87753
87754 2002-06-18  Paul Eggert  <eggert@twinsun.com>
87755
87756         * lib/file-type.h: Report an error if neither S_ISREG nor
87757         S_IFREG is defined, instead of using a test specific to glibc
87758         2.2.  This should be safe, since POSIX requires S_ISREG and
87759         Unix Version 7 had S_IFREG.  We don't need to check for
87760         <sys/types.h> since we don't use any symbols that it defines.
87761
87762 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
87763
87764         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
87765         $@-t, so that each temporary file name is unique and valid in the first
87766         8 characters, for operation under DOS.
87767
87768 2002-06-15  Paul Eggert  <eggert@twinsun.com>
87769
87770         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
87771
87772 2002-06-15  Jim Meyering  <meyering@lucent.com>
87773
87774         Work even with DJGPP 2.03, which lacks support for symlinks.
87775         From Richard Dawe.
87776         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
87777         is defined.
87778         * lib/lchown.c (S_ISLNK): Likewise.
87779
87780 2002-06-15  Jim Meyering  <meyering@lucent.com>
87781
87782         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
87783         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
87784         have been included before this file.
87785
87786 2002-06-14  Jim Meyering  <meyering@lucent.com>
87787
87788         * lib/file-type.h: Use the version from diffutils-2.8.2.
87789         * lib/file-type.c: Likewise.
87790
87791 2002-06-07  Jim Meyering  <meyering@lucent.com>
87792
87793         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
87794         They're needed at least for NetBSD 1.5.2.
87795         ($statxfs_includes): Include those same headers.
87796         ($statxfs_includes): Include sys/vfs.h if available.
87797         ($statxfs_includes): Likewise for sys/statvfs.h.
87798         Check for the following members in both structs statfs and statvfs:
87799         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
87800
87801 2002-06-01  Jim Meyering  <meyering@lucent.com>
87802
87803         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
87804         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
87805
87806 2002-05-28  Jim Meyering  <meyering@lucent.com>
87807
87808         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
87809         Reported by Volker Borchert.
87810
87811 2002-05-27  Jim Meyering  <meyering@lucent.com>
87812
87813         Fix a problem seen only on nonconforming systems whereby ls.c's
87814         use of localtime, and then of gettimeofday would cause trouble:
87815         the localtime call used to initialize rpl_gettimeofday's save
87816         mechanism would clobber ls's current local time information so
87817         that in any long listing the first file would always be listed
87818         with date 1970-01-01.  Analysis by Volker Borchert.
87819
87820         * lib/gettimeofday.c (localtime): Undefine.
87821         (rpl_localtime): New function.
87822
87823 2002-05-27  Jim Meyering  <meyering@lucent.com>
87824
87825         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
87826         localtime.
87827
87828         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
87829         use the replacement function; it wouldn't resolve at link time.
87830         Reported by Volker Borchert.
87831
87832 2002-05-22  Jim Meyering  <meyering@lucent.com>
87833
87834         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
87835         file-type.h.
87836         * lib/file-type.h: New file.
87837         * lib/file-type.c (file_type): New file/function.  Extracted from
87838         diffutils.
87839
87840 2002-04-30  Jim Meyering  <meyering@lucent.com>
87841
87842         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
87843
87844 2002-04-29  Paul Eggert  <eggert@twinsun.com>
87845
87846         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
87847
87848 2002-04-29  Paul Eggert  <eggert@twinsun.com>
87849
87850         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
87851         Do not check for alloca.h (no longer used) or stdbool.h (was never
87852         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
87853
87854 2002-04-29  Paul Eggert  <eggert@twinsun.com>
87855
87856         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
87857
87858 2002-04-29  Jim Meyering  <meyering@lucent.com>
87859
87860         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
87861         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
87862         Use AC_FUNC_STRNLEN here instead.
87863
87864         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
87865         With autoconf-2.53a, it's part of AC_PROG_CC.
87866
87867 2002-04-28  Paul Eggert  <eggert@twinsun.com>
87868
87869         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
87870         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
87871
87872 2002-04-28  Paul Eggert  <eggert@twinsun.com>
87873
87874         * lib/sig2str.h, lib/sig2str.c: New files.
87875         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
87876
87877 2002-04-28  Paul Eggert  <eggert@twinsun.com>
87878
87879         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
87880         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
87881         of 127, since 64 is the largest conceivable number for ancient
87882         nonstandard hosts.
87883         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
87884
87885 2002-04-28  Jim Meyering  <meyering@lucent.com>
87886
87887         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
87888
87889 2002-04-24  Jim Meyering  <meyering@lucent.com>
87890
87891         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
87892         (jm_PREREQ): Use it.
87893
87894         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
87895         mach/mach.h fcntl.h.
87896         Check for this function: setlocale.
87897
87898 2002-04-24  Jim Meyering  <meyering@lucent.com>
87899
87900         * lib/gettext.h: New file, from Gettext.
87901         * lib/Makefile.am (INCLUDES): Remove -I../intl.
87902         (libfetish_a_SOURCES): Add gettext.h.
87903
87904 2002-04-16  Jim Meyering  <meyering@lucent.com>
87905
87906         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
87907         ut_pid, ut_id, ut_exit.
87908
87909 2002-04-16  Jim Meyering  <meyering@lucent.com>
87910
87911         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
87912         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
87913         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
87914
87915 2002-04-12  Jim Meyering  <meyering@lucent.com>
87916
87917         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
87918         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
87919         existence of the getmntinfo function.  Needed for Darwin 5.3.
87920
87921         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
87922         This is necessary at least on Darwin 5.3.
87923
87924         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
87925         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
87926         strnlen.o in the library, and that makes some versions of ranlib
87927         object.
87928
87929 2002-04-12  Jim Meyering  <meyering@lucent.com>
87930
87931         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
87932
87933 2002-04-09  Jim Meyering  <meyering@lucent.com>
87934
87935         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
87936         to be more precise.  Rather than saying we're checking whether the
87937         function `works', say what we're testing.
87938         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
87939         Reported by Bruno Haible.
87940
87941 2002-03-10  Jim Meyering  <meyering@lucent.com>
87942
87943         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
87944         Suggestion from Santiago Vila.
87945
87946 2002-03-08  Jim Meyering  <meyering@lucent.com>
87947
87948         * lib/rename.c: Mention that this wrapper is needed also on
87949         mips-dec-ultrix4.4 systems.
87950
87951 2002-03-02  Jim Meyering  <meyering@lucent.com>
87952
87953         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
87954         not HAVE_CLOCK_SETTIME.
87955
87956 2002-02-27  Paul Eggert  <eggert@twinsun.com>
87957
87958         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
87959         Check for clock_settime.
87960
87961 2002-02-27  Paul Eggert  <eggert@twinsun.com>
87962
87963         * lib/nanosleep.h: Rename to....
87964         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
87965
87966         * lib/gettime.c: New file.
87967         * lib/settime.c: New file.
87968         * lib/stime.c: Remove.
87969
87970         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
87971         timespec.h.  Remove nanosleep.h.
87972
87973 2002-02-25  Paul Eggert  <eggert@twinsun.com>
87974
87975         * m4/acl.m4: New file.
87976         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
87977         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
87978
87979 2002-02-25  Paul Eggert  <eggert@twinsun.com>
87980
87981         * lib/acl.c, lib/acl.h: New files.
87982         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
87983
87984 2002-02-24  Jim Meyering  <meyering@lucent.com>
87985
87986         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
87987         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
87988         cause trouble.  Reported by Nelson Beebe.
87989
87990 2002-02-23  Paul Eggert  <eggert@twinsun.com>
87991
87992         * lib/path-concat.c (xpath_concat): Reorder code to pacify
87993         compilers that don't know that xalloc_die never returns.
87994
87995 2002-02-20  Jim Meyering  <meyering@lucent.com>
87996
87997         * lib/getdate.c: Regenerate using bison-1.33.
87998
87999 2002-02-17  Jim Meyering  <meyering@lucent.com>
88000
88001         * config/config.guess (main): Don't use `head -1'; it's no longer
88002         portable. Use `sed 1q' instead.
88003
88004 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
88005
88006         * m4/codeset.m4: Upgrade to gettext-0.11.
88007         * m4/gettext.m4: Upgrade to gettext-0.11.
88008         * m4/glibc21.m4: Upgrade to gettext-0.11.
88009         * m4/iconv.m4: Upgrade to gettext-0.11.
88010         * m4/isc-posix.m4: Upgrade to gettext-0.11.
88011         * m4/lcmessage.m4: Upgrade to gettext-0.11.
88012         * m4/lib-ld.m4: New file, from gettext-0.11.
88013         * m4/lib-link.m4: New file, from gettext-0.11.
88014         * m4/lib-prefix.m4: New file, from gettext-0.11.
88015         * m4/progtest.m4: Upgrade to gettext-0.11.
88016
88017 2002-02-15  Paul Eggert  <eggert@twinsun.com>
88018
88019         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
88020         (jm_PREREQ): Use it.
88021
88022 2002-02-15  Paul Eggert  <eggert@twinsun.com>
88023
88024         * lib/posixver.c, lib/posixver.h: New files.
88025         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
88026
88027 2002-02-02  Paul Eggert  <eggert@twinsun.com>
88028             Bruno Haible  <bruno@clisp.org>
88029
88030         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
88031         (fwrite_success_callback): New declaration.
88032         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
88033         print_unicode_char. Call failure callback instead of error.
88034         (fwrite_success_callback): New function.
88035         (exit_failure_callback): New function.
88036         (fallback_failure_callback): New function.
88037         (print_unicode_char): Call unicode_to_mb.
88038
88039 2002-01-26  Jim Meyering  <meyering@lucent.com>
88040
88041         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
88042         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
88043
88044 2002-01-26  Jim Meyering  <meyering@lucent.com>
88045
88046         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
88047
88048 2002-01-22  Paul Eggert  <eggert@twinsun.com>
88049
88050         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
88051
88052 2002-01-22  Jim Meyering  <meyering@lucent.com>
88053
88054         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
88055         Otherwise, some versions of automake would omit the rule that makes
88056         Makefile from Makefile.in.
88057
88058 2002-01-21  Paul Eggert  <eggert@twinsun.com>
88059
88060         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
88061         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
88062         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
88063         (memcoll): Set errno to zero if there is no error.
88064
88065         * lib/quotearg.c (quotearg_buffer_restyled):
88066         Fix bug with quoting buffers containing NUL when backslashing escapes.
88067         This bug was exposed by the other changes in this patch.
88068         (quotearg_n_options): New arg ARGSIZE.
88069         All callers changed.
88070         (quoting_options_from_style): New function.
88071         (quotearg_n_style): Use it.
88072         (quotearg_n_style_mem): New function.
88073
88074         * lib/quotearg.h (quotearg_n_style_mem): New function.
88075
88076 2002-01-19  Jim Meyering  <meyering@lucent.com>
88077
88078         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
88079         Remove useless quotes: DF_PROG="df".
88080         * m4/strnlen.m4: New file.
88081
88082 2002-01-16  Paul Eggert  <eggert@twinsun.com>
88083
88084         * lib/backupfile.c (ISDIGIT): Comment fix.
88085         * lib/getdate.y (ISDIGIT): Likewise.
88086         * lib/posixtm.c (ISDIGIT, year): Likewise.
88087         * lib/strverscmp.c (ISDIGIT): Likewise.
88088         * lib/userspec.c (ISDIGIT): Likewise.
88089
88090 2002-01-16  Jim Meyering  <meyering@lucent.com>
88091
88092         * lib/getdate.y: Add three semicolons, each just before a closing
88093         brace. Bison (as of version 1.31) no longer papers over that mistake.
88094
88095 2002-01-05  Jim Meyering  <meyering@lucent.com>
88096
88097         * lib/version-etc.c (version_etc_copyright): Update copyright year.
88098
88099 2001-12-19  Paul Eggert  <eggert@twinsun.com>
88100
88101         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
88102         not silently exit merely because the output buffer happens to
88103         have nothing pending.
88104
88105 2001-12-18  Paul Eggert  <eggert@twinsun.com>
88106
88107         See the big note in ../ChangeLog.
88108         * lib/human.c (suffixes): Prefer K to k for 1024.
88109         (generate_suffix_backwards): New function.
88110         (human_readable_inexact): Use it.
88111         * lib/xstrtol.c (__xstrtol): If there is no number but there
88112         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
88113         Accept 'K' as well as 'k'.
88114
88115 2001-12-15  Jim Meyering  <meyering@lucent.com>
88116
88117         * lib/regex.h (__restrict_arr): Update from libc.
88118
88119         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
88120         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
88121         (STREQ): Define.
88122
88123 2001-12-14  Jim Meyering  <meyering@lucent.com>
88124
88125         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
88126         Suggestion from Bruno Haible.
88127
88128 2001-12-10  Jim Meyering  <meyering@lucent.com>
88129
88130         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
88131         xrealloc, Instead, include "xalloc.h".
88132         (initbuffer): Don't cast xmalloc return value to char*.
88133         (readline): Reword comment.
88134         Don't cast xrealloc return value to char*
88135         Return NULL, not 0.
88136
88137 2001-12-09  Jim Meyering  <meyering@lucent.com>
88138
88139         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
88140         about `signed and unsigned type in conditional expression'.
88141         * lib/posixtm.c (posix_time_parse): Likewise.
88142
88143         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
88144
88145         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
88146         to avoid a pedantic warning.
88147
88148         * lib/getstr.c: Don't include assert.h.
88149         (getstr): Remove warning-evoking assertions.
88150         Return -1 if offset parameter is out of bounds.
88151         Change the type of a local from int to size_t.
88152
88153         * lib/strftime.c (my_strftime_localtime_r): Include this function
88154         definition in the `#if ! HAVE_TM_GMTOFF' block.
88155
88156         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
88157         Include xalloc.h instead.
88158
88159 2001-12-02  Jim Meyering  <meyering@lucent.com>
88160
88161         * lib/tempname.c: Don't declare getenv, thus reverting the change of
88162         2001-11-18.  It's no longer necessary, now that stdlib.h is always
88163         included.
88164
88165         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
88166         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
88167
88168 2001-11-30  Akim Demaille  <akim@epita.fr>
88169
88170         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
88171         before being defined.
88172
88173 2001-11-27  Paul Eggert  <eggert@twinsun.com>
88174
88175         * lib/quotearg.h (quotearg_n, quotearg_n_style):
88176         First arg is int, not unsigned.
88177         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
88178         (SIZE_MAX, UINT_MAX): New macros.
88179         (quotearg_n_options): Abort if N is negative.
88180         Avoid overflow check on hosts where size_t is 64 bits and int
88181         is 32 bits, as overflow is impossible there.
88182         Fix off-by-one typo that caused unnecessary reallocation.
88183
88184 2001-11-27  Jim Meyering  <meyering@lucent.com>
88185
88186         * lib/tempname.c: Merge with version from libc.
88187         * lib/regex.c: Likewise.
88188
88189         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
88190         systems for which STDC_HEADERS is 0, it was not included, resulting in
88191         a warning about an integer-to-pointer conversion problem with getenv.
88192         Reported by Volker Borchert.
88193
88194 2001-11-26  Jim Meyering  <meyering@lucent.com>
88195
88196         * lib/gtod.h: Remove file.
88197         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
88198         * lib/gettimeofday.c: Don't include gtod.h.
88199         (GTOD_init): Remove function.
88200         (rpl_gettimeofday): Do its job here instead, rather than aborting.
88201         Suggestion from Volker Borchert.
88202
88203 2001-11-23  Jim Meyering  <meyering@lucent.com>
88204
88205         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
88206         it.
88207         * lib/hash.c (struct hash_table): Define it here instead.
88208
88209 2001-11-22  Jim Meyering  <meyering@lucent.com>
88210
88211         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
88212
88213 2001-11-20  Jim Meyering  <meyering@lucent.com>
88214
88215         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
88216         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
88217
88218 2001-11-19  Jim Meyering  <meyering@lucent.com>
88219
88220         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
88221         directory.  Use "conftestXXXXXX" as the template.
88222         Suggestion from Paul Eggert.
88223
88224         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
88225         immediately, so the test doesn't mistakenly hit the max-open-files
88226         limit.
88227
88228 2001-11-18  Paul Eggert  <eggert@twinsun.com>
88229
88230         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
88231         (TEMPORARIES): New macro.
88232         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
88233         removes an artificial limitation (e.g. HP-UX 10.20, where
88234         TMP_MAX is 17576).
88235
88236 2001-11-18  Jim Meyering  <meyering@lucent.com>
88237
88238         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
88239
88240 2001-11-18  Jim Meyering  <meyering@lucent.com>
88241
88242         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
88243         on SunOS 4.
88244
88245         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
88246         files will be created before anything else.
88247
88248 2001-11-17  Paul Eggert  <eggert@twinsun.com>
88249
88250         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
88251         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
88252
88253 2001-11-17  Jim Meyering  <meyering@lucent.com>
88254
88255         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
88256         Prompted by a report from Bob Proulx.
88257
88258         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
88259         Instead, require UTILS_FUNC_MKSTEMP.
88260
88261 2001-11-17  Jim Meyering  <meyering@lucent.com>
88262
88263         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
88264         Now, that's done as part of AC_FUNC_STRTOD.
88265
88266 2001-11-17  Jim Meyering  <meyering@lucent.com>
88267
88268         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
88269         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
88270         rather than group writable.  Patch by Juan F. Codagnone.
88271
88272         * lib/readtokens.c: Remove explicit declarations of xmalloc and
88273         xrealloc, Instead, include "xalloc.h".
88274
88275         * lib/mountlist.c: Include unlocked-io.h after all system headers.
88276         Remove explicit declarations of xmalloc, xrealloc,
88277         and xstrdup.  Instead, include "xalloc.h".
88278
88279         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
88280         unlocked-io.h.
88281         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
88282         Likewise.
88283         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
88284
88285         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
88286         Reported by Padraig Brady.
88287
88288         * lib/mkstemp.c: #undef mkstemp.
88289         Include config.h.
88290         (rpl_mkstemp): Rename from mkstemp.
88291         Protoize.
88292
88293 2001-11-16  Jim Meyering  <meyering@lucent.com>
88294
88295         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
88296         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
88297         determine the amount of total physical memory, use pstat_getstatic.
88298         HPUX-11 doesn't define _SC_PHYS_PAGES.
88299         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
88300         If sysconf couldn't be used to determine the amount of available
88301         physical memory, use both pstat_getstatic and pstat_getdynamic.
88302         Based on a patch from Bob Proulx.
88303
88304 2001-11-10  Jim Meyering  <meyering@lucent.com>
88305
88306         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
88307         (jm_PREREQ): Use it.
88308
88309 2001-11-09  Jim Meyering  <meyering@lucent.com>
88310
88311         * m4/jm-macros.m4: Require autoconf-2.52f.
88312         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
88313         Use these AC_-prefixed names, not the AM_-prefixed ones.
88314
88315         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
88316
88317 2001-11-05  Jim Meyering  <meyering@lucent.com>
88318
88319         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
88320
88321 2001-11-04  Jim Meyering  <meyering@lucent.com>
88322
88323         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
88324         $DEFS.
88325
88326 2001-11-03  Jim Meyering  <meyering@lucent.com>
88327
88328         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
88329         of AC_DEFUN.
88330
88331         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
88332         know the name of the variable in the macro definition.
88333
88334 2001-11-03  Jim Meyering  <meyering@lucent.com>
88335
88336         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
88337         in argmatch_to_argument call.
88338
88339         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
88340         argument.
88341
88342         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
88343         e.g., a fault due to an attempt to free a NULL pointer.
88344
88345 2001-11-01  Jim Meyering  <meyering@lucent.com>
88346
88347         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
88348         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
88349
88350 2001-11-01  Jim Meyering  <meyering@lucent.com>
88351
88352         * lib/dirfd.c, lib/dirfd.h: New files.
88353         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
88354
88355         * lib/hash.c (hash_print) [TESTING]: Clean up.
88356
88357 2001-10-22  Paul Eggert  <eggert@twinsun.com>
88358
88359         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
88360         to avoid a warning if -Wall.
88361
88362 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
88363
88364         * README: New file
88365         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
88366         (per RMS's instructions, this is now the canonical source)
88367         * lgpl/, gpl/: New directories.
88368
88369 2001-10-21  Paul Eggert  <eggert@twinsun.com>
88370
88371         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
88372
88373 2001-10-21  Jim Meyering  <meyering@lucent.com>
88374
88375         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
88376         this code would end up calling gettext even in packages built
88377         with --disable-nls.
88378         * lib/getopt.c (_): Likewise.
88379         * lib/regex.c (_): Likewise.
88380
88381 2001-10-20  Paul Eggert  <eggert@twinsun.com>
88382
88383         * m4/error.m4 (jm_PREREQ_ERROR):
88384         Do not invoke AC_CHECK_FUNCS with strerror_r, as
88385         AC_FUNC_STRERROR_R does that.
88386         Check for strerror declaration.
88387
88388         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
88389         are supposed to have them these days.
88390         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
88391         Merge changes from latest Autoconf CVS.
88392         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
88393         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
88394         POSIX decided to standardize on the int flavor of strerror_r.
88395
88396 2001-10-20  Paul Eggert  <eggert@twinsun.com>
88397
88398         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
88399         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
88400         Use strerror_r that is only a macro, even if it is not a function.
88401         (strerror): Check for HAVE_DECL_STRERROR before declaring.
88402         (private_strerror): Use prototypes, not old-style function definition.
88403         (print_errno_message): New function.
88404         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
88405         char*-flavored one.
88406         (error_tail, error, error_at_line): Use it.
88407
88408 2001-10-11  Jim Meyering  <meyering@lucent.com>
88409
88410         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
88411         and quote_n (1, ... to avoid clobbering a buffer.
88412
88413 2001-10-05  Jim Meyering  <meyering@lucent.com>
88414
88415         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
88416         hash-pjw.h.
88417         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
88418         * lib/hash-pjw.h: New file.
88419
88420 2001-09-30  Jim Meyering  <meyering@lucent.com>
88421
88422         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
88423         `struct fsstat' has the `f_fstypename' member.
88424         Use that to define FS_TYPE, which is now used to make
88425         the getfsstat link test tighter.
88426
88427 2001-09-30  Jim Meyering  <meyering@lucent.com>
88428
88429         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
88430         Include <sys/ucred.h>, for Apple Darwin.
88431         Include sys/mount.h and sys/fs_types.h only if available.
88432         (FS_TYPE): Define.
88433         (read_filesystem_list): Use FS_TYPE.
88434
88435 2001-09-29  Paul Eggert  <eggert@twinsun.com>
88436
88437         * lib/exclude.c (excluded_filename): 0 -> false, since it's
88438         a boolean context.
88439
88440 2001-09-29  Jim Meyering  <meyering@lucent.com>
88441
88442         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
88443         [one-argument getmntent function]): Include stdio.h before mntent.h.
88444         SunOS 4.1.x needs it for the declaration of `FILE'.
88445         Patch by Volker Borchert.
88446
88447         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
88448         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
88449         sys/fs_types.h, and make the link-test for getfsstat guard #include
88450         directives with appropriate #if HAVE_*_H tests so that we can
88451         detect getfsstat on Apple Darwin1.3.7 systems.
88452         Reported by Nelson Beebe.
88453         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
88454
88455 2001-09-28  Paul Eggert  <eggert@twinsun.com>
88456
88457         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
88458         #defines strtoimax.  Also treat the other strto* functions
88459         like strtoimax.
88460
88461         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
88462         Check for strtoul and strtoumax,
88463         as those declarations are made even in the signed case.
88464         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
88465         Likewise, for strtol and strtoimax.
88466
88467 2001-09-28  Paul Eggert  <eggert@twinsun.com>
88468
88469         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
88470         #defines strtoimax.  Also treat the other strto* functions
88471         like strtoimax.
88472
88473         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
88474         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
88475         (strtoimax, strtoumax): Do not declare if already defined as a macro.
88476
88477 2001-09-26  Jim Meyering  <meyering@lucent.com>
88478
88479         Most macros in unlocked-io.h had the wrong number of arguments.
88480         * lib/gen-uio: New script.
88481         (USE_UNLOCKED_IO): Define to 1 if not already defined.
88482         * lib/unlocked-io.hin: Remove file.
88483         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
88484         rather than trying to embed it here.
88485         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
88486         Reported by Padraig Brady.
88487
88488 2001-09-25  Volker Borchert  <bt@teknon.de>
88489
88490         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
88491         `result'.
88492
88493 2001-09-24  Jim Meyering  <meyering@lucent.com>
88494
88495         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
88496
88497 2001-09-23  Jim Meyering  <meyering@lucent.com>
88498
88499         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
88500         instead of the mere test for existence of mntent.h.  The latter
88501         would get a false-positive on AIX 3.4 systems.
88502         In the outer getmntent if-block, don't die if neither of the getmntent
88503         tests succeeds.  Instead, just fall through and continue with the
88504         remaining tests.
88505
88506 2001-09-23  Jim Meyering  <meyering@lucent.com>
88507
88508         * lib/mountlist.c: Remove useless parentheses in #if directives.
88509         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
88510         the deprecated MOUNTED symbol is no longer defined in mntent.h.
88511
88512 2001-09-22  Jim Meyering  <meyering@lucent.com>
88513
88514         * m4/gettext.m4: New file.  From gettext.
88515         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
88516         * m4/progtest.m4: Likewise
88517         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
88518         * m4/glibc21.m4: Likewise.
88519
88520         * m4/libintl.m4: Remove.  No longer used.
88521
88522 2001-09-22  Jim Meyering  <meyering@lucent.com>
88523
88524         * lib/localcharset.c: Update from latest gettext.
88525         * lib/config.charset: Likewise.
88526
88527 2001-09-20  Jim Meyering  <meyering@lucent.com>
88528
88529         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
88530         strtoimax.
88531         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
88532         strtoumax.
88533
88534 2001-09-20  Jim Meyering  <meyering@lucent.com>
88535
88536         * lib/xstrtol.c (strtoimax): Guard declaration with
88537         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
88538         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
88539         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
88540         (strtoumax): Likewise, for completeness (it wasn't necessary).
88541
88542 2001-09-17  Paul Eggert  <eggert@twinsun.com>
88543
88544         * lib/strtoimax.c (HAVE_LONG_LONG):
88545         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
88546         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
88547         to work around bug in IBM C compiler.
88548
88549 2001-09-17  Jim Meyering  <meyering@lucent.com>
88550
88551         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
88552         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
88553         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
88554         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
88555         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
88556         whenever the right hand side need not be expanded by the shell.
88557
88558 2001-09-16  Paul Eggert  <eggert@twinsun.com>
88559
88560         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
88561         library.  It's not correct, as some older glibcs are buggy.
88562         fnmatch wasn't fixed until glibc 2.2.
88563
88564         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
88565         special shell magic here.
88566
88567 2001-09-16  Jim Meyering  <meyering@lucent.com>
88568
88569         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
88570         * m4/jm-macros.m4: Require it.
88571
88572 2001-09-16  Jim Meyering  <meyering@lucent.com>
88573
88574         * lib/mkdir.c: New file.
88575
88576 2001-09-15  Jim Meyering  <meyering@lucent.com>
88577
88578         * m4/jm-macros.m4: Check for help2man.
88579
88580 2001-09-11  Jim Meyering  <meyering@lucent.com>
88581
88582         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
88583         The body, by Paul Eggert, was moved here from configure.in.
88584         * m4/jm-macros.m4: Require UTILS_HOST_OS.
88585
88586 2001-09-04  Paul Eggert  <eggert@twinsun.com>
88587
88588         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
88589         (jm_PREREQ): Use it.
88590
88591 2001-09-04  Paul Eggert  <eggert@twinsun.com>
88592
88593         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
88594         Use ssize_t, not int, to store result of readlink.
88595         Check for ssize_t overflow as well as size_t overflow,
88596         as POSIX says the result of readlink is implementation-defined
88597         when ssize_t overflows.
88598         Remove unnecessary cast to char*.
88599         Use free+malloc instead of realloc, as the storage doesn't need
88600         to be preserved and it's clearer and can be more efficient that way.
88601         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
88602         * lib/xreadlink.h (xreadlink): Update prototype.
88603
88604 2001-09-04  Paul Eggert  <eggert@twinsun.com>
88605
88606         * lib/xgetcwd.c: Revert some of the previous change; intead,
88607         fix the HAVE_GETCWD_NULL code to behave more like the
88608         !HAVE_GETCWD_NULL code used to.
88609
88610         Include "xalloc.h".
88611         (xgetcwd): Do not return NULL when memory is exhausted; instead,
88612         invoke xalloc_die.
88613
88614 2001-09-03  Paul Eggert  <eggert@twinsun.com>
88615
88616         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
88617         sys/param.h, as pathmax.h includes them.
88618
88619 2001-09-03  Paul Eggert  <eggert@twinsun.com>
88620
88621         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
88622         (jm_PREREQ_XGETCWD): New macro.
88623
88624         * m4/getcwd.m4: New file.
88625
88626 2001-09-03  Paul Eggert  <eggert@twinsun.com>
88627
88628         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
88629         like the HAVE_GETCWD_NULL code.
88630         Include pathmax.h if not HAVE_GETCWD.
88631         Do not include xalloc.h.
88632         (INITIAL_BUFFER_SIZE): New symbol.
88633         Do not use xmalloc / xrealloc, since the caller is responsible for
88634         handling errors.  Preserve errno around `free' during failure.
88635         Do not overrun buffer when using getwd.
88636
88637 2001-09-03  Paul Eggert  <eggert@twinsun.com>
88638
88639         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
88640         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
88641         getcwd (NULL, 0).
88642
88643 2001-09-03  Paul Eggert  <eggert@twinsun.com>
88644
88645         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
88646         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
88647         spotted by Jim Meyering.
88648
88649 2001-09-03  Jim Meyering  <meyering@lucent.com>
88650
88651         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
88652         failure.
88653
88654 2001-09-02  Jim Meyering  <meyering@lucent.com>
88655
88656         * lib/error.c: Update from GNU libc.
88657
88658 2001-09-01  Jim Meyering  <meyering@lucent.com>
88659
88660         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
88661         Used by df.
88662
88663 2001-09-01  Jim Meyering  <meyering@lucent.com>
88664
88665         * lib/xreadlink.c: New file.
88666         * lib/xreadlink.h: New file.
88667         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
88668         xreadlink.h.
88669
88670         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
88671         doesn't conflict with sparc Solaris 7's definition in
88672         /usr/include/sys/int_types.h.
88673
88674         * lib/exclude.c: Use `""', not `<>' to #include non-system header
88675         files.
88676         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
88677         and strncasecmp as r-values.  Unixware didn't have declarations.
88678
88679 2001-08-31  Paul Eggert  <eggert@twinsun.com>
88680
88681         * lib/xstrtol.h: Add copyright notice.
88682         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
88683         LONGINT_INVALID_SUFFIX_CHAR.
88684
88685 2001-08-31  Paul Eggert  <eggert@twinsun.com>
88686
88687         * lib/xstrtol.c (strtoimax): New decl.
88688
88689 2001-08-31  Paul Eggert  <eggert@twinsun.com>
88690
88691         * lib/xgetcwd.c: Don't include pathmax.h.
88692         Include stdlib.h and unistd.h if available.
88693         Include xalloc.h.
88694         (xmalloc, xstrdup, free): Remove decls.
88695         (xgetcwd): Don't assume sizes fit in unsigned.
88696         Check for overflow when computing sizes.
88697         Simplify reallocation code.
88698
88699 2001-08-31  Paul Eggert  <eggert@twinsun.com>
88700
88701         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
88702         a directory's st_size can have an arbitrary value, so the old
88703         usage could waste an arbitrary amount of memory.  All uses
88704         changed.
88705         * lib/savedir.h: Update prototype.
88706
88707 2001-08-31  Paul Eggert  <eggert@twinsun.com>
88708
88709         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
88710
88711         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
88712         old strtoimax.c.
88713
88714         Also, make the following further changes to make this file's
88715         configuration more similar to that of strtol.c:
88716         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
88717         (strtoumax, uintmax_t, strtoull, strtol): Remove.
88718         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
88719         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
88720         changed to signed values.
88721
88722         And make the following changes as well:
88723         Fix copyright notice, as 1999 was missing.
88724         (verify): New macro.
88725         (strtoimax): Check sizes at compile-time, not run-time.
88726         Prefer strtol to strtoll if both work.
88727         (main): Remove; it was not that useful and was a pain to maintain.
88728
88729         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
88730
88731 2001-08-31  Jim Meyering  <meyering@lucent.com>
88732
88733         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
88734         Use an initial, malloc'd, buffer of length 128 rather than
88735         a statically allocated one of length 1024.
88736
88737 2001-08-30  Paul Eggert  <eggert@twinsun.com>
88738
88739         Simplify code, partly by assuming autoconf 2.52 semantics.
88740
88741         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
88742
88743         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
88744         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
88745         All uses removed.
88746         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
88747         Move AC_REQUIRE to next-to-top level, to avoid confusion.
88748         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
88749         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
88750         jm_AC_HEADER_INTTYPES_H.
88751         * m4/jm-macros.m4 (jm_MACROS): Likewise.
88752
88753         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
88754
88755         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
88756         Quote first arg of AC_DEFUN.
88757         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
88758         since they are needed to parse the include file even if we need
88759         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
88760         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
88761         but with opposite signedness.
88762
88763 2001-08-30  Paul Eggert  <eggert@twinsun.com>
88764
88765         Merge 'exclude' changes from tar 1.13.22.
88766         This fixes one or two unlikely storage allocation overflow bugs,
88767         but doesn't change user-visible behavior otherwise.
88768
88769 2001-08-30  Paul Eggert  <eggert@twinsun.com>
88770
88771         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
88772         (jm_PREREQ_EXCLUDE): New macro.
88773
88774 2001-08-30  Paul Eggert  <eggert@twinsun.com>
88775
88776         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
88777         tm to be declared.
88778
88779 2001-08-30  Paul Eggert  <eggert@twinsun.com>
88780
88781         * lib/hash.c: Remove '2001' from copyright notice.
88782
88783 2001-08-30  Paul Eggert  <eggert@twinsun.com>
88784
88785         * lib/full-write.h: New file.
88786         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
88787         * lib/full-write.c: Correct credits, as cccp.c no longer
88788         exists and anyway it was so heavily changed from the old cccp
88789         code as to be unrecognizable.  Include full-write.h.
88790         (full_write): Return size_t, with short writes meaning failure.
88791         All callers changed.  This fixes a bug with large buffers
88792         on 64-bit hosts.
88793         * lib/utime.c: Include full-write.h.
88794
88795 2001-08-30  Paul Eggert  <eggert@twinsun.com>
88796
88797         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
88798         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
88799         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
88800         Include if available.
88801         (<xalloc.h>): Include
88802         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
88803         (verify): New macro.  Use it to verify that EXCLUDE macros do not
88804         collide with FNM macros.
88805         (struct patopts): New struct.
88806         (struct exclude): Use it, as exclude patterns now come with options.
88807         (new_exclude): Support above changes.
88808         (new_exclude, add_exclude_file):
88809         Initial size must now be a power of two to simplify overflow checking.
88810         (free_exclude, fnmatch_no_wildcards): New function.
88811         (excluded_filename): No longer requires options arg, as the options
88812         are determined by add_exclude.  Now returns bool, not int.
88813         (excluded_filename, add_exclude):
88814         Add support for the fancy new exclusion options.
88815         (add_exclude, add_exclude_file): Now takes int options arg.
88816         Check for arithmetic overflow when computing sizes.
88817         (add_exclude_file): xrealloc might modify errno, so don't
88818         realloc until after errno might be used.
88819
88820         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
88821         New macros.
88822         (free_exclude): New decl.
88823         (add_exclude, add_exclude_file): Now takes int options arg.
88824         (excluded_filename): No longer requires options arg, as the options
88825         are determined by add_exclude.  Now returns bool, not int.
88826
88827 2001-08-30  Paul Eggert  <eggert@twinsun.com>
88828
88829         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
88830
88831 2001-08-27  Jim Meyering  <meyering@lucent.com>
88832
88833         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
88834
88835         * lib/version-etc.c (N_): Remove definition.
88836         Revert most of last change.
88837         Instead, simply don't mark the `Copyright...' string for translation.
88838         Based on advice from Paul Eggert.
88839
88840         * lib/strtoxmax.c: Tweak comment.
88841
88842 2001-08-26  Jim Meyering  <meyering@lucent.com>
88843
88844         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
88845
88846         * m4/xstrtoimax.m4: New file.
88847         * m4/xstrtoumax.m4: Add comments explaining why we
88848         AC_REPLACE_FUNCS(strtol).
88849
88850 2001-08-26  Jim Meyering  <meyering@lucent.com>
88851
88852         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
88853         of copyright with `%s' so translators don't get an untranslated
88854         message in 2002.
88855         (COPYRIGHT_YEAR): Define.
88856         (version_etc): Use fprintf rather than fputs.
88857         Suggestion from Ulrich Drepper.
88858
88859         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
88860
88861         * lib/strtoll.c: New file, from GNU libc.
88862         * lib/xstrtoimax.c: New file.
88863
88864         * lib/xstrtol.h: Add xstrtoimax.
88865         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
88866         * lib/strtoimax.c: New file.  Likewise, but first define
88867         STRTOUXMAX_SIGNED.
88868
88869         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
88870         ...
88871         * lib/strtoxmax.c: ... then renamed to this.
88872
88873 2001-08-18  Paul Eggert  <eggert@twinsun.com>
88874
88875         * m4/inttypes.m4: Add AC_PREREQ(2.13).
88876         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
88877         (jm_AC_TYPE_INTMAX_T): New macro.
88878         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
88879
88880         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
88881
88882         * m4/longlong.m4: Renamed from ulonglong.m4.
88883         * m4/inttypes.m4: Renamed from inttypes_h.m4.
88884         * m4/uintmax_t.m4: Removed.
88885
88886 2001-08-13  Paul Eggert  <eggert@twinsun.com>
88887
88888         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
88889         Port to Solaris 8, where 'sed' requires a space after the 'r'
88890         command, and where sh dislikes "$/".  Clean up the spacing a bit.
88891         Redirect output to $tmp just once.
88892
88893 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
88894
88895         * lib/addext.c (<errno.h>): Include.
88896         (errno): Declare if not defined.
88897         (addext): Work correctly when pathconf returns -1 and leaves
88898         errno alone because there is no limit.  Also, work even if
88899         pathconf returns a value greater than SIZE_MAX.
88900
88901 2001-08-12  Jim Meyering  <meyering@lucent.com>
88902
88903         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
88904         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
88905         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
88906         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
88907         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
88908         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
88909         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
88910         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
88911         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
88912         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
88913         utime.m4, utimes.m4, xstrtoumax.m4:
88914         Quote the first argument in each use of AC_DEFUN.
88915
88916 2001-08-12  Jim Meyering  <meyering@lucent.com>
88917
88918         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
88919         Simply `return getcwd (NULL, 0);'.
88920         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
88921         Use 1300 as initial value for length, not PATH_MAX.
88922
88923         * lib/pathmax.h: Clean up cpp syntax.
88924
88925 2001-08-12  Jim Meyering  <meyering@lucent.com>
88926
88927         * lib/gettimeofday.c: New file.
88928         * lib/gtod.h: New file.
88929         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
88930
88931 2001-08-05  Jim Meyering  <meyering@lucent.com>
88932
88933         * m4/jm-macros.m4: Require autoconf-2.52.
88934
88935 2001-08-04  Jim Meyering  <meyering@lucent.com>
88936
88937         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
88938         stmt, to get in sync with glibc.
88939
88940 2001-08-03  Paul Eggert  <eggert@twinsun.com>
88941
88942         The following changes are from gettext 0.10.39 as maintained by
88943         Bruno Haible.
88944
88945         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
88946         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
88947         with inverted sense.  All uses changed.
88948
88949         * lib/mbswidth.c: Don't include <limits.h>.
88950         Include <stdlib.h> and <string.h> unconditionally.
88951         (iswcntrl, mbsinit, ISCNTRL): New macros.
88952         (mbsnwidth): Use K&R style function declarations.
88953         Don't bother checking for MB_LEN_MAX == 1, since the compiler
88954         can optimize it when MB_CUR_MAX == 1.
88955         The width of control characters is zero, not 1.
88956
88957 2001-08-03  Paul Eggert  <eggert@twinsun.com>
88958
88959         The following changes are from gettext 0.10.39 as maintained by
88960         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
88961
88962         * m4/codeset.m4: Upgrade to serial AM1.
88963         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
88964         all uses changed.  Quote first arg of AC_DEFUN.
88965         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
88966
88967         * m4/iconv.m4: Upgrade to serial AM2.
88968         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
88969         Add --with-libconv-prefix.
88970         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
88971         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
88972         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
88973         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
88974         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
88975
88976         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
88977         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
88978         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
88979         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
88980         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
88981         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
88982         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
88983         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
88984         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
88985
88986         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
88987         string.h any more.
88988
88989         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
88990         not the default value.
88991
88992         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
88993         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
88994         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
88995         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
88996         Also check for iswcntrl, used for wcwidth fallback.
88997         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
88998         to Autoconf 2.13.
88999
89000 2001-08-03  Jim Meyering  <meyering@lucent.com>
89001
89002         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
89003         as it was in the original.  Reported by Paul Eggert.
89004
89005 2001-07-16  Jim Meyering  <meyering@lucent.com>
89006
89007         * m4/gettimeofday.m4: New file.
89008         Prompted by a report from Bernhard Baehr.
89009
89010 2001-07-15  Jim Meyering  <meyering@lucent.com>
89011
89012         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
89013         stuff. Now it's in ../Makefile.cfg.
89014
89015 2001-07-15  Jim Meyering  <meyering@lucent.com>
89016
89017         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
89018         (BUILT_SOURCES): Add unlocked-io.h.
89019         (io_functions): Define.
89020         (unlocked-io.h): New rule.
89021         (DISTCLEANFILES): Add unlocked-io.h.
89022         (all-local): Depend on unlocked-io.h, to ensure it is created.
89023
89024         * lib/unlocked-io.hin: New file
89025
89026         * lib/regex.c: Update from glibc.
89027
89028 2001-07-05  Jim Meyering  <meyering@lucent.com>
89029
89030         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
89031         recommendation.
89032         (libfetish_a_SOURCES): Put all .h files here instead.
89033         Remove a thus-exposed (better checks in automake) duplicate and
89034         two unnecessary .h files.
89035
89036 2001-07-04  Jim Meyering  <meyering@lucent.com>
89037
89038         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
89039         that generates jm-glibc-io.m4 so that it doesn't trigger any make
89040         distcheck failure.
89041
89042 2001-07-02  Jim Meyering  <meyering@lucent.com>
89043
89044         The following changes were prompted by suggestions from Bruno Haible.
89045
89046         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
89047         is now generated.
89048         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
89049         definition of EXTRA_DIST.
89050         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
89051         ensure that the generated file is created/updated whenever the list
89052         of $(unlocked_functions) is changed.
89053         (jm-glibc-io.m4): New rule.
89054         (unlocked-io.h): New rule -- currently unused.
89055
89056 2001-06-24  Jim Meyering  <meyering@lucent.com>
89057
89058         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
89059         unmatched right bracket, rather than kludging it with an extra,
89060         falsely-matching quote in a comment.  Patch by Akim Demaille.
89061
89062 2001-06-11  Jim Meyering  <meyering@lucent.com>
89063
89064         * lib/regex.c: Update from GNU libc.
89065
89066 2001-05-27  Jim Meyering  <meyering@lucent.com>
89067
89068         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
89069         Check for ut_type in struct utmp.
89070
89071 2001-05-27  Jim Meyering  <meyering@lucent.com>
89072
89073         * lib/readutmp.h (UT_TYPE): Define.
89074
89075 2001-05-24  Jim Meyering  <meyering@lucent.com>
89076
89077         * lib/argmatch.c: Include "quote.h".
89078         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
89079         quote function.  Reported by Göran Uddeborg.
89080
89081 2001-05-22  Jim Meyering  <meyering@lucent.com>
89082
89083         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
89084         now that we use the package-supplied version unconditionally.
89085         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
89086
89087 2001-05-21  Jim Meyering  <meyering@lucent.com>
89088
89089         * m4/regex.m4: Change a couple backticks to single quotes to avoid
89090         shell syntax errors.
89091
89092 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
89093
89094         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
89095
89096 2001-05-20  Paul Eggert  <eggert@twinsun.com>
89097
89098         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
89099         Don't bother to check library strftime, since
89100         we'll be using our own my_strftime function anyway.
89101         Define my_strftime instead of strftime.
89102
89103 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
89104
89105         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
89106         which is not yet declared.
89107
89108 2001-05-15  Jim Meyering  <meyering@lucent.com>
89109
89110         * m4/regex.m4: Use proper quoting so brackets appear in the test
89111         program.
89112         Reported by, and with help from, Bruno Haible.
89113
89114 2001-05-13  Jim Meyering  <meyering@lucent.com>
89115
89116         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
89117         undefined.
89118
89119 2001-05-11  Paul Eggert  <eggert@twinsun.com>
89120
89121         dirname code cleanup.  base_name now behaves more compatibly
89122         with POSIX basename when given file names that have trailing
89123         slashes, and similarly for dir_name.  Add new primitives
89124         base_len and dir_len.  Put the directory-name-related decls
89125         into dirname.h.
89126
89127         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
89128         * lib/backupfile.c (base_name): Likewise.
89129         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
89130         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
89131         * lib/makepath.c (strip_trailing_slashes): Likewise.
89132         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
89133         ISSLASH): Likewise.
89134         * lib/rename.c (strip_trailing_slashes): Likewise.
89135         * lib/same.c (base_name): Likewise.
89136         * lib/stripslash.c (ISSLASH): Likewise.
89137
89138         * lib/addext.c: Include <dirname.h> after size_t is defined.
89139         * lib/backupfile.c: Likewise.
89140
89141         * lib/addext.c (addext): Use base_len to trim redundant
89142         trailing slashes instead of doing it ourselves.
89143         But do not trim the last slash if it is not redundant.
89144
89145         * lib/backupfile.c (find_backup_file_name,
89146         max_backup_version): Use base_len instead of rolling it ourselves.
89147         Handle the case of "" and (on DOS) "C:" correctly.
89148
89149         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
89150         needed. Include <string.h>, <dirname.h>.
89151         (base_name): Allow file names ending in slashes, other than names
89152         that are all slashes.  In this case, return the basename followed
89153         by the slashes.  This is more general, and can be used in places
89154         where the original base_name purposely had an assertion failure.
89155         (base_len): New function.
89156
89157         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
89158         Do not include <assert.h>; no longer needed.
89159         Include xalloc.h.
89160         (memrchr): Remove decl.
89161         (dir_name_r): Remove.
89162         (dir_len): Renamed from dirlen.  All callers changed.
89163         Rewrite in terms of base_name, for simplicity and consistency.
89164         (dir_name): Never return NULL.  All callers changed.
89165         Do not include <stdlib.h> in test program; no longer needed.
89166         return 0; is fine for test program.
89167
89168         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
89169         New macros.
89170         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
89171
89172         * lib/path-concat.c (path_concat): Use base_len to compute
89173         base length, not strlen; this means we cannot rely on memcpy
89174         to null-terminate.
89175
89176         * lib/same.c (STREQ): Remove.
89177         (same_name): Handle the case where the basename ends in trailing '/'.
89178
89179         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
89180         a slash was stripped.  Do not strip the last slash after a
89181         file system prefix.
89182
89183 2001-05-11  Paul Eggert  <eggert@twinsun.com>
89184
89185         * lib/Makefile.am (libfetish_a_SOURCES):
89186         Add strftime.c, since we now compile it on all hosts.
89187
89188         * lib/strftime.c (my_strftime):
89189         Define to nstrftime if emacs, but only if my_strftime is not defined.
89190         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
89191         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
89192         Add one more extra argument: a nanoseconds value.
89193         All uses changed.
89194         (ns): New macro.
89195         (my_strftime function): Add %N format.
89196         (emacs_strftimeu): Renamed from emacs_strftime,
89197         with extra ut argument.
89198
89199 2001-05-09  Paul Eggert  <eggert@twinsun.com>
89200
89201         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
89202
89203 2001-04-21  Jim Meyering  <meyering@lucent.com>
89204
89205         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
89206         doesn't interfere.
89207
89208 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
89209
89210         * m4/ftruncate.m4: Check for chsize.
89211         Link with ftruncate.o unconditionally if ftruncate is missing.
89212         This was required when cross-compiling to i586-mingw32msvc.
89213
89214 2001-04-08  Jim Meyering  <meyering@lucent.com>
89215
89216         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
89217         recomputed; that's necessary when the offset spans a DST transition.
89218         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
89219
89220 2001-04-02  Jim Meyering  <meyering@lucent.com>
89221
89222         * lib/regex.h, regex.c: Update from GNU libc.
89223
89224 2001-03-24  Jim Meyering  <meyering@lucent.com>
89225
89226         * m4/jm-macros.m4: Require autoconf-2.49d.
89227
89228 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
89229
89230         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
89231
89232 2001-03-19  Paul Eggert  <eggert@twinsun.com>
89233
89234         * lib/version-etc.c (version_etc_copyright): Update to 2001.
89235
89236 2001-03-17  Jim Meyering  <meyering@lucent.com>
89237
89238         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
89239         now that the version in autoconf is equivalent.
89240         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
89241
89242         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
89243         Suggestion from Akim Demaille.
89244
89245         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
89246         (jm_PREREQ_TEMPNAME): New function.
89247
89248 2001-03-16  Paul Eggert  <eggert@twinsun.com>
89249
89250         * lib/tempname.c (uint64_t): Define to uintmax_t if
89251         not defined, and if UINT64_MAX is not defined.
89252         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
89253         Reported by John David Anglin.
89254
89255 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
89256
89257         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
89258         resolve alias if codeset is empty.
89259         * lib/config.charset (BeOS): Use wildcard syntax.
89260
89261 2001-03-13  Jim Meyering  <meyering@lucent.com>
89262
89263         * lib/path-concat.c (path_concat)
89264         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
89265         concatenating e.g., `C:' and `foo'.
89266         From Bruno Haible.
89267
89268 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
89269
89270         * lib/localcharset.c (locale_charset): Don't use
89271         setlocale(LC_CTYPE,NULL). Don't return NULL.
89272         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
89273
89274 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
89275
89276         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
89277         support for DOS/DJGPP.
89278
89279 2001-03-01  Paul Eggert  <eggert@twinsun.com>
89280
89281         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
89282         lacks mkstemp.  Compile our own tempname.c if we compile our own
89283         mkstemp.c, as mkstemp relies on tempname.
89284
89285 2001-03-01  Jim Meyering  <meyering@lucent.com>
89286
89287         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
89288         AH_VERBATIM really does output its argument verbatim.
89289
89290 2001-02-28  Paul Eggert  <eggert@twinsun.com>
89291
89292         * lib/Makefile.am (libfetish_a_SOURCES):
89293         Add dup-safer.c, fopen-safer.c.
89294         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
89295
89296         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
89297         * lib/unistd-safer.h: New files.
89298
89299 2001-02-25  Paul Eggert  <eggert@twinsun.com>
89300
89301         The mkstemp replacement is taken from glibc 2.2.2, with some
89302         portability fixes for use outside glibc, as follows:
89303
89304         * lib/tempname.c (struct_stat64): New macro.
89305         (direxists, __gen_tempname): Use it.
89306         This avoids a portability problem with Solaris 8.
89307
89308         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
89309         (<stddef.h>, <stdint.h>, <string.h>):
89310         Include only if STDC_HEADERS || _LIBC.
89311         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
89312         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
89313         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
89314         (__set_errno): Define this macro if <errno.h> doesn't.
89315         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
89316         Define these macros if <stdio.h> doesn't.
89317         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
89318         Define these macros if <sys/stat.h>
89319         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
89320         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
89321         __xstat64): Define if not _LIBC.
89322         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
89323         (__gen_tempname): Invoke gettimeofday only if
89324         HAVE_GETTIMEOFDAY || _LIBC;
89325         otherwise, fall back on plain "time".
89326         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
89327
89328         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
89329
89330         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
89331
89332 2001-02-18  Paul Eggert  <eggert@twinsun.com>
89333
89334         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
89335
89336 2001-02-17  Paul Eggert  <eggert@twinsun.com>
89337
89338         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
89339         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
89340         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
89341         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
89342
89343 2001-02-17  Paul Eggert  <eggert@twinsun.com>
89344
89345         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
89346         Remove workaround macros for hosts that have mbrtowc but not
89347         mbstate_t, as we now insist on proper declarations for both
89348         before using mbrtowc.
89349
89350 2001-02-17  Jim Meyering  <meyering@lucent.com>
89351
89352         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
89353         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
89354         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
89355         UnixWare 7.1.1.
89356
89357         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
89358         rather than AC_CACHE_VAL.
89359
89360 2001-02-17  Jim Meyering  <meyering@lucent.com>
89361
89362         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
89363         around included file name.
89364
89365         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
89366
89367         * lib/strftime.c: Update from GNU libc (the only changes were to
89368         comments).
89369
89370 2001-02-17  Jim Meyering  <meyering@lucent.com>
89371
89372         * lib/regex.c: Update from libc.
89373
89374 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
89375
89376         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
89377         clash.
89378
89379 2001-02-16  Paul Eggert  <eggert@twinsun.com>
89380
89381         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
89382         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
89383         Reported by Mark Hounschell via Paul Eggert.
89384
89385 2001-02-07  Jim Meyering  <meyering@lucent.com>
89386
89387         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
89388
89389 2001-02-05  Jim Meyering  <meyering@lucent.com>
89390
89391         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
89392         it includes the patch required for `large file' support with at least
89393         HP-UX's 10.20 /bin/cc.
89394
89395 2001-02-03  Jim Meyering  <meyering@lucent.com>
89396
89397         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
89398         AS_IF, now that it works once again (mysteriously).
89399         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
89400
89401 2001-01-30  Jim Meyering  <meyering@lucent.com>
89402
89403         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
89404         * m4/chown.m4: Rename conftestchown to conftest.chown.
89405         * m4/rename.m4: s/conftestdir/conftest.d1/ and
89406         s/conftestdir2/conftest.d2/.
89407         * m4/utimes.m4: s/conftestdata/conftest.data/
89408         Inspired by Pavel Roskin's change in autoconf.
89409
89410 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
89411
89412         * lib/config.charset: Update for FreeBSD 4.2.
89413
89414 2001-01-27  Jim Meyering  <meyering@lucent.com>
89415
89416         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
89417         a use of AS_IF.
89418         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
89419
89420 2001-01-26  Jim Meyering  <meyering@lucent.com>
89421
89422         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
89423         quotearg.c includes it.
89424
89425 2001-01-26  Jim Meyering  <meyering@lucent.com>
89426
89427         * lib/quotearg.c: Include stddef.h.
89428         * lib/quote.c: Include stddef.h.
89429         Reported by Axel Kittenberger.
89430
89431         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
89432         line in double quotes so that it evokes a better diagnostic.
89433         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
89434         Reported by Axel Kittenberger.
89435
89436 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
89437
89438         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
89439         as if it was a `charset'.
89440
89441 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
89442
89443         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
89444         has const.
89445
89446 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
89447
89448         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
89449         to avoid a warning.  Add back 'const' to inptr.
89450
89451 2001-01-20  Jim Meyering  <meyering@lucent.com>
89452
89453         Be sure that headers are checked before used in code compiled
89454         for the type checks.
89455         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
89456         In place of that, invoke jm_CHECK_ALL_TYPES.
89457         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
89458         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
89459         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
89460         The check for ssize_t was mistakenly run before the test for unistd.h.
89461
89462         The configure-time check for stdbool.h was missing.
89463         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
89464         (jm_PREREQ_HASH): New function.
89465
89466 2001-01-17  Jim Meyering  <meyering@lucent.com>
89467
89468         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
89469         for autoconf-2.49c.
89470         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
89471
89472 2001-01-16  Jim Meyering  <meyering@lucent.com>
89473
89474         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
89475         From Bruno Haible.
89476
89477 2001-01-14  Jim Meyering  <meyering@lucent.com>
89478
89479         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
89480         foo and bar.  Create conftestdir/ in the script, not in the C code.
89481         Remove directories in the script, not in the C code.
89482         Remove conftestdir{,2} before trying to create the directory.
89483         Make the entire configure script fail if the mkdir fails.
89484
89485 2001-01-14  Jim Meyering  <meyering@lucent.com>
89486
89487         * lib/rename.c: New file.  From Volker Borchert.
89488         Include stdlib.h, string.h or strings.h, and xalloc.h.
89489         Use strip_trailing_slashes rather than open-coding it.
89490
89491 2001-01-03  Paul Eggert  <eggert@twinsun.com>
89492
89493         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
89494
89495 2001-01-03  Jim Meyering  <meyering@lucent.com>
89496
89497         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
89498         of local `inptr' to avoid warning with some system declarations of
89499         iconv.
89500
89501 2001-01-02  Volker Borchert  <bt@teknon.de>
89502
89503         * m4/rename.m4: New file.
89504         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
89505
89506 2001-01-01  Jim Meyering  <meyering@lucent.com>
89507
89508         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
89509         even on systems with utmpx.h.  It's necessary for the declaration of
89510         utmp's ut_user member.  Reported by Andreas Jaeger.
89511
89512         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
89513         available. They are required for the declarations of getgrgid and
89514         getpwuid resp.
89515         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
89516         Reported by Andreas Jaeger.
89517
89518 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
89519
89520         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
89521         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
89522         so `make install' also works in VPATH builds.
89523
89524 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
89525
89526         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
89527         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
89528         can be used in subdirectories.
89529
89530 2000-12-29  Paul Eggert  <eggert@twinsun.com>
89531
89532         * lib/modechange.c: Do not assume that mode_t uses the
89533         traditional octal encoding.  E.g. "chmod 1 FOO" should set
89534         the other-execute bit of FOO even if S_IXOTH != 1.
89535
89536         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
89537         WOTH, XOTH, ALLM): New macros.
89538         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
89539          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
89540         Use them.
89541         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
89542         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
89543         (mode_compile):
89544         No need to use uintmax_t; unsigned long is long enough.
89545         Don't bother to get suffix since we don't use it.
89546
89547 2000-12-26  Jim Meyering  <meyering@lucent.com>
89548
89549         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
89550         better with autoheader.
89551
89552 2000-12-24  Jim Meyering  <meyering@lucent.com>
89553
89554         * lib/hash.c (is_prime): Return explicit boolean values.
89555         (hash_get_first): Return NULL to appease Irix5.6's 89.
89556         Reported by Nelson Beebe.
89557
89558 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
89559
89560         * lib/localcharset.c (locale_charset): Add support for Win32.
89561
89562 2000-12-18  Paul Eggert  <eggert@twinsun.com>
89563
89564         * lib/physmem.h, lib/physmem.c: New files.
89565
89566         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
89567         (noinst_HEADERS): Add physmem.h.
89568
89569         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
89570         't' for compatibility with Solaris 8 sort.
89571
89572 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
89573
89574         * lib/config.charset: Add support for BeOS.
89575
89576 2000-12-17  Jim Meyering  <meyering@lucent.com>
89577
89578         * m4/dos.m4 (jm_AC_DOS): New file and macro.
89579         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
89580
89581 2000-12-16  Jim Meyering  <meyering@lucent.com>
89582
89583         This bug had a serious impact on chown: `chown N:M FILE' (for integer
89584         N and M) would have treated it like `chown N:N FILE'.
89585
89586         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
89587
89588 2000-12-16  Jim Meyering  <meyering@lucent.com>
89589
89590         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
89591         SHELLS_FILE to a file name that's useful on djgpp systems.
89592         Include stdlib.h.
89593         (ADDITIONAL_DEFAULT_SHELLS): Define.
89594         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
89595         Based mostly on a patch from Prashant TR.
89596
89597 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
89598
89599         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
89600         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
89601         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
89602
89603 2000-12-08  Andreas Schwab  <schwab@suse.de>
89604
89605         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
89606         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
89607
89608 2000-12-07  Jim Meyering  <meyering@lucent.com>
89609
89610         * lib/stripslash.c (ISSLASH): Define.
89611         (strip_trailing_slashes): Use ISSLASH rather than comparing against
89612         `/'.
89613         From Prashant TR.
89614
89615         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
89616         (dir_name_r): Declare this function as static.
89617         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
89618         manifest itself on a name containing a mix of slashes and
89619         backslashes.
89620         Make this function work with names starting with a DOS-style
89621         drive letter and colon prefix.
89622         (dir_name): Append `.' if necessary.
89623         Based mostly on patches from Prashant TR and Eli Zaretskii.
89624
89625         * lib/dirname.h (dir_name_r): Remove prototype.
89626
89627 2000-12-06  Paul Eggert  <eggert@twinsun.com>
89628
89629         * m4/off_t-format.m4: Remove this file.
89630         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
89631
89632 2000-12-06  Jim Meyering  <meyering@lucent.com>
89633
89634         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
89635         replacement strtoull, we may well need the replacement strtoul, too.
89636         Check for declarations of strtoul and strtoull.
89637         Check for strtol.  Mainly as a cue to cause automake to include
89638         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
89639         Check for limits.h -- strtol.c needs it.
89640
89641 2000-12-05  Jim Meyering  <meyering@lucent.com>
89642
89643         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
89644
89645 2000-12-04  Jim Meyering  <meyering@lucent.com>
89646
89647         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
89648         Also include memory.h, stdlib.h, unistd.h if appropriate.
89649         Reported by Andreas Jaeger (conflicting declaration of malloc).
89650
89651 2000-12-02  Jim Meyering  <meyering@lucent.com>
89652
89653         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
89654         * m4/jm-macros.m4 (jm_MACROS): require it.
89655
89656 2000-12-02  Jim Meyering  <meyering@lucent.com>
89657
89658         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
89659
89660 2000-12-01  Paul Eggert  <eggert@twinsun.com>
89661
89662         * lib/memrchr.c: Include <config.h> before any system include file.
89663
89664 2000-11-30  Jim Meyering  <meyering@lucent.com>
89665
89666         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
89667
89668 2000-11-30  Jim Meyering  <meyering@lucent.com>
89669
89670         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
89671
89672 2000-11-29  Paul Eggert  <eggert@twinsun.com>
89673
89674         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
89675
89676 2000-11-26  Jim Meyering  <meyering@lucent.com>
89677
89678         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
89679
89680 2000-11-22  Paul Eggert  <eggert@twinsun.com>
89681
89682         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
89683         size of (size_t) -1; it's not portable.
89684
89685 2000-11-17  Jim Meyering  <meyering@lucent.com>
89686
89687         * lib/strstr.c: Update from GNU libc.
89688
89689 2000-11-17  Akim Demaille  <akim@epita.fr>
89690
89691         * lib/obstack.h: Formatting changes.
89692         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
89693         prevent type checking.
89694         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
89695         cast the value to (void *): assigning a `foo *' to a `void *'
89696         variable is valid.
89697         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
89698
89699 2000-11-16  Jim Meyering  <meyering@lucent.com>
89700
89701         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
89702
89703 2000-11-11  Jim Meyering  <meyering@lucent.com>
89704
89705         * lib/error.c: Add a couple #includes, merging from GNU libc version.
89706
89707 2000-11-10  Jim Meyering  <meyering@lucent.com>
89708
89709         * lib/obstack.h: Update from GNU libc.
89710         * lib/obstack.c: Likewise.
89711
89712 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
89713
89714         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
89715
89716 2000-11-06  Paul Eggert  <eggert@twinsun.com>
89717
89718         * lib/getusershell.c (setusershell): Use rewind rather than
89719         fseek/fseeko, to avoid configuration hassles with fseeko.
89720         Don't bother opening SHELLS_FILE if shellstream is NULL;
89721         it's not necessary.
89722
89723 2000-11-05  Jim Meyering  <meyering@lucent.com>
89724
89725         * lib/makepath.h (make_dir): Declare.
89726         * lib/makepath.c (make_dir): Remove `static' attribute.
89727         Tweak a comment.
89728
89729 2000-11-04  Jim Meyering  <meyering@lucent.com>
89730
89731         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
89732
89733 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
89734
89735         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
89736         last one in a bucket, advance to the next bucket.
89737
89738 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
89739
89740         * lib/fnmatch.c: Do not comment out all the code if we are using
89741         the GNU C library, because in some cases we are replacing buggy
89742         code in the GNU C library itself.
89743
89744 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
89745
89746         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
89747         (regex_compile): Catch bogus \(\1\).
89748
89749 2000-10-30  Paul Eggert  <eggert@twinsun.com>
89750
89751         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
89752         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
89753         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
89754
89755 2000-10-30  Paul Eggert  <eggert@twinsun.com>
89756
89757         * lib/error.h, getline.h, modechange.h:
89758         Remove "2000" from Copyright line, as the file hasn't been
89759         changed this year other than in the copyright notice.
89760
89761         * lib/xalloc.h: Add "2000" to Copyright line, as this file
89762         was changed this year.
89763
89764 2000-10-29  Jim Meyering  <meyering@lucent.com>
89765
89766         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
89767         renaming.
89768         * m4/ls-mntd-fs.m4: Likewise
89769
89770 2000-10-29  Jim Meyering  <meyering@lucent.com>
89771
89772         * lib/xstat.in: Fix grammar in comment.
89773
89774 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
89775
89776         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
89777         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
89778         doesn't define __restrict_arr.
89779
89780 2000-10-28  Jim Meyering  <meyering@lucent.com>
89781
89782         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
89783         (jm_PREREQ_MEMCHR): New function.
89784
89785 2000-10-28  Jim Meyering  <meyering@lucent.com>
89786
89787         * lib/memchr.c: Update from libc.
89788         Adjust for portability:
89789         [HAVE_STDLIB_H]: Include stdlib.h.
89790         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
89791         Undef __memchr, too.
89792         [!weak_alias]: Define __memchr to memchr.
89793
89794         * lib/regex.c: Update from libc.
89795         * lib/regex.h: Likewise.
89796         * lib/getopt1.c: Likewise.
89797         * lib/memcmp.c: Likewise.
89798
89799         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
89800         Avoid using fseek, when possible -- it's broken by design.
89801         Patch by Ulrich Drepper.
89802
89803 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
89804
89805         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
89806         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
89807         Giving in to popular pressure to shut up the compiler with casts.
89808
89809 2000-10-26  Jim Meyering  <meyering@lucent.com>
89810
89811         * lib/strftime.c: Update from libc.
89812
89813 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
89814
89815         * regex.c: More `unsigned char' -> `re_char' changes.
89816         Also change several `int' into `re_wchar_t'.
89817         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
89818         (PUSH_FAILURE_POINTER): Don't cast any more.
89819         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
89820         We want GCC to complain, since this piece of code makes
89821         re_match non-reentrant, which *should* be fixed.
89822         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
89823         (EXTEND_BUFFER): Use RETALLOC.
89824         (SET_LIST_BIT): Don't cast.
89825         (re_wchar_t): New type.
89826         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
89827         that those two functions will always properly return.
89828         (IMMEDIATE_QUIT_CHECK): Cast to void.
89829         (analyse_first): Use recursion rather than an explicit stack.
89830         (re_compile_fastmap): Can't fail anymore.
89831         (re_search_2): Don't check re_compile_fastmap for failure.
89832         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
89833         Now also sets the new value (passed in a new argument).
89834         (re_match_2_internal): Use it.
89835         Also, use a new var `reg' of type size_t when looping through regs
89836         rather than reuse the inappropriate `mcnt'.
89837
89838 2000-10-25  Jim Meyering  <meyering@lucent.com>
89839
89840         * lib/obstack.c: Update from libc.
89841
89842 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
89843
89844         * regex.c (regex_compile): Change the way of handling a range from
89845         a char less than 256 to a char not less than 256.
89846
89847 2000-10-24  Andrew Innes  <andrewi@gnu.org>
89848
89849         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
89850         NT-Emacs only.
89851         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
89852         so that re_search functions only quit when callers expect them to.
89853
89854 2000-10-23  Jim Meyering  <meyering@lucent.com>
89855
89856         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
89857         wrong.  That set_locale call must not have any side effects.
89858         From Paul Eggert.
89859
89860 2000-10-22  Jim Meyering  <meyering@lucent.com>
89861
89862         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
89863         [CYCLIC]: Remove now-unused definition.
89864
89865         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
89866         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
89867         Suggestion from Ulrich Drepper.
89868
89869 2000-10-21  Jim Meyering  <meyering@lucent.com>
89870
89871         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
89872         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
89873         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
89874
89875 2000-10-21  Jim Meyering  <meyering@lucent.com>
89876
89877         * lib/dirname.c (memrchr): Declare if necessary.
89878         (dir_name): Remove the restriction that there be no
89879         trailing slashes.  Now, this code skips past them, effectively
89880         ignoring them.
89881         [TEST_DIRNAME] (main): New unit tests.
89882
89883         * lib/memrchr.c: New file from GNU libc.
89884         Undef __memrchr, too.
89885         [!weak_alias]: Define __memrchr to memrchr.
89886         Guard weak_alias use with `#ifdef weak_alias'.
89887
89888 2000-10-21  Jim Meyering  <meyering@lucent.com>
89889
89890         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
89891         (dir_name): Use dir_name_r.
89892         * lib/dirname.h (dir_name_r): Declare it.
89893
89894 2000-10-17  Jim Meyering  <meyering@lucent.com>
89895
89896         * lib/quote.h (PARAMS): Define and use.
89897         Reported by Akim Demaille.
89898
89899         * lib/getopt.c: Update from libc.
89900
89901 2000-10-16  Jim Meyering  <meyering@lucent.com>
89902
89903         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
89904         setlocale.
89905         From Jan Fedak.
89906
89907 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
89908
89909         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
89910
89911 2000-09-25  Jim Meyering  <meyering@lucent.com>
89912
89913         * lib/md5.h (rol): Define (from GnuPG).
89914
89915         * lib/sha.c: Give credit (GnuPG) where due.
89916         (M): Use rol rather than open-coding it.
89917         Add a FIXME comment.
89918
89919 2000-09-21  Jim Meyering  <meyering@lucent.com>
89920
89921         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
89922         Reported by Michael Stone.
89923
89924 2000-09-20  Jim Meyering  <meyering@lucent.com>
89925
89926         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
89927         (noinst_HEADERS): Add sha.h.
89928         Based on code from Scott G. Miller and from GnuPG.
89929
89930 2000-09-18  Jim Meyering  <meyering@lucent.com>
89931
89932         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
89933         LIBS. Otherwise, everyone ends up linking with -lelf for some
89934         configurations.
89935         Reported by Mike Stone.
89936
89937 2000-09-15  Jim Meyering  <meyering@lucent.com>
89938
89939         * lib/regex.c: Update from libc.
89940
89941 2000-09-10  Jim Meyering  <meyering@lucent.com>
89942
89943         * lib/getopt.c (_getopt_internal): Update from glibc.
89944
89945 2000-09-09  Jim Meyering  <meyering@lucent.com>
89946
89947         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
89948         think it should be used as a general replacement for isascii.
89949         * lib/fnmatch.c: Likewise.
89950         * lib/mbswidth.c: Likewise
89951         * lib/regex.c: Likewise.
89952
89953         Don't use atoi.
89954         * lib/userspec.c: Include sys/param.h and limits.h.
89955         Include xstrtol.h.
89956         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
89957         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
89958         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
89959         UID, GID.  Check range.
89960
89961 2000-09-06  Jim Meyering  <meyering@lucent.com>
89962
89963         * lib/getopt.c (_getopt_internal): Update from glibc.
89964
89965 2000-08-30  Jim Meyering  <meyering@lucent.com>
89966
89967         * lib/strftime.c: Merge in changes from GNU libc.
89968
89969 2000-08-26  Jim Meyering  <meyering@lucent.com>
89970
89971         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
89972         * m4/fpending.m4: New file.
89973
89974 2000-08-26  Jim Meyering  <meyering@lucent.com>
89975
89976         * lib/closeout.c: Include "__fpending.h".
89977         (close_stdout_status): Return right away if there's nothing to flush.
89978
89979         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
89980         * lib/__fpending.c: New file.
89981         * lib/__fpending.h: New file.
89982
89983 2000-08-20  Jim Meyering  <meyering@lucent.com>
89984
89985         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
89986         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
89987         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
89988
89989 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
89990
89991         Improve fileutils installation on systems where running
89992         programs (like install) can't be unlinked.
89993         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
89994         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
89995
89996 2000-08-07  Paul Eggert  <eggert@twinsun.com>
89997
89998         Standardize on "memory exhausted" instead of "Memory exhausted"
89999         or "virtual memory exhausted".
90000         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
90001         "virtual memory exhausted".
90002         * lib/same.c (same_name): Invoke xalloc_die instead of printing
90003         our own message.
90004         * lib/userspec.c (parse_user_spec): Likewise.
90005         * lib/bumpalloc.h: comment fix
90006         * lib/same.c, userspec.c: Include xalloc.h.
90007
90008         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
90009         not char *const and pointing to a constant array.
90010         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
90011         (xrealloc): Comment fix.
90012
90013         * lib/userspec.c (parse_user_spec):
90014         Don't translate a message until just before returning,
90015         to avoid unnecessary translation.
90016
90017 2000-08-07  Jim Meyering  <meyering@lucent.com>
90018
90019         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
90020         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
90021         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
90022         getgroups.c, gethostname.c, getopt.h, group-member.c,
90023         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
90024         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
90025         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
90026         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
90027         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
90028         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
90029         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
90030         yesno.c: Back out Copyright date changes for each file with no change
90031         this year.  This eases coordination with other programs using the same
90032         source code modules.  From Paul Eggert.
90033
90034 2000-08-06  Paul Eggert  <eggert@twinsun.com>
90035
90036         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
90037         not char, for compatibility with glibc 2.1.3 strftime.c.
90038
90039 2000-08-03  Greg McGary  <greg@mcgary.org>
90040
90041         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
90042         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
90043         (EXTEND_BUFFER): Use them.
90044
90045 2000-08-01  Jim Meyering  <meyering@lucent.com>
90046
90047         * lib/dirname.c (ISSLASH): Define.
90048         (BACKSLASH_IS_PATH_SEPARATOR): Define.
90049         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
90050         both `\' and `/' may be use as path separators.
90051         Based on a patch from Prashant TR.
90052
90053 2000-07-31  Paul Eggert  <eggert@twinsun.com>
90054
90055         * lib/quotearg.c (quotearg_n_options): Don't make the initial
90056         slot vector a constant, since it might get modified.
90057
90058 2000-07-31  Jim Meyering  <meyering@lucent.com>
90059
90060         * lib/xmalloc.c: Use `virtual memory exhausted', not
90061         `Memory exhausted'.
90062         * lib/obstack.c (print_and_abort): Likewise.
90063
90064 2000-07-30  Paul Eggert  <eggert@twinsun.com>
90065
90066         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
90067         buffer, so that the caller can always quote one small
90068         component of a "memory exhausted" message in slot 0.
90069         From a suggestion by Jim Meyering.
90070
90071 2000-07-30  Jim Meyering  <meyering@lucent.com>
90072
90073         * lib/makepath.c (make_path): Quote the other instance, too.
90074
90075         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
90076         (STATIC_BUF_SIZE): Define.
90077         (quotearg_n_options): Use only statically allocated storage when
90078         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
90079         than STATIC_BUF_SIZE.
90080
90081 2000-07-29  Jim Meyering  <meyering@lucent.com>
90082
90083         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
90084         * lib/dirname.c (dir_name): Likewise.
90085
90086         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
90087         `/'.
90088
90089         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
90090         (dir_name): Assert that there are no trailing slashes.
90091
90092 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
90093
90094         * lib/mbswidth.h (mbswidth): Add a flags argument.
90095         (mbswidth): New declaration.
90096         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
90097         * lib/mbswidth.c (mbswidth): Add a flags argument.
90098         (mbsnwidth): New function.
90099
90100 2000-07-24  Jim Meyering  <meyering@lucent.com>
90101
90102         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
90103
90104 2000-07-23  Paul Eggert  <eggert@twinsun.com>
90105
90106         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
90107
90108 2000-07-23  Paul Eggert  <eggert@twinsun.com>
90109
90110         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
90111         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
90112         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
90113         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
90114         invoke multibyte primitives.
90115
90116 2000-07-23  Paul Eggert  <eggert@twinsun.com>
90117
90118         * lib/quotearg.c:
90119         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
90120         so that mbstate_t is always defined.
90121
90122         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
90123         be 1 in at least one GCC installation, and this configuration
90124         error is likely to be common.  Ignoring MB_LEN_MAX hurts
90125         performance on hosts that have mbrtowc but have only unibyte
90126         locales, but I assume these hosts are rare.
90127
90128 2000-07-23  Paul Eggert  <eggert@twinsun.com>
90129
90130         * lib/mbswidth.c (_XOPEN_SOURCE):
90131         Don't define; this causes problems on Solaris 7.
90132         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
90133
90134 2000-07-23  Jim Meyering  <meyering@lucent.com>
90135
90136         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
90137         too: getgrgid, getpwuid, getuid.
90138
90139 2000-07-23  Jim Meyering  <meyering@lucent.com>
90140
90141         * lib/basename.c (base_name): Add an assertion.
90142
90143 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
90144
90145         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
90146         shadow its mbsinit function.
90147
90148 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
90149
90150         * lib/mbswidth.h: New file.
90151         * lib/mbswidth.c: New file.
90152         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
90153         (noinst_HEADERS): Add mbswidth.h.
90154
90155 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
90156
90157         * lib/config.charset: Add support for FreeBSD. Improve support for
90158         HP-UX and IRIX 6.
90159
90160 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
90161
90162         * m4/mbswidth.m4: New file.
90163         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
90164
90165 2000-07-15  Jim Meyering  <meyering@lucent.com>
90166
90167         * lib/makepath.c: Include quote.h.
90168         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
90169         corresponding argument in a `quote (...)' call.
90170         Give better diagnostics.
90171
90172         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
90173         (noinst_HEADERS): Add quote.h.
90174
90175         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
90176         from tar's src/misc.c.
90177         * lib/quote.h: New file.  Prototypes for same.
90178
90179 2000-07-14  Paul Eggert  <eggert@twinsun.com>
90180
90181         From a suggestion by Bruno Haible.
90182         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
90183         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
90184         to decide whether to define the BeOS workaround macro;
90185         this adjusts to the change to AC_MBSTATE_T.
90186
90187 2000-07-14  Jim Meyering  <meyering@lucent.com>
90188
90189         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
90190         jm_AC_TYPE_UINTMAX_T.
90191
90192 2000-07-13  Paul Eggert  <eggert@twinsun.com>
90193
90194         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
90195
90196         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
90197         quotearg_buffer_restyled): Add support for
90198         clocale_quoting_style.  Undo previous change to
90199         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
90200         and "{RIGHT QUOTATION MARK}" msgids.
90201
90202 2000-07-10  Paul Eggert  <eggert@twinsun.com>
90203
90204         From a suggestion by Bruno Haible.
90205         * m4/mbstate_t.m4 (AC_MBSTATE_T):
90206         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
90207         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
90208         and mbstate_t, to a single-part test that simply defines mbstate_t.
90209         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
90210         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
90211
90212 2000-07-10  Jim Meyering  <meyering@lucent.com>
90213
90214         * m4/strerror_r.m4: Mirror the correction made in autoconf.
90215
90216         * m4/gnu-source.m4: Output to confdefs.h directly.
90217         Suggestion from Akim Demaille.
90218
90219 2000-07-09  Paul Eggert  <eggert@twinsun.com>
90220
90221         The old behavior of quoting `like this' doesn't look good with
90222         newer, ISO-style fonts.  See:
90223         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
90224
90225         Instead, quote "like this" by default.  Let the translator
90226         tailor the locale-specific quoting behavior by providing
90227         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
90228
90229         * lib/quotearg.c (N_): New macro.
90230         (gettext_default): New function.
90231         (quotearg_buffer_restyled): Use
90232         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
90233         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
90234
90235 2000-07-09  Jim Meyering  <meyering@lucent.com>
90236
90237         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
90238         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
90239
90240         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
90241         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
90242
90243 2000-07-09  Jim Meyering  <meyering@lucent.com>
90244
90245         * lib/Most files: Update copyright dates to include 2000.
90246
90247 2000-07-08  Jim Meyering  <meyering@lucent.com>
90248
90249         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
90250         if not defined.
90251         (xgethostname): Remove now-unnecessary #ifdef.
90252         Move declaration of `err' into loop where it's used.
90253
90254 2000-07-05  Paul Eggert  <eggert@twinsun.com>
90255         and Bruno Haible  <haible@clisp.cons.org>
90256
90257         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
90258         only if the test for an object-type mbstate_t fails.  This
90259         prevents us from mistakenly reporting that mbstate_t is a
90260         system object type after we "#define mbstate_t int" to work
90261         around its lack.
90262
90263 2000-07-05  Paul Eggert  <eggert@twinsun.com>
90264         and Bruno Haible  <haible@clisp.cons.org>
90265
90266         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
90267
90268 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
90269
90270         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
90271         to strerror_r.
90272         Include <ctype.h> for use of isalpha.
90273
90274 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
90275
90276         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
90277         by allocating a larger buffer. Test the gethostname return value for
90278         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
90279         returns an error and ENAMETOOLONG isn't defined.
90280
90281 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
90282
90283         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
90284         dimension.
90285
90286 2000-07-04  Jim Meyering  <meyering@lucent.com>
90287
90288         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
90289         of the deprecated AC_CHECKING.
90290
90291 2000-07-04  Jim Meyering  <meyering@lucent.com>
90292
90293         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
90294         Reported by Bruno Haible.
90295
90296 2000-07-04  Jim Meyering  <meyering@lucent.com>
90297
90298         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
90299         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
90300         lacks mbrtowc.
90301
90302 2000-07-03  Paul Eggert  <eggert@twinsun.com>
90303
90304         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
90305         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
90306
90307 2000-07-03  Paul Eggert  <eggert@twinsun.com>
90308         and Bruno Haible  <haible@clisp.cons.org>
90309
90310         * lib/quotearg.c (mbrtowc):
90311         Assign to *pwc, and return 1 only if result is nonzero.
90312         (iswprint): Use ISPRINT when substituting our own mbrtowc.
90313
90314 2000-07-03  Jim Meyering  <meyering@lucent.com>
90315
90316         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
90317
90318 2000-07-03  Jim Meyering  <meyering@lucent.com>
90319
90320         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
90321         This is necessary to get a definition of e.g., UTMP_FILE on
90322         HP-UX 10.20.
90323         From Bob Proulx.
90324
90325 2000-07-02  Jim Meyering  <meyering@lucent.com>
90326
90327         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
90328
90329         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
90330         AC_LIBOBJ(function_name).
90331         * m4/chown.m4: Likewise.
90332         * m4/fnmatch.m4: Likewise.
90333         * m4/ftruncate.m4: Likewise.
90334         * m4/getgroups.m4: Likewise.
90335         * m4/getline.m4: Likewise.
90336         * m4/group-member.m4: Likewise.
90337         * m4/jm-macros.m4: Likewise.
90338         * m4/lstat.m4: Likewise.
90339         * m4/malloc.m4: Likewise.
90340         * m4/memcmp.m4: Likewise.
90341         * m4/nanosleep.m4: Likewise.
90342         * m4/putenv.m4: Likewise.
90343         * m4/realloc.m4: Likewise.
90344         * m4/regex.m4: Likewise.
90345         * m4/stat.m4: Likewise.
90346         * m4/strftime.m4: Likewise.
90347
90348 2000-07-02  Jim Meyering  <meyering@lucent.com>
90349
90350         * lib/quotearg.c (mbstate_t): Don't define here.
90351
90352 2000-07-02  Jim Meyering  <meyering@lucent.com>
90353
90354         * lib/nanosleep.c (SIGCONT): Define if not already defined.
90355
90356 2000-07-01  Jim Meyering  <meyering@lucent.com>
90357
90358         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
90359
90360 2000-07-01  Jim Meyering  <meyering@lucent.com>
90361
90362         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
90363         problem.
90364
90365 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
90366
90367         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
90368         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
90369
90370 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
90371
90372         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
90373         per change in ../m4/ls-mntd-fs.m4.
90374         (read_filesystem_list): Ignore symbolic links.
90375
90376 2000-06-29  Jim Meyering  <meyering@lucent.com>
90377
90378         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
90379         for declaration of strcmp.
90380
90381         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
90382
90383         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
90384         Avoid warning by casting result to `char *' to remove `const'.
90385
90386 2000-06-28  Jim Meyering  <meyering@lucent.com>
90387
90388         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
90389         included by quotearg.c, for which we perform this test.  From
90390         Bruno Haible.
90391
90392 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
90393
90394         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
90395         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
90396         <utmpx.h> exists, put readutmp.o into LIBOBJS.
90397
90398 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
90399
90400         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
90401
90402 2000-06-26  Paul Eggert  <eggert@twinsun.com>
90403
90404         savedir now sets errno on failure and invokes xmalloc to get memory.
90405         Fix a couple of other minor bugs while we're at it.
90406
90407         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
90408         (NAMLEN): Remove macro.
90409         (malloc, realloc): Remove decls.
90410         (stpcpy): Likewise.
90411         ("xalloc.h"): Include.
90412         (NAME_SIZE_DEFAULT): New macro.
90413         (savedir): Use xmalloc / xrealloc to allocate memory.
90414         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
90415         Skip "" directory entries.
90416         Use strlen to calculate directory entry length, since the old method
90417         is rarely used these days and isn't worth supporting.
90418         Don't use a pointer after freeing it.
90419         Check for integer overflow when calculating allocation size.
90420         Use memcpy to copy entries, instead of stpcpy.
90421         Set errno properly when returning NULL.
90422         Check for readdir error.
90423
90424 2000-06-26  Jim Meyering  <meyering@lucent.com>
90425
90426         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
90427
90428 2000-06-25  Jim Meyering  <meyering@lucent.com>
90429
90430         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
90431         Linux header bug when _XOPEN_SOURCE is defined to 500.
90432
90433 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
90434
90435         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
90436         deficiency.
90437
90438 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
90439
90440         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
90441         Include xalloc.h.
90442         Don't include <stdlib.h>.  Don't declare malloc, realloc.
90443
90444 2000-06-24  Jim Meyering  <meyering@lucent.com>
90445
90446         * m4/strerror_r.m4: Revive this file -- to try out an experimental
90447         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
90448         for which strerror does return char*, but which lacks a conveniently
90449         accessible declaration of the function.  If the compile-test says
90450         strerror_r doesn't work, then resort to a `run'-test that works on
90451         BeOS and segfaults on DEC Unix.
90452
90453 2000-06-24  Jim Meyering  <meyering@lucent.com>
90454
90455         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
90456
90457 2000-06-23  Paul Eggert  <eggert@twinsun.com>
90458
90459         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
90460         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
90461
90462 2000-06-23  Paul Eggert  <eggert@twinsun.com>
90463
90464         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
90465         (mbrtowc, mbstate_t): Define substitutes if
90466         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
90467         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
90468         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
90469
90470 2000-06-23  Jim Meyering  <meyering@lucent.com>
90471
90472         * m4/afs.m4: Add missing AC_MSG_RESULT.
90473         Reported by Bruno Haible.
90474
90475         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
90476         Suggestion from Bruno Haible.
90477
90478 2000-06-23  Jim Meyering  <meyering@lucent.com>
90479
90480         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
90481
90482 2000-06-21  Jim Meyering  <meyering@lucent.com>
90483
90484         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
90485
90486 2000-06-21  Jim Meyering  <meyering@lucent.com>
90487
90488         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
90489         (noinst_HEADERS): Add getstr.h.
90490
90491         * lib/getline.c (getstr): Move into a separate file.
90492         * lib/getstr.c (getstr): New file, extracted from getline.c, with
90493         the following changes: new parameter, delim2; both delim[12]
90494         parameters have type `int', not `char'.  The latter would lose
90495         with 8-bit delimiters.
90496         * lib/getstr.h: New file.
90497
90498 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
90499
90500         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
90501         than 1024, return a memory chunk of least possible size, instead
90502         of size PATH_MAX + 2. In the loop, increment the size proportionally.
90503         Use free/xmalloc instead of xrealloc to avoid copying for very long
90504         paths.
90505
90506 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
90507
90508         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
90509         the empty string.
90510
90511 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
90512
90513         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
90514         address, not strdup.  Include <stdlib.h> and don't declare free().
90515
90516 2000-06-19  Jim Meyering  <meyering@lucent.com>
90517
90518         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
90519
90520 2000-06-18  Jim Meyering  <meyering@lucent.com>
90521
90522         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
90523
90524         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
90525         `checking whether...' message to be consistent with that of the
90526         lstat test.
90527
90528 2000-06-18  Jim Meyering  <meyering@lucent.com>
90529
90530         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
90531         Besides, these days every porting target provides a mkdir function.
90532
90533         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
90534         needed. (this snippet comes from src/system.h).
90535
90536 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
90537
90538         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
90539
90540 2000-06-15  Paul Eggert  <eggert@twinsun.com>
90541
90542         * lib/human.c (adjust_value): New function.
90543         (human_readable_inexact): Apply rounding style even when
90544         printing approximate values.
90545
90546 2000-06-14  Paul Eggert  <eggert@twinsun.com>
90547
90548         * lib/human.c (human_readable_inexact): Allow an input block
90549         size that is not a multiple of the output block size, and vice versa.
90550         Reported by Piergiorgio Sartor.
90551
90552 2000-06-14  Paul Eggert  <eggert@twinsun.com>
90553
90554         * lib/getdate.y (get_date): Apply relative times after time
90555         zone indicator, not before.  Reported by Todd A. Jacobs.
90556
90557 2000-06-13  Jim Meyering  <meyering@lucent.com>
90558
90559         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
90560
90561         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
90562
90563 2000-06-12  Paul Eggert  <eggert@twinsun.com>
90564
90565         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
90566
90567 2000-06-12  Jim Meyering  <meyering@lucent.com>
90568
90569         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
90570         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
90571         optional argument.
90572         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
90573         the optional argument, `lib'.
90574
90575 2000-06-08  Jim Meyering  <meyering@lucent.com>
90576
90577         * m4/largefile.m4: Remove file (now that it's part of autoconf).
90578
90579 2000-06-04  Paul Eggert  <eggert@twinsun.com>
90580
90581         Rewrite largefile configuration so that we don't need to run
90582         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
90583         AC_CANONICAL_HOST in configure.in -- jmm]
90584
90585         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
90586         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
90587         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
90588         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
90589         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
90590         All uses changed.
90591         Instead of inspecting the output of getconf, try to compile the
90592         test program without and with the macro definition.
90593         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
90594         for getconf.  Instead, check for the needed flags by compiling
90595         test programs.
90596
90597 2000-06-04  Paul Eggert  <eggert@twinsun.com>
90598
90599         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
90600
90601 2000-06-04  Jim Meyering  <meyering@lucent.com>
90602
90603         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
90604         SunOS 4.1.4 for which gid_t is an unsigned type.
90605
90606 2000-06-03  Jim Meyering  <meyering@lucent.com>
90607
90608         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
90609         now that autoconf requires that.
90610
90611         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
90612         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
90613         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
90614
90615 2000-06-03  Jim Meyering  <meyering@lucent.com>
90616
90617         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
90618
90619 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
90620
90621         * m4/glibc21.m4: New file.
90622         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
90623
90624 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
90625
90626         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
90627         newer, don't install charset.alias.
90628         * lib/config.charset: Change the Linux/glibc rules so they become empty
90629         on glibc-2.1 or newer.
90630
90631 2000-06-02  Jim Meyering  <meyering@lucent.com>
90632
90633         * lib/mountlist.c: Back out last change.  Instead, do this...
90634         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
90635         me_dummy member using the same `ignore'-testing code.
90636         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
90637         fs_type strings.
90638         From Mark D. Roth.
90639
90640 2000-05-29  Jim Meyering  <meyering@lucent.com>
90641
90642         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
90643         mounts with the `ignore' attribute.  Based on a patch from
90644         Mark D. Roth.
90645
90646 2000-05-28  Jim Meyering  <meyering@lucent.com>
90647
90648         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
90649         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
90650         * m4/stat.m4: Likewise.
90651         * m4/lstat.m4: Likewise.
90652         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
90653
90654         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
90655         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
90656
90657 2000-05-26  Jim Meyering  <meyering@lucent.com>
90658
90659         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
90660
90661 2000-05-24  Jim Meyering  <meyering@lucent.com>
90662
90663         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
90664         autoconf requires that.
90665         * m4/lib-check.m4: Likewise.
90666         * m4/jm-macros.m4: Likewise.
90667         * m4/strftime.m4: Likewise.
90668
90669         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
90670         AC_CHECK_DECLS, now that autoconf requires that.
90671
90672 2000-05-22  Jim Meyering  <meyering@lucent.com>
90673
90674         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
90675         * m4/lstat.m4: Likewise.
90676
90677 2000-05-22  Jim Meyering  <meyering@lucent.com>
90678
90679         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
90680
90681 2000-05-20  Jim Meyering  <meyering@lucent.com>
90682
90683         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
90684         (jm_PREREQ): Use it.
90685
90686 2000-05-18  Jim Meyering  <meyering@lucent.com>
90687
90688         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
90689         back, too, since it may have been modified by allocate_entry.
90690         (hash_delete): Rewrite to use neither the assignment operator
90691         nor the comma operator in an if-expression.
90692
90693 2000-05-15  Paul Eggert  <eggert@twinsun.com>
90694
90695         * lib/closeout.c:
90696         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
90697         Remove; no longer needed.
90698         "quotearg.h": Add include.
90699         (file_name): Do not bother to explicitly initialize to NULL; it's less
90700         efficient on some hosts.
90701         (close_stdout_status): Remove test as to whether stdout was already
90702         closed; it breaks for the case "echo x | sort >&-".
90703         Quote file name colons.
90704         Do not assume that _("write error") lacks format strings.
90705
90706 2000-05-15  Jim Meyering  <meyering@lucent.com>
90707
90708         * lib/version-etc.c (version_etc_copyright): Update the copyright
90709         string used in all --version output.
90710
90711 2000-05-14  Jim Meyering  <meyering@lucent.com>
90712
90713         * lib/closeout.c (close_stdout_set_file_name): New function.
90714         (close_stdout_status): Use new file-scoped global.
90715         Return right away if fstat says the stdout file descriptor is invalid.
90716         * lib/closeout.h (close_stdout_set_file_name): Declare.
90717
90718 2000-05-10  Jim Meyering  <meyering@lucent.com>
90719
90720         * lib/closeout.c [default_exit_status]: New file-scoped variable.
90721         (close_stdout_set_status): New function.
90722         * lib/closeout.h (close_stdout_set_status): Declare.
90723
90724 2000-05-09  Jim Meyering  <meyering@lucent.com>
90725
90726         * m4/gettext.m4: Rename this...
90727         * m4/libintl.m4: ...to this.
90728
90729 2000-05-08  Jim Meyering  <meyering@lucent.com>
90730
90731         * lib/long-options.c: Don't include closeout.h.
90732         (parse_long_options): Don't call close_stdout for --version.
90733
90734 2000-05-06  Paul Eggert  <eggert@twinsun.com>
90735
90736         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
90737         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
90738         2.1.3 bug.  This avoids a clash when files like regex.c define
90739         _GNU_SOURCE.
90740
90741 2000-05-06  Jim Meyering  <meyering@lucent.com>
90742
90743         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
90744         (AC_REPLACE_FUNCS): Add strnlen.
90745
90746         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
90747         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
90748
90749         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
90750         AC_SEARCH_LIBS call for nanosleep.
90751         (LIB_NANOSLEEP): Set and AC_SUBST.
90752
90753 2000-05-06  Jim Meyering  <meyering@lucent.com>
90754
90755         * lib/strnlen.c: Undefine __strnlen and strnlen.
90756         [!weak_alias]: Define __strnlen to strnlen.
90757
90758         * lib/atexit.c: New file, from libiberty.
90759
90760 2000-05-06  Jim Meyering  <meyering@lucent.com>
90761
90762         * lib/closeout.c (close_stdout_status): Also check for errors on the
90763         stderr stream.
90764
90765 2000-05-05  Jim Meyering  <meyering@lucent.com>
90766
90767         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
90768         AC_SEARCH_LIBS call for clock_gettime.
90769         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
90770
90771         * m4/search-libs.m4: Update from autoconf.
90772
90773         su doesn't work on Solaris 2.6.
90774         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
90775         <shadow.h>.  Reported by Dragos Harabor.
90776
90777 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
90778
90779         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
90780         memcpy instead of xmalloc, xrealloc, path_concat.
90781         (locale_charset): Treat empty environment variables as absent.
90782         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
90783
90784 2000-05-04  Jim Meyering  <meyering@lucent.com>
90785
90786         * lib/getopt.c: Update from glibc.
90787         * lib/obstack.c: Likewise.
90788         * lib/obstack.h: Likewise.
90789         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
90790         file
90791
90792         * lib/regex.h: Likewise.
90793         * lib/strndup.c: Likewise.
90794         * lib/strnlen.c: New file, from glibc.
90795
90796 2000-05-03  Jim Meyering  <meyering@lucent.com>
90797
90798         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
90799
90800 2000-05-02  Paul Eggert  <eggert@twinsun.com>
90801
90802         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
90803         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
90804         compile-time test, rather than inspecting host and OS, to
90805         decide whether to define _LARGEFILE_SOURCE.
90806
90807 2000-05-01  Jim Meyering  <meyering@lucent.com>
90808
90809         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
90810
90811         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
90812         Based on a patch from Bruno Haible.
90813
90814 2000-05-01  Jim Meyering  <meyering@lucent.com>
90815
90816         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
90817
90818 2000-04-29  Jim Meyering  <meyering@lucent.com>
90819
90820         * lib/path-concat.c: Declare strdup only if it's not defined.
90821         * lib/canon-host.c: Likewise.
90822
90823 2000-04-28  Jim Meyering  <meyering@lucent.com>
90824
90825         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
90826         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
90827         is included first, then limits.h is included by locale.h by libintl.h.
90828         From John David Anglin.
90829
90830 2000-04-25  Jim Meyering  <meyering@lucent.com>
90831
90832         * lib/makepath.c (S_IRWXUGO): Define.
90833         (make_path): Always perform explicit chmod if MODE specifies any
90834         of the `special' permission bits.  Prompted by a bug report against
90835         install from Mate Wierdl and Joost van Baal.
90836
90837 2000-04-18  Jim Meyering  <meyering@lucent.com>
90838
90839         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
90840         (jm_PREREQ): Use it.
90841
90842 2000-04-18  Jim Meyering  <meyering@lucent.com>
90843
90844         * lib/README: New file.
90845
90846         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
90847         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
90848
90849 2000-04-17  Jim Meyering  <meyering@lucent.com>
90850
90851         Get it right :-)
90852         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
90853         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
90854         Suggestion from Akim Demaille.
90855
90856 2000-04-17  Jim Meyering  <meyering@lucent.com>
90857
90858         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
90859         the definition of it to rpl_strftime also defined-away the system's
90860         declaration.
90861
90862 2000-04-15  Jim Meyering  <meyering@lucent.com>
90863
90864         Use `C' to denote so-called `contiguous' files, the same way
90865         that tar does.
90866         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
90867         (ftypelet): Use S_ISCTG.
90868         From Michael Deutschmann.
90869
90870 2000-04-14  Jim Meyering  <meyering@lucent.com>
90871
90872         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
90873         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
90874         clobbered.
90875
90876 2000-04-14  Jim Meyering  <meyering@lucent.com>
90877
90878         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
90879
90880 2000-04-13  Jim Meyering  <meyering@lucent.com>
90881
90882         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
90883         AH_VERBATIM to insert required #ifndef into config.h.in.
90884         Suggestion from Akim Demaille.
90885
90886 2000-04-12  Jim Meyering  <meyering@lucent.com>
90887
90888         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
90889         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
90890         Christian Krackowizer.
90891
90892         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
90893         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
90894         (AC_SYS_LARGEFILE): Require.
90895         (AM_C_PROTOTYPES): Require.
90896
90897 2000-04-08  Jim Meyering  <meyering@lucent.com>
90898
90899         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
90900         names don't conflict.  Reported by Eli Zaretskii.
90901
90902 2000-04-07  Jim Meyering  <meyering@lucent.com>
90903
90904         * lib/putenv.c: Move inclusion of errno.h so it follows that of
90905         sys/types.h, to work around system header problems on AIX 3.2.5.
90906         From Bruno Haible.
90907
90908 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
90909
90910         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
90911         bug.  Deal with the different error behavior of Irix iconv.
90912
90913 2000-04-05  Paul Eggert  <eggert@twinsun.com>
90914
90915         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
90916         IRIX if the installer said otherwise.
90917
90918 2000-04-05  Jim Meyering  <meyering@lucent.com>
90919
90920         Portability tweaks required for ultrix4.3.
90921         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
90922         (jm_CHECK_DECLS): Add getutent to the list of functions.
90923         (_jm_DECL_HEADERS): Add utmpx.h.
90924         From John David Anglin.
90925
90926         * m4/strftime.m4: Back out the 2000-04-02 change.
90927         Instead of that change, simply undefine putenv in the test program.
90928
90929 2000-04-05  Jim Meyering  <meyering@lucent.com>
90930
90931         Portability tweaks required for ultrix4.3.
90932         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
90933         getutent.
90934         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
90935         * lib/canon-host.c: Declare strdup.
90936         * lib/path-concat.c: Likewise.
90937         From John David Anglin.
90938
90939 2000-04-04  Jim Meyering  <meyering@lucent.com>
90940
90941         Be more DOS 8.3-friendly.
90942         * lib/ref-add.sin: Renamed from ref-add.sed.in.
90943         * lib/ref-del.sin: Renamed from ref-del.sed.in.
90944         * lib/Makefile.am: Reflect renaming.
90945         Reported by Eli Zaretskii.
90946
90947         Use a temporary file name that won't clash with `charset.alias'
90948         in the DOS 8.3 name space.
90949         * lib/Makefile.am (charset_tmp): Define.
90950         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
90951         (uninstall-local): Likewise.
90952         Reported by Eli Zaretskii.
90953
90954 2000-04-03  Jim Meyering  <meyering@lucent.com>
90955
90956         * m4/gettext.m4: Fix typo in comment.
90957
90958         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
90959         textutils/configure.in).  Suggestion from Paul Eggert.
90960         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
90961
90962 2000-04-02  Paul Eggert  <eggert@twinsun.com>
90963
90964         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
90965         variable in the shell rather than using putenv, which isn't
90966         portable.  This avoids the configure-time inter-test dependency
90967         on the potentially-renamed putenv function.
90968
90969 2000-03-30  Paul Eggert  <eggert@twinsun.com>
90970
90971         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
90972         before checking struct stat.st_blksize, so that
90973         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
90974
90975 2000-03-29  Paul Eggert  <eggert@twinsun.com>
90976
90977         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
90978         since strftime.c uses HAVE_STRFTIME to decide whether to use
90979         the underlying strftime.
90980
90981 2000-03-29  Paul Eggert  <eggert@twinsun.com>
90982
90983         * lib/time/strftime.c (my_strftime): Make sure we call the system
90984         strftime, not ourselves, when invoking the underlying strftime.
90985
90986 2000-03-24  Jim Meyering  <meyering@lucent.com>
90987
90988         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
90989         (charset_alias): Define.
90990         (install-exec-local): Factor out common code.
90991         (uninstall-local): Split lines longer than 80.
90992         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
90993         (SUFFIXES): Define.
90994         (.sed.in.sed): New rule.  Don't redirect directly to $@.
90995         (CLEANFILES): Add ref-add.sed and ref-del.sed.
90996
90997 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
90998
90999         * lib/config.charset: Output a line containing "Packages using this
91000         file".
91001         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
91002         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
91003         ref-del.sed): New rules.
91004
91005 2000-03-17  Jim Meyering  <meyering@lucent.com>
91006
91007         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
91008         Otherwise, include <strings.h>
91009
91010 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
91011
91012         * lib/unicodeio.c (utf8_wctomb): New function.
91013         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
91014         format instead of in UCS-4 with platform dependent endianness.
91015
91016 2000-03-10  Jim Meyering  <meyering@lucent.com>
91017
91018         * m4/lib-check.m4: Look for getspnam in -lgen, too.
91019         From Marco Franzen.
91020
91021 2000-03-07  Paul Eggert  <eggert@twinsun.com>
91022
91023         * lib/savedir.c (savedir): Work even if directory size is
91024         negative; this can happen with some screwy NFS configurations.
91025
91026 2000-03-06  Jim Meyering  <meyering@lucent.com>
91027
91028         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
91029         if it's NULL (because we ran out of memory).  From Bruno Haible.
91030
91031 2000-03-05  Jim Meyering  <meyering@lucent.com>
91032
91033         * lib/localcharset.c ("path-concat.h"): Include.
91034         (get_charset_aliases): Use path_concat instead of ANSI string
91035         concatenation.
91036
91037         * lib/unicodeio.h (PARAMS): Define.
91038         Use it to guard prototype.
91039
91040 2000-03-04  Jim Meyering  <meyering@lucent.com>
91041
91042         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
91043         for lib/localcharset.c.
91044
91045 2000-03-04  Jim Meyering  <meyering@lucent.com>
91046
91047         * lib/Makefile.am (install-exec-local): Create $(libdir) before
91048         installing into it.
91049         (uninstall-local): Uncomment this rule so `make distcheck' works
91050         once again.
91051
91052         * lib/unicodeio.c (<errno.h>): Include it.
91053         (errno): Declare if not defined.
91054
91055         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
91056
91057         * lib/config.charset: New version, incorporating remarks from a linux
91058         i18n mailing list.  From Bruno Haible.
91059
91060 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
91061
91062         * m4/codeset.m4: New file.
91063         * m4/iconv.m4: New file.
91064         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
91065
91066 2000-03-03  Jim Meyering  <meyering@lucent.com>
91067
91068         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
91069
91070 2000-03-02  Jim Meyering  <meyering@lucent.com>
91071
91072         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
91073         the messages come out on separate lines.
91074
91075         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
91076         rather than jm_CHECK_DECLARATIONS.
91077         * m4/decl.m4: Remove now-unused file.
91078
91079         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
91080         geteuid.
91081
91082 2000-03-02  Jim Meyering  <meyering@lucent.com>
91083
91084         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
91085
91086 2000-03-01  Jim Meyering  <meyering@lucent.com>
91087
91088         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
91089         * lib/unicodeio.c: Likewise.
91090
91091 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
91092
91093         * lib/config.charset: New file.
91094         * lib/localcharset.c: New file.
91095         * lib/unicodeio.h, lib/unicodeio.c: New files.
91096         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
91097         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
91098         (noinst_HEADERS): Add unicodeio.h.
91099         (all-local, install-exec-local, charset.alias): New targets.
91100
91101 2000-02-28  Paul Eggert  <eggert@twinsun.com>
91102
91103         * lib/quotearg.c (ALERT_CHAR): New macro.
91104         (quotearg_buffer_restyled): Use it.
91105
91106 2000-02-27  Jim Meyering  <meyering@lucent.com>
91107
91108         * m4/check-decl.m4: Add getenv to the list.
91109
91110 2000-02-27  Jim Meyering  <meyering@lucent.com>
91111
91112         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
91113         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
91114
91115         * lib/backupfile.c: Guard inclusion of stdlib.h with
91116         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
91117         Declare malloc if needed.
91118
91119         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
91120         `#ifndef HAVE_DECL..'
91121         now that autoconf always defines the HAVE_DECL_ symbols.
91122         * lib/human.c: Likewise.
91123         * lib/same.c: Likewise.
91124         * lib/strtoumax.c: Likewise.
91125
91126         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
91127         declaration check was not run.
91128         * lib/hash.c: Likewise.
91129         * lib/human.c: Likewise.
91130         * lib/same.c: Likewise.
91131         * lib/strtoumax.c: Likewise.
91132
91133         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
91134         `.', then first look up the entire `.'-containing string as a login
91135         name.
91136
91137 2000-02-23  Jim Meyering  <meyering@lucent.com>
91138
91139         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
91140         in place of my hack.
91141
91142 2000-02-18  Paul Eggert  <eggert@twinsun.com>
91143
91144         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
91145         (textint): New typedef.
91146         (parser_control): Member year changed from int to textint.
91147         All uses changed.
91148         (YYSTYPE): Removed; replaced by %union with int and textint members.
91149         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
91150         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
91151         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
91152         (tSNUMBER, tUNUMBER): Now of type <textintval>.
91153         (date, number, to_year): Use width of number in digits, not its value,
91154         to determine whether it's a 2-digit year, or a 2-digit time.
91155         (yylex): Store number of digits of numeric tokens.
91156         Reported by John Kendall.
91157
91158         (parser_control): Changed from struct parser_control to typedef (for
91159         consistency).  All uses changed.
91160
91161         (tID): Removed; not used.
91162         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
91163
91164 2000-02-14  Paul Eggert  <eggert@twinsun.com>
91165
91166         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
91167         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
91168
91169 2000-02-12  Jim Meyering  <meyering@lucent.com>
91170
91171         * lib/userspec.c (ISDIGIT): Define it.
91172         (isdigit): Remove definition.
91173         (is_number): Use ISDIGIT, not isdigit.
91174         <libintl.h>: Include.
91175         (_ and N_): Define.
91176         (parse_user_spec): Mark translatable strings.
91177
91178 2000-02-10  Jim Meyering  <meyering@lucent.com>
91179
91180         With these changes, nanosleep.[ch] are finally enough like the other
91181         lib/* replacement files to compile on a few more losing systems.
91182
91183         * lib/nanosleep.h: Don't include config.h.
91184         Remove prototype from declaration of nanosleep.
91185         (PARAMS): Remove now-unneeded definition.
91186         * lib/nanosleep.c: #undef nanosleep.
91187         (rpl_nanosleep): Rename from nanosleep.
91188
91189 2000-02-10  Jim Meyering  <meyering@lucent.com>
91190
91191         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
91192         gnu_nanosleep to rpl_nanosleep.
91193
91194 2000-02-09  Jim Meyering  <meyering@lucent.com>
91195
91196         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
91197         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
91198
91199 2000-02-08  Akim Demaille  <akim@epita.fr>
91200
91201         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
91202         `[' and `]' and remove uses of `changequote'.
91203         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
91204         (AC_SYS_LARGEFILE): Likewise.
91205         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
91206         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
91207         of changequote.
91208         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
91209         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
91210         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
91211         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
91212
91213 2000-02-05  Jim Meyering  <meyering@lucent.com>
91214
91215         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
91216         Remove explicit use of AC_HEADER_TIME.  It is required by
91217         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
91218         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
91219         in autoconf whereby the expansion of the latter ended up preceding
91220         the expansion of its prerequisite, AC_HEADER_TIME.
91221         Reported by Volker Borchert.
91222
91223 2000-02-03  Jim Meyering  <meyering@lucent.com>
91224
91225         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
91226
91227 2000-02-03  Jim Meyering  <meyering@lucent.com>
91228
91229         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
91230         rather than with `#if HAVE_UTMPNAME'.
91231
91232 2000-02-02  Jim Meyering  <meyering@lucent.com>
91233
91234         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
91235         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
91236         Reported by Eli Zaretskii.
91237
91238 2000-02-01  Jim Meyering  <meyering@lucent.com>
91239
91240         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
91241
91242 2000-01-31  Jim Meyering  <meyering@lucent.com>
91243
91244         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
91245         functions.  Add the time.h and sys/time.h headers along with the
91246         AC_REQUIRE'ment of AC_HEADER_TIME.
91247
91248 2000-01-31  Jim Meyering  <meyering@lucent.com>
91249
91250         * lib/nanosleep.h (nanosleep): Guard declaration with
91251         `#if ! HAVE_DECL_NANOSLEEP'.
91252         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
91253         the declaration in that vendor's sys/timers.h.
91254         Reported by Christian Krackowizer.
91255
91256         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
91257         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
91258         (ISPRINT): Likewise.
91259         Reported by Tom Tromey.
91260
91261 2000-01-30  Jim Meyering  <meyering@lucent.com>
91262
91263         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
91264
91265         * m4/prereq.m4 (utmp_includes): Define.
91266         Check for ut_user and ut_name members in both struct utmpx
91267         and struct utmp.
91268
91269 2000-01-30  Jim Meyering  <meyering@lucent.com>
91270
91271         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
91272         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
91273         header files where only utmpx.ut_user is declared.
91274
91275         * lib/readutmp.h (UT_USER): Define.
91276
91277 2000-01-29  Jim Meyering  <meyering@lucent.com>
91278
91279         * m4/lib-check.m4: New file containing library-related checks from
91280         fileutils and sh-utils (textutils had none).
91281
91282 2000-01-28  Jim Meyering  <meyering@lucent.com>
91283
91284         * m4/perl.m4: Change format of warning message to look more like that
91285         from the missing script.  Suggestion from François Pinard.
91286
91287 2000-01-25  Jim Meyering  <meyering@lucent.com>
91288
91289         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
91290         well as time.h in the compile check.
91291         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
91292         Fix typo in cross-compiling case: s/yes/no/.
91293
91294 2000-01-23  Jim Meyering  <meyering@lucent.com>
91295
91296         * m4/jm-macros.m4: Move df-related tests here from
91297         fileutils/configure.in
91298
91299         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
91300         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
91301
91302         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
91303         s/space/ac_fsusage_space/.
91304         (jm_FILE_SYSTEM_USAGE): Take two parameters.
91305
91306         * m4/ftruncate.m4: New file (derived from part of
91307         fileutils/configure.in).
91308         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
91309         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
91310
91311         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
91312         AC_SUBST these here, rather than just in sh-util/configure.in, so
91313         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
91314         all the same.
91315         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
91316         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
91317         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
91318         (AC_SUBST(POW_LIBM)): Likewise.
91319         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
91320
91321 2000-01-23  Jim Meyering  <meyering@lucent.com>
91322
91323         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
91324         obstack.c.
91325
91326 2000-01-22  Jim Meyering  <meyering@lucent.com>
91327
91328         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
91329
91330         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
91331
91332         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
91333         configure.in
91334         (AC_CHECK_HEADERS): Likewise for sh-utils.
91335         (AC_CHECK_HEADERS): Likewise for textutils.
91336         Merge the three lists of headers.
91337
91338         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
91339         from fileutils' configure.in.
91340
91341         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
91342         code. Moved tests into their own function (_jm_DECL_HEADERS) in
91343         check-decl.m4.
91344
91345         * m4/check-decl.m4: Use #if rather than #ifdef.
91346         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
91347         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
91348         (_jm_DECL_HEADERS): Define new function.
91349         (jm_CHECK_DECLARATIONS): Require it.
91350
91351 2000-01-22  Jim Meyering  <meyering@lucent.com>
91352
91353         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
91354         [! HAVE_DECL_STRTOULL]: Declare strtoull.
91355         Required for some AIX systems.  Reported by Christian Krackowizer.
91356         [TESTING] (main): New function.
91357
91358         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
91359         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
91360         letters.
91361
91362         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
91363         iswprint.
91364
91365         * lib/strverscmp.c (ISDIGIT): Define.
91366         (strverscmp): Use ISDIGIT, not isdigit.
91367
91368 2000-01-19  Jim Meyering  <meyering@lucent.com>
91369
91370         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
91371         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
91372         defines `struct timespec' in <sys/time.h>
91373
91374         * m4/c-bs-a.m4: Remove uses of changequote altogether.
91375         Thanks to Akim for explaining.
91376
91377 2000-01-17  Paul Eggert  <eggert@twinsun.com>
91378
91379         * lib/nanosleep.c (nanosleep):
91380         Don't use SA_INTERRUPT to decide whether to call sigaction, as
91381         POSIX.1 doesn't require SA_INTERRUPT and some systems
91382         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
91383         it's been part of POSIX.1 since day 1 (in 1988).
91384
91385 2000-01-17  Jim Meyering  <meyering@lucent.com>
91386
91387         * lib/interlock: Remove unused file.  Reported by François Pinard.
91388
91389 2000-01-16  Paul Eggert  <eggert@twinsun.com>
91390
91391         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
91392         alert, backslash, formfeed, and vertical tab unnecessarily in
91393         shell quoting style.
91394
91395 2000-01-16  Jim Meyering  <meyering@lucent.com>
91396
91397         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
91398         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
91399         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
91400         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
91401
91402 2000-01-16  Jim Meyering  <meyering@lucent.com>
91403
91404         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
91405         because the latter didn't work.
91406
91407 2000-01-15  Jim Meyering  <meyering@lucent.com>
91408
91409         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
91410         (AC_REPLACE_FUNCS): Add memcpy and memset.
91411         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
91412         Add strpbrk.
91413         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
91414
91415 2000-01-12  Jim Meyering  <meyering@lucent.com>
91416
91417         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
91418         (jm_PREREQ): Use it.
91419         (jm_PREREQ_READUTMP): New macro.
91420         (jm_PREREQ): Use it.
91421
91422 2000-01-11  Paul Eggert  <eggert@twinsun.com>
91423
91424         Quote multibyte characters correctly.
91425         * m4/c-bs-a.m4: New file.
91426         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
91427         (jm_PREREQ): Use it.
91428
91429 2000-01-11  Paul Eggert  <eggert@twinsun.com>
91430
91431         * m4/uintmax_t.m4: Port to autoconf 2.13.
91432
91433 2000-01-08  Jim Meyering  <meyering@ascend.com>
91434
91435         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
91436         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
91437
91438 2000-01-04  Jim Meyering  <meyering@ascend.com>
91439
91440         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
91441         jm_STRUCT_DIRENT_D_TYPE.
91442         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
91443         jm_STRUCT_DIRENT_D_INO.
91444         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
91445         jm_STRUCT_UTIMBUF.
91446         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
91447         renamings.
91448         * m4/utime.m4: Likewise.
91449
91450         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
91451         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
91452
91453 2000-01-03  Paul Eggert  <eggert@twinsun.com>
91454
91455         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
91456         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
91457
91458 2000-01-02  Jim Meyering  <meyering@ascend.com>
91459
91460         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
91461         remember if this is necessary.
91462
91463 1999-12-26  Jim Meyering  <meyering@ascend.com>
91464
91465         * m4/jm-macros.m4: Use it here.
91466         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
91467
91468 1999-12-23  Jim Meyering  <meyering@ascend.com>
91469
91470         * m4/jm-macros.m4: Check for clock_gettime (moved from
91471         fileutils/configure.in)
91472         Check for gettimeofday.
91473
91474 1999-12-20  Jim Meyering  <meyering@ascend.com>
91475
91476         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
91477         autoconf-2.14a-1999-12-20.
91478
91479 1999-12-19  Jim Meyering  <meyering@ascend.com>
91480
91481         * m4/lstat-slash.m4: New file.
91482         * m4/jm-macros.m4: Use the new macro:
91483         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
91484
91485 1999-12-07  Jim Meyering  <meyering@ascend.com>
91486
91487         * m4/perl.m4: Require that File::Compare be available, too.
91488         Too many systems seem to lack it.
91489
91490         * m4/strftime.m4: Add checks for most of the cpp macros tested in
91491         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
91492
91493 1999-11-18  Paul Eggert  <eggert@twinsun.com>
91494
91495         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
91496         problem with the QNX 4.25 shell, which doesn't propagate exit
91497         status of failed commands inside shell assignments.
91498
91499 1999-11-17  Jim Meyering  <meyering@ascend.com>
91500
91501         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
91502
91503 1999-11-07  Jim Meyering  <meyering@ascend.com>
91504
91505         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
91506
91507 1999-11-06  Jim Meyering  <meyering@ascend.com>
91508
91509         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
91510         * m4/jm-macros.m4 (jm_MACROS): Use it here.
91511
91512 1999-11-05  Jim Meyering  <meyering@ascend.com>
91513
91514         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
91515         configure.in of textutils, fileutils, and sh-utils into this one
91516         (shared between those packages) file.
91517         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
91518         AC_STRUCT_ST_BLKSIZE.
91519
91520 1999-11-03  Jim Meyering  <meyering@ascend.com>
91521
91522         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
91523         of AC_CHECK_TYPE checks includes unistd.h.
91524         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
91525         Suggestion from Akim Demaille.
91526
91527 1999-10-30  Jim Meyering  <meyering@ascend.com>
91528
91529         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
91530         m4-quoted string.
91531         * m4/ls-mntd-fs.m4: Likewise.
91532         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
91533         * m4/jm-winsz1.m4: Likewise.
91534
91535         * m4/const.m4: Remove file, since the fix made it into the experimental
91536         version of autoconf.
91537         * m4/mktime.m4: Likewise.
91538
91539         * m4/check-type.m4: Remove file, now that the latest version of
91540         AC_CHECK_TYPE takes a third arg to specify additional #includes.
91541
91542         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
91543         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
91544         AC_CHECK_TYPE.
91545
91546 1999-10-04  Jim Meyering  <meyering@ascend.com>
91547
91548         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
91549
91550 1999-09-22  Paul Eggert  <eggert@twinsun.com>
91551
91552         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
91553         2.95.1 bug with HP-UX 10.20.
91554
91555 1999-09-17  Jim Meyering  <meyering@ascend.com>
91556
91557         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
91558         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
91559         due to missing strdup (against sh-utils-2.0).
91560
91561 1999-08-29  Jim Meyering  <meyering@ascend.com>
91562
91563         * m4/jm-macros.m4: Require jm_BISON.
91564         * m4/bison.m4: New file.
91565
91566 1999-08-17  Paul Eggert  <eggert@twinsun.com>
91567
91568         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
91569         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
91570
91571 1999-08-05  Jim Meyering  <meyering@ascend.com>
91572
91573         * m4/getline.m4: Rename test file from conftestdata to conftest.data
91574         to avoid conflicts with `conftest' on 8+3 filesystems.
91575         Suggestion from Eli Zaretskii.
91576
91577 1999-08-04  Jim Meyering  <meyering@ascend.com>
91578
91579         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
91580         fileutils and sh-utils (textutils's getline test was inadequate).
91581         (AM_FUNC_GETLINE): Run this test.
91582         (AC_CHECK_FUNCS): Check for getdelim.
91583         Reported by Bob Proulx.
91584
91585 1999-08-02  Jim Meyering  <meyering@ascend.com>
91586
91587         * m4/jm-macros.m4: Add a comment.
91588
91589 1999-08-01  Paul Eggert  <eggert@twinsun.com>
91590
91591         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
91592         <inttypes.h> defines strtoumax as a macro (and not as a
91593         function).
91594
91595 1999-08-01  Paul Eggert  <eggert@twinsun.com>
91596
91597         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
91598         that we can shift, multiply and divide unsigned long long
91599         values; Ultrix cc can't do it.
91600
91601 1999-08-01  Paul Eggert  <eggert@twinsun.com>
91602
91603         * m4/mktime.m4: New file, which is a preview of what should appear
91604         in the next public autoconf release.
91605
91606 1999-08-01  Paul Eggert  <eggert@twinsun.com>
91607
91608         * m4/lfs.m4: Remove this file.
91609         * m4/largefile.m4: New file.  It contains the old contents of
91610         lfs.m4, except that all names with prefix AC_LFS have been
91611         changed to use the prefix AC_SYS_LARGEFILE instead, to be
91612         compatible with future autoconf versions.  Also, some minor m4
91613         quoting problems have been fixed.
91614
91615 1999-08-01  Paul Eggert  <eggert@twinsun.com>
91616
91617         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
91618         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
91619         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
91620         and simplify the shell code.
91621
91622 1999-08-01  Jim Meyering  <meyering@ascend.com>
91623
91624         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
91625         m4.
91626
91627 1999-07-20  Jim Meyering  <meyering@ascend.com>
91628
91629         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
91630
91631 1999-07-15  Jim Meyering  <meyering@ascend.com>
91632
91633         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
91634
91635 1999-05-22  Jim Meyering  <meyering@ascend.com>
91636
91637         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
91638
91639 1999-05-20  Jim Meyering  <meyering@ascend.com>
91640
91641         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
91642         Add a colon after each `then' in case $4 is empty.
91643
91644 1999-05-16  Jim Meyering  <meyering@ascend.com>
91645
91646         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
91647
91648 1999-05-10  Jim Meyering  <meyering@ascend.com>
91649
91650         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
91651
91652         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
91653         AC_FUNC_MKTIME.
91654
91655 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
91656
91657         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
91658
91659 1999-05-04  Paul Eggert  <eggert@twinsun.com>
91660
91661         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
91662         not CPPFLAGS, so that linking works correctly in IRIX.
91663
91664 1999-04-30  Paul Eggert  <eggert@twinsun.com>
91665
91666         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
91667
91668 1999-04-20  Paul Eggert  <eggert@twinsun.com>
91669
91670         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
91671         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
91672         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
91673         jm_AC_TYPE_UNSIGNED_LONG_LONG.
91674         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
91675
91676         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
91677
91678 1999-04-20  Jim Meyering  <meyering@ascend.com>
91679
91680         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
91681         AC_REPLACE xstroull if necessary.  From Paul Eggert.
91682         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
91683
91684 1999-04-18  Jim Meyering  <meyering@ascend.com>
91685
91686         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
91687         * m4/jm-macros.m4: Use it.
91688
91689 1999-04-06  Jim Meyering  <meyering@ascend.com>
91690
91691         * m4/strftime.m4: Remove test for %f.
91692
91693 1999-03-29  Jim Meyering  <meyering@ascend.com>
91694
91695         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
91696         superset of the AC_TYPE_* checks in the textutils, fileutils,
91697         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
91698         AC_TYPE_PID_T.
91699
91700 1999-03-28  Jim Meyering  <meyering@ascend.com>
91701
91702         * m4/jm-macros.m4: Define GNU_PACKAGE here.
91703         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
91704         replaced e.g., in the *.sh files of the sh-utils.
91705
91706 1999-03-20  Jim Meyering  <meyering@ascend.com>
91707
91708         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
91709         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
91710         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
91711
91712 1999-03-19  Jim Meyering  <meyering@ascend.com>
91713
91714         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
91715
91716 1999-03-12  Jim Meyering  <meyering@ascend.com>
91717
91718         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
91719
91720 1999-03-07  Jim Meyering  <meyering@ascend.com>
91721
91722         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
91723         declared.
91724
91725 1999-02-17  Jim Meyering  <meyering@ascend.com>
91726
91727         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
91728         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
91729
91730 1999-02-07  Jim Meyering  <meyering@ascend.com>
91731
91732         * m4/group-member.m4: New file -- extracted from sh-utils'
91733         configure.in.
91734
91735         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
91736         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
91737
91738 1999-02-06  Jim Meyering  <meyering@ascend.com>
91739
91740         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
91741         * m4/fnmatch.m4: Likewise.
91742         * m4/getgroups.m4: Likewise.
91743         * m4/lstat.m4: Likewise.
91744         * m4/malloc.m4: Likewise.
91745         * m4/putenv.m4: Likewise.
91746         * m4/realloc.m4: Likewise.
91747         * m4/regex.m4: Likewise.
91748         * m4/stat.m4: Likewise.
91749         * m4/strftime.m4: Likewise.
91750         Suggestion from Alain Magloire.
91751
91752         * m4/chown.m4: Use `.$ac_objext', not `.o'.
91753         * m4/fnmatch.m4: Likewise.
91754         * m4/getgroups.m4: Likewise.
91755         * m4/getline.m4: Likewise.
91756         * m4/lstat.m4: Likewise.
91757         * m4/malloc.m4: Likewise.
91758         * m4/memcmp.m4: Likewise.
91759         * m4/putenv.m4: Likewise.
91760         * m4/realloc.m4: Likewise.
91761         * m4/regex.m4: Likewise.
91762         * m4/stat.m4: Likewise.
91763         * m4/strftime.m4: Likewise.
91764         Suggestion from Alain Magloire.
91765
91766         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
91767         an argument.
91768
91769         * m4/regex.m4: Add a run-time Test for proper operation of
91770         re_compile_pattern.
91771
91772 1999-01-31  Jim Meyering  <meyering@ascend.com>
91773
91774         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
91775
91776 1999-01-30  Jim Meyering  <meyering@ascend.com>
91777
91778         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
91779
91780         * m4/jm-mktime.m4: Make this a wrapper around the official
91781         AM_FUNC_MKTIME rather than my private copy, now that the official one
91782         is up to date.
91783         * m4/mktime.m4: Remove file.
91784
91785         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
91786         * m4/uptime.m4: Likewise.
91787         * m4/uintmax_t.m4: Likewise.
91788
91789 1999-01-28  Jim Meyering  <meyering@ascend.com>
91790
91791         * m4/jm-macros.m4: Use jm_AFS.
91792         * m4/afs.m4: New file (from fileutils' configure.in).
91793
91794         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
91795         * m4/chown.m4: Likewise.
91796         * m4/d-ino.m4: Likewise.
91797         * m4/d-type.m4: Likewise.
91798         * m4/fnmatch.m4: Likewise.
91799         * m4/getgroups.m4: Likewise.
91800         * m4/gettext.m4: Likewise.
91801         * m4/jm-mktime.m4: Likewise.
91802         * m4/jm-winsz2.m4: Likewise.
91803         * m4/lcmessage.m4: Likewise.
91804         * m4/ls-mntd-fs.m4: Likewise.
91805         * m4/malloc.m4: Likewise.
91806         * m4/memcmp.m4: Likewise.
91807         * m4/putenv.m4: Likewise.
91808         * m4/realloc.m4: Likewise.
91809         * m4/st_mtim.m4: Likewise.
91810         * m4/strftime.m4: Likewise.
91811
91812 1999-01-16  Jim Meyering  <meyering@ascend.com>
91813
91814         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
91815         (ARGMATCH_DIE_DECL): Define.
91816
91817 1999-01-12  Jim Meyering  <meyering@ascend.com>
91818
91819         * m4/Makefile.am.in: Rewrite to avoid using fmt.
91820         Reported by Lars Hecking.
91821
91822 1999-01-10  Jim Meyering  <meyering@ascend.com>
91823
91824         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
91825         gross kludge.
91826         * m4/inttypes_h.m4: Likewise.
91827         * m4/lstat.m4: Likewise.
91828         * m4/malloc.m4: Likewise.
91829         * m4/readdir.m4: Likewise.
91830         * m4/realloc.m4: Likewise.
91831         * m4/st_dm_mode.m4: Likewise.
91832         * m4/stat.m4: Likewise.
91833         * m4/utimbuf.m4: Likewise.
91834         * m4/utimes.m4: Likewise.
91835
91836         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
91837         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
91838         comments in config.h.in are meaningful.
91839
91840         * m4/jm-macros.m4: Require autoconf-2.13 here.
91841
91842         * m4/regex.m4: By default, don't use the included regex.c on systems
91843         with glibc 2.  Suggestion from Uli Drepper.
91844
91845 1999-01-02  Jim Meyering  <meyering@ascend.com>
91846
91847         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
91848
91849 1998-12-18  Jim Meyering  <meyering@ascend.com>
91850
91851         * m4/Makefile.am.in (Makefile.am): Simplify rule.
91852         Based on a suggestion from Lars Hecking.
91853
91854 1998-11-16  Paul Eggert  <eggert@twinsun.com>
91855
91856         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
91857
91858 1998-11-16  Jim Meyering  <meyering@ascend.com>
91859
91860         * m4/lfs.m4: Double-quote the `uname...` expression.
91861
91862 1998-11-14  Jim Meyering  <meyering@ascend.com>
91863
91864         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
91865         * m4/stat.m4: Likewise.
91866
91867 1998-11-03  Jim Meyering  <meyering@ascend.com>
91868
91869         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
91870         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
91871
91872 1998-10-18  Jim Meyering  <meyering@ascend.com>
91873
91874         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
91875
91876 1998-10-17  Jim Meyering  <meyering@ascend.com>
91877
91878         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
91879         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
91880         calls for those previously hard-coded headers.  Instead, take a new
91881         parameter.
91882         (jm_CHECK_DECLARATIONS): Reflect interface change.
91883         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
91884         (jm_CHECK_DECL_LOCALTIME_R): New macro.
91885
91886         * m4/mktime.m4: Test for spring-forward gap before long-running test.
91887
91888 1998-10-14  Jim Meyering  <meyering@ascend.com>
91889
91890         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
91891         instead of "TZ=America/Vancouver".  From Paul Eggert.
91892
91893 1998-10-11  Jim Meyering  <meyering@ascend.com>
91894
91895         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
91896         This adds a test for a recently added compatibility fix for mktime.c.
91897         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
91898
91899 1998-09-27  Jim Meyering  <meyering@ascend.com>
91900
91901         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
91902
91903         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
91904         ../configure.in, including a change from Gordon Matzigkeit to allow
91905         cross-compiling for the Hurd.
91906
91907         * m4/glibc.m4: New file/macro to test for the GNU C Library
91908         versions 1 and 2.  From Gordon Matzigkeit.
91909         Indent.
91910
91911 1998-09-21  Jim Meyering  <meyering@ascend.com>
91912
91913         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
91914
91915 1998-08-18  Paul Eggert  <eggert@twinsun.com>
91916
91917         Port nanosecond-resolution times to UnixWare 2.1.2 and
91918         pedantic Solaris 2.6.
91919
91920         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
91921         AC_STRUCT_ST_MTIM.
91922         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
91923         Generate name of ns member, instead of just 1 or undef.
91924         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
91925
91926 1998-08-15  Jim Meyering  <meyering@ascend.com>
91927
91928         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
91929         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
91930         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
91931         instead of jm_TYPE_SSIZE_T.
91932
91933 1998-08-12  Jim Meyering  <meyering@ascend.com>
91934
91935         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
91936
91937 1998-08-02  Jim Meyering  <meyering@ascend.com>
91938
91939         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
91940         in acconfig.h manually.
91941
91942 1998-07-31  Paul Eggert  <eggert@twinsun.com>
91943
91944         * m4/st_mtim.m4: New file.
91945
91946 1998-07-28  Jim Meyering  <meyering@ascend.com>
91947
91948         * m4/utimes.m4: Undef stat.
91949
91950 1998-07-25  Jim Meyering  <meyering@ascend.com>
91951
91952         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
91953         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
91954
91955 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
91956
91957         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
91958         uid and gid actually remain unchanged.
91959
91960 1998-07-07  Jim Meyering  <meyering@ascend.com>
91961
91962         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
91963
91964 1998-07-04  Jim Meyering  <meyering@ascend.com>
91965
91966         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
91967         to prove that this macro can be used in packages without regex.c.
91968
91969 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
91970
91971         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
91972         is to be used.
91973
91974 1998-07-03  Jim Meyering  <meyering@ascend.com>
91975
91976         * m4/gettext.m4: Add -lintl if it's found to be necessary.
91977
91978         * m4/gettext.m4: New file -- from gettext-0.10.35.
91979         * m4/lcmessage.m4: Likewise.
91980         * m4/progtest.m4: Likewise.
91981
91982         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
91983         * m4/jm-macros.m4: Require the new macro.
91984
91985 1998-06-29  Jim Meyering  <meyering@ascend.com>
91986
91987         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
91988         for the definition of NGROUPS (used in a system header included
91989         by sys/mount.h).
91990
91991 1998-06-28  Jim Meyering  <meyering@ascend.com>
91992
91993         * m4/ls-mntd-fs.m4: New file.
91994         * m4/fstypename.m4: New file.
91995
91996         * m4/jm-macros.m4: Require the new macro.
91997         * m4/jm-glibc-io.m4: New file.
91998
91999 1998-05-19  Jim Meyering  <meyering@ascend.com>
92000
92001         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
92002         * m4/lchown.m4: New file.
92003
92004         * m4/Makefile.am.in: New file.
92005         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
92006
92007 1998-05-14  Jim Meyering  <meyering@ascend.com>
92008
92009         * m4/Makefile.am (EXTRA_DIST): Add them.
92010         * m4/jm-macros.m4: New file.
92011         * m4/utimbuf.m4: New file.
92012
92013 1998-05-12  Jim Meyering  <meyering@ascend.com>
92014
92015         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
92016
92017 1998-05-11  Jim Meyering  <meyering@ascend.com>
92018
92019         * m4/isc-posix.m4: New file.
92020
92021 1998-05-10  Jim Meyering  <meyering@ascend.com>
92022
92023         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
92024
92025 1998-05-09  Jim Meyering  <meyering@ascend.com>
92026
92027         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
92028         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
92029         with automake.
92030
92031         * m4/ssize_t.m4: New file.
92032         * m4/mktime.m4: Remove file -- the new automake has this now.
92033
92034 1998-04-26  Jim Meyering  <meyering@ascend.com>
92035
92036         * m4/assert.m4: New file.
92037         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
92038
92039 1998-04-05  Jim Meyering  <meyering@ascend.com>
92040
92041         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
92042         (jm_PREREQ): Use it here.
92043
92044 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
92045
92046         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
92047         in acconfig.h.
92048
92049 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
92050
92051         * m4/prereq.m4: New file.
92052         * m4/error.m4: New file.
92053         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
92054
92055 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
92056
92057         * m4/getline.m4: Don't set am_cv_func_working_getline before the
92058         cache-check for the same variable -- that defeated the purpose of
92059         the test; the test program was never run.  This was a problem only
92060         on systems with losing getline functions -- HP-UX 10.20 is one.
92061         Reported by Bjorn Helgaas.
92062
92063 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
92064
92065         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
92066
92067 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
92068
92069         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
92070
92071         * m4/const.m4: New file.  Use an initializer in this declaration
92072         typedef int charset[2]; const charset x;
92073         Reported by Bob Glickstein.
92074
92075 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
92076
92077         * m4/chown.m4: Fix reversed types on -1 args to chown.
92078         From Kaveh Ghazi.
92079
92080 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
92081
92082         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
92083         Add lseek and memchr.
92084
92085         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
92086         T.E.Dickey <dickey@clark.net> said that some older preprocessors
92087         have a 20-character limit on names.
92088
92089 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
92090
92091         * m4/inttypes_h.m4: New file.
92092         * m4/uintmax_t.m4: New file.
92093         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
92094
92095
92096         -----
92097
92098         Local Variables:
92099         coding: utf-8
92100         End:
92101
92102         Copyright (C) 1997-2012 Free Software Foundation, Inc.
92103
92104         Copying and distribution of this file, with or without
92105         modification, are permitted provided the copyright notice
92106         and this notice are preserved.