Mercurial > hg > octave-lojdl > gnulib-hg
annotate modules/xvasprintf-posix @ 16364:89227b989588
fatal-signal: use C prototypes (with explicit void).
* lib/fatal-signal.c (uninstall_handlers, install_handlers)
(init_fatal_signal_set, block_fatal_signals): Fix signatures.
author | Akim Demaille <demaille@gostai.com> |
---|---|
date | Wed, 08 Feb 2012 10:36:20 +0100 |
parents | be869a242af0 |
children |
rev | line source |
---|---|
9429 | 1 Description: |
2 vasprintf and asprintf with POSIX compatible format string interpretation and | |
3 with out-of-memory checking. Also see xalloc-die. | |
4 | |
13187
be869a242af0
Fix side effects from tests-related modules.
Bruno Haible <bruno@clisp.org>
parents:
9429
diff
changeset
|
5 Comment: |
be869a242af0
Fix side effects from tests-related modules.
Bruno Haible <bruno@clisp.org>
parents:
9429
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:
9429
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:
9429
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:
9429
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:
9429
diff
changeset
|
10 |
9429 | 11 Files: |
12 | |
13 Depends-on: | |
14 xvasprintf | |
15 vasprintf-posix | |
16 | |
17 configure.ac: | |
18 | |
19 Makefile.am: | |
20 | |
21 Include: | |
22 "xvasprintf.h" | |
23 | |
24 License: | |
25 GPL | |
26 | |
27 Maintainer: | |
28 Bruno Haible | |
29 |