mono.git
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.
2013-10-21 Alex Rønne... Remove MONO_ARCH_SAVE_REGS from threading icalls.
2013-10-21 Alex Rønne... Use GCC atomics on s390x.
2013-10-21 Alex Rønne... Remove unneeded ARM code from atomic.c.
2013-10-21 Alex Rønne... Use host preprocessor identifiers in atomic.c, not...
2013-10-21 Alex Rønne... Simplify the ifdeffery in atomic.c/.h a bit.
2013-10-21 Alex Rønne... Remove unneeded NetBSD code path from atomic.h.
2013-10-19 Marek SafarMerge pull request #783 from alistair/timezoneinfo_fix_...
2013-10-19 Alistair BushReturn Local DateTime instead of Unspecified for >net_4_0
2013-10-18 Mark Probst[runtime] JIT debugging option to optimize only single...
2013-10-18 Zoltan VargaDisable a corlib test assertion which is no longer...
2013-10-18 Rodrigo KumperaMerge pull request #768 from madewokherd/gcnotdll
2013-10-18 Zoltan Varga[sgen] Set the TLS key offsets in one place in create_a...
2013-10-18 Zoltan Varga[aot] Add the JIT icall wrappers later, so it can pick...
2013-10-18 Zoltan Varga[runtime] Fix the build.
2013-10-18 Zoltan Varga[runtime] Really fix the build.
2013-10-18 Zoltan Varga[runtime] Fix the build.
2013-10-18 Zoltan Varga[runtime] Add a missing file.
2013-10-18 Zoltan Varga[runtime] Clean up the usage of the CEE_MONO_TLS opcode...
2013-10-18 Zoltan VargaMerge pull request #781 from directhex/master
2013-10-18 Jo ShieldsDefine REG_SP on SPARC in sgen-archdep.h, if needed.
2013-10-18 Jonathan LimaFix MSVC build.
2013-10-18 Jo ShieldsAdd missing ; characters to mono-hwcap-sparc.c. Fixes...
2013-10-18 Atsushi EnoMerge pull request #762 from echampet/wsdl
2013-10-18 Atsushi EnoMerge pull request #766 from remobjects/resx-delete...
2013-10-18 Atsushi EnoMerge pull request #767 from ovatsus/Bug14922
2013-10-17 Zoltan VargaFill out AssemblyName.ProcessorArchitecture for assembl...
2013-10-16 Marek SafarBetter check for open generic types in probing expressi...
2013-10-16 Marek SafarFixes too early optimization of binary &&/& bool consta...
2013-10-16 Martin BauligDummy test commit.
2013-10-15 Mark Probst[sgen] Don't crash on nurseries of 512M or larger.
2013-10-15 Martin Baulig[PCL]: Update the PCL Facade Assemblies.
2013-10-15 Zoltan Varga[aot] Only use an AOT shortcut in the trampoline code...
2013-10-15 Martin BauligMakefile magic ...
2013-10-14 Marek SafarFixes CodeDom regression introduced by 66d4b82a871667b3...
2013-10-14 Marek SafarMerge pull request #779 from LogosBible/UTF8Encoding
2013-10-13 Martin PotterFixing bugs in UTF8Encoding's GetMaxByteCount and GetMa...
2013-10-12 Jeffrey StedfastMerge pull request #774 from DavidS/patch-1
2013-10-12 Zoltan Varga[runtime] Run the tests in mono/tests in sorted order.
2013-10-12 Zoltan Varga[xdebug] Avoid using a MonoDebugMethodJitInfo structure...
2013-10-11 Sebastien Pouliot[mono-api-html] Several indexer properties (Item) can...
2013-10-11 Sebastien Pouliot[mono-api-html] Output nested type correctly (was missi...
2013-10-11 Marek SafarThe first definite assignment cleanup
2013-10-10 Mark Probst[regalloc2] Handle sreg3.
2013-10-10 Mark Probst[regalloc2] Lazily allocate intervals.
2013-10-10 Rodrigo KumperaMerge pull request #777 from nealef/master
2013-10-10 Neale FergusonRemove debug message
2013-10-10 Rodrigo KumperaMerge pull request #776 from nealef/master
2013-10-10 Neale FergusonFix memory leaks in Oracle Client. The largest leaks...
2013-10-10 Aaron Bockoverbxc#13642: MacNetworkChange: implement using managed...
2013-10-10 Marek SafarCompound assignment of optimized binary constant needs...
2013-10-10 Marek SafarBetter debugger visualization for .net 1.1 style custom...
2013-10-10 Sebastien Pouliot[mono-api-html] Output C# 'char' instead of 'System...
2013-10-10 Sebastien Pouliot[mono-api-html] Do not produce (near-)empty files when...
2013-10-10 Marek SafarEnsure that CodeDom generated temporary directory is...
2013-10-10 Sebastien Pouliot[mono-api-html] Show 'static' fields as such
2013-10-10 Sebastien PouliotProcess/compare/output method's generic parameters...
2013-10-09 Marek SafarAnonymous type are shared across module hence need...
2013-10-09 Rodrigo KumperaFix net_2_0 test.
next