Imported Upstream version 5.20.0.180

Former-commit-id: ff953ca879339fe1e1211f7220f563e1342e66cb
This commit is contained in:
Xamarin Public Jenkins (auto-signing) 2019-02-04 20:11:37 +00:00
parent 0e2d47d1c8
commit 0510252385
3360 changed files with 83827 additions and 39243 deletions

View File

@ -87,7 +87,8 @@ DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
config.guess config.rpath config.sub install-sh missing \ config.guess config.rpath config.sub install-sh missing \
ltmain.sh ltmain.sh
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_compile_flag.m4 \ am__aclocal_m4_deps = $(top_srcdir)/m4/apple-target.m4 \
$(top_srcdir)/m4/ax_check_compile_flag.m4 \
$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \ $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
@ -236,6 +237,7 @@ CXX = @CXX@
CXXCPP = @CXXCPP@ CXXCPP = @CXXCPP@
CXXDEPMODE = @CXXDEPMODE@ CXXDEPMODE = @CXXDEPMODE@
CXXFLAGS = @CXXFLAGS@ CXXFLAGS = @CXXFLAGS@
CXXFLAGS_COMMON = @CXXFLAGS_COMMON@
CXX_ADD_CFLAGS = @CXX_ADD_CFLAGS@ CXX_ADD_CFLAGS = @CXX_ADD_CFLAGS@
CXX_REMOVE_CFLAGS = @CXX_REMOVE_CFLAGS@ CXX_REMOVE_CFLAGS = @CXX_REMOVE_CFLAGS@
CYGPATH_W = @CYGPATH_W@ CYGPATH_W = @CYGPATH_W@
@ -309,6 +311,22 @@ MONO_DL_NEED_USCORE = @MONO_DL_NEED_USCORE@
MONO_JEMALLOC_ASSERT = @MONO_JEMALLOC_ASSERT@ MONO_JEMALLOC_ASSERT = @MONO_JEMALLOC_ASSERT@
MONO_JEMALLOC_DEFAULT = @MONO_JEMALLOC_DEFAULT@ MONO_JEMALLOC_DEFAULT = @MONO_JEMALLOC_DEFAULT@
MONO_JEMALLOC_ENABLED = @MONO_JEMALLOC_ENABLED@ MONO_JEMALLOC_ENABLED = @MONO_JEMALLOC_ENABLED@
MONO_NATIVE_CC = @MONO_NATIVE_CC@
MONO_NATIVE_CFLAGS = @MONO_NATIVE_CFLAGS@
MONO_NATIVE_COMPAT_CFLAGS = @MONO_NATIVE_COMPAT_CFLAGS@
MONO_NATIVE_COMPAT_LDFLAGS = @MONO_NATIVE_COMPAT_LDFLAGS@
MONO_NATIVE_CPPFLAGS = @MONO_NATIVE_CPPFLAGS@
MONO_NATIVE_CXX = @MONO_NATIVE_CXX@
MONO_NATIVE_CXXFLAGS = @MONO_NATIVE_CXXFLAGS@
MONO_NATIVE_LDFLAGS = @MONO_NATIVE_LDFLAGS@
MONO_NATIVE_LIBADD = @MONO_NATIVE_LIBADD@
MONO_NATIVE_LIBRARY_NAME = @MONO_NATIVE_LIBRARY_NAME@
MONO_NATIVE_PLATFORM = @MONO_NATIVE_PLATFORM@
MONO_NATIVE_PLATFORM_TYPE = @MONO_NATIVE_PLATFORM_TYPE@
MONO_NATIVE_PLATFORM_TYPE_COMPAT = @MONO_NATIVE_PLATFORM_TYPE_COMPAT@
MONO_NATIVE_PLATFORM_TYPE_UNIFIED = @MONO_NATIVE_PLATFORM_TYPE_UNIFIED@
MONO_NATIVE_UNIFIED_CFLAGS = @MONO_NATIVE_UNIFIED_CFLAGS@
MONO_NATIVE_UNIFIED_LDFLAGS = @MONO_NATIVE_UNIFIED_LDFLAGS@
MSGFMT = @MSGFMT@ MSGFMT = @MSGFMT@
MSGFMT_015 = @MSGFMT_015@ MSGFMT_015 = @MSGFMT_015@
MSGMERGE = @MSGMERGE@ MSGMERGE = @MSGMERGE@

View File

@ -3,7 +3,7 @@ create cross platform applications. It is an open source
implementation of Microsoft's .NET Framework based on the ECMA implementation of Microsoft's .NET Framework based on the ECMA
standards for C# and the Common Language Runtime. standards for C# and the Common Language Runtime.
The Mono project is part of the [.NET Foundation](http://www.dotnetfoundation.org/) The Mono project is part of the [.NET Foundation](https://www.dotnetfoundation.org/)
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/mono/mono?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/mono/mono?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
@ -66,15 +66,15 @@ Building the Software
--------------------- ---------------------
Please see our guides for building Mono on Please see our guides for building Mono on
[Mac OS X](http://www.mono-project.com/docs/compiling-mono/mac/), [Mac OS X](https://www.mono-project.com/docs/compiling-mono/mac/),
[Linux](http://www.mono-project.com/docs/compiling-mono/linux/) and [Linux](https://www.mono-project.com/docs/compiling-mono/linux/) and
[Windows](http://www.mono-project.com/docs/compiling-mono/windows/). [Windows](https://www.mono-project.com/docs/compiling-mono/windows/).
Note that building from Git assumes that you already have Mono installed, Note that building from Git assumes that you already have Mono installed,
so please download and [install the latest Mono release](http://www.mono-project.com/download/) so please download and [install the latest Mono release](https://www.mono-project.com/download/)
before trying to build from Git. This is required because the Mono build before trying to build from Git. This is required because the Mono build
relies on a working Mono C# compiler to compile itself relies on a working Mono C# compiler to compile itself
(also known as [bootstrapping](http://en.wikipedia.org/wiki/Bootstrapping_(compilers))). (also known as [bootstrapping](https://en.wikipedia.org/wiki/Bootstrapping_(compilers))).
If you don't have a working Mono installation If you don't have a working Mono installation
--------------------------------------------- ---------------------------------------------
@ -203,9 +203,9 @@ Contributing to Mono
==================== ====================
Before submitting changes to Mono, please review the [contribution Before submitting changes to Mono, please review the [contribution
guidelines](http://www.mono-project.com/community/contributing/). guidelines](https://www.mono-project.com/community/contributing/).
Please pay particular attention to the [Important Please pay particular attention to the [Important
Rules](http://www.mono-project.com/community/contributing/#important-rules) Rules](https://www.mono-project.com/community/contributing/#important-rules)
section. section.
Reporting bugs Reporting bugs
@ -215,7 +215,7 @@ To submit bug reports, please [open an issue on the mono GitHub repo](https://gi
Please use the search facility to ensure the same bug hasn't already Please use the search facility to ensure the same bug hasn't already
been submitted and follow our been submitted and follow our
[guidelines](http://www.mono-project.com/community/bugs/make-a-good-bug-report/) [guidelines](https://www.mono-project.com/community/bugs/make-a-good-bug-report/)
on how to make a good bug report. on how to make a good bug report.
Configuration Options Configuration Options
@ -435,7 +435,7 @@ for Mono. The LLVM code generator and optimizer will be
used instead of Mono's built-in code generator for both used instead of Mono's built-in code generator for both
Just in Time and Ahead of Time compilations. Just in Time and Ahead of Time compilations.
* See http://www.mono-project.com/docs/advanced/mono-llvm/ for the * See https://www.mono-project.com/docs/advanced/mono-llvm/ for the
full details and up-to-date information on this feature. full details and up-to-date information on this feature.
* You will need to have an LLVM built that Mono can link * You will need to have an LLVM built that Mono can link
@ -504,7 +504,7 @@ also, see the man page.
* This configures the Mono compiler to generate code * This configures the Mono compiler to generate code
suitable to be used by Google's Native Client: suitable to be used by Google's Native Client:
http://code.google.com/p/nativeclient/ https://code.google.com/p/nativeclient/
* Currently this is used with Mono's AOT engine as * Currently this is used with Mono's AOT engine as
Native Client does not support JIT engines yet. Native Client does not support JIT engines yet.
@ -578,7 +578,7 @@ file for information about Microsoft's patent grant.
Mono Trademark Use Policy Mono Trademark Use Policy
========================= =========================
The use of trademarks and logos for Mono can be found [here](http://www.dotnetfoundation.org/legal/mono-tm). The use of trademarks and logos for Mono can be found [here](https://www.dotnetfoundation.org/legal/mono-tm).
Maintaining the Class Library Solution Files Maintaining the Class Library Solution Files
============================================ ============================================

View File

@ -1 +1 @@
7f3958be9a6931aca43164ee90cc309157607744 cb058025d26cfa053c0882a56a7f57c3c6f3039f

View File

@ -2,7 +2,7 @@
{ {
"name": "roslyn", "name": "roslyn",
"url": "git://github.com/mono/roslyn.git", "url": "git://github.com/mono/roslyn.git",
"rev": "380eec412868464a132cdcd3a45ef457fab6e060", "rev": "7a840bd5697ef6ea41f554a09d837636fba9d88d",
"remote-branch": "origin/mono-testing", "remote-branch": "origin/mono-testing",
"branch": "mono-testing", "branch": "mono-testing",
"directory": "roslyn" "directory": "roslyn"
@ -10,7 +10,7 @@
{ {
"name": "coreclr", "name": "coreclr",
"url": "git://github.com/mono/coreclr.git", "url": "git://github.com/mono/coreclr.git",
"rev": "aa62c0382ae79562293f3ea1a94ef0f16f80f498", "rev": "f3d9c9f742f9dcb5faf40080db5e7f464dab7e7c",
"remote-branch": "origin/mono", "remote-branch": "origin/mono",
"branch": "mono", "branch": "mono",
"directory": "coreclr" "directory": "coreclr"

View File

@ -1 +1 @@
51dbbe569e45412d294d6d996ba1a802f3f87374 13b43e9df6ba9f7daec06423c357a9e67e9b082a

View File

@ -1,5 +1,5 @@
check-roslyn: check-roslyn:
@$(MAKE) validate-roslyn RESET_VERSIONS=1 @$(MAKE) validate-roslyn RESET_VERSIONS=1
cd $(ROSLYN_PATH); \ cd $(ROSLYN_PATH); \
./mono-testing.sh "$(XUNIT)" || exit; \ ./build.sh --restore --build --test --mono || exit; \
echo "done" echo "done"

1
aclocal.m4 vendored
View File

@ -1203,6 +1203,7 @@ AC_SUBST([am__tar])
AC_SUBST([am__untar]) AC_SUBST([am__untar])
]) # _AM_PROG_TAR ]) # _AM_PROG_TAR
m4_include([m4/apple-target.m4])
m4_include([m4/ax_check_compile_flag.m4]) m4_include([m4/ax_check_compile_flag.m4])
m4_include([m4/libtool.m4]) m4_include([m4/libtool.m4])
m4_include([m4/ltoptions.m4]) m4_include([m4/ltoptions.m4])

View File

@ -191,9 +191,6 @@
/* Have access */ /* Have access */
#undef HAVE_ACCESS #undef HAVE_ACCESS
/* Has the 'aintl' function */
#undef HAVE_AINTL
/* Define to 1 if you have the <alloca.h> header file. */ /* Define to 1 if you have the <alloca.h> header file. */
#undef HAVE_ALLOCA_H #undef HAVE_ALLOCA_H
@ -386,9 +383,6 @@
/* Define to 1 if you have the `fgetpwent' function. */ /* Define to 1 if you have the `fgetpwent' function. */
#undef HAVE_FGETPWENT #undef HAVE_FGETPWENT
/* Define to 1 if you have the `finite' function. */
#undef HAVE_FINITE
/* struct flock64 */ /* struct flock64 */
#undef HAVE_FLOCK64 #undef HAVE_FLOCK64
@ -485,6 +479,9 @@
/* Have getprotobyname */ /* Have getprotobyname */
#undef HAVE_GETPROTOBYNAME #undef HAVE_GETPROTOBYNAME
/* Have getprotobyname_r */
#undef HAVE_GETPROTOBYNAME_R
/* Define to 1 if you have the `getpwent' function. */ /* Define to 1 if you have the `getpwent' function. */
#undef HAVE_GETPWENT #undef HAVE_GETPWENT
@ -512,15 +509,18 @@
/* Define to 1 if you have the <grp.h> header file. */ /* Define to 1 if you have the <grp.h> header file. */
#undef HAVE_GRP_H #undef HAVE_GRP_H
/* GSS/GSS.h */
#undef HAVE_GSSFW_HEADERS
/* GSS_SPNEGO_MECHANISM */
#undef HAVE_GSS_SPNEGO_MECHANISM
/* ICANON */ /* ICANON */
#undef HAVE_ICANON #undef HAVE_ICANON
/* Define to 1 if you have the <iconv.h> header file. */ /* Define to 1 if you have the <iconv.h> header file. */
#undef HAVE_ICONV_H #undef HAVE_ICONV_H
/* Define to 1 if you have the <ieeefp.h> header file. */
#undef HAVE_IEEEFP_H
/* Have if_nametoindex */ /* Have if_nametoindex */
#undef HAVE_IF_NAMETOINDEX #undef HAVE_IF_NAMETOINDEX
@ -587,12 +587,6 @@
/* Have IP_PMTUDISC_DO */ /* Have IP_PMTUDISC_DO */
#undef HAVE_IP_PMTUDISC_DO #undef HAVE_IP_PMTUDISC_DO
/* Define to 1 if you have the `isfinite' function. */
#undef HAVE_ISFINITE
/* isinf available */
#undef HAVE_ISINF
/* Define to 1 if you have the `kill' function. */ /* Define to 1 if you have the `kill' function. */
#undef HAVE_KILL #undef HAVE_KILL
@ -629,9 +623,6 @@
/* Define to 1 if you have the <linux/serial.h> header file. */ /* Define to 1 if you have the <linux/serial.h> header file. */
#undef HAVE_LINUX_SERIAL_H #undef HAVE_LINUX_SERIAL_H
/* Define to 1 if you have the <localcharset.h> header file. */
#undef HAVE_LOCALCHARSET_H
/* Define to 1 if you have the `localtime_r' function. */ /* Define to 1 if you have the `localtime_r' function. */
#undef HAVE_LOCALTIME_R #undef HAVE_LOCALTIME_R
@ -659,7 +650,7 @@
/* Define to 1 if you have the <memory.h> header file. */ /* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H #undef HAVE_MEMORY_H
/* Have mincore */ /* Define to 1 if you have the `mincore' function. */
#undef HAVE_MINCORE #undef HAVE_MINCORE
/* Define to 1 if you have the `mkdtemp' function. */ /* Define to 1 if you have the `mkdtemp' function. */
@ -674,6 +665,9 @@
/* mkstemps */ /* mkstemps */
#undef HAVE_MKSTEMPS #undef HAVE_MKSTEMPS
/* Define to 1 if you have the `mlock' function. */
#undef HAVE_MLOCK
/* Define to 1 if you have the `mmap' function. */ /* Define to 1 if you have the `mmap' function. */
#undef HAVE_MMAP #undef HAVE_MMAP
@ -689,6 +683,9 @@
/* Have MSG_NOSIGNAL */ /* Have MSG_NOSIGNAL */
#undef HAVE_MSG_NOSIGNAL #undef HAVE_MSG_NOSIGNAL
/* Define to 1 if you have the `munlock' function. */
#undef HAVE_MUNLOCK
/* Define to 1 if you have the <netdb.h> header file. */ /* Define to 1 if you have the <netdb.h> header file. */
#undef HAVE_NETDB_H #undef HAVE_NETDB_H
@ -701,6 +698,9 @@
/* Define to 1 if you have the <net/if.h> header file. */ /* Define to 1 if you have the <net/if.h> header file. */
#undef HAVE_NET_IF_H #undef HAVE_NET_IF_H
/* Define to 1 if you have the `nl_langinfo' function. */
#undef HAVE_NL_LANGINFO
/* _NSGetEnviron */ /* _NSGetEnviron */
#undef HAVE_NSGETENVIRON #undef HAVE_NSGETENVIRON
@ -885,9 +885,6 @@
/* Define to 1 if you have the <signal.h> header file. */ /* Define to 1 if you have the <signal.h> header file. */
#undef HAVE_SIGNAL_H #undef HAVE_SIGNAL_H
/* Have signbit */
#undef HAVE_SIGNBIT
/* Can get interface list */ /* Can get interface list */
#undef HAVE_SIOCGIFCONF #undef HAVE_SIOCGIFCONF
@ -984,6 +981,9 @@
/* Define to 1 if the system has the type `struct flock'. */ /* Define to 1 if the system has the type `struct flock'. */
#undef HAVE_STRUCT_FLOCK #undef HAVE_STRUCT_FLOCK
/* Define to 1 if the system has the type `struct flock64'. */
#undef HAVE_STRUCT_FLOCK64
/* Define to 1 if the system has the type `struct iovec'. */ /* Define to 1 if the system has the type `struct iovec'. */
#undef HAVE_STRUCT_IOVEC #undef HAVE_STRUCT_IOVEC
@ -1227,9 +1227,6 @@
/* Have tm_gmtoff */ /* Have tm_gmtoff */
#undef HAVE_TM_GMTOFF #undef HAVE_TM_GMTOFF
/* Define to 1 if you have the `trunc' function. */
#undef HAVE_TRUNC
/* Define to 1 if you have the `ttyname_r' function. */ /* Define to 1 if you have the `ttyname_r' function. */
#undef HAVE_TTYNAME_R #undef HAVE_TTYNAME_R
@ -1287,9 +1284,6 @@
/* Have system zlib */ /* Have system zlib */
#undef HAVE_ZLIB #undef HAVE_ZLIB
/* Define to 1 if you have the `_finite' function. */
#undef HAVE__FINITE
/* ... */ /* ... */
#undef HOST_AMD64 #undef HOST_AMD64
@ -1326,7 +1320,7 @@
/* ... */ /* ... */
#undef HOST_SPARC64 #undef HOST_SPARC64
/* Host wasm */ /* ... */
#undef HOST_WASM #undef HOST_WASM
/* Host Platform is Win32 */ /* Host Platform is Win32 */
@ -1371,6 +1365,9 @@
/* The architecture this is running on */ /* The architecture this is running on */
#undef MONO_ARCHITECTURE #undef MONO_ARCHITECTURE
/* 64 bit mode with 4 byte longs and pointers */
#undef MONO_ARCH_ILP32
/* Enable the allocation and indexing of arrays greater than Int32.MaxValue */ /* Enable the allocation and indexing of arrays greater than Int32.MaxValue */
#undef MONO_BIG_ARRAYS #undef MONO_BIG_ARRAYS
@ -1521,7 +1518,7 @@
/* ... */ /* ... */
#undef TARGET_SPARC64 #undef TARGET_SPARC64
/* Target wasm */ /* ... */
#undef TARGET_WASM #undef TARGET_WASM
/* The JIT/AOT targets WatchOS */ /* The JIT/AOT targets WatchOS */
@ -1563,8 +1560,5 @@
# endif # endif
#endif #endif
/* 64 bit mode with 4 byte longs and pointers */
#undef __mono_ilp32__
/* ... */ /* ... */
#undef __mono_ppc64__ #undef __mono_ppc64__

View File

@ -1 +1 @@
abcafbe084344540b260daaaa4b5b185cd31ac72 7ea109857e824ef015de7d2a2c808d994f6356b7

View File

@ -1 +1 @@
e812cfaf4527e5c2e22f750867ee8e073846bc28 38a8192e8bea043bb0bc52e78aa307fb8fade1b7

View File

@ -94,7 +94,8 @@ DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
$(srcdir)/system.web.mvc3.pc.in $(srcdir)/aspnetwebstack.pc.in \ $(srcdir)/system.web.mvc3.pc.in $(srcdir)/aspnetwebstack.pc.in \
$(srcdir)/reactive.pc.in $(srcdir)/config.in README $(srcdir)/reactive.pc.in $(srcdir)/config.in README
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_compile_flag.m4 \ am__aclocal_m4_deps = $(top_srcdir)/m4/apple-target.m4 \
$(top_srcdir)/m4/ax_check_compile_flag.m4 \
$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \ $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
@ -259,6 +260,7 @@ CXX = @CXX@
CXXCPP = @CXXCPP@ CXXCPP = @CXXCPP@
CXXDEPMODE = @CXXDEPMODE@ CXXDEPMODE = @CXXDEPMODE@
CXXFLAGS = @CXXFLAGS@ CXXFLAGS = @CXXFLAGS@
CXXFLAGS_COMMON = @CXXFLAGS_COMMON@
CXX_ADD_CFLAGS = @CXX_ADD_CFLAGS@ CXX_ADD_CFLAGS = @CXX_ADD_CFLAGS@
CXX_REMOVE_CFLAGS = @CXX_REMOVE_CFLAGS@ CXX_REMOVE_CFLAGS = @CXX_REMOVE_CFLAGS@
CYGPATH_W = @CYGPATH_W@ CYGPATH_W = @CYGPATH_W@
@ -332,6 +334,22 @@ MONO_DL_NEED_USCORE = @MONO_DL_NEED_USCORE@
MONO_JEMALLOC_ASSERT = @MONO_JEMALLOC_ASSERT@ MONO_JEMALLOC_ASSERT = @MONO_JEMALLOC_ASSERT@
MONO_JEMALLOC_DEFAULT = @MONO_JEMALLOC_DEFAULT@ MONO_JEMALLOC_DEFAULT = @MONO_JEMALLOC_DEFAULT@
MONO_JEMALLOC_ENABLED = @MONO_JEMALLOC_ENABLED@ MONO_JEMALLOC_ENABLED = @MONO_JEMALLOC_ENABLED@
MONO_NATIVE_CC = @MONO_NATIVE_CC@
MONO_NATIVE_CFLAGS = @MONO_NATIVE_CFLAGS@
MONO_NATIVE_COMPAT_CFLAGS = @MONO_NATIVE_COMPAT_CFLAGS@
MONO_NATIVE_COMPAT_LDFLAGS = @MONO_NATIVE_COMPAT_LDFLAGS@
MONO_NATIVE_CPPFLAGS = @MONO_NATIVE_CPPFLAGS@
MONO_NATIVE_CXX = @MONO_NATIVE_CXX@
MONO_NATIVE_CXXFLAGS = @MONO_NATIVE_CXXFLAGS@
MONO_NATIVE_LDFLAGS = @MONO_NATIVE_LDFLAGS@
MONO_NATIVE_LIBADD = @MONO_NATIVE_LIBADD@
MONO_NATIVE_LIBRARY_NAME = @MONO_NATIVE_LIBRARY_NAME@
MONO_NATIVE_PLATFORM = @MONO_NATIVE_PLATFORM@
MONO_NATIVE_PLATFORM_TYPE = @MONO_NATIVE_PLATFORM_TYPE@
MONO_NATIVE_PLATFORM_TYPE_COMPAT = @MONO_NATIVE_PLATFORM_TYPE_COMPAT@
MONO_NATIVE_PLATFORM_TYPE_UNIFIED = @MONO_NATIVE_PLATFORM_TYPE_UNIFIED@
MONO_NATIVE_UNIFIED_CFLAGS = @MONO_NATIVE_UNIFIED_CFLAGS@
MONO_NATIVE_UNIFIED_LDFLAGS = @MONO_NATIVE_UNIFIED_LDFLAGS@
MSGFMT = @MSGFMT@ MSGFMT = @MSGFMT@
MSGFMT_015 = @MSGFMT_015@ MSGFMT_015 = @MSGFMT_015@
MSGMERGE = @MSGMERGE@ MSGMERGE = @MSGMERGE@

View File

@ -11,7 +11,9 @@
<dllmap dll="oci" target="libclntsh@libsuffix@" os="!windows"/> <dllmap dll="oci" target="libclntsh@libsuffix@" os="!windows"/>
<dllmap dll="db2cli" target="libdb2_36@libsuffix@" os="!windows"/> <dllmap dll="db2cli" target="libdb2_36@libsuffix@" os="!windows"/>
<dllmap dll="MonoPosixHelper" target="$mono_libdir/libMonoPosixHelper@libsuffix@" os="!windows" /> <dllmap dll="MonoPosixHelper" target="$mono_libdir/libMonoPosixHelper@libsuffix@" os="!windows" />
<dllmap dll="System.Native" target="$mono_libdir/libmono-system-native@libsuffix@" os="!windows" /> <dllmap dll="System.Native" target="$mono_libdir/@MONO_NATIVE_LIBRARY_NAME@@libsuffix@" os="!windows" />
<dllmap dll="System.Net.Security.Native" target="$mono_libdir/@MONO_NATIVE_LIBRARY_NAME@@libsuffix@" os="!windows" />
<dllmap dll="System.Security.Cryptography.Native.Apple" target="$mono_libdir/@MONO_NATIVE_LIBRARY_NAME@@libsuffix@" os="osx" />
<dllmap dll="libmono-btls-shared" target="$mono_libdir/libmono-btls-shared@libsuffix@" os="!windows" /> <dllmap dll="libmono-btls-shared" target="$mono_libdir/libmono-btls-shared@libsuffix@" os="!windows" />
<dllmap dll="i:msvcrt" target="@LIBC@" os="!windows"/> <dllmap dll="i:msvcrt" target="@LIBC@" os="!windows"/>
<dllmap dll="i:msvcrt.dll" target="@LIBC@" os="!windows"/> <dllmap dll="i:msvcrt.dll" target="@LIBC@" os="!windows"/>

View File

@ -83,7 +83,8 @@ subdir = data/net_2_0/Browsers
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
$(top_srcdir)/mkinstalldirs $(top_srcdir)/mkinstalldirs
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_compile_flag.m4 \ am__aclocal_m4_deps = $(top_srcdir)/m4/apple-target.m4 \
$(top_srcdir)/m4/ax_check_compile_flag.m4 \
$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \ $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
@ -181,6 +182,7 @@ CXX = @CXX@
CXXCPP = @CXXCPP@ CXXCPP = @CXXCPP@
CXXDEPMODE = @CXXDEPMODE@ CXXDEPMODE = @CXXDEPMODE@
CXXFLAGS = @CXXFLAGS@ CXXFLAGS = @CXXFLAGS@
CXXFLAGS_COMMON = @CXXFLAGS_COMMON@
CXX_ADD_CFLAGS = @CXX_ADD_CFLAGS@ CXX_ADD_CFLAGS = @CXX_ADD_CFLAGS@
CXX_REMOVE_CFLAGS = @CXX_REMOVE_CFLAGS@ CXX_REMOVE_CFLAGS = @CXX_REMOVE_CFLAGS@
CYGPATH_W = @CYGPATH_W@ CYGPATH_W = @CYGPATH_W@
@ -254,6 +256,22 @@ MONO_DL_NEED_USCORE = @MONO_DL_NEED_USCORE@
MONO_JEMALLOC_ASSERT = @MONO_JEMALLOC_ASSERT@ MONO_JEMALLOC_ASSERT = @MONO_JEMALLOC_ASSERT@
MONO_JEMALLOC_DEFAULT = @MONO_JEMALLOC_DEFAULT@ MONO_JEMALLOC_DEFAULT = @MONO_JEMALLOC_DEFAULT@
MONO_JEMALLOC_ENABLED = @MONO_JEMALLOC_ENABLED@ MONO_JEMALLOC_ENABLED = @MONO_JEMALLOC_ENABLED@
MONO_NATIVE_CC = @MONO_NATIVE_CC@
MONO_NATIVE_CFLAGS = @MONO_NATIVE_CFLAGS@
MONO_NATIVE_COMPAT_CFLAGS = @MONO_NATIVE_COMPAT_CFLAGS@
MONO_NATIVE_COMPAT_LDFLAGS = @MONO_NATIVE_COMPAT_LDFLAGS@
MONO_NATIVE_CPPFLAGS = @MONO_NATIVE_CPPFLAGS@
MONO_NATIVE_CXX = @MONO_NATIVE_CXX@
MONO_NATIVE_CXXFLAGS = @MONO_NATIVE_CXXFLAGS@
MONO_NATIVE_LDFLAGS = @MONO_NATIVE_LDFLAGS@
MONO_NATIVE_LIBADD = @MONO_NATIVE_LIBADD@
MONO_NATIVE_LIBRARY_NAME = @MONO_NATIVE_LIBRARY_NAME@
MONO_NATIVE_PLATFORM = @MONO_NATIVE_PLATFORM@
MONO_NATIVE_PLATFORM_TYPE = @MONO_NATIVE_PLATFORM_TYPE@
MONO_NATIVE_PLATFORM_TYPE_COMPAT = @MONO_NATIVE_PLATFORM_TYPE_COMPAT@
MONO_NATIVE_PLATFORM_TYPE_UNIFIED = @MONO_NATIVE_PLATFORM_TYPE_UNIFIED@
MONO_NATIVE_UNIFIED_CFLAGS = @MONO_NATIVE_UNIFIED_CFLAGS@
MONO_NATIVE_UNIFIED_LDFLAGS = @MONO_NATIVE_UNIFIED_LDFLAGS@
MSGFMT = @MSGFMT@ MSGFMT = @MSGFMT@
MSGFMT_015 = @MSGFMT_015@ MSGFMT_015 = @MSGFMT_015@
MSGMERGE = @MSGMERGE@ MSGMERGE = @MSGMERGE@

View File

@ -83,7 +83,8 @@ subdir = data/net_2_0
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
$(top_srcdir)/mkinstalldirs $(top_srcdir)/mkinstalldirs
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_compile_flag.m4 \ am__aclocal_m4_deps = $(top_srcdir)/m4/apple-target.m4 \
$(top_srcdir)/m4/ax_check_compile_flag.m4 \
$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \ $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
@ -241,6 +242,7 @@ CXX = @CXX@
CXXCPP = @CXXCPP@ CXXCPP = @CXXCPP@
CXXDEPMODE = @CXXDEPMODE@ CXXDEPMODE = @CXXDEPMODE@
CXXFLAGS = @CXXFLAGS@ CXXFLAGS = @CXXFLAGS@
CXXFLAGS_COMMON = @CXXFLAGS_COMMON@
CXX_ADD_CFLAGS = @CXX_ADD_CFLAGS@ CXX_ADD_CFLAGS = @CXX_ADD_CFLAGS@
CXX_REMOVE_CFLAGS = @CXX_REMOVE_CFLAGS@ CXX_REMOVE_CFLAGS = @CXX_REMOVE_CFLAGS@
CYGPATH_W = @CYGPATH_W@ CYGPATH_W = @CYGPATH_W@
@ -314,6 +316,22 @@ MONO_DL_NEED_USCORE = @MONO_DL_NEED_USCORE@
MONO_JEMALLOC_ASSERT = @MONO_JEMALLOC_ASSERT@ MONO_JEMALLOC_ASSERT = @MONO_JEMALLOC_ASSERT@
MONO_JEMALLOC_DEFAULT = @MONO_JEMALLOC_DEFAULT@ MONO_JEMALLOC_DEFAULT = @MONO_JEMALLOC_DEFAULT@
MONO_JEMALLOC_ENABLED = @MONO_JEMALLOC_ENABLED@ MONO_JEMALLOC_ENABLED = @MONO_JEMALLOC_ENABLED@
MONO_NATIVE_CC = @MONO_NATIVE_CC@
MONO_NATIVE_CFLAGS = @MONO_NATIVE_CFLAGS@
MONO_NATIVE_COMPAT_CFLAGS = @MONO_NATIVE_COMPAT_CFLAGS@
MONO_NATIVE_COMPAT_LDFLAGS = @MONO_NATIVE_COMPAT_LDFLAGS@
MONO_NATIVE_CPPFLAGS = @MONO_NATIVE_CPPFLAGS@
MONO_NATIVE_CXX = @MONO_NATIVE_CXX@
MONO_NATIVE_CXXFLAGS = @MONO_NATIVE_CXXFLAGS@
MONO_NATIVE_LDFLAGS = @MONO_NATIVE_LDFLAGS@
MONO_NATIVE_LIBADD = @MONO_NATIVE_LIBADD@
MONO_NATIVE_LIBRARY_NAME = @MONO_NATIVE_LIBRARY_NAME@
MONO_NATIVE_PLATFORM = @MONO_NATIVE_PLATFORM@
MONO_NATIVE_PLATFORM_TYPE = @MONO_NATIVE_PLATFORM_TYPE@
MONO_NATIVE_PLATFORM_TYPE_COMPAT = @MONO_NATIVE_PLATFORM_TYPE_COMPAT@
MONO_NATIVE_PLATFORM_TYPE_UNIFIED = @MONO_NATIVE_PLATFORM_TYPE_UNIFIED@
MONO_NATIVE_UNIFIED_CFLAGS = @MONO_NATIVE_UNIFIED_CFLAGS@
MONO_NATIVE_UNIFIED_LDFLAGS = @MONO_NATIVE_UNIFIED_LDFLAGS@
MSGFMT = @MSGFMT@ MSGFMT = @MSGFMT@
MSGFMT_015 = @MSGFMT_015@ MSGFMT_015 = @MSGFMT_015@
MSGMERGE = @MSGMERGE@ MSGMERGE = @MSGMERGE@

View File

@ -83,7 +83,8 @@ subdir = data/net_4_0/Browsers
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
$(top_srcdir)/mkinstalldirs $(top_srcdir)/mkinstalldirs
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_compile_flag.m4 \ am__aclocal_m4_deps = $(top_srcdir)/m4/apple-target.m4 \
$(top_srcdir)/m4/ax_check_compile_flag.m4 \
$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \ $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
@ -181,6 +182,7 @@ CXX = @CXX@
CXXCPP = @CXXCPP@ CXXCPP = @CXXCPP@
CXXDEPMODE = @CXXDEPMODE@ CXXDEPMODE = @CXXDEPMODE@
CXXFLAGS = @CXXFLAGS@ CXXFLAGS = @CXXFLAGS@
CXXFLAGS_COMMON = @CXXFLAGS_COMMON@
CXX_ADD_CFLAGS = @CXX_ADD_CFLAGS@ CXX_ADD_CFLAGS = @CXX_ADD_CFLAGS@
CXX_REMOVE_CFLAGS = @CXX_REMOVE_CFLAGS@ CXX_REMOVE_CFLAGS = @CXX_REMOVE_CFLAGS@
CYGPATH_W = @CYGPATH_W@ CYGPATH_W = @CYGPATH_W@
@ -254,6 +256,22 @@ MONO_DL_NEED_USCORE = @MONO_DL_NEED_USCORE@
MONO_JEMALLOC_ASSERT = @MONO_JEMALLOC_ASSERT@ MONO_JEMALLOC_ASSERT = @MONO_JEMALLOC_ASSERT@
MONO_JEMALLOC_DEFAULT = @MONO_JEMALLOC_DEFAULT@ MONO_JEMALLOC_DEFAULT = @MONO_JEMALLOC_DEFAULT@
MONO_JEMALLOC_ENABLED = @MONO_JEMALLOC_ENABLED@ MONO_JEMALLOC_ENABLED = @MONO_JEMALLOC_ENABLED@
MONO_NATIVE_CC = @MONO_NATIVE_CC@
MONO_NATIVE_CFLAGS = @MONO_NATIVE_CFLAGS@
MONO_NATIVE_COMPAT_CFLAGS = @MONO_NATIVE_COMPAT_CFLAGS@
MONO_NATIVE_COMPAT_LDFLAGS = @MONO_NATIVE_COMPAT_LDFLAGS@
MONO_NATIVE_CPPFLAGS = @MONO_NATIVE_CPPFLAGS@
MONO_NATIVE_CXX = @MONO_NATIVE_CXX@
MONO_NATIVE_CXXFLAGS = @MONO_NATIVE_CXXFLAGS@
MONO_NATIVE_LDFLAGS = @MONO_NATIVE_LDFLAGS@
MONO_NATIVE_LIBADD = @MONO_NATIVE_LIBADD@
MONO_NATIVE_LIBRARY_NAME = @MONO_NATIVE_LIBRARY_NAME@
MONO_NATIVE_PLATFORM = @MONO_NATIVE_PLATFORM@
MONO_NATIVE_PLATFORM_TYPE = @MONO_NATIVE_PLATFORM_TYPE@
MONO_NATIVE_PLATFORM_TYPE_COMPAT = @MONO_NATIVE_PLATFORM_TYPE_COMPAT@
MONO_NATIVE_PLATFORM_TYPE_UNIFIED = @MONO_NATIVE_PLATFORM_TYPE_UNIFIED@
MONO_NATIVE_UNIFIED_CFLAGS = @MONO_NATIVE_UNIFIED_CFLAGS@
MONO_NATIVE_UNIFIED_LDFLAGS = @MONO_NATIVE_UNIFIED_LDFLAGS@
MSGFMT = @MSGFMT@ MSGFMT = @MSGFMT@
MSGFMT_015 = @MSGFMT_015@ MSGFMT_015 = @MSGFMT_015@
MSGMERGE = @MSGMERGE@ MSGMERGE = @MSGMERGE@

View File

@ -83,7 +83,8 @@ subdir = data/net_4_0
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
$(top_srcdir)/mkinstalldirs $(top_srcdir)/mkinstalldirs
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_compile_flag.m4 \ am__aclocal_m4_deps = $(top_srcdir)/m4/apple-target.m4 \
$(top_srcdir)/m4/ax_check_compile_flag.m4 \
$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \ $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
@ -241,6 +242,7 @@ CXX = @CXX@
CXXCPP = @CXXCPP@ CXXCPP = @CXXCPP@
CXXDEPMODE = @CXXDEPMODE@ CXXDEPMODE = @CXXDEPMODE@
CXXFLAGS = @CXXFLAGS@ CXXFLAGS = @CXXFLAGS@
CXXFLAGS_COMMON = @CXXFLAGS_COMMON@
CXX_ADD_CFLAGS = @CXX_ADD_CFLAGS@ CXX_ADD_CFLAGS = @CXX_ADD_CFLAGS@
CXX_REMOVE_CFLAGS = @CXX_REMOVE_CFLAGS@ CXX_REMOVE_CFLAGS = @CXX_REMOVE_CFLAGS@
CYGPATH_W = @CYGPATH_W@ CYGPATH_W = @CYGPATH_W@
@ -314,6 +316,22 @@ MONO_DL_NEED_USCORE = @MONO_DL_NEED_USCORE@
MONO_JEMALLOC_ASSERT = @MONO_JEMALLOC_ASSERT@ MONO_JEMALLOC_ASSERT = @MONO_JEMALLOC_ASSERT@
MONO_JEMALLOC_DEFAULT = @MONO_JEMALLOC_DEFAULT@ MONO_JEMALLOC_DEFAULT = @MONO_JEMALLOC_DEFAULT@
MONO_JEMALLOC_ENABLED = @MONO_JEMALLOC_ENABLED@ MONO_JEMALLOC_ENABLED = @MONO_JEMALLOC_ENABLED@
MONO_NATIVE_CC = @MONO_NATIVE_CC@
MONO_NATIVE_CFLAGS = @MONO_NATIVE_CFLAGS@
MONO_NATIVE_COMPAT_CFLAGS = @MONO_NATIVE_COMPAT_CFLAGS@
MONO_NATIVE_COMPAT_LDFLAGS = @MONO_NATIVE_COMPAT_LDFLAGS@
MONO_NATIVE_CPPFLAGS = @MONO_NATIVE_CPPFLAGS@
MONO_NATIVE_CXX = @MONO_NATIVE_CXX@
MONO_NATIVE_CXXFLAGS = @MONO_NATIVE_CXXFLAGS@
MONO_NATIVE_LDFLAGS = @MONO_NATIVE_LDFLAGS@
MONO_NATIVE_LIBADD = @MONO_NATIVE_LIBADD@
MONO_NATIVE_LIBRARY_NAME = @MONO_NATIVE_LIBRARY_NAME@
MONO_NATIVE_PLATFORM = @MONO_NATIVE_PLATFORM@
MONO_NATIVE_PLATFORM_TYPE = @MONO_NATIVE_PLATFORM_TYPE@
MONO_NATIVE_PLATFORM_TYPE_COMPAT = @MONO_NATIVE_PLATFORM_TYPE_COMPAT@
MONO_NATIVE_PLATFORM_TYPE_UNIFIED = @MONO_NATIVE_PLATFORM_TYPE_UNIFIED@
MONO_NATIVE_UNIFIED_CFLAGS = @MONO_NATIVE_UNIFIED_CFLAGS@
MONO_NATIVE_UNIFIED_LDFLAGS = @MONO_NATIVE_UNIFIED_LDFLAGS@
MSGFMT = @MSGFMT@ MSGFMT = @MSGFMT@
MSGFMT_015 = @MSGFMT_015@ MSGFMT_015 = @MSGFMT_015@
MSGMERGE = @MSGMERGE@ MSGMERGE = @MSGMERGE@

View File

@ -83,7 +83,8 @@ subdir = data/net_4_5/Browsers
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
$(top_srcdir)/mkinstalldirs $(top_srcdir)/mkinstalldirs
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_compile_flag.m4 \ am__aclocal_m4_deps = $(top_srcdir)/m4/apple-target.m4 \
$(top_srcdir)/m4/ax_check_compile_flag.m4 \
$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \ $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
@ -181,6 +182,7 @@ CXX = @CXX@
CXXCPP = @CXXCPP@ CXXCPP = @CXXCPP@
CXXDEPMODE = @CXXDEPMODE@ CXXDEPMODE = @CXXDEPMODE@
CXXFLAGS = @CXXFLAGS@ CXXFLAGS = @CXXFLAGS@
CXXFLAGS_COMMON = @CXXFLAGS_COMMON@
CXX_ADD_CFLAGS = @CXX_ADD_CFLAGS@ CXX_ADD_CFLAGS = @CXX_ADD_CFLAGS@
CXX_REMOVE_CFLAGS = @CXX_REMOVE_CFLAGS@ CXX_REMOVE_CFLAGS = @CXX_REMOVE_CFLAGS@
CYGPATH_W = @CYGPATH_W@ CYGPATH_W = @CYGPATH_W@
@ -254,6 +256,22 @@ MONO_DL_NEED_USCORE = @MONO_DL_NEED_USCORE@
MONO_JEMALLOC_ASSERT = @MONO_JEMALLOC_ASSERT@ MONO_JEMALLOC_ASSERT = @MONO_JEMALLOC_ASSERT@
MONO_JEMALLOC_DEFAULT = @MONO_JEMALLOC_DEFAULT@ MONO_JEMALLOC_DEFAULT = @MONO_JEMALLOC_DEFAULT@
MONO_JEMALLOC_ENABLED = @MONO_JEMALLOC_ENABLED@ MONO_JEMALLOC_ENABLED = @MONO_JEMALLOC_ENABLED@
MONO_NATIVE_CC = @MONO_NATIVE_CC@
MONO_NATIVE_CFLAGS = @MONO_NATIVE_CFLAGS@
MONO_NATIVE_COMPAT_CFLAGS = @MONO_NATIVE_COMPAT_CFLAGS@
MONO_NATIVE_COMPAT_LDFLAGS = @MONO_NATIVE_COMPAT_LDFLAGS@
MONO_NATIVE_CPPFLAGS = @MONO_NATIVE_CPPFLAGS@
MONO_NATIVE_CXX = @MONO_NATIVE_CXX@
MONO_NATIVE_CXXFLAGS = @MONO_NATIVE_CXXFLAGS@
MONO_NATIVE_LDFLAGS = @MONO_NATIVE_LDFLAGS@
MONO_NATIVE_LIBADD = @MONO_NATIVE_LIBADD@
MONO_NATIVE_LIBRARY_NAME = @MONO_NATIVE_LIBRARY_NAME@
MONO_NATIVE_PLATFORM = @MONO_NATIVE_PLATFORM@
MONO_NATIVE_PLATFORM_TYPE = @MONO_NATIVE_PLATFORM_TYPE@
MONO_NATIVE_PLATFORM_TYPE_COMPAT = @MONO_NATIVE_PLATFORM_TYPE_COMPAT@
MONO_NATIVE_PLATFORM_TYPE_UNIFIED = @MONO_NATIVE_PLATFORM_TYPE_UNIFIED@
MONO_NATIVE_UNIFIED_CFLAGS = @MONO_NATIVE_UNIFIED_CFLAGS@
MONO_NATIVE_UNIFIED_LDFLAGS = @MONO_NATIVE_UNIFIED_LDFLAGS@
MSGFMT = @MSGFMT@ MSGFMT = @MSGFMT@
MSGFMT_015 = @MSGFMT_015@ MSGFMT_015 = @MSGFMT_015@
MSGMERGE = @MSGMERGE@ MSGMERGE = @MSGMERGE@

View File

@ -83,7 +83,8 @@ subdir = data/net_4_5
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
$(top_srcdir)/mkinstalldirs $(top_srcdir)/mkinstalldirs
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_compile_flag.m4 \ am__aclocal_m4_deps = $(top_srcdir)/m4/apple-target.m4 \
$(top_srcdir)/m4/ax_check_compile_flag.m4 \
$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \ $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
@ -241,6 +242,7 @@ CXX = @CXX@
CXXCPP = @CXXCPP@ CXXCPP = @CXXCPP@
CXXDEPMODE = @CXXDEPMODE@ CXXDEPMODE = @CXXDEPMODE@
CXXFLAGS = @CXXFLAGS@ CXXFLAGS = @CXXFLAGS@
CXXFLAGS_COMMON = @CXXFLAGS_COMMON@
CXX_ADD_CFLAGS = @CXX_ADD_CFLAGS@ CXX_ADD_CFLAGS = @CXX_ADD_CFLAGS@
CXX_REMOVE_CFLAGS = @CXX_REMOVE_CFLAGS@ CXX_REMOVE_CFLAGS = @CXX_REMOVE_CFLAGS@
CYGPATH_W = @CYGPATH_W@ CYGPATH_W = @CYGPATH_W@
@ -314,6 +316,22 @@ MONO_DL_NEED_USCORE = @MONO_DL_NEED_USCORE@
MONO_JEMALLOC_ASSERT = @MONO_JEMALLOC_ASSERT@ MONO_JEMALLOC_ASSERT = @MONO_JEMALLOC_ASSERT@
MONO_JEMALLOC_DEFAULT = @MONO_JEMALLOC_DEFAULT@ MONO_JEMALLOC_DEFAULT = @MONO_JEMALLOC_DEFAULT@
MONO_JEMALLOC_ENABLED = @MONO_JEMALLOC_ENABLED@ MONO_JEMALLOC_ENABLED = @MONO_JEMALLOC_ENABLED@
MONO_NATIVE_CC = @MONO_NATIVE_CC@
MONO_NATIVE_CFLAGS = @MONO_NATIVE_CFLAGS@
MONO_NATIVE_COMPAT_CFLAGS = @MONO_NATIVE_COMPAT_CFLAGS@
MONO_NATIVE_COMPAT_LDFLAGS = @MONO_NATIVE_COMPAT_LDFLAGS@
MONO_NATIVE_CPPFLAGS = @MONO_NATIVE_CPPFLAGS@
MONO_NATIVE_CXX = @MONO_NATIVE_CXX@
MONO_NATIVE_CXXFLAGS = @MONO_NATIVE_CXXFLAGS@
MONO_NATIVE_LDFLAGS = @MONO_NATIVE_LDFLAGS@
MONO_NATIVE_LIBADD = @MONO_NATIVE_LIBADD@
MONO_NATIVE_LIBRARY_NAME = @MONO_NATIVE_LIBRARY_NAME@
MONO_NATIVE_PLATFORM = @MONO_NATIVE_PLATFORM@
MONO_NATIVE_PLATFORM_TYPE = @MONO_NATIVE_PLATFORM_TYPE@
MONO_NATIVE_PLATFORM_TYPE_COMPAT = @MONO_NATIVE_PLATFORM_TYPE_COMPAT@
MONO_NATIVE_PLATFORM_TYPE_UNIFIED = @MONO_NATIVE_PLATFORM_TYPE_UNIFIED@
MONO_NATIVE_UNIFIED_CFLAGS = @MONO_NATIVE_UNIFIED_CFLAGS@
MONO_NATIVE_UNIFIED_LDFLAGS = @MONO_NATIVE_UNIFIED_LDFLAGS@
MSGFMT = @MSGFMT@ MSGFMT = @MSGFMT@
MSGFMT_015 = @MSGFMT_015@ MSGFMT_015 = @MSGFMT_015@
MSGMERGE = @MSGMERGE@ MSGMERGE = @MSGMERGE@

View File

@ -83,7 +83,8 @@ subdir = docs
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
$(top_srcdir)/mkinstalldirs README TODO $(top_srcdir)/mkinstalldirs README TODO
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_compile_flag.m4 \ am__aclocal_m4_deps = $(top_srcdir)/m4/apple-target.m4 \
$(top_srcdir)/m4/ax_check_compile_flag.m4 \
$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \ $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
@ -181,6 +182,7 @@ CXX = @CXX@
CXXCPP = @CXXCPP@ CXXCPP = @CXXCPP@
CXXDEPMODE = @CXXDEPMODE@ CXXDEPMODE = @CXXDEPMODE@
CXXFLAGS = @CXXFLAGS@ CXXFLAGS = @CXXFLAGS@
CXXFLAGS_COMMON = @CXXFLAGS_COMMON@
CXX_ADD_CFLAGS = @CXX_ADD_CFLAGS@ CXX_ADD_CFLAGS = @CXX_ADD_CFLAGS@
CXX_REMOVE_CFLAGS = @CXX_REMOVE_CFLAGS@ CXX_REMOVE_CFLAGS = @CXX_REMOVE_CFLAGS@
CYGPATH_W = @CYGPATH_W@ CYGPATH_W = @CYGPATH_W@
@ -254,6 +256,22 @@ MONO_DL_NEED_USCORE = @MONO_DL_NEED_USCORE@
MONO_JEMALLOC_ASSERT = @MONO_JEMALLOC_ASSERT@ MONO_JEMALLOC_ASSERT = @MONO_JEMALLOC_ASSERT@
MONO_JEMALLOC_DEFAULT = @MONO_JEMALLOC_DEFAULT@ MONO_JEMALLOC_DEFAULT = @MONO_JEMALLOC_DEFAULT@
MONO_JEMALLOC_ENABLED = @MONO_JEMALLOC_ENABLED@ MONO_JEMALLOC_ENABLED = @MONO_JEMALLOC_ENABLED@
MONO_NATIVE_CC = @MONO_NATIVE_CC@
MONO_NATIVE_CFLAGS = @MONO_NATIVE_CFLAGS@
MONO_NATIVE_COMPAT_CFLAGS = @MONO_NATIVE_COMPAT_CFLAGS@
MONO_NATIVE_COMPAT_LDFLAGS = @MONO_NATIVE_COMPAT_LDFLAGS@
MONO_NATIVE_CPPFLAGS = @MONO_NATIVE_CPPFLAGS@
MONO_NATIVE_CXX = @MONO_NATIVE_CXX@
MONO_NATIVE_CXXFLAGS = @MONO_NATIVE_CXXFLAGS@
MONO_NATIVE_LDFLAGS = @MONO_NATIVE_LDFLAGS@
MONO_NATIVE_LIBADD = @MONO_NATIVE_LIBADD@
MONO_NATIVE_LIBRARY_NAME = @MONO_NATIVE_LIBRARY_NAME@
MONO_NATIVE_PLATFORM = @MONO_NATIVE_PLATFORM@
MONO_NATIVE_PLATFORM_TYPE = @MONO_NATIVE_PLATFORM_TYPE@
MONO_NATIVE_PLATFORM_TYPE_COMPAT = @MONO_NATIVE_PLATFORM_TYPE_COMPAT@
MONO_NATIVE_PLATFORM_TYPE_UNIFIED = @MONO_NATIVE_PLATFORM_TYPE_UNIFIED@
MONO_NATIVE_UNIFIED_CFLAGS = @MONO_NATIVE_UNIFIED_CFLAGS@
MONO_NATIVE_UNIFIED_LDFLAGS = @MONO_NATIVE_UNIFIED_LDFLAGS@
MSGFMT = @MSGFMT@ MSGFMT = @MSGFMT@
MSGFMT_015 = @MSGFMT_015@ MSGFMT_015 = @MSGFMT_015@
MSGMERGE = @MSGMERGE@ MSGMERGE = @MSGMERGE@

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="us-ascii"?>
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>mono-api-assembly.html</title> <title>mono-api-assembly.html</title>

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="us-ascii"?>
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>mono-api-class.html</title> <title>mono-api-class.html</title>

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="us-ascii"?>
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>mono-api-counters.html</title> <title>mono-api-counters.html</title>

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="us-ascii"?>
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>mono-api-debug.html</title> <title>mono-api-debug.html</title>

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="us-ascii"?>
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>mono-api-domains.html</title> <title>mono-api-domains.html</title>
@ -664,7 +664,7 @@ mono_domain_set (MonoDomain *domain, gboolean force)
<div class="mapi-declaration mapi-section">Syntax</div> <div class="mapi-declaration mapi-section">Syntax</div>
<div class="mapi-prototype">MonoReflectionAssembly* <div class="mapi-prototype">MonoReflectionAssembly*
mono_domain_try_type_resolve (MonoDomain *domain, char *name, MonoObject *typebuilder) mono_domain_try_type_resolve (MonoDomain *domain, char *name, MonoObject *typebuilder_raw)
</div> </div>
<p /> <p />

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="us-ascii"?>
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>mono-api-dynamic-codegen.html</title> <title>mono-api-dynamic-codegen.html</title>

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="us-ascii"?>
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>mono-api-embedding.html</title> <title>mono-api-embedding.html</title>

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="us-ascii"?>
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>mono-api-exc.html</title> <title>mono-api-exc.html</title>

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="us-ascii"?>
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>mono-api-gc.html</title> <title>mono-api-gc.html</title>

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="us-ascii"?>
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>mono-api-gchandle.html</title> <title>mono-api-gchandle.html</title>

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="us-ascii"?>
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>mono-api-image.html</title> <title>mono-api-image.html</title>

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="us-ascii"?>
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>mono-api-internal.html</title> <title>mono-api-internal.html</title>
@ -992,7 +992,7 @@ mono_loader_unlock (void)
<div class="mapi-ptr"></div> <div class="mapi-ptr"></div>
<div class="mapi-declaration mapi-section">Syntax</div> <div class="mapi-declaration mapi-section">Syntax</div>
<div class="mapi-prototype">void* <div class="mapi-prototype">MonoObject*
mono_gc_alloc_fixed (size_t size, MonoGCDescriptor descr, MonoGCRootSource source, void *key, const char *msg) mono_gc_alloc_fixed (size_t size, MonoGCDescriptor descr, MonoGCRootSource source, void *key, const char *msg)
</div> </div>

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="us-ascii"?>
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>mono-api-jit.html</title> <title>mono-api-jit.html</title>

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="us-ascii"?>
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>mono-api-jitinternal.html</title> <title>mono-api-jitinternal.html</title>
@ -681,7 +681,7 @@ mono_mempool_destroy (MonoMemPool *pool)
<div class="mapi-declaration mapi-section">Syntax</div> <div class="mapi-declaration mapi-section">Syntax</div>
<div class="mapi-prototype">gpointer <div class="mapi-prototype">gpointer
mono_mempool_alloc (MonoMemPool *pool, guint size) (mono_mempool_alloc) (MonoMemPool *pool, guint size)
</div> </div>
<p /> <p />
@ -708,7 +708,7 @@ mono_mempool_alloc (MonoMemPool *pool, guint size)
<div class="mapi-declaration mapi-section">Syntax</div> <div class="mapi-declaration mapi-section">Syntax</div>
<div class="mapi-prototype">gpointer <div class="mapi-prototype">gpointer
mono_mempool_alloc0 (MonoMemPool *pool, guint size) (mono_mempool_alloc0) (MonoMemPool *pool, guint size)
</div> </div>
<p /> <p />
@ -1352,10 +1352,7 @@ mono_bitset_intersection_2 (MonoBitSet *dest, const MonoBitSet *src1, const Mono
<div class="mapi-ptr"></div> <div class="mapi-ptr"></div>
<div class="mapi-declaration mapi-section">Syntax</div> <div class="mapi-declaration mapi-section">Syntax</div>
<div class="mapi-prototype">int <div class="mapi-prototype">mono_signbit_double</div>
mono_signbit_double (double x)
</div>
<p /> <p />
</div><!--mapi-description --> </div><!--mapi-description -->
</div><!--height container --> </div><!--height container -->
@ -1370,10 +1367,7 @@ mono_signbit_double (double x)
<div class="mapi-ptr"></div> <div class="mapi-ptr"></div>
<div class="mapi-declaration mapi-section">Syntax</div> <div class="mapi-declaration mapi-section">Syntax</div>
<div class="mapi-prototype">int <div class="mapi-prototype">mono_signbit_float</div>
mono_signbit_float (float x)
</div>
<p /> <p />
</div><!--mapi-description --> </div><!--mapi-description -->
</div><!--height container --> </div><!--height container -->

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="us-ascii"?>
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>mono-api-metadata.html</title> <title>mono-api-metadata.html</title>

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="us-ascii"?>
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>mono-api-methods.html</title> <title>mono-api-methods.html</title>

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="us-ascii"?>
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>mono-api-object.html</title> <title>mono-api-object.html</title>

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="us-ascii"?>
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>mono-api-profiler.html</title> <title>mono-api-profiler.html</title>

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="us-ascii"?>
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>mono-api-reflection.html</title> <title>mono-api-reflection.html</title>

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="us-ascii"?>
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>mono-api-security.html</title> <title>mono-api-security.html</title>

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="us-ascii"?>
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>mono-api-string.html</title> <title>mono-api-string.html</title>
@ -311,7 +311,7 @@ mono_string_new_size (MonoDomain *domain, gint32 len)
<div class="mapi-declaration mapi-section">Syntax</div> <div class="mapi-declaration mapi-section">Syntax</div>
<div class="mapi-prototype">MonoString* <div class="mapi-prototype">MonoString*
mono_string_new_utf16 (MonoDomain *domain, const guint16 *text, gint32 len) mono_string_new_utf16 (MonoDomain *domain, const mono_unichar2 *text, gint32 len)
</div> </div>
<p /> <p />

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="us-ascii"?>
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>mono-api-threads.html</title> <title>mono-api-threads.html</title>

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="us-ascii"?>
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>mono-api-type.html</title> <title>mono-api-type.html</title>
@ -636,7 +636,7 @@ mono_type_stack_size (MonoType *t, int *align)
<div class="mapi-ptr"></div> <div class="mapi-ptr"></div>
<div class="mapi-declaration mapi-section">Syntax</div> <div class="mapi-declaration mapi-section">Syntax</div>
<div class="mapi-prototype">guint32 <div class="mapi-prototype">guint32 // FIXMEcxx MonoMarshalNative
mono_type_to_unmanaged (MonoType *type, MonoMarshalSpec *mspec, gboolean as_field, mono_type_to_unmanaged (MonoType *type, MonoMarshalSpec *mspec, gboolean as_field,
gboolean unicode, MonoMarshalConv *conv) gboolean unicode, MonoMarshalConv *conv)

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="us-ascii"?>
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>mono-api-types.html</title> <title>mono-api-types.html</title>

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="us-ascii"?>
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>mono-api-unsorted.html</title> <title>mono-api-unsorted.html</title>

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="us-ascii"?>
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>mono-api-utils.html</title> <title>mono-api-utils.html</title>

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="us-ascii"?>
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>mono-api-vm.html</title> <title>mono-api-vm.html</title>

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="us-ascii"?>
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>mono-api-wapi.html</title> <title>mono-api-wapi.html</title>

View File

@ -1,16 +0,0 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
[assembly:System.Reflection.AssemblyCompanyAttribute("Mono development team")]
[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) Various Mono authors")]
[assembly:System.Reflection.AssemblyDefaultAliasAttribute("System.Drawing.Common")]
[assembly:System.Reflection.AssemblyDescriptionAttribute("System.Drawing.Common")]
[assembly:System.Reflection.AssemblyFileVersionAttribute("4.0.0.0")]
[assembly:System.Reflection.AssemblyInformationalVersionAttribute("4.0.0.0")]
[assembly:System.Reflection.AssemblyProductAttribute("Mono Common Language Infrastructure")]
[assembly:System.Reflection.AssemblyTitleAttribute("System.Drawing.Common")]
[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]

View File

@ -0,0 +1 @@
9f290631c6b4164ddb0330177fa773f02a2111be

View File

@ -1 +1 @@
fdbaba096bec0ae20215f815e316f483b0560f77 7442513f82b49faa3a1dc98725c31a7ef138f0af

View File

@ -1 +1 @@
a4d41f54aa4e797510b7305e90672d0f0b716d01 36d622527efb75a14820450ce9af1c8b3b1e1990

View File

@ -1 +1 @@
0966d02146233778bc2bff5c642a72b4db22341e 5720eb204ffdc35ca77f9c0f4c69efa1779a6fe7

View File

@ -1,16 +0,0 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
[assembly:System.Reflection.AssemblyCompanyAttribute("Mono development team")]
[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) Various Mono authors")]
[assembly:System.Reflection.AssemblyDefaultAliasAttribute("System.Drawing.Common")]
[assembly:System.Reflection.AssemblyDescriptionAttribute("System.Drawing.Common")]
[assembly:System.Reflection.AssemblyFileVersionAttribute("4.0.0.0")]
[assembly:System.Reflection.AssemblyInformationalVersionAttribute("4.0.0.0")]
[assembly:System.Reflection.AssemblyProductAttribute("Mono Common Language Infrastructure")]
[assembly:System.Reflection.AssemblyTitleAttribute("System.Drawing.Common")]
[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]

View File

@ -0,0 +1 @@
9f290631c6b4164ddb0330177fa773f02a2111be

View File

@ -1 +1 @@
7f4bd88d08376ff5e225bb16fc63563555843a56 2540e1a0a3b3da9acb5d41aa33f08b1573d567cd

View File

@ -1 +1 @@
e7cc3043af28842bbfcbfcc3e778a58f8ee6e205 e049fee6a661dc60bd8c9f9e5e64a9bc250fc55a

View File

@ -1 +1 @@
2ae9ab2e8d1f583ad2c036454fb3b79ecbc39035 3bfb5c5d5207383227a9277b36b995ff585297ba

View File

@ -2,12 +2,12 @@
// The .NET Foundation licenses this file to you under the MIT license. // The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information. // See the LICENSE file in the project root for more information.
[assembly:System.Reflection.AssemblyVersionAttribute("0.10.0.0")] [assembly:System.Reflection.AssemblyVersionAttribute("0.10.1.0")]
[assembly:System.CLSCompliantAttribute(false)] [assembly:System.CLSCompliantAttribute(false)]
[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))] [assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
[assembly:System.Reflection.AssemblyCopyrightAttribute("Copyright © 2008 - 2018 Jb Evain")] [assembly:System.Reflection.AssemblyCopyrightAttribute("Copyright © 2008 - 2018 Jb Evain")]
[assembly:System.Reflection.AssemblyFileVersionAttribute("0.10.0.0")] [assembly:System.Reflection.AssemblyFileVersionAttribute("0.10.1.0")]
[assembly:System.Reflection.AssemblyInformationalVersionAttribute("0.10.0.0")] [assembly:System.Reflection.AssemblyInformationalVersionAttribute("0.10.1.0")]
[assembly:System.Reflection.AssemblyProductAttribute("Mono.Cecil")] [assembly:System.Reflection.AssemblyProductAttribute("Mono.Cecil")]
[assembly:System.Reflection.AssemblyTitleAttribute("Mono.Cecil.Mdb")] [assembly:System.Reflection.AssemblyTitleAttribute("Mono.Cecil.Mdb")]
[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)] [assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]

View File

@ -1 +1 @@
8d89b5ff7f8c0d7a260c7d6ec5d1b9baf4b22fd2 19b503b65f6796fbd03668ae2a73555fcb8fda32

View File

@ -54,6 +54,7 @@ namespace Mono.Options
public Mono.Options.CommandSet Add<T>(string prototype, string description, System.Action<T> action) { throw null; } public Mono.Options.CommandSet Add<T>(string prototype, string description, System.Action<T> action) { throw null; }
public Mono.Options.CommandSet Add<TKey, TValue>(string prototype, Mono.Options.OptionAction<TKey, TValue> action) { throw null; } public Mono.Options.CommandSet Add<TKey, TValue>(string prototype, Mono.Options.OptionAction<TKey, TValue> action) { throw null; }
public Mono.Options.CommandSet Add<TKey, TValue>(string prototype, string description, Mono.Options.OptionAction<TKey, TValue> action) { throw null; } public Mono.Options.CommandSet Add<TKey, TValue>(string prototype, string description, Mono.Options.OptionAction<TKey, TValue> action) { throw null; }
public System.Collections.Generic.IEnumerable<string> GetCompletions(string prefix=null) { throw null; }
protected override string GetKeyForItem(Mono.Options.Command item) { throw null; } protected override string GetKeyForItem(Mono.Options.Command item) { throw null; }
public int Run(System.Collections.Generic.IEnumerable<string> arguments) { throw null; } public int Run(System.Collections.Generic.IEnumerable<string> arguments) { throw null; }
} }

View File

@ -1 +1 @@
5bb99bc8c448a147d4fd5de3bd1798df7015810b 498a444723bd3202ba25a869506c30422b3c6a5a

View File

@ -1 +1 @@
a1df3f83332859870e1cf4a20ceeeed89728c785 3582707a8ab0f5fadf682711906367dd6f4e52f7

View File

@ -1 +1 @@
b081ba1d1e3552cb0f915ccd31f8797bf18c73b5 45466de46f91e4c641d500853fd27848a22c01f4

View File

@ -1 +1 @@
0fc46f55fa06c9cc6efd0610c0aca16bae0936d0 ed19cc64be777080a3bba2cb682288cc5b3e9d20

View File

@ -18,7 +18,7 @@ for i in *.dll Facades/*.dll; do
if [[ "$i" = "Facades"* ]]; then outpath="$outpath/Facades"; fi if [[ "$i" = "Facades"* ]]; then outpath="$outpath/Facades"; fi
echo "Processing $i" echo "Processing $i"
mono "$REPODIR/../api-snapshot/tools/genapi/GenAPI.exe" -assembly:"$i" -out:"$outpath" -typeforwardedTo -assemblyVersion -assemblyAttributes -headerFile:"$REPODIR/../api-snapshot/profiles/license-header.txt" -libPath:"$NETFXSOURCE" mono "$REPODIR/../api-snapshot/tools/genapi/Microsoft.DotNet.GenAPI.exe" -assembly:"$i" -out:"$outpath" -typeforwardedTo -assemblyVersion -assemblyAttributes -headerFile:"$REPODIR/../api-snapshot/profiles/license-header.txt" -libPath:"$NETFXSOURCE"
done done
cd "$REPODIR/src/$NETFXPROFILE" cd "$REPODIR/src/$NETFXPROFILE"

View File

@ -26,6 +26,8 @@ namespace Microsoft.Build.Framework
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public partial struct BuildEngineResult public partial struct BuildEngineResult
{ {
private object _dummy;
private int _dummyPrimitive;
public BuildEngineResult(bool result, System.Collections.Generic.List<System.Collections.Generic.IDictionary<string, Microsoft.Build.Framework.ITaskItem[]>> targetOutputsPerProject) { throw null;} public BuildEngineResult(bool result, System.Collections.Generic.List<System.Collections.Generic.IDictionary<string, Microsoft.Build.Framework.ITaskItem[]>> targetOutputsPerProject) { throw null;}
public bool Result { get { throw null; } } public bool Result { get { throw null; } }
public System.Collections.Generic.IList<System.Collections.Generic.IDictionary<string, Microsoft.Build.Framework.ITaskItem[]>> TargetOutputsPerProject { get { throw null; } } public System.Collections.Generic.IList<System.Collections.Generic.IDictionary<string, Microsoft.Build.Framework.ITaskItem[]>> TargetOutputsPerProject { get { throw null; } }

View File

@ -1 +1 @@
cb0a075a9f294098a6b4ea79d60b405568e7cac2 580e1b7e8bd7f71a0a165a0092e13b357816b5b6

View File

@ -1 +1 @@
eec3b5e71cf3fe71667427e0c35beceb80440e58 f1d066985d6e33e8602fa2c2993fa18134b7d5c4

View File

@ -655,6 +655,8 @@ namespace System.ComponentModel.Composition.ReflectionModel
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public partial struct LazyMemberInfo public partial struct LazyMemberInfo
{ {
private object _dummy;
private int _dummyPrimitive;
public LazyMemberInfo(System.Reflection.MemberInfo member) { throw null;} public LazyMemberInfo(System.Reflection.MemberInfo member) { throw null;}
public LazyMemberInfo(System.Reflection.MemberTypes memberType, System.Func<System.Reflection.MemberInfo[]> accessorsCreator) { throw null;} public LazyMemberInfo(System.Reflection.MemberTypes memberType, System.Func<System.Reflection.MemberInfo[]> accessorsCreator) { throw null;}
public LazyMemberInfo(System.Reflection.MemberTypes memberType, params System.Reflection.MemberInfo[] accessors) { throw null;} public LazyMemberInfo(System.Reflection.MemberTypes memberType, params System.Reflection.MemberInfo[] accessors) { throw null;}

View File

@ -1 +1 @@
b49e4ddb5e1aa3f9a0215daacd141b85094a6692 885f7221115e7fc1d9e09719a3aa83506d2bdc14

View File

@ -1 +1 @@
51ca2fda2e2b7db932eced2091a57b6896af09c7 ee21fac6b587504d2dc88648b0dd3c4e9d87dc6d

View File

@ -262,6 +262,8 @@ namespace System.Data.Linq
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public partial struct EntityRef<TEntity> where TEntity : class public partial struct EntityRef<TEntity> where TEntity : class
{ {
private TEntity entity;
private object _dummy;
public EntityRef(System.Collections.Generic.IEnumerable<TEntity> source) { throw null;} public EntityRef(System.Collections.Generic.IEnumerable<TEntity> source) { throw null;}
public EntityRef(System.Data.Linq.EntityRef<TEntity> entityRef) { throw null;} public EntityRef(System.Data.Linq.EntityRef<TEntity> entityRef) { throw null;}
public EntityRef(TEntity entity) { throw null;} public EntityRef(TEntity entity) { throw null;}
@ -354,6 +356,9 @@ namespace System.Data.Linq
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential, Size=1)] [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential, Size=1)]
public partial struct Link<T> public partial struct Link<T>
{ {
private T underlyingValue;
private object _dummy;
private int _dummyPrimitive;
[System.MonoTODOAttribute] [System.MonoTODOAttribute]
public Link(System.Collections.Generic.IEnumerable<T> source) { throw null;} public Link(System.Collections.Generic.IEnumerable<T> source) { throw null;}
[System.MonoTODOAttribute] [System.MonoTODOAttribute]
@ -390,6 +395,7 @@ namespace System.Data.Linq
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential, Size=1)] [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential, Size=1)]
public partial struct ModifiedMemberInfo public partial struct ModifiedMemberInfo
{ {
private object _dummy;
[System.MonoTODOAttribute] [System.MonoTODOAttribute]
public object CurrentValue { get { throw null; } } public object CurrentValue { get { throw null; } }
[System.MonoTODOAttribute] [System.MonoTODOAttribute]

View File

@ -98,6 +98,7 @@ namespace System.Data.OracleClient
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public partial struct OracleBinary : System.Data.SqlTypes.INullable, System.IComparable public partial struct OracleBinary : System.Data.SqlTypes.INullable, System.IComparable
{ {
private object _dummy;
public static readonly System.Data.OracleClient.OracleBinary Null; public static readonly System.Data.OracleClient.OracleBinary Null;
public OracleBinary(byte[] b) { throw null;} public OracleBinary(byte[] b) { throw null;}
public bool IsNull { get { throw null; } } public bool IsNull { get { throw null; } }
@ -136,6 +137,7 @@ namespace System.Data.OracleClient
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public partial struct OracleBoolean : System.IComparable public partial struct OracleBoolean : System.IComparable
{ {
private int _dummyPrimitive;
public static readonly System.Data.OracleClient.OracleBoolean False; public static readonly System.Data.OracleClient.OracleBoolean False;
public static readonly System.Data.OracleClient.OracleBoolean Null; public static readonly System.Data.OracleClient.OracleBoolean Null;
public static readonly System.Data.OracleClient.OracleBoolean One; public static readonly System.Data.OracleClient.OracleBoolean One;
@ -478,6 +480,7 @@ namespace System.Data.OracleClient
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public partial struct OracleDateTime : System.Data.SqlTypes.INullable, System.IComparable public partial struct OracleDateTime : System.Data.SqlTypes.INullable, System.IComparable
{ {
private object _dummy;
public static readonly System.Data.OracleClient.OracleDateTime MaxValue; public static readonly System.Data.OracleClient.OracleDateTime MaxValue;
public static readonly System.Data.OracleClient.OracleDateTime MinValue; public static readonly System.Data.OracleClient.OracleDateTime MinValue;
public static readonly System.Data.OracleClient.OracleDateTime Null; public static readonly System.Data.OracleClient.OracleDateTime Null;
@ -582,6 +585,7 @@ namespace System.Data.OracleClient
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public partial struct OracleMonthSpan : System.Data.SqlTypes.INullable, System.IComparable public partial struct OracleMonthSpan : System.Data.SqlTypes.INullable, System.IComparable
{ {
private int _dummyPrimitive;
public static readonly System.Data.OracleClient.OracleMonthSpan MaxValue; public static readonly System.Data.OracleClient.OracleMonthSpan MaxValue;
public static readonly System.Data.OracleClient.OracleMonthSpan MinValue; public static readonly System.Data.OracleClient.OracleMonthSpan MinValue;
public static readonly System.Data.OracleClient.OracleMonthSpan Null; public static readonly System.Data.OracleClient.OracleMonthSpan Null;
@ -614,6 +618,7 @@ namespace System.Data.OracleClient
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public partial struct OracleNumber : System.Data.SqlTypes.INullable, System.IComparable public partial struct OracleNumber : System.Data.SqlTypes.INullable, System.IComparable
{ {
private object _dummy;
public static readonly System.Data.OracleClient.OracleNumber E; public static readonly System.Data.OracleClient.OracleNumber E;
public static readonly int MaxPrecision; public static readonly int MaxPrecision;
public static readonly int MaxScale; public static readonly int MaxScale;
@ -832,6 +837,7 @@ namespace System.Data.OracleClient
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public partial struct OracleString : System.Data.SqlTypes.INullable, System.IComparable public partial struct OracleString : System.Data.SqlTypes.INullable, System.IComparable
{ {
private object _dummy;
public static readonly System.Data.OracleClient.OracleString Empty; public static readonly System.Data.OracleClient.OracleString Empty;
public static readonly System.Data.OracleClient.OracleString Null; public static readonly System.Data.OracleClient.OracleString Null;
public OracleString(string s) { throw null;} public OracleString(string s) { throw null;}
@ -865,6 +871,7 @@ namespace System.Data.OracleClient
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public partial struct OracleTimeSpan : System.Data.SqlTypes.INullable, System.IComparable public partial struct OracleTimeSpan : System.Data.SqlTypes.INullable, System.IComparable
{ {
private object _dummy;
public static readonly System.Data.OracleClient.OracleTimeSpan MaxValue; public static readonly System.Data.OracleClient.OracleTimeSpan MaxValue;
public static readonly System.Data.OracleClient.OracleTimeSpan MinValue; public static readonly System.Data.OracleClient.OracleTimeSpan MinValue;
public static readonly System.Data.OracleClient.OracleTimeSpan Null; public static readonly System.Data.OracleClient.OracleTimeSpan Null;

View File

@ -1 +1 @@
c2fb90d4cb0cd5253515cb7183a091ecc3612f9b 58c4c70fa71e1fd6e480d0dda4fdb41091d21a73

View File

@ -1 +1 @@
18100c5c0edc9612c1099f75c2fe19c623b05582 7fa7683eea2b9a746517c96e4cc6230797cba2a7

View File

@ -26,6 +26,8 @@ namespace System.Numerics
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public partial struct BigInteger : System.IComparable, System.IComparable<System.Numerics.BigInteger>, System.IEquatable<System.Numerics.BigInteger>, System.IFormattable public partial struct BigInteger : System.IComparable, System.IComparable<System.Numerics.BigInteger>, System.IEquatable<System.Numerics.BigInteger>, System.IFormattable
{ {
private object _dummy;
private int _dummyPrimitive;
[System.CLSCompliantAttribute(false)] [System.CLSCompliantAttribute(false)]
public BigInteger(byte[] value) { throw null;} public BigInteger(byte[] value) { throw null;}
public BigInteger(decimal value) { throw null;} public BigInteger(decimal value) { throw null;}
@ -176,6 +178,7 @@ namespace System.Numerics
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public partial struct Complex : System.IEquatable<System.Numerics.Complex>, System.IFormattable public partial struct Complex : System.IEquatable<System.Numerics.Complex>, System.IFormattable
{ {
private int _dummyPrimitive;
public static readonly System.Numerics.Complex ImaginaryOne; public static readonly System.Numerics.Complex ImaginaryOne;
public static readonly System.Numerics.Complex One; public static readonly System.Numerics.Complex One;
public static readonly System.Numerics.Complex Zero; public static readonly System.Numerics.Complex Zero;

View File

@ -918,6 +918,7 @@ namespace System.Security.Cryptography.Xml
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public partial struct X509IssuerSerial public partial struct X509IssuerSerial
{ {
private object _dummy;
public string IssuerName { get { throw null; } set { } } public string IssuerName { get { throw null; } set { } }
public string SerialNumber { get { throw null; } set { } } public string SerialNumber { get { throw null; } set { } }
} }

View File

@ -325,6 +325,7 @@ namespace System.ServiceProcess
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public partial struct SessionChangeDescription public partial struct SessionChangeDescription
{ {
private int _dummyPrimitive;
public System.ServiceProcess.SessionChangeReason Reason { get { throw null; } } public System.ServiceProcess.SessionChangeReason Reason { get { throw null; } }
public int SessionId { get { throw null; } } public int SessionId { get { throw null; } }
public override bool Equals(object obj) { throw null; } public override bool Equals(object obj) { throw null; }

View File

@ -300,6 +300,7 @@ namespace System.Transactions
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public partial struct TransactionOptions public partial struct TransactionOptions
{ {
private int _dummyPrimitive;
public System.Transactions.IsolationLevel IsolationLevel { get { throw null; } set { } } public System.Transactions.IsolationLevel IsolationLevel { get { throw null; } set { } }
public System.TimeSpan Timeout { get { throw null; } set { } } public System.TimeSpan Timeout { get { throw null; } set { } }
public override bool Equals(object obj) { throw null; } public override bool Equals(object obj) { throw null; }

View File

@ -1 +1 @@
b57f16e120d9226ed25f10a170b4ab6e034720b8 fd7aa3292c43999e5f01ccd7924cd59ab00d09e6

View File

@ -1 +1 @@
bfd029e75d1b15b354d101d32f5938e1b8ed43ea f1d3de8d737ac6b40240410bbeaa309df6969f35

View File

@ -1 +1 @@
739753aa230fb7c26c07373f777a9c2b47556218 bed0768be7e623a6e3d290181b559cb4253ecb43

View File

@ -1 +1 @@
d5d063af300aa7c993efc5d5824f79f1442a32db 76a0826386f311b1ac463c8293522efdc2fc4bf3

View File

@ -1 +1 @@
77fe49e51289ab178451d25d0f09eed5dd1fecc2 e00a0c765d8bf59400abd329e1ab419480c04942

View File

@ -1 +1 @@
24874deb7e529323d167bc80e2c9894efdb4f68c 6d0176a7cdef0d364ea1558b1f1aa6d0fb4ea838

View File

@ -26,6 +26,8 @@ namespace Microsoft.Build.Framework
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public partial struct BuildEngineResult public partial struct BuildEngineResult
{ {
private object _dummy;
private int _dummyPrimitive;
public BuildEngineResult(bool result, System.Collections.Generic.List<System.Collections.Generic.IDictionary<string, Microsoft.Build.Framework.ITaskItem[]>> targetOutputsPerProject) { throw null;} public BuildEngineResult(bool result, System.Collections.Generic.List<System.Collections.Generic.IDictionary<string, Microsoft.Build.Framework.ITaskItem[]>> targetOutputsPerProject) { throw null;}
public bool Result { get { throw null; } } public bool Result { get { throw null; } }
public System.Collections.Generic.IList<System.Collections.Generic.IDictionary<string, Microsoft.Build.Framework.ITaskItem[]>> TargetOutputsPerProject { get { throw null; } } public System.Collections.Generic.IList<System.Collections.Generic.IDictionary<string, Microsoft.Build.Framework.ITaskItem[]>> TargetOutputsPerProject { get { throw null; } }

View File

@ -1 +1 @@
cb0a075a9f294098a6b4ea79d60b405568e7cac2 580e1b7e8bd7f71a0a165a0092e13b357816b5b6

View File

@ -1 +1 @@
eec3b5e71cf3fe71667427e0c35beceb80440e58 f1d066985d6e33e8602fa2c2993fa18134b7d5c4

View File

@ -655,6 +655,8 @@ namespace System.ComponentModel.Composition.ReflectionModel
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public partial struct LazyMemberInfo public partial struct LazyMemberInfo
{ {
private object _dummy;
private int _dummyPrimitive;
public LazyMemberInfo(System.Reflection.MemberInfo member) { throw null;} public LazyMemberInfo(System.Reflection.MemberInfo member) { throw null;}
public LazyMemberInfo(System.Reflection.MemberTypes memberType, System.Func<System.Reflection.MemberInfo[]> accessorsCreator) { throw null;} public LazyMemberInfo(System.Reflection.MemberTypes memberType, System.Func<System.Reflection.MemberInfo[]> accessorsCreator) { throw null;}
public LazyMemberInfo(System.Reflection.MemberTypes memberType, params System.Reflection.MemberInfo[] accessors) { throw null;} public LazyMemberInfo(System.Reflection.MemberTypes memberType, params System.Reflection.MemberInfo[] accessors) { throw null;}

View File

@ -1 +1 @@
b49e4ddb5e1aa3f9a0215daacd141b85094a6692 885f7221115e7fc1d9e09719a3aa83506d2bdc14

View File

@ -1 +1 @@
51ca2fda2e2b7db932eced2091a57b6896af09c7 ee21fac6b587504d2dc88648b0dd3c4e9d87dc6d

View File

@ -262,6 +262,8 @@ namespace System.Data.Linq
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public partial struct EntityRef<TEntity> where TEntity : class public partial struct EntityRef<TEntity> where TEntity : class
{ {
private TEntity entity;
private object _dummy;
public EntityRef(System.Collections.Generic.IEnumerable<TEntity> source) { throw null;} public EntityRef(System.Collections.Generic.IEnumerable<TEntity> source) { throw null;}
public EntityRef(System.Data.Linq.EntityRef<TEntity> entityRef) { throw null;} public EntityRef(System.Data.Linq.EntityRef<TEntity> entityRef) { throw null;}
public EntityRef(TEntity entity) { throw null;} public EntityRef(TEntity entity) { throw null;}
@ -354,6 +356,9 @@ namespace System.Data.Linq
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential, Size=1)] [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential, Size=1)]
public partial struct Link<T> public partial struct Link<T>
{ {
private T underlyingValue;
private object _dummy;
private int _dummyPrimitive;
[System.MonoTODOAttribute] [System.MonoTODOAttribute]
public Link(System.Collections.Generic.IEnumerable<T> source) { throw null;} public Link(System.Collections.Generic.IEnumerable<T> source) { throw null;}
[System.MonoTODOAttribute] [System.MonoTODOAttribute]
@ -390,6 +395,7 @@ namespace System.Data.Linq
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential, Size=1)] [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential, Size=1)]
public partial struct ModifiedMemberInfo public partial struct ModifiedMemberInfo
{ {
private object _dummy;
[System.MonoTODOAttribute] [System.MonoTODOAttribute]
public object CurrentValue { get { throw null; } } public object CurrentValue { get { throw null; } }
[System.MonoTODOAttribute] [System.MonoTODOAttribute]

View File

@ -98,6 +98,7 @@ namespace System.Data.OracleClient
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public partial struct OracleBinary : System.Data.SqlTypes.INullable, System.IComparable public partial struct OracleBinary : System.Data.SqlTypes.INullable, System.IComparable
{ {
private object _dummy;
public static readonly System.Data.OracleClient.OracleBinary Null; public static readonly System.Data.OracleClient.OracleBinary Null;
public OracleBinary(byte[] b) { throw null;} public OracleBinary(byte[] b) { throw null;}
public bool IsNull { get { throw null; } } public bool IsNull { get { throw null; } }
@ -136,6 +137,7 @@ namespace System.Data.OracleClient
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public partial struct OracleBoolean : System.IComparable public partial struct OracleBoolean : System.IComparable
{ {
private int _dummyPrimitive;
public static readonly System.Data.OracleClient.OracleBoolean False; public static readonly System.Data.OracleClient.OracleBoolean False;
public static readonly System.Data.OracleClient.OracleBoolean Null; public static readonly System.Data.OracleClient.OracleBoolean Null;
public static readonly System.Data.OracleClient.OracleBoolean One; public static readonly System.Data.OracleClient.OracleBoolean One;
@ -478,6 +480,7 @@ namespace System.Data.OracleClient
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public partial struct OracleDateTime : System.Data.SqlTypes.INullable, System.IComparable public partial struct OracleDateTime : System.Data.SqlTypes.INullable, System.IComparable
{ {
private object _dummy;
public static readonly System.Data.OracleClient.OracleDateTime MaxValue; public static readonly System.Data.OracleClient.OracleDateTime MaxValue;
public static readonly System.Data.OracleClient.OracleDateTime MinValue; public static readonly System.Data.OracleClient.OracleDateTime MinValue;
public static readonly System.Data.OracleClient.OracleDateTime Null; public static readonly System.Data.OracleClient.OracleDateTime Null;
@ -582,6 +585,7 @@ namespace System.Data.OracleClient
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public partial struct OracleMonthSpan : System.Data.SqlTypes.INullable, System.IComparable public partial struct OracleMonthSpan : System.Data.SqlTypes.INullable, System.IComparable
{ {
private int _dummyPrimitive;
public static readonly System.Data.OracleClient.OracleMonthSpan MaxValue; public static readonly System.Data.OracleClient.OracleMonthSpan MaxValue;
public static readonly System.Data.OracleClient.OracleMonthSpan MinValue; public static readonly System.Data.OracleClient.OracleMonthSpan MinValue;
public static readonly System.Data.OracleClient.OracleMonthSpan Null; public static readonly System.Data.OracleClient.OracleMonthSpan Null;
@ -614,6 +618,7 @@ namespace System.Data.OracleClient
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public partial struct OracleNumber : System.Data.SqlTypes.INullable, System.IComparable public partial struct OracleNumber : System.Data.SqlTypes.INullable, System.IComparable
{ {
private object _dummy;
public static readonly System.Data.OracleClient.OracleNumber E; public static readonly System.Data.OracleClient.OracleNumber E;
public static readonly int MaxPrecision; public static readonly int MaxPrecision;
public static readonly int MaxScale; public static readonly int MaxScale;
@ -832,6 +837,7 @@ namespace System.Data.OracleClient
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public partial struct OracleString : System.Data.SqlTypes.INullable, System.IComparable public partial struct OracleString : System.Data.SqlTypes.INullable, System.IComparable
{ {
private object _dummy;
public static readonly System.Data.OracleClient.OracleString Empty; public static readonly System.Data.OracleClient.OracleString Empty;
public static readonly System.Data.OracleClient.OracleString Null; public static readonly System.Data.OracleClient.OracleString Null;
public OracleString(string s) { throw null;} public OracleString(string s) { throw null;}
@ -865,6 +871,7 @@ namespace System.Data.OracleClient
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public partial struct OracleTimeSpan : System.Data.SqlTypes.INullable, System.IComparable public partial struct OracleTimeSpan : System.Data.SqlTypes.INullable, System.IComparable
{ {
private object _dummy;
public static readonly System.Data.OracleClient.OracleTimeSpan MaxValue; public static readonly System.Data.OracleClient.OracleTimeSpan MaxValue;
public static readonly System.Data.OracleClient.OracleTimeSpan MinValue; public static readonly System.Data.OracleClient.OracleTimeSpan MinValue;
public static readonly System.Data.OracleClient.OracleTimeSpan Null; public static readonly System.Data.OracleClient.OracleTimeSpan Null;

View File

@ -1 +1 @@
c2fb90d4cb0cd5253515cb7183a091ecc3612f9b 58c4c70fa71e1fd6e480d0dda4fdb41091d21a73

View File

@ -1 +1 @@
18100c5c0edc9612c1099f75c2fe19c623b05582 7fa7683eea2b9a746517c96e4cc6230797cba2a7

View File

@ -26,6 +26,8 @@ namespace System.Numerics
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public partial struct BigInteger : System.IComparable, System.IComparable<System.Numerics.BigInteger>, System.IEquatable<System.Numerics.BigInteger>, System.IFormattable public partial struct BigInteger : System.IComparable, System.IComparable<System.Numerics.BigInteger>, System.IEquatable<System.Numerics.BigInteger>, System.IFormattable
{ {
private object _dummy;
private int _dummyPrimitive;
[System.CLSCompliantAttribute(false)] [System.CLSCompliantAttribute(false)]
public BigInteger(byte[] value) { throw null;} public BigInteger(byte[] value) { throw null;}
public BigInteger(decimal value) { throw null;} public BigInteger(decimal value) { throw null;}
@ -176,6 +178,7 @@ namespace System.Numerics
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public partial struct Complex : System.IEquatable<System.Numerics.Complex>, System.IFormattable public partial struct Complex : System.IEquatable<System.Numerics.Complex>, System.IFormattable
{ {
private int _dummyPrimitive;
public static readonly System.Numerics.Complex ImaginaryOne; public static readonly System.Numerics.Complex ImaginaryOne;
public static readonly System.Numerics.Complex One; public static readonly System.Numerics.Complex One;
public static readonly System.Numerics.Complex Zero; public static readonly System.Numerics.Complex Zero;

View File

@ -918,6 +918,7 @@ namespace System.Security.Cryptography.Xml
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public partial struct X509IssuerSerial public partial struct X509IssuerSerial
{ {
private object _dummy;
public string IssuerName { get { throw null; } set { } } public string IssuerName { get { throw null; } set { } }
public string SerialNumber { get { throw null; } set { } } public string SerialNumber { get { throw null; } set { } }
} }

View File

@ -325,6 +325,7 @@ namespace System.ServiceProcess
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public partial struct SessionChangeDescription public partial struct SessionChangeDescription
{ {
private int _dummyPrimitive;
public System.ServiceProcess.SessionChangeReason Reason { get { throw null; } } public System.ServiceProcess.SessionChangeReason Reason { get { throw null; } }
public int SessionId { get { throw null; } } public int SessionId { get { throw null; } }
public override bool Equals(object obj) { throw null; } public override bool Equals(object obj) { throw null; }

View File

@ -301,6 +301,7 @@ namespace System.Transactions
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public partial struct TransactionOptions public partial struct TransactionOptions
{ {
private int _dummyPrimitive;
public System.Transactions.IsolationLevel IsolationLevel { get { throw null; } set { } } public System.Transactions.IsolationLevel IsolationLevel { get { throw null; } set { } }
public System.TimeSpan Timeout { get { throw null; } set { } } public System.TimeSpan Timeout { get { throw null; } set { } }
public override bool Equals(object obj) { throw null; } public override bool Equals(object obj) { throw null; }

View File

@ -1 +1 @@
c8d9aa760c9f262ba8cf1f8d4eab073c6cce4a36 fd19c6845e8b5459f78204e6d5734ead8e5f66b8

Some files were not shown because too many files have changed in this diff Show More