Imported Upstream version 6.0.0.172

Former-commit-id: f3cc9b82f3e5bd8f0fd3ebc098f789556b44e9cd
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2019-04-12 14:10:50 +00:00
parent 8016999e4d
commit 64ac736ec5
32155 changed files with 3981439 additions and 75368 deletions

View File

@@ -130,6 +130,7 @@ am__recursive_targets = \
$(am__extra_recursive_targets)
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
distdir
am__extra_recursive_targets = test-recursive test-bundle-recursive
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
# Read a list of newline-separated strings from the standard input,
# and print each of them once, without duplicates. Input order is
@@ -231,6 +232,7 @@ ECHO_T = @ECHO_T@
EGREP = @EGREP@
EXEEXT = @EXEEXT@
EXTERNAL_LLVM_CONFIG = @EXTERNAL_LLVM_CONFIG@
EXTERNAL_LLVM_CONFIG_WIN32 = @EXTERNAL_LLVM_CONFIG_WIN32@
FGREP = @FGREP@
GDKX11 = @GDKX11@
GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
@@ -249,6 +251,7 @@ HAVE_ALLOCA_H = @HAVE_ALLOCA_H@
HAVE_MSGFMT = @HAVE_MSGFMT@
HAVE_NINJA = @HAVE_NINJA@
HAVE_UNISTD_H = @HAVE_UNISTD_H@
HAVE_YASM = @HAVE_YASM@
HOST_CC = @HOST_CC@
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
@@ -282,6 +285,7 @@ MAKEINFO = @MAKEINFO@
MANIFEST_TOOL = @MANIFEST_TOOL@
MKDIR_P = @MKDIR_P@
MONO_CORLIB_VERSION = @MONO_CORLIB_VERSION@
MONO_CXXLD = @MONO_CXXLD@
MONO_DL_NEED_USCORE = @MONO_DL_NEED_USCORE@
MONO_JEMALLOC_ASSERT = @MONO_JEMALLOC_ASSERT@
MONO_JEMALLOC_DEFAULT = @MONO_JEMALLOC_DEFAULT@
@@ -342,6 +346,7 @@ SHELL = @SHELL@
SIZEOF_VOID_P = @SIZEOF_VOID_P@
SQLITE = @SQLITE@
SQLITE3 = @SQLITE3@
STATIC_ZLIB_PATH = @STATIC_ZLIB_PATH@
STRIP = @STRIP@
TEST_PROFILE = @TEST_PROFILE@
USE_NLS = @USE_NLS@
@@ -411,7 +416,11 @@ mcs_topdir_from_srcdir = @mcs_topdir_from_srcdir@
mkdir_p = @mkdir_p@
mono_build_root = @mono_build_root@
mono_cfg_dir = @mono_cfg_dir@
mono_msvc_build_bin_dir = @mono_msvc_build_bin_dir@
mono_msvc_build_dir = @mono_msvc_build_dir@
mono_msvc_build_lib_dir = @mono_msvc_build_lib_dir@
mono_runtime = @mono_runtime@
mono_runtime_wrapper = @mono_runtime_wrapper@
oldincludedir = @oldincludedir@
pdfdir = @pdfdir@
prefix = @prefix@
@@ -505,6 +514,8 @@ $(am__recursive_targets):
if test "$$dot_seen" = "no"; then \
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
fi; test -z "$$fail"
test-local:
test-bundle-local:
ID: $(am__tagged_files)
$(am__define_uniq_tagged_files); mkid -fID $$unique
@@ -725,6 +736,14 @@ ps: ps-recursive
ps-am:
test: test-recursive
test-am: test-local
test-bundle: test-bundle-recursive
test-bundle-am: test-bundle-local
uninstall-am:
.MAKE: $(am__recursive_targets) install-am install-strip
@@ -740,7 +759,8 @@ uninstall-am:
install-strip installcheck installcheck-am installdirs \
installdirs-am maintainer-clean maintainer-clean-generic \
mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
ps ps-am tags tags-am uninstall uninstall-am
ps ps-am tags tags-am test-am test-bundle-am test-bundle-local \
test-local uninstall uninstall-am
# Tell versions [3.59,3.63) of GNU make to not export all variables.

View File

@@ -443,3 +443,7 @@ force:
# Tell versions [3.59,3.63) of GNU make not to export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
test:
test-bundle:

Binary file not shown.

View File

@@ -1 +1 @@
49b1d859492b4d5aeb09464bbca50bcf52980a34
b5f7b8d151a1bf16eee374789875ce956c2fadfc

Binary file not shown.

View File

@@ -1 +1 @@
7a97f950e10c81750b0f00c426f99247303feb68
b87047048c1ef9607b5ce7690ea5ff4f52b0ff8d

Binary file not shown.

View File

@@ -1 +1 @@
41c9f8b77b6e38893a89270554c84a0d742f671f
fca4eaa92e563db8c9ff407a68d7129459562d10

View File

@@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: mono 5.20.1.22\n"
"Project-Id-Version: mono 6.0.0.172\n"
"Report-Msgid-Bugs-To: http://www.mono-project.com/Bugs\n"
"POT-Creation-Date: 2019-04-12 08:07+0000\n"
"POT-Creation-Date: 2019-04-12 13:43+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1135,18 +1135,18 @@ msgid ""
"lambda expressions or query expressions"
msgstr ""
#: mcs/mcs/class.cs:3977
#: mcs/mcs/class.cs:3968
#, csharp-format
msgid "Field or property cannot be of type `{0}'"
msgstr ""
#: mcs/mcs/class.cs:3980
#, csharp-format
msgid ""
"Field or auto-implemented property cannot be of type `{0}' unless it is an "
"instance member of a ref struct"
msgstr ""
#: mcs/mcs/class.cs:3981
#, csharp-format
msgid "Field or property cannot be of type `{0}'"
msgstr ""
#: mcs/mcs/const.cs:103
#, csharp-format
msgid "Type parameter `{0}' cannot be declared const"

Binary file not shown.

View File

@@ -1 +1 @@
0899c7d6d26873d10d1d97979697b6d6dd901b03
f79477407585531887c408b1a8768c718bec052c