mono.git
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 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 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 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"""
2013-07-08 Marek SafarRevert "Revert "Merge""
2013-07-08 Marek SafarRevert "Merge"
2013-07-08 Marek SafarMerge
2013-07-08 Marek SafarAdd test
2013-07-08 Marek SafarMerge pull request #686 from LHCGreg/12971-IsRedirected...
2013-07-07 Zoltan VargaRemove some gcc-ism from mono_atomic_load_acquire/relea...
2013-07-06 Marek SafarMerge pull request #690 from akoeplinger/httpruntime...
2013-07-06 Alexander KöplingerAdded handling of 'targetFramework' attribute (new...
2013-07-06 Marek SafarFixes build
2013-07-06 Marek SafarMerge pull request #687 from miniBill/master
2013-07-06 Leonardo TaglialegneAdd IISVersion property to HttpRuntime
2013-07-05 Marek SafarCorrectly reset buffer for nested asynchronous file...
2013-07-05 Marek SafarEmit additional sequence points for call entry when...
2013-07-05 Marek SafarCheck expression type of resolved expressions too
2013-07-05 Greg NajdaFix behavior of Console.Is*Redirected.
2013-07-04 Zoltan VargaMake synchronized wrappers of generic methods generic...
2013-07-04 Zoltan VargaAvoid passing class pointers to some marshal icalls...
2013-07-04 Marek SafarInterface members are hidden by class members if a...
2013-07-04 Alex Rønne... Merge pull request #684 from jack-pappas/patch-7
2013-07-03 Zoltan VargaDisable a failing System.Core test for mt (#12987).
2013-07-03 Jack PappasClean up preprocessor ifdefs in mono_thread_get_stack_b...
2013-07-03 Martin Baulig[xbuild] / [PCL]: Report an error for unsupported ...
2013-07-03 Zoltan VargaUpdate the Mono LLVM EH Frame reading code to match...
2013-07-03 Marek SafarUpdate ast visitor
2013-07-03 Marek SafarLoading of nested type of missing type needs to create...
2013-07-03 Alex Rønne... Rename the POSIX MonoThreadInfo::suspend_semaphore...
2013-07-03 Rodrigo KumperaRevert "Remove a duplicate field in mono-threads.h...
2013-07-03 Marek SafarAdd await support in to evaluator and REPL
2013-07-03 Marek SafarBetter exception for unmarked labels
2013-07-03 Alex Rønne... Remove a duplicate field in mono-threads.h breaking...
2013-07-03 Zoltan VargaFix the implementation of sext.i4/zext.i4 for LLVM...
2013-07-02 Rodrigo KumperaAdd regression tests for the last 3 fixes.
2013-07-02 Rodrigo Kumpera[runtime]Replace suspend safe locks with semaphores...
2013-07-02 Rodrigo KumperaIntroduce MonoThreadInfo::inside_critical_region to...
2013-07-02 Rodrigo KumperaSuspend the world when cleaning up a domain as it's...
2013-07-02 Martin BauligDon't create any .mdb's for the PCL Facade Assemblies.
2013-07-02 Zoltan VargaRevert "Make synchronized wrappers of generic methods...
2013-07-02 Martin BauligRevert "Add configure check for -Wno-tautological-compa...
2013-07-02 Zoltan VargaMake synchronized wrappers of generic methods generic...
2013-07-02 Martin BauligAdd configure check for -Wno-tautological-compare when...
2013-07-02 Zoltan VargaPut read-only data into a separate section on ios to...
2013-07-02 Martin BauligMerge pull request #664 from symform/xbuild-AssignProje...
2013-07-02 Sebastien PouliotFix type lookup when SSL/TLS is not embedded into Syste...
2013-07-02 Marek SafarUpdate csproj files
2013-07-02 Alex Rønne... Merge pull request #649 from DavidS/feature/implement...
2013-07-02 Alex Rønne... Merge pull request #678 from jack-pappas/patch-5
2013-07-02 Alex Rønne... Merge pull request #572 from jack-pappas/sockets-ipproto
2013-07-02 Alex Rønne... Merge pull request #679 from jack-pappas/patch-6
2013-07-02 Marek SafarDo system.object type scan after all references are...
2013-07-02 Jack PappasEnable sigaltstack and dtrace on FreeBSD
2013-07-02 Jack PappasAllow clang to compile sgen
2013-07-02 Zoltan VargaUpdate the LLVM backend to match https://github.com...
2013-07-02 Zoltan VargaFix a warning.
2013-07-01 Zoltan VargaFix the unwind info for r7 on arm in managed-to-native...
2013-07-01 Sebastien PouliotAllow the MONOTOUCH targetr to build its SSL/TLS suppor...
next