mono.git
2014-01-31 Marek Safar[corlib] Decimal parsing with banker's rounding with...
2014-01-31 Zoltan Varga[runtime] Remove some references to gc_wrapper.h which...
2014-01-31 Zoltan Varga[runtime] Move the thread exit code to mono-threads...
2014-01-31 Marek Safar[mcs] Improve daa862f17f7930e5618d1e46e09de46f95c667d4...
2014-01-31 Marek Safar[mcs] Explicit user conversion from nullable types...
2014-01-31 Marek Safar[mcs] Report less internal errors. Fixes #17472
2014-01-31 Marek Safar[mcs] Fixes warning
2014-01-31 Marek Safar[mcs] Release array initializer stack field at the...
2014-01-31 Zoltan Varga[runtime] Fix a shutdown leak.
2014-01-31 Zoltan Varga[runtime] Use mono_thread_join () to wait for the final...
2014-01-31 Zoltan Varga[llvm] Disable llvm instead of asserting in some cases...
2014-01-31 Zoltan Varga[runtime] Use a separate lock for the joinable_threads...
2014-01-30 Michael HutchinsonMerge pull request #880 from awinters-fvs/xbuild/make...
2014-01-30 Rodrigo Kumpera[corlib] WeakReference<T>::TryGetTarget should return...
2014-01-30 Zoltan VargaFix warnings.
2014-01-30 Zoltan Varga[runtime] Change the way the runtime waits for threads...
2014-01-30 Alex Rønne... Merge pull request #882 from jgagnon/master
2014-01-29 Rodrigo Kumpera[jit]Add a missing call to mini_native_type_replace_typ...
2014-01-29 Zoltan Varga[aot] Add a more helpfull error message when a method...
2014-01-29 Zoltan Varga[sgen] Fix a regression caused by 07fc727b8698a100aeb21...
2014-01-28 Michael Hutchinson[xbuild] Rework escaping in TaskItem to be compatible...
2014-01-28 Michael Hutchinson[xbuild] Remove unnecessary/inconsistent path conversio...
2014-01-28 Alan McGovern[Microsoft.Build.Utilities] Properly escape/unescape...
2014-01-28 Alan McGovern[Microsoft.Build.Utilities] Fix the escaping/unescaping...
2014-01-28 Marek Safar[mcs] Better check for invalid attribute targets. Fixes...
2014-01-28 Zoltan Varga[llvm] Load rgctx/imt arguments using a volatile load...
2014-01-28 Zoltan VargaRevert "[jit] Precompute a bit more information for...
2014-01-27 Michael Hutchinson[xbuild] Define VisualStudioVersion, since F# projects...
2014-01-27 Rodrigo KumperaProperly compare assembly versions when performing...
2014-01-27 Jonathan GagnonFixes a socket leak in class TcpListener
2014-01-27 Marek SafarNew test
2014-01-27 Marek Safar[mcs] Remove used method
2014-01-27 Marek Safar[mcs] Don't crash when default parameter constant membe...
2014-01-26 Marek Safar[dlr] Handle more expressions in interpreter
2014-01-26 Marek Safar[mcs] Do underlying float constant operation on double...
2014-01-26 Marek Safar[mcs] Check for nested type arguments of cached method...
2014-01-26 Zoltan Varga[jit] Precompute a bit more information for delegate...
2014-01-25 Zoltan Varga[jit] Store the spvar offsets for the finally clauses...
2014-01-25 Zoltan Varga[jit] Change to signature of mono_arch_create_handler_b...
2014-01-24 Ashley WintersUpdate mono-core.spec.in with xbuild reorganization
2014-01-24 Zoltan Varga[jit] Add a mono_jinfo_get_unwind_info () helper function.
2014-01-24 Sebastien PouliotAllow a TLS1.1+ client (like recent Google Chrome,...
2014-01-24 Atsushi EnoFix build (and cosmetic code formatting).
2014-01-24 Atsushi Enoremove private msbuild hacking project files.
2014-01-24 Atsushi EnoMerge branch 'msbuilddll2'
2014-01-24 Atsushi EnoLog target build error.
2014-01-24 Zoltan Varga[jit] Fix/simplify the x86 handler guard trampoline...
2014-01-24 Atsushi EnoMake sure to fail build when exception is thrown while...
2014-01-24 Zoltan VargaRevert "finally_guard has been promoted to the stable...
2014-01-24 Zoltan Varga[jit] Fix a regression caused by 28374f3161d7bd2521b26b...
2014-01-24 Zoltan Varga[jit] Hopefully fix the loaded LLVM build.
2014-01-24 Atsushi Enoadd comment on MSB4057.
2014-01-24 Ashley WintersInclude xbuild_4_0_dirs in dist; fixes 425fdc03
2014-01-24 Ashley WintersFix 'make dist' broken since 35287878
2014-01-23 Sebastien Pouliot[System] Exclude LinuxNetworkChange from MONOTOUCH...
2014-01-23 Atsushi Enoupdate .csproj.
2014-01-23 Atsushi EnoAdd BuildRequestDataTest and fixed some .NET compatibil...
2014-01-23 Atsushi EnoCheck null buildTargets at BuildRequestData. But not...
2014-01-23 Alex Rønne... Merge pull request #735 from wtfrank/bitblt
2014-01-23 Atsushi EnoPath existence and lookup is now based on insensitive...
2014-01-23 Atsushi Enocomment out error check on Inputs/Outputs mismatch.
2014-01-23 Atsushi Enoimplement OnError on target.
2014-01-23 Atsushi EnoExists() needs to normalize Windows path first.
2014-01-23 Zoltan Varga[jit] Add a mono_get_jit_tls () helper function.
2014-01-23 Atsushi Enoexclude extraneous stuff from msbuild dir.
2014-01-23 Atsushi EnoDefaultTargets must be first picked up from imports...
2014-01-23 Atsushi Enoproperty name comparison should be done in case insensi...
2014-01-23 tritaoFollow up on return intrinsics tightening the preproces...
2014-01-22 Rodrigo Kumpera[runtime] Handle native size of structs with explicit...
2014-01-22 João MatosMerge pull request #878 from tritao/master
2014-01-22 Marek SafarNew tests
2014-01-22 Marek Safar[dlr] Implement few missing interpreter instructions
2014-01-22 Marek Safar[dlr] Fix UInt64 add/div
2014-01-22 Zoltan Varga[jit] Fix the freeing of AOT jump target lists. Fixes...
2014-01-21 Zoltan Varga[amd64] Make seq_points clobber callee save registers...
2014-01-21 Marek Safar[mkbundle] Make duplicate assembly name error tracking...
2014-01-21 Marek Safar[mkbundle] Remove no longer needed System.Reflection...
2014-01-21 Marek Safar[mcs] Check for initially unassigned struct instance...
2014-01-21 Rolf Bjarne... [System] Include IndentedTextWriter in the mobile profile.
2014-01-21 Zoltan Varga[runtime] Fix the DISABLE_JIT build.
2014-01-21 Zoltan Varga[gsharedvt] Fix memory leaks. Fixes #16787.
2014-01-20 tritaoExplicitly define strtoull for MSVC releases previous...
2014-01-20 tritaoFixed SGen qsort code to compile with MSVC.
2014-01-20 tritaoFixed return address intrinsics in MSVC.
2014-01-20 tritaoFixed missing Interlocked intrinsics in MSVC x86.
2014-01-20 Alex Rønne... Move a variable into the #ifdef path it's used in....
2014-01-20 Alex Rønne... Remove unused emit_line_number_info_begin () function...
2014-01-20 Alex Rønne... Remove unused dummy_apc () function on non-WIN32. Fixes...
2014-01-20 Miguel de IcazaRevert "Exclude more console code from NET_2_1"
2014-01-20 Marek SafarMerge pull request #876 from knocte/master
2014-01-19 Andrés G. AragonesesFix very sticky typo in numerous places
2014-01-19 Zoltan Varga[runtime] Rename QueueUserAPC () to wapi_thread_interru...
2014-01-17 Rodrigo Kumperafinally_guard has been promoted to the stable set of...
2014-01-17 Rodrigo KumperaThe shutdown check is racy, we should check if the...
2014-01-17 Rodrigo Kumpera[runtime] Properly unlink a node in the tls slot freeli...
2014-01-17 Rodrigo Kumpera[runtime] Don't raise a ExecutionEngineException is...
2014-01-17 Marek Safar[corlib] BinaryStream sting reading from custom stream...
2014-01-17 Marek Safar[corlib] Fixes race in disposing CancellationTokenSourc...
2014-01-17 Marek Safar[mcs] Less cascading errors
2014-01-17 Marek SafarMerge pull request #868 from mariokmk/master
next