mono.git
2013-11-12 AxlPrFixed g_win32_getlocale
2013-10-27 Marek SafarUpdate lower/upper type inference fixing to match the...
2013-10-27 Marek SafarEnum subtraction quirk needs to work with numeric const...
2013-10-26 Alex Rønne... Silence some noisy warnings in mono/tests/.
2013-10-26 Alex Rønne... Add a .gitignore file to support/minizip/ to ignore...
2013-10-26 Alex Rønne... Ignore .dirstamp files.
2013-10-26 Alex Rønne... Don't assert in Interlocked.Add () icalls on 64-bit...
2013-10-26 Alex Rønne... Define WIN32_LEAN_AND_MEAN before including windows.h.
2013-10-26 Marek SafarMerge pull request #790 from akoeplinger/fixtests
2013-10-26 Alex Rønne... Remove dead s390(x) code from mono-membar.h.
2013-10-26 Alex Rønne... Enable GCC atomics on sparc32/64.
2013-10-25 Alex Rønne... Correct VFP detection in mono-hwcap-arm.
2013-10-25 Rodrigo Kumpera[runtime]Add a wrapper around signal handlers to ease...
2013-10-25 Alexander KöplingerFixed a test issue where net45 methods were used in...
2013-10-25 Alex Rønne... Add LLDB support to mono_gdb_render_native_backtraces...
2013-10-25 Rodrigo Kumpera[runtime] Improve the docs on reference queues a bit.
2013-10-25 Rodrigo Kumpera[runtime] Promote the reference queue API to the public.
2013-10-25 Martin Baulig[linker]: Also reference all type-references for LinkAc...
2013-10-25 Marek SafarTests update
2013-10-25 Marek SafarWhen looking for base implementation of generic MVAR...
2013-10-25 Marek SafarAdd new tests
2013-10-24 Zoltan Varga[runtime] Fix the windows build.
2013-10-24 Zoltan Varga[runtime] Fix the sparc build.
2013-10-24 Alex Rønne... Prefix internal variables with `mono_`.
2013-10-24 Rolf Bjarne... Add OrderedDictionary to the mobile profile.
2013-10-24 Rolf Bjarne... Move mono_get_optimizations_for_method to mini.c, since...
2013-10-23 Zoltan VargaAdd a --with-llvm=<llvm prefix> argument to configure...
2013-10-23 Rodrigo Kumpera[runtime]Properly calculate the bitmap of valuetype...
2013-10-23 Alex Rønne... Fix mono_gc_wbarrier_generic_store_atomic semantics.
2013-10-23 Alex Rønne... Fix the semantics for System.Threading.Volatile methods.
2013-10-23 Alex Rønne... Add Interlocked{Read,Write}{8,16,Pointer} functions.
2013-10-23 Alex Rønne... Merge pull request #787 from directhex/master
2013-10-23 Jo ShieldsDon't redeclare desc in mini_create_ftnptr on ppc64
2013-10-23 Sebastien PouliotMerge pull request #786 from xplicit/master
2013-10-23 Rolf Bjarne... Provide more public API to inspect MonoTypes, MonoClass...
2013-10-23 xplicitfix DivideByZeroException in Random.Next()
2013-10-23 Zoltan Varga[runtime] Fix a warning.
2013-10-23 Zoltan Varga[runtime] Fix the windows build.
2013-10-23 Alex Rønne... Add more missing atomic functions for MinGW.
2013-10-23 Alex Rønne... Add separate icall for System.Threading.VolatileRead...
2013-10-23 Zoltan Varga[runtime] Fix the DISABLE_JIT build on ARM.
2013-10-23 Alex Rønne... Add InterlockedExchange64 () based on GCC intrinsics...
2013-10-23 Sebastien PouliotDisable ClientWebSocketTest.cs (for mobile) until the...
2013-10-23 Marek SafarMerge pull request #784 from alesliehughes/master
2013-10-22 Alistair Leslie... Implement ObjectQuery
2013-10-22 Alistair Leslie... Implement ManagementQuery QueryString
2013-10-22 Alistair Leslie... Implement ManagementQuery QueryLanguage
2013-10-22 Alex Rønne... Use THREAD_INFO_TYPE consistently in mono-threads.h.
2013-10-22 Zoltan Varga[runtime] Add a missing TLS key for LMF addr.
2013-10-22 Rodrigo KumperaFix this test to work on 2.0.
2013-10-22 Zoltan Varga[runtime] Fix the interlocked increment/decrement/add...
2013-10-22 Zoltan Varga[runtime] Centralize the processing of MonoTrampInfo...
2013-10-22 Zoltan Varga[runtime] Use mono_restore_context () to reduce code...
2013-10-22 Zoltan Varga[runtime] Use mini_exception_id_by_name () on ARM.
2013-10-22 Zoltan Varga[runtime] Use mini_get_nullified_class_init_trampoline...
2013-10-22 Zoltan Varga[runtime] Add a mini_get_nullified_class_init_trampolin...
2013-10-22 Zoltan Varga[runtime] Fix gsharedvt support in mono_helper_compile_...
2013-10-22 Zoltan Varga[runtime] Add a mono_restore_context () helper function.
2013-10-22 Zoltan Varga[runtime] Avoid crashing in mini_jit_info_table_find...
2013-10-22 Zoltan Varga[jit] Add a mini_exception_id_by_name () helper function.
2013-10-22 Zoltan Varga[jit] Add a MONO_TRAMPOLINE_TYPE_HAS_ARG macro which...
2013-10-22 Zoltan Varga[jit] Add a 'relocation' field to MonoJumpInfo which...
2013-10-22 Zoltan Varga[jit] Add a 'call_info' field to MonoCallInst so the...
2013-10-22 Zoltan Vargaruntime] Print unwind information in the JIT debug...
2013-10-22 Zoltan Varga[jit] Add a MONO_ARCH_EMULATE_LONG_MUL_OVF_OPTS define...
2013-10-22 Zoltan Varga[runtime] Make --regression work when a domain is not...
2013-10-22 Zoltan Varga[sdb] Fix support of vtypes passed by ref.
2013-10-22 Zoltan Varga[runtime] Avoid running tests using AC_TRY_RUN () when...
2013-10-22 Zoltan Varga[runtime] Use a cache in mono_create_rgctx_lazy_fetch_t...
2013-10-22 Zoltan Varga[sdb] Add an IncludeSubclasses property to ExceptionEve...
2013-10-21 Sebastien PouliotMerge pull request #730 from LogosBible/locale-changes
2013-10-21 Sebastien PouliotFix condition (for MOBILE) that excluded System.Xml...
2013-10-21 Jeffrey StedfastFixed a some compiler warnings
2013-10-21 Alex Rønne... Add comment explaining the TARGET_OSX oddity in atomic.c.
2013-10-21 Alex Rønne... Add a couple of casts to scan_thread_data () to shut...
2013-10-21 Rodrigo KumperaBump mono to 3.2.5
2013-10-21 Rodrigo Kumpera[mkbundle] New mkbundle options for better handling...
2013-10-21 Miguel de IcazaMerge pull request #717 from mono/client_websockets_impl
2013-10-21 Alex Rønne... Merge pull request #268 from pcc/menudeactivate
2013-10-21 Alex Rønne... Merge pull request #260 from pcc/topmost
2013-10-21 Michael HutchinsonMerge pull request #565 from rneatherway/master
2013-10-21 Alex Rønne... Merge pull request #587 from madewokherd/gdipdllmap
2013-10-21 Alex Rønne... Remove commented-out irix path from configure.in.
2013-10-21 Alex Rønne... Add mono_gc_wbarrier_generic_store_atomic () function.
2013-10-21 Alex Rønne... Add an extension point in atomic.c.
2013-10-21 Alex Rønne... Use slow 64-bit cmpxchg for 32-bit ARM, MIPS, and PowerPC.
2013-10-21 Alex Rønne... Correct our implementation of Thread.VolatileRead ...
2013-10-21 Alex Rønne... Use InterlockedAdd64 () for Interlocked.Add (long&...
2013-10-21 Alex Rønne... Use InterlockedAdd () for Interlocked.Add (int&, int).
2013-10-21 Alex Rønne... Use InterlockedExchange64 () for Interlocked.Exchange...
2013-10-21 Alex Rønne... Use InterlockedExchange64 () for Interlocked.Exchange...
2013-10-21 Alex Rønne... Use InterlockedDecrement64 () for Interlocked.Decrement...
2013-10-21 Alex Rønne... Use InterlockedIncrement64 () for Interlocked.Increment...
2013-10-21 Alex Rønne... Use InterlockedRead64 () for Interlocked.Read (long&).
2013-10-21 Alex Rønne... Use __sync_sub_and_fetch () for atomic decrements for...
2013-10-21 Alex Rønne... Move definition of NEED_64BIT_CMPXCHG_FALLBACK to top...
2013-10-21 Alex Rønne... Add interlocked read/write functions to atomic.c/.h.
2013-10-21 Alex Rønne... Add implementations of various interlocked functions...
2013-10-21 Alex Rønne... Use mono_memory_barrier () for Thread.MemoryBarrier ().
2013-10-21 Alex Rønne... Kill the Cygwin hack in mono-membar.h.
next