annotate modules/vsnprintf @ 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 efab6978105e
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5340
11ff7526b7b9 New module 'vsnprintf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Description:
11ff7526b7b9 New module 'vsnprintf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 vsnprintf() function: print formatted output from an stdarg argument list
11ff7526b7b9 New module 'vsnprintf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3 to a fixed length string
11ff7526b7b9 New module 'vsnprintf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4
11ff7526b7b9 New module 'vsnprintf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 Files:
11ff7526b7b9 New module 'vsnprintf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 lib/vsnprintf.c
11ff7526b7b9 New module 'vsnprintf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7 m4/vsnprintf.m4
9940
0471a8660b70 Work around snprintf bug on Linux libc5.
Bruno Haible <bruno@clisp.org>
parents: 9831
diff changeset
8 m4/printf.m4
5340
11ff7526b7b9 New module 'vsnprintf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9
11ff7526b7b9 New module 'vsnprintf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 Depends-on:
8211
a7182ec8249f vsnprintf.h is replaced with <stdio.h>.
Bruno Haible <bruno@clisp.org>
parents: 7497
diff changeset
11 stdio
14683
efab6978105e Avoid unnecessary compilation units, through conditional dependencies.
Bruno Haible <bruno@clisp.org>
parents: 10427
diff changeset
12 vasnprintf [test $ac_cv_func_vsnprintf = no || test $REPLACE_VSNPRINTF = 1]
efab6978105e Avoid unnecessary compilation units, through conditional dependencies.
Bruno Haible <bruno@clisp.org>
parents: 10427
diff changeset
13 errno [test $ac_cv_func_vsnprintf = no || test $REPLACE_VSNPRINTF = 1]
5340
11ff7526b7b9 New module 'vsnprintf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14
11ff7526b7b9 New module 'vsnprintf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15 configure.ac:
11ff7526b7b9 New module 'vsnprintf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16 gl_FUNC_VSNPRINTF
8211
a7182ec8249f vsnprintf.h is replaced with <stdio.h>.
Bruno Haible <bruno@clisp.org>
parents: 7497
diff changeset
17 gl_STDIO_MODULE_INDICATOR([vsnprintf])
5340
11ff7526b7b9 New module 'vsnprintf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18
11ff7526b7b9 New module 'vsnprintf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19 Makefile.am:
11ff7526b7b9 New module 'vsnprintf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
20
11ff7526b7b9 New module 'vsnprintf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
21 Include:
8211
a7182ec8249f vsnprintf.h is replaced with <stdio.h>.
Bruno Haible <bruno@clisp.org>
parents: 7497
diff changeset
22 <stdio.h>
5340
11ff7526b7b9 New module 'vsnprintf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
23
11ff7526b7b9 New module 'vsnprintf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
24 License:
9102
404dc8725caf Use the synonymous term LGPLv2.
Bruno Haible <bruno@clisp.org>
parents: 8370
diff changeset
25 LGPLv2+
5340
11ff7526b7b9 New module 'vsnprintf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
26
11ff7526b7b9 New module 'vsnprintf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
27 Maintainer:
11ff7526b7b9 New module 'vsnprintf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
28 Yoann Vandoorselaere