8000 Tags · pcc/mono · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000

Tags: pcc/mono

Tags

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.

2.10.2

Toggle 2.10.2's commit message
2.10.2 Final

mono-android-1-0

Toggle mono-android-1-0's commit message
Revert fcbb571 and implement it differently.

The commit had the good idea but since some values of the enumeration overlap it broke the correct behavior. Instead we now turn off the extra options and use the previous way to check.
0