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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
9429
83a3e25b88a7 New module 'xvasprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Description:
83a3e25b88a7 New module 'xvasprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 vasprintf and asprintf with POSIX compatible format string interpretation and
83a3e25b88a7 New module 'xvasprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3 with out-of-memory checking. Also see xalloc-die.
83a3e25b88a7 New module 'xvasprintf-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: 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
83a3e25b88a7 New module 'xvasprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 Files:
83a3e25b88a7 New module 'xvasprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12
83a3e25b88a7 New module 'xvasprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 Depends-on:
83a3e25b88a7 New module 'xvasprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14 xvasprintf
83a3e25b88a7 New module 'xvasprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15 vasprintf-posix
83a3e25b88a7 New module 'xvasprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16
83a3e25b88a7 New module 'xvasprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17 configure.ac:
83a3e25b88a7 New module 'xvasprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18
83a3e25b88a7 New module 'xvasprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19 Makefile.am:
83a3e25b88a7 New module 'xvasprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
20
83a3e25b88a7 New module 'xvasprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
21 Include:
83a3e25b88a7 New module 'xvasprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
22 "xvasprintf.h"
83a3e25b88a7 New module 'xvasprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
23
83a3e25b88a7 New module 'xvasprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
24 License:
83a3e25b88a7 New module 'xvasprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
25 GPL
83a3e25b88a7 New module 'xvasprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
26
83a3e25b88a7 New module 'xvasprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
27 Maintainer:
83a3e25b88a7 New module 'xvasprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
28 Bruno Haible
83a3e25b88a7 New module 'xvasprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
29