-
Notifications
You must be signed in to change notification settings - Fork 533
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule mono
updated
19 files
+1 −1 | external/cecil | |
+1 −1 | external/roslyn-binaries | |
+1 −1 | mcs/class/corlib/System.Runtime.InteropServices/Marshal.cs | |
+2 −2 | mcs/class/corlib/System/TimeZoneInfo.cs | |
+4 −0 | mono/metadata/gc.c | |
+1 −1 | mono/metadata/icall.c | |
+4 −0 | mono/metadata/marshal.c | |
+2 −0 | mono/metadata/w32handle.c | |
+48 −63 | mono/metadata/w32process-unix.c | |
+5 −0 | mono/metadata/w32process-win32.c | |
+3 −0 | mono/metadata/w32process.h | |
+9 −1 | mono/mini/aot-compiler.c | |
+2 −1 | mono/mini/aot-runtime.c | |
+21 −0 | mono/mini/generics.cs | |
+24 −0 | mono/mini/gshared.cs | |
+24 −5 | mono/mini/method-to-ir.c | |
+4 −1 | mono/mini/mini-runtime.c | |
+5 −0 | mono/mini/patch-info.h | |
+1 −1 | mono/utils/mono-os-mutex.h |