Skip to content

Tags: g0194776/mono

Tags

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

2.10.9

Toggle 2.10.9's commit message
Fix gdb backtraces on OSX.

We can't redirect output from gdb: since gdb will suspend us we won't
be able to read from the pipe we've redirected output to, and we'll
end up deadlocking if gdb outputs a lot of data (see bug mono#2548).

2.10.8.1

Toggle 2.10.8.1's commit message
Disable gdb backtracing until mono#2548 has been fixed.

2.10.8

Toggle 2.10.8's commit message
Disable gdb backtracing until mono#2548 has been fixed.

2.10.7

Toggle 2.10.7's commit message
Add TimeZoneInfo.MonoTouch.cs so that it's included in dist

2.10.6

Toggle 2.10.6's commit message
Fix prepending $(CURDIR) to paths failing under cygwin