mono.git
2013-07-18 Marek SafarAdd nested partial types inside nested partial types...
2013-07-18 Marek SafarNested partial type inside generic class can have base...
2013-07-18 Marek SafarDon't try to match lifted equality operators on same...
2013-07-18 Zoltan VargaFix an overflow if MONO_ZERO_LEN_ARRAY is not 0. Fixes...
2013-07-18 Alex Rønne... Add a mono_hwcap_init () call to parse_optimizations ().
2013-07-18 Alex Rønne... Make mono_hwcap_init () only perform initialization...
2013-07-17 Mark ProbstWeaken a race condition in object initialization.
2013-07-17 Mark Probst[sgen] Binary protocol improvements.
2013-07-17 Zoltan VargaAdd support for constrained calls with one ref paramete...
2013-07-17 Zoltan VargaFix a warning.
2013-07-17 Zoltan VargaAdd support for a simple form of constrained calls...
2013-07-17 Zoltan VargaFix a warning.
2013-07-17 Rodrigo KumperaMerge pull request #706 from elijahtaylor/fixdyncode
2013-07-17 Marek SafarMerge pull request #705 from alesliehughes/master
2013-07-17 Alistair Leslie... Allow TrySetApartmentState to set the same state multip...
2013-07-17 Alex Rønne... mono-hwcap: Add ARM version detection for iOS.
2013-07-16 Zoltan VargaAvoid printing an extra newline when printing fp result...
2013-07-16 Mark ProbstFix race conditions in finalizer/weak link staging.
2013-07-16 Elijah TaylorFix nacl_dyncode include
2013-07-16 Zoltan VargaFix MONO_GC_DEBUG=collect-before-allocs. mono_gc_alloc_...
2013-07-16 Zoltan VargaFix the dependencies of the corlib test suite so the...
2013-07-16 Zoltan VargaFix a crash in thread_suspend_func () if the thread...
2013-07-16 Marek SafarRemove redundant status capturing
2013-07-16 Marek SafarFixes scheduling of non-inlined sychronous continuations.
2013-07-15 Zoltan VargaAvoid an assert in mono_save_seq_point_info () if no...
2013-07-15 Zoltan VargaMake wrappers whose signature is static static.
2013-07-15 Zoltan VargaFix synchronized_generic_cache.
2013-07-15 Sebastien PouliotEscape the .file path name generated in the asembly...
2013-07-15 Zoltan VargaPut the unbox_trampolines table into the .text segment...
2013-07-15 Rodrigo Kumpera[runtime] Add a fallback on the TLS probing code that...
2013-07-15 Rodrigo KumperaBump master version to 3.3.0.
2013-07-15 Alex Rønne... Avoid using dmb/dsb/dib instructions on ARM v6.
2013-07-15 Zoltan VargaRemove test-sgen from make check in tests/, it takes...
2013-07-15 Zoltan VargaFix gshared synchronized wrappers for static methods.
2013-07-15 Marek SafarImplement webrequest cancellation. Fixes #13200
2013-07-14 Alex Rønne... Merge pull request #700 from jack-pappas/patch-1
2013-07-13 Atsushi EnoRevert "Merge pull request #622 from killabytenow/master"
2013-07-13 Jack PappasCall 'awk' instead of 'gawk' for cross-platform compati...
2013-07-12 Alex Rønne... configure: Also consider __ARM_ARCH_7S__ when checking...
2013-07-12 Jeffrey StedfastPrevent potential integer overflows in SortedList's...
2013-07-12 Marek SafarDon't eat exception from timer handler (this is system...
2013-07-12 Marek SafarPrefer user operators over predefined operators for...
2013-07-12 Marek SafarAllow async for explicitly implemented interface method...
2013-07-12 Martin Baulig.spec file, again.
2013-07-12 Atsushi EnoMerge pull request #622 from killabytenow/master
2013-07-11 Alex Rønne... Replace more __ARM_ARCH_... checks with HAVE_ARMV<N>.
2013-07-11 Gerardo García... Reverted changes of commit 6ad7f75a3777652a535ef4356e6d...
2013-07-11 Gerardo García... Better and more homogeneous error handling.
2013-07-11 Alex Rønne... Add ARM version detection to configure and use the...
2013-07-11 Alex Rønne... Add a mono-hwcap module to utils.
2013-07-11 Alex Rønne... Fix the tests makefile.
2013-07-11 Gerardo García... If 'flush' flag is enabled when calling decoding/encodi...
2013-07-11 Alex Rønne... Fix (hopefully) the last architecture casing inconsistency.
2013-07-11 Alex Rønne... Remove an m68k check from configure.
2013-07-11 Alex Rønne... Fix an s390x check broken by faff4654c8cbfbe0619e87808f...
2013-07-11 Alex Rønne... Add missing TARGET_* defines for SPARC and Itanium.
2013-07-10 Martin BauligOops, remove extra %endif in .spec file.
2013-07-10 Martin Baulig[PCL]: Add System.Linq.Expressions type-forwarders.
2013-07-10 Martin BauligAdd libmonoboehm package to the spec file.
2013-07-10 Marek SafarIgnore only local Makefile
2013-07-10 Gerardo García... An #if has been negated (bugfix)
2013-07-10 Alex Rønne... Add atomic.c/.h to libmonoutils.vcxproj.
2013-07-10 Alex Rønne... configure: Set TARGET=S390X instead of S390x for consis...
2013-07-10 Alex Rønne... Merge pull request #695 from jack-pappas/patch-4
2013-07-10 Jack PappasFix preprocessor/compiler warning due to unbalanced...
2013-07-10 Sebastien PouliotEnsure the new FileStream unit tests does not throw...
2013-07-09 Rodrigo KumperaUse a non rooted symlink and make it point to the right...
2013-07-09 Rodrigo Kumpera[runtime]Revert the fast tls check as we always need...
2013-07-09 Martin BauligBump libmonosgen version in the .spec file.
2013-07-09 Martin Baulig[build]: Use a relative symlink from mono to mono-sgen.
2013-07-09 Rodrigo KumperaMerge pull request #694 from madewokherd/pthreadinclude
2013-07-09 Alex Rønne... Fix a #define style issue in mini.c.
2013-07-09 Alex Rønne... Only require mono_arch_is_soft_float () to be defined...
2013-07-09 Alex Rønne... Add an MSVC branch to MONO_ALWAYS_INLINE.
2013-07-09 Rodrigo Kumpera[runtime] On mach-arm don't probe for tls offsets if...
2013-07-09 Alex Rønne... Change the way we do soft float to a fallback mechanism.
2013-07-09 Rodrigo Kumpera[build] Add dep tracking between Makefile.am.in and...
2013-07-09 Rodrigo Kumpera[runtime]On install, symlink mono to the right binary.
2013-07-09 Martin BauligFix the spec file; we don't create any .mdb's for the...
2013-07-09 Vincent PovirkDon't include pthread.h when it's not needed.
2013-07-09 Alex Rønne... Merge pull request #692 from jack-pappas/patch-2
2013-07-09 Alex Rønne... MIPS: Set USE_MUL to 0 by default (for now).
2013-07-09 Gerardo García... Added new test for checking EncoderFallbackException...
2013-07-09 Marek SafarMerge pull request #693 from jack-pappas/patch-3
2013-07-09 Jack PappasPrint diagnostic messages for platform detection
2013-07-09 Jack PappasUse the NI_MAXHOST constant to initialize the size...
2013-07-09 Marek SafarUpdate test name
2013-07-09 Marek SafarEquality structural comparer needs to do recursive...
2013-07-09 Marek SafarUpdate failing test
2013-07-09 Marek SafarUpdate member access completion after e40775d0dcc0512c4...
2013-07-08 Rodrigo Kumpera[runtime] Don't return success on invalid parameters...
2013-07-08 Zoltan VargaPlace the method_addresses symbol into the .text segmen...
2013-07-08 Rodrigo KumperaBump mono to 3.1.1
2013-07-08 Gerardo García... Added new test for checking DecoderFallbackException...
2013-07-08 Marek SafarUpdate after newline update
2013-07-08 Zoltan VargaRemove the constraint checks from get_shared_inst ...
2013-07-08 Zoltan VargaMake the synchronized wrappers static if the original...
2013-07-08 Marek SafarUpdated gitignore
2013-07-08 Zoltan VargaAdd a test for #12110.
2013-07-08 Marek SafarRevert "Revert "Revert "Merge"""
next