Mercurial > hg > octave-kai > gnulib-hg
annotate modules/xprintf-posix @ 17476:6057744acd2c default tip master
autoupdate
author | Karl Berry <karl@freefriends.org> |
---|---|
date | Fri, 16 Aug 2013 06:32:22 -0700 (2013-08-16) |
parents | be869a242af0 |
children |
rev | line source |
---|---|
9427 | 1 Description: |
2 A wrapper around printf with POSIX compatible format string interpretation, | |
3 that calls error upon ENOMEM or EILSEQ errors. | |
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 | 11 Files: |
12 | |
13 Depends-on: | |
14 xprintf | |
15 vprintf-posix | |
16 vfprintf-posix | |
17 | |
18 configure.ac: | |
19 | |
20 Makefile.am: | |
21 | |
22 Include: | |
23 "xprintf.h" | |
24 | |
25 License: | |
26 GPL | |
27 | |
28 Maintainer: | |
29 Bruno Haible | |
30 |