mono.git
2014-01-23 Zoltan Varga[jit] Add a mono_get_jit_tls () helper function.
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
2014-01-17 Rodrigo Kumpera[metadata] Fix a potential crasher.
2014-01-17 Rodrigo Kumpera[runtime] Fix a few warnings in io-layer and utils.
2014-01-17 Rodrigo Kumpera[utils] The fallback mmap should fail if it cannot...
2014-01-17 Rodrigo Kumpera[eglib] Fix a possible memory leak.
2014-01-17 Zoltan Varga[runtime] Use mono_thread_info_tls_get () in sgen as...
2014-01-17 Atsushi Eno[mkbundle] fix template for compressed version. stderr...
2014-01-17 Marek Safar[mcs] Initial lambda checked scope comes from parent...
2014-01-17 Alex Rønne... Merge pull request #856 from madewokherd/textcontrol
2014-01-17 Alex Rønne... Merge pull request #861 from RobertZenz/patch-1
2014-01-17 Alex Rønne... Merge pull request #875 from justincc/master
2014-01-17 Zoltan VargaFix boehm after eb1a7c159149745dfbc45ca9de81a7585b82b993.
2014-01-17 Zoltan Varga[runtime] Remove some unused includes.
2014-01-17 Zoltan Varga[runtime] Simplify mono_thread_state_init_from_handle...
2014-01-17 Zoltan Varga[runtime] Store the values of some TLS variables into...
2014-01-17 Zoltan Varga[runtime] Add a mono_thread_info_yield () function.
2014-01-17 Zoltan Varga[runtime] Use mono_thread_info_get_stack_bounds ()...
2014-01-17 Zoltan Varga[runtime] Move mono_thread_get_stack_bounds () to utils...
2014-01-17 Zoltan Varga[aot] Add the rgctx trampolines required by array helpe...
2014-01-17 Zoltan VargaDisable a gsharedvt test which depends on async functio...
2014-01-16 Aaron Bockoverdriver.c: Revert "Update message"
2014-01-16 Justin Clark... Change Mono manpage to correct effect of MONO_THREADS_P...
2014-01-16 Aaron Bockoverprofiles: define xammac (Xamarin.Mac) profile
2014-01-16 Aaron Bockoverbuild: use MOBILE_DYNAMIC instead of MONODROID
2014-01-16 Aaron Bockoverconfigure.in: remove --with-mobile
2014-01-16 Zoltan Varga[jit] Handle native types in mini_type_get_underlying_t...
2014-01-16 Zoltan VargaFix the --enable-native-types build.
2014-01-16 Zoltan VargaFix the build.
2014-01-16 Rodrigo Kumpera[runtime] Make gsharing and explicit configure extension.
2014-01-16 Rodrigo Kumpera[runtime]Add native type extension.
2014-01-15 Marek SafarNew test file
2014-01-15 Alan McGovern[Microsoft.Build.Engine] Fix the escaping/unescaping...
2014-01-15 Marek Safar[mcs] Add additional l-value checks on member access...
2014-01-15 Marek Safar[mcs] Import extension methods dynamic generic argument...
2014-01-15 Zoltan Varga[jit] Use the jit lock instead of the loader lock in...
2014-01-15 Zoltan Varga[runtime] Get rid of SuspendThread()/ResumeThread(...
2014-01-15 Zoltan Varga[jit] Fix dwarf line number info generation, make AOT...
2014-01-14 Marek Safar[corlib] Improve 85aaf9b07485d5253de4c142985e32b00ad193...
2014-01-14 Miguel de IcazaAdd support for stdout returns
2014-01-14 Zoltan Varga[runtime] Fix a regression caused by a0afa38296b8a3b038...
2014-01-14 Rolf Bjarne... The monotouch_runtime profile needs the DISABLE_COM...
2014-01-14 Zoltan Varga[runtime] Fix regressions caused by 9e5b23eee3a38cf0305...
2014-01-14 Zoltan VargaRevert "[runtime] Get rid of ResumeThread(), use mono_t...
2014-01-14 Sebastien PouliotAdd missing (new) file for System.Net.Http.dll (monotou...
2014-01-14 Rolf Bjarne... The monotouch_runtime profile needs the DISABLE_REMOTIN...
2014-01-14 Marek Safar[mcs] Disable container definition check on platforms...
2014-01-14 Marek Safar[linker] Add missing descriptors
2014-01-14 Zoltan Varga[runtime] Fix the windows build.
2014-01-14 Sebastien PouliotThe mobile profile can support IBindingRuntimePreferenc...
2014-01-14 Sebastien PouliotThere's no need for those special NET_2_1 cases (not...
2014-01-14 Sebastien PouliotThere's no need for those special NET_2_1 cases (exclud...
2014-01-14 Sebastien Pouliot[test] Disable a test for XI (only) as it does not...
2014-01-14 Zoltan VargaFix a warning.
2014-01-14 Zoltan VargaRevert "Fix a warning."
2014-01-14 Marek SafarFixes failing test
2014-01-14 Marek Safar[build] Add Microsoft.CSharp to monotouch profile
2014-01-14 Marek Safar[System] Use generic equality comparer in Find/FindLast...
2014-01-14 Zoltan Varga[arm] Fix an assert caused by large offsets. Fixes...
2014-01-14 Zoltan Varga[runtime] Get rid of ResumeThread(), use mono_thread_in...
2014-01-14 Zoltan VargaFix a warning.
2014-01-14 Zoltan Varga[runtime] Centralize low-level thread creation in utils...
2014-01-13 Michael Hutchinson[xbuild] Add 4.0 client profile
2014-01-13 Michael Hutchinson[xbuild] 4.0 test targets go in 4.5 profile
2014-01-13 Zoltan Varga[jit] Call mini_replace_type () in one place.
2014-01-13 Zoltan Varga[runtime] Fix an assert caused by a157ac79e8f404f0eb9b2...
2014-01-13 Zoltan Varga[sdb] Fix setting of byref variables in registers....
2014-01-13 Rodrigo Kumpera[io-layer] Add essay on my choices for is_file_writable.
next