annotate modules/xprintf-posix @ 17363:5a51fb7777a9

sys_select, sys_time: port 2013-01-30 Solaris 2.6 fix to Cygwin Problem reported by Marco Atzeri in <http://lists.gnu.org/archive/html/bug-gnulib/2013-03/msg00000.html>. * lib/sys_select.in.h [HAVE_SYS_SELECT_H && _CYGWIN_SYS_TIME_H]: Simply delegate to the system <sys/select.h> in this case too. Also, pay attention to _GL_SYS_SELECT_H_REDIRECT_FROM_SYS_TIME_H only if OSF/1, since otherwise Cygwin breaks, and it doesn't seem to be needed on Solaris either. * lib/sys_time.in.h [_CYGWIN_SYS_TIME_H]: Simply delgate to the system <sys/time.h> in this case.
author Paul Eggert <eggert@cs.ucla.edu>
date Tue, 19 Mar 2013 09:08:47 -0700
parents be869a242af0
children 1f14c6dd175d
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
9427
f5d380f2d698 New module 'xprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Description:
f5d380f2d698 New module 'xprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 A wrapper around printf with POSIX compatible format string interpretation,
f5d380f2d698 New module 'xprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3 that calls error upon ENOMEM or EILSEQ errors.
f5d380f2d698 New module 'xprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4
13187
be869a242af0 Fix side effects from tests-related modules.
Bruno Haible <bruno@clisp.org>
parents: 9427
diff changeset
5 Comment:
be869a242af0 Fix side effects from tests-related modules.
Bruno Haible <bruno@clisp.org>
parents: 9427
diff changeset
6 This module should not be used as a dependency from a test module,
be869a242af0 Fix side effects from tests-related modules.
Bruno Haible <bruno@clisp.org>
parents: 9427
diff changeset
7 otherwise when this module occurs as a tests-related module, it will
be869a242af0 Fix side effects from tests-related modules.
Bruno Haible <bruno@clisp.org>
parents: 9427
diff changeset
8 have side effects on the compilation of the 'vasnprintf' module, if
be869a242af0 Fix side effects from tests-related modules.
Bruno Haible <bruno@clisp.org>
parents: 9427
diff changeset
9 that module occurs among the main modules in lib/.
be869a242af0 Fix side effects from tests-related modules.
Bruno Haible <bruno@clisp.org>
parents: 9427
diff changeset
10
9427
f5d380f2d698 New module 'xprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 Files:
f5d380f2d698 New module 'xprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12
f5d380f2d698 New module 'xprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 Depends-on:
f5d380f2d698 New module 'xprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14 xprintf
f5d380f2d698 New module 'xprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15 vprintf-posix
f5d380f2d698 New module 'xprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16 vfprintf-posix
f5d380f2d698 New module 'xprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17
f5d380f2d698 New module 'xprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18 configure.ac:
f5d380f2d698 New module 'xprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19
f5d380f2d698 New module 'xprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
20 Makefile.am:
f5d380f2d698 New module 'xprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
21
f5d380f2d698 New module 'xprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
22 Include:
f5d380f2d698 New module 'xprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
23 "xprintf.h"
f5d380f2d698 New module 'xprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
24
f5d380f2d698 New module 'xprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
25 License:
f5d380f2d698 New module 'xprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
26 GPL
f5d380f2d698 New module 'xprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
27
f5d380f2d698 New module 'xprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
28 Maintainer:
f5d380f2d698 New module 'xprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
29 Bruno Haible
f5d380f2d698 New module 'xprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
30