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

Tags: miculi/mono

Tags

mono-3.2.8

Toggle mono-3.2.8's commit message
Fix some warnings on !MONO_ARCH_AOT_SUPPORTED targets.

mono-3.2.7

Toggle mono-3.2.7's commit message
[System] Fix process creation when UseShellExecute is set to false.

This fixes the behavior of process spawning when UseShellExecute is
set to true.

The right behavior is to return no process only when we used the system
launcher. So, spawning /bin/cat should behave in the same way independent
of how UseShellExecute is set.

mono-3.2.6

Toggle mono-3.2.6's commit message
[PCL]: Add new `System.Runtime.InteropServices.WindowsRuntime' APIs a…

…nd Facade Assembly.

This is a squashed cherry-pick of commits 37af8b7, 7d23865, 1908e1d and d0d5f5a, which
fixes problems with the MS Rx NuGet package.

mono-3.2.5

Toggle mono-3.2.5's commit message
[runtime] Fix the osx mavericks stack size calculation in sgen too.

mono-3.2.4

Toggle mono-3.2.4's commit message
Revert my last two commits; these would require a new cecil.

This reverts commits c29ac46
and b31c948.

mono-3.2.3

Toggle mono-3.2.3's commit message
Bump ikvm again to only pick-up my single commit.

I created a new 'mono-master' branch in ivkm-fork, which is based
at the previous ikvm commit, then cherry-picked my single commit.

Apparently, there are API changes in IVKM which prevent it from
being applied cleanly.

mono-3.2.1

Toggle mono-3.2.1's commit message
Include all of Martin's spec file changes

mono-3.2.0

Toggle mono-3.2.0's commit message
Bump version number to 3.2.0

mono-3.1.2

Toggle mono-3.1.2's commit message
Put the unbox_trampolines table into the .text segment instead of .ro…

…data on mt since it contains code.

mono-3.1.1

Toggle mono-3.1.1's commit message
[runtime]On install, symlink mono to the right binary.

0