annotate modules/msvc-inval @ 16749:2c1499f688aa

logf-ieee: Fix test whether logf works. * m4/logf.m4 (gl_FUNC_LOGF): Fix typo in test program.
author Bruno Haible <bruno@clisp.org>
date Sun, 01 Apr 2012 19:31:01 +0200
parents 6ef4d991e582
children 1f14c6dd175d
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
15645
6ef4d991e582 New module 'msvc-inval'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Description:
6ef4d991e582 New module 'msvc-inval'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 invalid parameter handler for MSVC runtime libraries
6ef4d991e582 New module 'msvc-inval'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3
6ef4d991e582 New module 'msvc-inval'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 Files:
6ef4d991e582 New module 'msvc-inval'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 lib/msvc-inval.h
6ef4d991e582 New module 'msvc-inval'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 lib/msvc-inval.c
6ef4d991e582 New module 'msvc-inval'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7 m4/msvc-inval.m4
6ef4d991e582 New module 'msvc-inval'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8
6ef4d991e582 New module 'msvc-inval'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 Depends-on:
6ef4d991e582 New module 'msvc-inval'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10
6ef4d991e582 New module 'msvc-inval'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 configure.ac:
6ef4d991e582 New module 'msvc-inval'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12 gl_MSVC_INVAL
6ef4d991e582 New module 'msvc-inval'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 if test $HAVE_MSVC_INVALID_PARAMETER_HANDLER = 1; then
6ef4d991e582 New module 'msvc-inval'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14 AC_LIBOBJ([msvc-inval])
6ef4d991e582 New module 'msvc-inval'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15 fi
6ef4d991e582 New module 'msvc-inval'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16
6ef4d991e582 New module 'msvc-inval'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17 Makefile.am:
6ef4d991e582 New module 'msvc-inval'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18
6ef4d991e582 New module 'msvc-inval'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19 Include:
6ef4d991e582 New module 'msvc-inval'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
20 "msvc-inval.h"
6ef4d991e582 New module 'msvc-inval'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
21
6ef4d991e582 New module 'msvc-inval'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
22 License:
6ef4d991e582 New module 'msvc-inval'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
23 LGPLv2+
6ef4d991e582 New module 'msvc-inval'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
24
6ef4d991e582 New module 'msvc-inval'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
25 Maintainer:
6ef4d991e582 New module 'msvc-inval'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
26 Bruno Haible