Skip to content

Tags: gary-b/mono

Tags

XDEBUG_OSX_pre-JIT_fix_v2

Toggle XDEBUG_OSX_pre-JIT_fix_v2's commit message
Removing function that now has a completely unchanging result.

XDEBUG_OSX_pre-JIT_fix_v1

Toggle XDEBUG_OSX_pre-JIT_fix_v1's commit message
Adding pre-assembly script to restructure generated Apple assembly fi…

…les, putting subsections in correct order. Adding support for installing script file during build.

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