You've already forked linux-packaging-mono
Merge branch 'upstream'
Former-commit-id: b5153953c7d5a5589f06bc8d031652a6c067d8a3
This commit is contained in:
@ -1 +1 @@
|
|||||||
c90694a5a334d4af0381fcf93eea0b359d1708b9
|
3f0d0c5a3b2386b0e7251bcbcaf67bc5e1ad1e52
|
@ -1 +1 @@
|
|||||||
3998e85c1b62216ba2f5c64713f8b5127812e913
|
1577675c777512af107f4ec5a9ddd60285a4b9c6
|
@ -34,7 +34,7 @@ static class Consts
|
|||||||
// Use these assembly version constants to make code more maintainable.
|
// Use these assembly version constants to make code more maintainable.
|
||||||
//
|
//
|
||||||
|
|
||||||
public const string MonoVersion = "5.14.0.171";
|
public const string MonoVersion = "5.14.0.172";
|
||||||
public const string MonoCompany = "Mono development team";
|
public const string MonoCompany = "Mono development team";
|
||||||
public const string MonoProduct = "Mono Common Language Infrastructure";
|
public const string MonoProduct = "Mono Common Language Infrastructure";
|
||||||
public const string MonoCopyright = "(c) Various Mono authors";
|
public const string MonoCopyright = "(c) Various Mono authors";
|
||||||
|
@ -173,7 +173,7 @@ namespace System {
|
|||||||
offset++;
|
offset++;
|
||||||
|
|
||||||
offset += ((int) number) * intOffset;
|
offset += ((int) number) * intOffset;
|
||||||
return GetInteger (buffer, offset);
|
return GetInt16 (buffer, offset);
|
||||||
}
|
}
|
||||||
|
|
||||||
public string Get (TermInfoStrings tstr)
|
public string Get (TermInfoStrings tstr)
|
||||||
@ -222,27 +222,6 @@ namespace System {
|
|||||||
return (short) (uno + dos * 256);
|
return (short) (uno + dos * 256);
|
||||||
}
|
}
|
||||||
|
|
||||||
int GetInt32 (byte [] buffer, int offset)
|
|
||||||
{
|
|
||||||
int b1 = (int) buffer [offset];
|
|
||||||
int b2 = (int) buffer [offset + 1];
|
|
||||||
int b3 = (int) buffer [offset + 2];
|
|
||||||
int b4 = (int) buffer [offset + 3];
|
|
||||||
if (b1 == 255 && b2 == 255 && b3 == 255 && b4 == 255)
|
|
||||||
return -1;
|
|
||||||
|
|
||||||
return b1 + b2 << 8 + b3 << 16 + b4 << 24;
|
|
||||||
}
|
|
||||||
|
|
||||||
int GetInteger (byte [] buffer, int offset)
|
|
||||||
{
|
|
||||||
if (intOffset == 2)
|
|
||||||
return GetInt16 (buffer, offset);
|
|
||||||
else
|
|
||||||
// intOffset == 4
|
|
||||||
return GetInt32 (buffer, offset);
|
|
||||||
}
|
|
||||||
|
|
||||||
string GetString (byte [] buffer, int offset)
|
string GetString (byte [] buffer, int offset)
|
||||||
{
|
{
|
||||||
int length = 0;
|
int length = 0;
|
||||||
|
@ -1 +1 @@
|
|||||||
f846c0f0518298f26ffb2399ace8dc6a37537574
|
1b9a44332a612b60a46d6288a0d1c6072f7f8428
|
@ -1 +1 @@
|
|||||||
b05133cd7c331586deace52e4b262c1e752dfb4a
|
a75eecb5c6b9b446e80ab028b9b4c29a6f5e9dd2
|
@ -1 +1 @@
|
|||||||
2529bc8fe0705d0d044ba2437eec769e69ae178c
|
37b028e2f8a160ce6678e35b345af9fef600934b
|
@ -1 +1 @@
|
|||||||
168ff73c8a6ffe34cfbdcd6e5c83002011a1547f
|
af34ccffcfc81d0195dd122b87643b9d9107fe96
|
@ -1 +1 @@
|
|||||||
4cd08e1ba992913daef88c9feb4740fca9ea0d31
|
eb3597bc417c874560030e98fdd4effd79bece68
|
@ -1 +1 @@
|
|||||||
274992efdddda839b2e0febd321f6e199e24f9a5
|
7aa4cfced2fae9ca66c248cfab3a74e5f5c1ecb3
|
@ -1 +1 @@
|
|||||||
b664ccab2a1503d8bdcdfbac55240b6b99085c84
|
efde2771e83913ef603f521df00dfbe779bbc52b
|
@ -1 +1 @@
|
|||||||
f846c0f0518298f26ffb2399ace8dc6a37537574
|
1b9a44332a612b60a46d6288a0d1c6072f7f8428
|
@ -1 +1 @@
|
|||||||
b05133cd7c331586deace52e4b262c1e752dfb4a
|
a75eecb5c6b9b446e80ab028b9b4c29a6f5e9dd2
|
@ -1 +1 @@
|
|||||||
2529bc8fe0705d0d044ba2437eec769e69ae178c
|
37b028e2f8a160ce6678e35b345af9fef600934b
|
@ -1 +1 @@
|
|||||||
168ff73c8a6ffe34cfbdcd6e5c83002011a1547f
|
af34ccffcfc81d0195dd122b87643b9d9107fe96
|
@ -1 +1 @@
|
|||||||
4cd08e1ba992913daef88c9feb4740fca9ea0d31
|
eb3597bc417c874560030e98fdd4effd79bece68
|
@ -1 +1 @@
|
|||||||
274992efdddda839b2e0febd321f6e199e24f9a5
|
7aa4cfced2fae9ca66c248cfab3a74e5f5c1ecb3
|
@ -1 +1 @@
|
|||||||
b664ccab2a1503d8bdcdfbac55240b6b99085c84
|
efde2771e83913ef603f521df00dfbe779bbc52b
|
@ -1 +1 @@
|
|||||||
f846c0f0518298f26ffb2399ace8dc6a37537574
|
1b9a44332a612b60a46d6288a0d1c6072f7f8428
|
@ -1 +1 @@
|
|||||||
b05133cd7c331586deace52e4b262c1e752dfb4a
|
a75eecb5c6b9b446e80ab028b9b4c29a6f5e9dd2
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user