Skip to content

Tags: gatm50/mono-qnx

Tags

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

2.10.3

Toggle 2.10.3's commit message
Use wrappers for accessing socket errors. Cygwin does not have some e…

…rrors in errno.h. Fixes Windows build.