Skip to content

Tags: symphony2014/mono

Tags

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.

mono-3.0.12

Toggle mono-3.0.12's commit message
Mark MonoCMethod (runtime subclass of ConstructorInfo) as serializable. 

Fixes mono#12611

mono-3.0.11

Toggle mono-3.0.11's commit message
Fix the check in bf9c7dc.

The C preprocessor sucks.

mono-3.0.10-windows

Toggle mono-3.0.10-windows's commit message
When .NET serializes it will use the TypeForwardedFrom information when

writing Assembly information but Mono does not. This means that
serialized objects created on one platform are not able to be
deserialized on the other, thus preventing interoperability between .NET
and mono applications. Fixes the ObservableCollection part of bugzilla
11294.