Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: dlech/mono

Tags

mono-3.0.3

Toggle mono-3.0.3's commit message
Remove NET_2_1 default (broken) context

mono-3.0.2

Toggle mono-3.0.2's commit message
Treat param area stack slots as being part of the callee frame, not t…

…he caller, so precise stack marking works for methods with tail calls as well.

2.10.10

Toggle 2.10.10's commit message
Make sure we don't corrupt the heap when serializing a unix domain so…

…cketaddr.

	* socket-io.c (create_object_from_sockaddr): The resulting array size must
	be two bytes larger than the sockaddr one since we always serialize the family
	kind at the beginning.

	This fixes a crash on MD-linux-amd64-mono-sgen-3.0 running unit tests.

mono-3.0.1

Toggle mono-3.0.1's commit message
Remove SRE.UnmanagedMarshal dependency from System.Reflection.

	* FieldInfo.cs:
	* MonoMethod.cs:
	* ParameterInfo.cs: Remove silly dep on UnmanagedMarshal to use
	MarshalAsAttribute which is what we need in the end.

	* icall.c:
	* reflection.c: Use the custom attribute type instead of the SRE
	one. This allows FULL_AOT_RUNTIME to work with stuff that uses
	MarshalAs.

mono-3.0.0

Toggle mono-3.0.0's commit message
Bump version to 3.0.0.

mono-2.11.4

Toggle mono-2.11.4's commit message
Fix base type definition in repl. Fixes mono#5913.

mono-2.11.3

Toggle mono-2.11.3's commit message
Bump the debian submodule to the right revision again

someone accidentally reverted it to an old commit.

mono-2.11.2

Toggle mono-2.11.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Fix UdpClientTest.UdpClientBroadcastTest().

You must not use Send() with an endpoint after using either the
hostname constructor or calling Connect(); see the MSDN docs.

mono-2.11.1

Toggle mono-2.11.1's commit message
Document new sgen options in the man page.

mono-2.11.0

Toggle mono-2.11.0's commit message
Initial separation of state machine and anonymous method story to all…

…ow both of them exist in same block