Imported Upstream version 6.12.0.107

Former-commit-id: cd064e9ce1c4dcc91711469534d3ae8df2c0f7ce
This commit is contained in:
Xamarin Public Jenkins (auto-signing) 2020-10-29 08:46:53 +00:00
parent 218a6129a9
commit 60dc2c4e94
50 changed files with 752 additions and 753 deletions

View File

@ -1 +1 @@
1be8d2a125d36fd65d71cd87fcc2d12594e6d1d2
c689f0681b0ddb48ca828025c7f4b8a5da22c2ca

View File

@ -1 +1 @@
fddb6435b3434d0a4f9a4dd81a7981cb89e73cfd
8bad807dd2c65e28379140be03901239e9d0a673

File diff suppressed because it is too large Load Diff

View File

@ -10,7 +10,7 @@ generated by GNU Autoconf 2.69. Invocation command line was
## Platform. ##
## --------- ##
hostname = az-ubuntu-general5d5d00
hostname = az-ubuntu-generalac9790
uname -m = x86_64
uname -r = 4.15.0-1098-azure
uname -s = Linux
@ -747,7 +747,7 @@ generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_COMMANDS =
$ ./config.status
on az-ubuntu-general5d5d00
on az-ubuntu-generalac9790
config.status:1238: creating Makefile
config.status:1238: creating bdw-gc.pc

File diff suppressed because it is too large Load Diff

View File

@ -1 +1 @@
b29e6ecbf00fe6e15cebc74ed62cd6bf43c9e003
54e7805169ac2f55446c3d9dea03927f7e534e07

View File

@ -41,7 +41,7 @@ static partial class Consts
// Use these assembly version constants to make code more maintainable.
//
public const string MonoVersion = "6.12.0.106";
public const string MonoVersion = "6.12.0.107";
public const string MonoCompany = "Mono development team";
public const string MonoProduct = "Mono Common Language Infrastructure";
public const string MonoCopyright = "(c) Various Mono authors";

View File

@ -430,10 +430,9 @@ namespace I18N.CJK
}
#else
public override int GetByteCount(char[] chars, int index, int count, bool refresh)
public override int GetByteCount(char[] chars, int start, int count, bool refresh)
{
int start = 0;
int end = count;
int end = start + count;
int ret = 0;
while (start < end)
{

View File

@ -1 +1 @@
ae417fb16e8d60db74fd315eceab0e272792d293
563628e8b3f9d9cb16ce493e789885f7f550d9d8

View File

@ -1 +1 @@
567940fa121c63d76e18debb18be797b6cd70235
c2c83aeb91092903c6f834e03f00b51f06f2e1ef

View File

@ -1 +1 @@
4163ef757abf0e22946fad6937c06713284bd492
2ea85d638b3b3a9fabf87a166575273241aa1ec9

View File

@ -1 +1 @@
e4210c681151bef602309ae1453234ed39223f4d
9c9b4c9b9092033bdb32199b042d401ccb202cb5

View File

@ -1 +1 @@
e2044da5e09b87b8b0fbd8ff853bb099b5c492ca
23e153b2c293dea0e5e4d128faeb543c10ac714c

View File

@ -1 +1 @@
6137141fe46056c9262a4cf2d1bc9b6e8a1f3bc8
a08281d78d03692554c1e352ad9edc025e5c014b

View File

@ -1 +1 @@
5c36ac648cdf93f04eddd30d9ef643969748f7a7
375ff636b75714815f81b0b8d3dde5e1d8f53cc4

View File

@ -1 +1 @@
9b385b6291bee49120440785f385b32ad1d0dfa5
2369796383ed0d862f59f66f6d3f5521bbe7fcec

View File

@ -1 +1 @@
ae417fb16e8d60db74fd315eceab0e272792d293
563628e8b3f9d9cb16ce493e789885f7f550d9d8

View File

@ -1 +1 @@
567940fa121c63d76e18debb18be797b6cd70235
c2c83aeb91092903c6f834e03f00b51f06f2e1ef

View File

@ -1 +1 @@
4163ef757abf0e22946fad6937c06713284bd492
2ea85d638b3b3a9fabf87a166575273241aa1ec9

View File

@ -1 +1 @@
e4210c681151bef602309ae1453234ed39223f4d
9c9b4c9b9092033bdb32199b042d401ccb202cb5

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